aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| * only validate oncefriendica2012-05-011-3/+0
| |
| * perform basic validationfriendica2012-05-011-0/+3
| |
| * final touches - show friends in common with total strangers from different sitesfriendica2012-05-012-7/+13
| |
| * cross fingersfriendica2012-05-011-1/+1
| |
| * reduce the scope a bitfriendica2012-05-012-19/+11
| |
| * fn not foundfriendica2012-05-011-0/+1
| |
| * another onefriendica2012-05-011-1/+1
| |
| * typofriendica2012-05-011-1/+1
| |
| * first try common friends for visitorsfriendica2012-05-012-0/+81
| |
| * improve handling of relative feed url'sfriendica2012-05-011-1/+1
| |
| * convert html entities to utf-8 before email header encodingfriendica2012-05-011-2/+2
| |
| * link socgraph to zrlsfriendica2012-05-012-25/+21
| |
| * adding zrl support to social graphsfriendica2012-05-012-15/+25
| |
| * hidden plugins (add .hidden file to dir)friendica2012-04-302-1/+71
| |
| * change api.php in function api_item_get_user to check if $usercache is NULL ↵Zach Prezkuta2012-04-301-1/+1
| | | | | | | | before checking an element in it
| * missed a db fieldfriendica2012-04-291-1/+1
| |
| * typo in profile_selectors, fix remote taggingfriendica2012-04-292-17/+33
| |
| * not all profile selector choices have unique or direct translationsfriendica2012-04-291-6/+12
| |
| * log db error strings in all casesfriendica2012-04-291-3/+3
| |
| * improved db error loggingfriendica2012-04-291-9/+17
| |
| * toggle to archive unfriends, though render them uselessfriendica2012-04-281-0/+15
| |
| * a few more continues that should be returnsfriendica2012-04-281-7/+7
| |
| * poller refactor: continue not valid in this contextfriendica2012-04-281-1/+1
| |
| * break up poller into separate processesfriendica2012-04-272-431/+525
| |
| * implement contact archivalfriendica2012-04-273-7/+8
| |
| * make comment edit icons look more like base themefriendica2012-04-261-0/+8
| |
| * separate tag search from body searchfriendica2012-04-232-7/+7
| |
| * move unfriend to standalone function for use in account removalfriendica2012-04-231-0/+43
| |
| * allow bbcode representation of html symbols such as © by wrapping in bb ↵friendica2012-04-231-0/+3
| | | | | | | | brackets
| * bug #388 - notify_comment received after post deletedfriendica2012-04-222-2/+2
| |
| * api: add support for StatusNet-style media param to APIMichael Johnston2012-04-221-1/+10
| |
* | API: RSS-Feeds are now shortened to 1000 characters. (With added link)Michael Vogel2012-04-221-45/+48
|/
* TypoTobias Hößl2012-04-171-2/+2
|
* Some Bugfixes, and variable checksTobias Hößl2012-04-177-41/+43
|
* turn on comment editfriendica2012-04-161-4/+4
|
* propagate edited commentsfriendica2012-04-161-2/+6
|
* edited comments weren't being relayedfriendica2012-04-161-0/+24
|
* Merge pull request #238 from annando/masterfriendica2012-04-154-13/+178
|\ | | | | API: Support of the statusnet application
| * DBA: Reverting back to original sourceMichael Vogel2012-04-141-3/+1
| |
| * DBA: Nothing really done ..Michael Vogel2012-04-141-71/+0
| |
| * Merge commit 'upstream/master'Michael Vogel2012-04-145-16/+39
| |\
| * \ Merge commit 'upstream/master'Michael Vogel2012-04-133-214/+226
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: include/dba.php
| * | | DBA: Deactivation of the mysqli-class for testing purposes.Michael Vogel2012-04-131-30/+31
| | | |
| * | | Merge commit 'upstream/master'Michael Vogel2012-04-119-210/+331
| |\ \ \
| * | | | API: Improved the timeline. Several (disabled) tests with caching of photos.Michael Vogel2012-04-112-8/+12
| | | | |
| * | | | html2plain: changed behaviour for the "hr" element.Michael Vogel2012-04-091-1/+1
| | | | |
| * | | | API: Added Public TimelineMichael Vogel2012-04-081-5/+85
| | | | |
| * | | | API: Now mentions could work as well - only my client doesn't really workMichael Vogel2012-04-081-61/+72
| | | | |
| * | | | API: Basic support of the identica client added.Michael Vogel2012-04-081-0/+72
| | | | |
* | | | | open contact edit in same windowfriendica2012-04-151-1/+1
| | | | |