aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix profile update propagationfriendica2013-06-182-9/+13
* fix mod-display when not logged in.friendica2013-06-181-0/+6
* much more efficient config functions. This will save potentially hundreds of ...friendica2013-06-171-97/+60
* another try on zidified notifications - this time it actually seems to workfriendica2013-06-171-1/+3
* one of those days...friendica2013-06-171-2/+2
* zidify bodies of notification emailsfriendica2013-06-171-1/+15
* found it - but I'll do some more testing before undoing the bypassfriendica2013-06-161-1/+1
* undefined functionfriendica2013-06-161-1/+1
* typosfriendica2013-06-161-2/+2
* override comment policy until it's workingfriendica2013-06-161-0/+4
* implement 'can_comment_on_post()' which doesn't require a separate DB lookup ...friendica2013-06-163-3/+43
* We will need a per item comment policy to be able to determine in advance if ...friendica2013-06-161-3/+12
* hopefully this won't screw up everything - if it does, revert. Otherwise this...friendica2013-06-162-23/+31
* don't federate webpages ;-)friendica2013-06-151-0/+6
* fix "new connection has less permissions than public"friendica2013-06-151-4/+12
* silence a pointless warningfriendica2013-06-151-1/+1
* push refresh messages, performance work on conversations and configs, doc upd...friendica2013-06-145-29/+95
* missing includefriendica2013-06-131-0/+1
* feeds are bit more standards compliant and a bit less broken nowfriendica2013-06-121-40/+39
* very minimal Atom feed - there will be a lot of bugs and unparseable content ...friendica2013-06-121-192/+64
* missed a few zrl/zmg conversions, like for translate_item and enotify messagesfriendica2013-06-122-26/+27
* by default pending connections have no rightsfriendica2013-06-061-2/+2
* no GMT_TIMESTAMP() in mysql - use UTC_TIMESTAMP() insteadfriendica2013-06-061-1/+1
* This should get community tagging pretty close to working - deleting a commun...friendica2013-06-042-6/+36
* tagging posts now sends out a presumably legal activity message - all that's ...friendica2013-06-041-2/+10
* fix buggered contact photosfriendica2013-06-031-0/+20
* templatise alt_pagerfriendica2013-06-031-13/+9
* move oohembed service to addonfriendica2013-06-031-5/+10
* force delayed_publish time comparisons to UTC.friendica2013-05-291-2/+2
* add photos and albums enumeration to Red API (will allow us to export either ...friendica2013-05-292-3/+54
* Typo, or somehow ended up with a missing line another way.Thomas Willingham2013-05-291-0/+1
* Merge https://github.com/friendica/red into zpullfriendica2013-05-281-0/+1
|\
| * Add red smiley for the sake of consistency with Friendica's set.Thomas Willingham2013-05-281-0/+1
* | issue #55 (number 2)friendica2013-05-281-4/+6
|/
* convert most red photos to zmgfriendica2013-05-283-15/+17
* cleanup localisation of like activitiesfriendica2013-05-281-5/+3
* wrong attribution on likes of comments in email notifications. Let's also cal...friendica2013-05-282-34/+22
* add support for zmg bbcode tag (img with class=zrl) which will eventually get...friendica2013-05-271-1/+3
* fix zidify_img_callback - wrong number of argsfriendica2013-05-271-1/+1
* zidify img links, delay notifier until actually published for time travelling...friendica2013-05-274-8/+42
* 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 b...friendica2013-05-232-10/+11
* more progress on items_fetch (new name)friendica2013-05-232-36/+39
* implement time travelling postsfriendica2013-05-232-0/+19
* 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 additional...friendica2013-05-221-0/+12
* add basic input filtering to the simple activity postingfriendica2013-05-221-0/+20
* missing commafriendica2013-05-211-1/+1
* improvements to post_activity_item() so that it does not behave differently w...friendica2013-05-211-0/+13