| Commit message (Expand) | Author | Age | Files | Lines |
* | fix register_policy globally | friendica | 2013-01-03 | 1 | -1/+1 |
* | plaintext default - richtext is a feature | friendica | 2012-11-05 | 1 | -5/+5 |
* | "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes t... | friendica | 2012-10-29 | 1 | -3/+3 |
* | more DB cleanup | friendica | 2012-08-30 | 1 | -8/+8 |
* | start on contacts/profiles | friendica | 2012-08-30 | 1 | -1/+1 |
* | item table rename parent-uri, target-type, object-type (more to come later) | friendica | 2012-08-15 | 1 | -4/+4 |
* | reduce duplication - only provide one system language setting | friendica | 2012-08-12 | 1 | -0/+9 |
* | eliminate the obsolete "last-child" indicator | friendica | 2012-07-18 | 1 | -2/+7 |
* | moved api direct message formating to own function. | Sebastian Egbers | 2012-06-26 | 1 | -54/+54 |
* | Merge branch 'master' of https://github.com/friendica/friendica | Sebastian Egbers | 2012-06-26 | 1 | -9/+10 |
|\ |
|
| * | improve remote delete forwarding | friendica | 2012-06-25 | 1 | -1/+1 |
| * | fix check for parent of StatusNet API post | Zach Prezkuta | 2012-06-25 | 1 | -9/+10 |
* | | fixed direct message reply in api call. | Sebastian Egbers | 2012-06-25 | 1 | -2/+2 |
* | | modified api message reply to set title to conversion title, when replying. | Sebastian Egbers | 2012-06-25 | 1 | -8/+12 |
* | | Merge remote-tracking branch 'sebastian/master' | Max Weller | 2012-06-23 | 1 | -15/+30 |
|\ \ |
|
| * | | added replyto and subject to direct messages. | Sebastian Egbers | 2012-06-22 | 1 | -7/+18 |
| * | | modified conversion to use x function for parameter checking. | Sebastian Egbers | 2012-06-22 | 1 | -8/+12 |
| |/ |
|
* | | add reliable way to get server version | Max Weller | 2012-06-23 | 1 | -1/+7 |
* | | make it selectable | Max Weller | 2012-06-23 | 1 | -1/+3 |
* | | I want HTML code! | Max Weller | 2012-06-23 | 1 | -1/+1 |
* | | new param getUserObjects to avoid retransmitting the whole user info objects | Max Weller | 2012-06-23 | 1 | -0/+3 |
* | | bugfix | Max Weller | 2012-06-23 | 1 | -4/+5 |
* | | changes on api_direct_messages_box to allow to retrieve conversations and all... | Max Weller | 2012-06-23 | 1 | -13/+5 |
* | | modified direct_messages | Max Weller | 2012-06-23 | 1 | -7/+29 |
|/ |
|
* | Added ORDER BY clause for conversation view | Max Weller | 2012-06-21 | 1 | -1/+1 |
* | Added statuses/show parameter ?conversation=true | Max Weller | 2012-06-21 | 1 | -10/+17 |
* | added exclude_replies option to api call statuses/user_timeline. | Sebastian Egbers | 2012-06-19 | 1 | -1/+4 |
* | added exclude_replies option to api call statuses/home_timeline. | Sebastian Egbers | 2012-06-19 | 1 | -1/+5 |
* | fix small typo for logging command in api.php | Zach Prezkuta | 2012-06-16 | 1 | -1/+1 |
* | Removed "oauth/authorize" from the list of not implemented functions since it... | Michael Vogel | 2012-06-12 | 1 | -1/+0 |
* | Merge remote branch 'upstream/master' | Michael Vogel | 2012-06-04 | 1 | -2/+2 |
|\ |
|
| * | possible sql injection in search | friendica | 2012-05-29 | 1 | -2/+2 |
* | | API: Only repeat items if there is a content | Michael Vogel | 2012-06-04 | 1 | -8/+10 |
|/ |
|
* | Speed optimisation by enabling the posibility of the MySQL fulltext engine | Michael Vogel | 2012-05-26 | 1 | -6/+14 |
* | Merge remote branch 'upstream/master' | Michael Vogel | 2012-05-09 | 1 | -2/+11 |
|\ |
|
| * | change api.php in function api_item_get_user to check if $usercache is NULL b... | Zach Prezkuta | 2012-04-30 | 1 | -1/+1 |
| * | api: add support for StatusNet-style media param to API | Michael Johnston | 2012-04-22 | 1 | -1/+10 |
* | | API: RSS-Feeds are now shortened to 1000 characters. (With added link) | Michael Vogel | 2012-04-22 | 1 | -45/+48 |
|/ |
|
* | API: Improved the timeline. Several (disabled) tests with caching of photos. | Michael Vogel | 2012-04-11 | 1 | -3/+12 |
* | API: Added Public Timeline | Michael Vogel | 2012-04-08 | 1 | -5/+85 |
* | API: Now mentions could work as well - only my client doesn't really work | Michael Vogel | 2012-04-08 | 1 | -61/+72 |
* | API: Basic support of the identica client added. | Michael Vogel | 2012-04-08 | 1 | -0/+72 |
* | API: API is now enhanced. mentions, repeat and destroy now works. | Michael Vogel | 2012-04-08 | 1 | -9/+142 |
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -45/+187 |
|\ |
|
| * | line 86: s/Friendika/Friendica/ | Simon | 2012-04-01 | 1 | -1/+1 |
| * | New parameter in html2plain for plain text exports. More compatibility in API | Michael Vogel | 2012-03-21 | 1 | -2/+35 |
| * | API: added max_id | Michael Vogel | 2012-03-18 | 1 | -2/+6 |
| * | API: Now threading seems to work | Michael Vogel | 2012-03-18 | 1 | -4/+12 |
| * | API: Seesmic is now working. Optimizing text export. | Michael Vogel | 2012-03-18 | 1 | -43/+140 |
|/ |
|
* | Merge pull request #45 from annando/master | friendica | 2012-02-22 | 1 | -10/+14 |
|\ |
|