Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc update plus fix the "only to those in my address book" permission | friendica | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | we don't need every hubloc for the site, only those that have different keys | friendica | 2013-05-16 | 1 | -1/+1 |
| | |||||
* | allow multiple hublocs | friendica | 2013-05-16 | 1 | -2/+2 |
| | |||||
* | workarounds for people that re-install and end up polluting everybody's ↵ | friendica | 2013-05-16 | 2 | -5/+26 |
| | | | | databases with stale entries | ||||
* | if somebody changes the site url during setup - check if we can connect to ↵ | friendica | 2013-05-16 | 1 | -0/+12 |
| | | | | the new url e.g. it has a valid cert. | ||||
* | fix intltext template driver | friendica | 2013-05-15 | 1 | -0/+9 |
| | |||||
* | another typo | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | more setup work | friendica | 2013-05-15 | 1 | -3/+3 |
| | |||||
* | typo | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | add port settings to setup | friendica | 2013-05-15 | 1 | -2/+9 |
| | |||||
* | add certificate check to setup | friendica | 2013-05-15 | 1 | -0/+9 |
| | |||||
* | tweaks | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | add magic_auth_complete hook | friendica | 2013-05-15 | 1 | -0/+3 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-14 | 2 | -4/+4 |
|\ | |||||
| * | mysql 5.1 chokes on 'select * from group' since group is a keyword | Zach Prezkuta | 2013-05-12 | 2 | -4/+4 |
| | | |||||
* | | disable pcss when installing since modules don't yet work and pcss uses the ↵ | friendica | 2013-05-14 | 1 | -1/+1 |
|/ | | | | view module, plus weekly doc update | ||||
* | add db_port to setup and cli_startup - still need to set the port in mod/setup | friendica | 2013-05-10 | 1 | -3/+3 |
| | |||||
* | get search page working with live-update and endless scroll, still not ↵ | friendica | 2013-05-09 | 3 | -29/+98 |
| | | | | perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results. | ||||
* | small updates | friendica | 2013-05-08 | 1 | -1/+0 |
| | |||||
* | incorrect comparison operator | friendica | 2013-05-02 | 1 | -1/+1 |
| | |||||
* | members_of_group() output not entirely correct | friendica | 2013-05-02 | 1 | -1/+3 |
| | |||||
* | Merge branch 'photothread' | friendica | 2013-04-29 | 1 | -100/+18 |
|\ | |||||
| * | Merge branch 'master' into photothread | friendica | 2013-04-16 | 15 | -38/+59 |
| |\ | |||||
| * | | some work on updating photo threads for Red | friendica | 2013-04-08 | 1 | -100/+18 |
| | | | |||||
* | | | more directory sync stuff | friendica | 2013-04-28 | 1 | -11/+20 |
| | | | |||||
* | | | photo driver abstraction | friendica | 2013-04-25 | 7 | -16/+19 |
| | | | |||||
* | | | odds and ends in prepearation for photo abstraction, plus red-to-friendica addon | friendica | 2013-04-25 | 3 | -11/+21 |
| | | | |||||
* | | | db abstraction layer | friendica | 2013-04-22 | 1 | -12/+12 |
| | | | |||||
* | | | turn naked links in posts into zrl's if we've got a hubloc for the site | friendica | 2013-04-18 | 2 | -1/+8 |
| | | | |||||
* | | | poke doco and cleanup | friendica | 2013-04-17 | 1 | -40/+21 |
| | | | |||||
* | | | poke bugfix | friendica | 2013-04-17 | 1 | -2/+1 |
| | | | |||||
* | | | basic poke working | friendica | 2013-04-17 | 1 | -60/+46 |
| |/ |/| | |||||
* | | fix marking events seen | friendica | 2013-04-16 | 1 | -1/+1 |
| | | |||||
* | | oops | friendica | 2013-04-16 | 1 | -1/+1 |
| | | |||||
* | | add Red detection to parse_url | friendica | 2013-04-16 | 1 | -1/+9 |
| | | |||||
* | | turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵ | friendica | 2013-04-15 | 8 | -25/+26 |
| | | | | | | | | means we can zidify them) | ||||
* | | more Friendica removals | friendica | 2013-04-14 | 2 | -3/+3 |
| | | |||||
* | | begin to cut the umbilical | friendica | 2013-04-14 | 2 | -4/+4 |
| | | |||||
* | | IMPORTANT: magic-auth protocol update, plus 'zrl' bbcode tag for the ↵ | friendica | 2013-04-14 | 1 | -1/+11 |
| | | | | | | | | privacy-is-more-important-than-ease-of-use folks. | ||||
* | | magic auth doco | friendica | 2013-04-10 | 2 | -2/+2 |
| | | |||||
* | | document the ability to provide a selective magic-auth filter as a plugin plugin | friendica | 2013-04-08 | 1 | -1/+3 |
|/ | |||||
* | wrapper function to create arbitrary activities (e.g. for plugins and apps) ↵ | friendica | 2013-04-04 | 1 | -0/+2 |
| | | | | with a minimal amount of fuss, though the amount of fuss could increase significantly depending on the nature of the activity. For a simple wall post, just set the $arr['body'] to the desired text and we'll do the rest. If the activity requires special verbs, objects or targets, these will all need to be constructed. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-04-03 | 1 | -4/+14 |
|\ | |||||
| * | Make prettyPhoto a feature, add slideshow for albums. | Thomas Willingham | 2013-03-29 | 1 | -4/+14 |
| | | |||||
* | | liking comments were reverted to liking the parent after sending item to ↵ | friendica | 2013-04-03 | 1 | -0/+2 |
|/ | | | | another channel | ||||
* | set hidden flags on new directory entries, not just existing ones | friendica | 2013-03-26 | 1 | -2/+7 |
| | |||||
* | magic auth issue | friendica | 2013-03-26 | 1 | -3/+11 |
| | |||||
* | we don't need this any more | friendica | 2013-03-25 | 1 | -84/+0 |
| | |||||
* | doco | friendica | 2013-03-25 | 1 | -8/+40 |
| | |||||
* | uri to mid | friendica | 2013-03-25 | 1 | -1/+1 |
| |