aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
Commit message (Collapse)AuthorAgeFilesLines
* catchupfriendica2012-07-101-5/+0
|
* identity address is now a web-id or "webbie"friendica2012-07-091-17/+36
|
* remove bookmark content flagfriendica2012-07-081-28/+20
|
* create third privacy state - public post but not searchable or publicly visiblefriendica2012-06-281-1/+1
|
* remove possibly unnecessary checks for likes or comments created by Diaspora ↵Zach Prezkuta2012-06-251-9/+9
| | | | users
* store signature info for remote users tooZach Prezkuta2012-06-251-15/+20
|
* add some debug loggingZach Prezkuta2012-06-251-0/+1
|
* Clean up the Diaspora connectivity:Zach Prezkuta2012-06-251-18/+40
| | | | | - Move Diaspora code into separate functions to make it more modular - Create more checks for whether Diaspora connectivity has been enabled
* fix check for parent of StatusNet API postZach Prezkuta2012-06-251-1/+1
|
* Implement relaying of relayable_retractionsZach Prezkuta2012-06-031-5/+5
| | | | Also: some whitespace cleanup, fix Diaspora parent DB query
* private group tests, cont.friendica2012-05-291-12/+25
|
* fix wall_uploaded photo permissions on group post by memberfriendica2012-05-251-1/+3
|
* redir links for permission controlled attachmentsfriendica2012-05-211-10/+6
|
* set comment permissions explicitly to parent permissionsfriendica2012-05-191-5/+14
|
* Avoid tagging both '@Robert Johnson' and also '@Robert', when '@Robert ↵friendica2012-05-021-5/+33
| | | | Johnson' was already matched, and '@Robert' might be somebody different entirely.
* separate tag search from body searchfriendica2012-04-231-1/+1
|
* function name typofriendica2012-04-151-1/+1
|
* move all fix_mce to one function so it can easily be undonefriendica2012-04-101-2/+1
|
* use local_user for tag completion if available. See bug #368friendica2012-04-091-1/+1
|
* fix to wall_upload photos default permissions to use cid rather than uid.friendica2012-04-081-1/+1
|
* tag tests cont.friendica2012-04-071-1/+0
|
* some work on testsfriendica2012-04-071-0/+1
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-12/+35
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * allow users to set categories on their postsMichael Johnston2012-04-011-6/+24
| |
| * title not updated when editing postfriendica2012-03-281-1/+1
| |
| * typo datarry -> datarrayMichael Johnston2012-03-251-1/+1
| |
| * ability to change tags in edited postsfriendica2012-03-221-7/+12
|/
* work around doubled linefeeds in tinymce3.5b2friendica2012-03-211-0/+10
|
* cut/paste errorfriendica2012-03-171-1/+1
|
* syntax error from pasted text, remove ^M'sfriendica2012-03-161-96/+96
|
* Merge pull request #132 from campino/masterfriendica2012-03-141-104/+140
|\ | | | | Test cases
| * get_tags tests corrected. They test for the right things now. Alexander Kampmann2012-03-141-6/+7
| |
| * get tags test improvedAlexander Kampmann2012-03-121-24/+55
| |
| * splitted test cases.Alexander Kampmann2012-03-091-104/+108
| |
* | PHP Fatal error: Call-time pass-by-reference has been removed in ↵Simon L'nu2012-03-141-1/+1
|/ | | | | | mod/item.php on line 630 Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
* mod/item.php pass 'parent' to notificationAbinoam P. Marques Jr2012-02-251-1/+2
|
* scale external imagesfriendica2012-02-251-0/+2
|
* new notifications - implement storagefriendica2012-02-181-0/+2
|
* encode email headers on message deliveriesfriendica2012-02-151-2/+3
|
* edit post not working after plaintext editor fixes, missing some recent ↵friendica2012-02-091-1/+2
| | | | editor template changes
* allow plugin to abort message posting, fix half-duplex D* relationshipfriendica2012-01-301-0/+14
|
* store moderated flag if setfriendica2012-01-291-8/+7
|
* redirect to a useful location after deleting or ignoring a friend request, ↵friendica2012-01-241-2/+26
| | | | begin comment moderation logic
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* api post broken with recent change to use REQUEST vars in mod_itemfriendica2012-01-151-1/+1
|
* use $_REQUEST for all post items, move default api permission code block to ↵friendica2012-01-121-44/+55
| | | | simplify logic
* bug #251 - privacy settings not working via APIfriendica2012-01-121-6/+6
|
* post previewfriendica2012-01-091-0/+3
|
* bypass D* markdown bug for nowfriendica2012-01-091-0/+2
|
* backend for per-network streamsfriendica2012-01-051-3/+1
|