aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wrong attribution on likes of comments in email notifications. Let's also ↵friendica2013-05-284-36/+27
| | | | call the thing they liked a comment instead of a status
* add support for zmg bbcode tag (img with class=zrl) which will eventually ↵friendica2013-05-271-1/+3
| | | | get turned into a zid link when rendered for display. TODO - turn photo items and photos uploaded into posts into zmg, then run all incoming bbcode posts through a filter to see if there's a photo from a known hubloc (with an http(s): src attr - not data:) and if so turn it into a zmg. Then fix the zidify functions to look for class="zrl" and we're done.
* Merge https://github.com/friendica/red into zpullfriendica2013-05-272-2/+8
|\
| * Prevent showmore covering up the end of posts, plus put likes back where ↵Thomas Willingham2013-05-272-2/+8
| | | | | | | | they were pre-threaded comments.
* | fix zidify_img_callback - wrong number of argsfriendica2013-05-271-1/+1
|/
* zidify img links, delay notifier until actually published for time ↵friendica2013-05-276-10/+44
| | | | travelling posts
* set default contact affinity back to 99 - we'll solve the other problem ↵friendica2013-05-2453-2787/+3043
| | | | another way, this one is flawed
* use http_authorization header with nginxfriendica2013-05-231-0/+10
|
* move new_cookie() to the session driver so we can use it for other purposes ↵friendica2013-05-232-10/+11
| | | | besides "normal" web login (for instance magic auth)
* more progress on items_fetch (new name)friendica2013-05-233-36/+45
|
* implement time travelling postsfriendica2013-05-233-0/+20
|
* make 90 the default closeness when humans are involved in the processfriendica2013-05-232-2/+2
|
* didn't realise that collections (search by group) and search by contact ↵friendica2013-05-221-26/+26
| | | | weren't working on the matrix/network page and had never been properly ported. They're now ported - whether or not they work is another matter.
* first cut at generic item searchfriendica2013-05-221-0/+222
|
* and the obligatory typofriendica2013-05-221-0/+1
|
* add api/red/channel/stream POST method (post_activity_item()), add ↵friendica2013-05-221-0/+12
| | | | additional endpoint to channel export to api/red/channel/export/basic
* add basic input filtering to the simple activity postingfriendica2013-05-223-8/+29
|
* missing commafriendica2013-05-211-1/+1
|
* improvements to post_activity_item() so that it does not behave differently ↵friendica2013-05-211-0/+13
| | | | with delivery plugins than post_local via the API.
* fix app displayfriendica2013-05-212-2/+8
|
* more permissions descriptive text to lessen confusionfriendica2013-05-215-6/+16
|
* slight privacy tweaksfriendica2013-05-201-3/+3
|
* add the "publish in directory" setting to the privacy macrosfriendica2013-05-201-0/+12
|
* privacy settings macros - the basics except for toggling "publish in ↵friendica2013-05-204-1/+93
| | | | directory" which is rather hard because it's a custom on/off button and not a normal input thingy.
* fix magic auth against orphaned duplicated hublocsfriendica2013-05-191-4/+4
|
* some auto-friending cleanupsfriendica2013-05-194-3/+12
|
* typo in auto permissionsfriendica2013-05-192-3/+6
|
* issue with auto permissionsfriendica2013-05-193-3/+11
|
* issue with startpage pluginfriendica2013-05-181-0/+1
|
* default page on login changed to matrix (/network)friendica2013-05-181-2/+6
|
* Merge https://github.com/friendica/red into zpullfriendica2013-05-182-2/+2
|\
| * Merge pull request #54 from beardy-unixer/masterThomas Willingham2013-05-172-2/+2
| |\ | | | | | | Typo
| | * TypoThomas Willingham2013-05-182-2/+2
| |/
* / doc update plus fix the "only to those in my address book" permissionfriendica2013-05-1836-254/+336
|/
* we don't need every hubloc for the site, only those that have different keysfriendica2013-05-161-1/+1
|
* extend delivery reports to mailfriendica2013-05-161-1/+11
|
* allow multiple hublocsfriendica2013-05-161-2/+2
|
* workarounds for people that re-install and end up polluting everybody's ↵friendica2013-05-163-7/+28
| | | | databases with stale entries
* update the really old sample config filefriendica2013-05-161-30/+21
|
* if somebody changes the site url during setup - check if we can connect to ↵friendica2013-05-161-0/+12
| | | | the new url e.g. it has a valid cert.
* convert all the remaining email templates to smartyfriendica2013-05-169-52/+54
|
* avoid field name conflict - even if disabledfriendica2013-05-151-1/+1
|
* update email template to smarty (several more to go)friendica2013-05-151-5/+5
|
* fix setting account_roles for admin accountfriendica2013-05-151-1/+1
|
* fix intltext template driverfriendica2013-05-155-6/+21
|
* fix intltext templates - maybefriendica2013-05-153-33/+35
|
* another typofriendica2013-05-151-1/+1
|
* more setup workfriendica2013-05-151-3/+3
|
* typofriendica2013-05-151-1/+1
|
* Merge https://github.com/friendica/red into zpullfriendica2013-05-151-1/+1
|\