aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
Commit message (Expand)AuthorAgeFilesLines
* @ completion is a bit too greedyFriendika2011-11-051-2/+4
* fix for multiple consecutive @ tagsFriendika2011-11-021-0/+1
* prevent duplicate @ tagsFriendika2011-11-021-6/+12
* bookmarks not getting translated to D*Friendika2011-11-011-3/+9
* add contact-id to auto-complete response to resolve duplicatesFriendika2011-10-271-1/+11
* Use oembed for bookmark, audio, video, youtubeFabio Comuni2011-10-241-1/+0
* origin flag handling, and bug #137 - provide timezone conversion for events p...Friendika2011-10-171-4/+11
* stuffFriendika2011-10-111-3/+7
* clean up w3c validation and layout for priv mail and lang selectorFriendika2011-10-051-1/+1
* removing another potential way a post could have a zero parent.Friendika2011-10-031-0/+5
* more multiline regex fixesFriendika2011-09-201-3/+3
* optimise the commented date viewFriendika2011-09-181-4/+7
* update timestamp on activity change (comment/like)Friendika2011-09-161-0/+6
* Dreamhost's unreliable process model is really getting irritatingFriendika2011-09-121-8/+18
* allow html post to apiFriendika2011-09-111-9/+4
* bookmarks + bug #140Friendika2011-09-041-3/+14
* infrastructure for personalised @ tags (no UI/settings form yet), allow own c...Friendika2011-09-011-1/+2
* youtube redirect fixesFriendika2011-08-301-1/+1
* bring Diaspora message signing back to the source author - whether they like ...Friendika2011-08-281-0/+29
* cronhooks brokenFriendika2011-08-151-1/+1
* privacy enforcement on pubmail_enableFriendika2011-08-151-1/+1
* honour "post to xxx network by default" when using APIFriendika2011-08-141-0/+14
* guids on itemsFriendika2011-08-071-1/+1
* item guidsFriendika2011-08-071-2/+6
* several fixes for attachmentsFriendika2011-08-031-1/+5
* re-parent api post item with parent_id and no parent_uriFriendika2011-08-031-8/+19
* api profilesFriendika2011-07-311-2/+27
* better handling of api comments/repliesFriendika2011-07-311-5/+20
* event ownership from remote feeds messed up, this is one step - may require moreFriendika2011-07-121-5/+3
* allow spaces in @ tagsFriendika2011-06-291-6/+14
* new item view, sort by received date - not posted date.Friendika2011-06-231-2/+4
* don't allow tags in app sourceFriendika2011-06-231-1/+1
* friendika-z initial implementationFriendika2011-06-231-0/+1
* item sourceFriendika2011-06-201-2/+6
* api post sort of working - output status,user need to be swappedFriendika2011-06-191-0/+2
* avoid race condition on delete checked itemsFriendika2011-06-161-0/+2
* delete selected itemsFriendika2011-06-151-96/+9
* Dear $username not expanded/replaced in text emailsFriendika2011-06-141-0/+4
* remove event if attached item is deletedFriendika2011-06-081-0/+11
* events, continued. Also better regex matching accounting for empty elementsFriendika2011-06-071-2/+2
* small fixes to item post to try and sort out segfault issues on php 5.3 (?)Friendika2011-05-291-4/+7
* don't reset photo permissions unless photo has owner-only permissionsFriendika2011-05-271-1/+13
* sort out a couple of email notify issuesFriendika2011-05-251-14/+14
* remove debug lineFriendika2011-05-251-1/+1
* file attachmentsFriendika2011-05-251-4/+49
* bug #85Friendika2011-05-231-0/+5
* add info() function. Works like notice() but show messages in a div with clas...Fabio Comuni2011-05-231-1/+1
* removed buggy debug code ;)Friendika2011-05-221-3/+0
* fixed a couple of bugsChris Case2011-05-211-16/+19
* merged multipart email changesChris Case2011-05-211-79/+106
|\