aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
* Communication of mention tags were garbledfriendica2013-02-021-1/+1
|
* sort out the rest of the nasty stuff in the attachment/file api - time to ↵friendica2013-02-011-2/+7
| | | | move on to something else
* debugging of file attachment api - somewhat functional but the attachment ↵friendica2013-01-311-2/+2
| | | | info structure in the item table needs to be re-done.
* It's really not supposed to be quite this chatty on the network - ah that's ↵friendica2013-01-281-6/+18
| | | | why. Oops.
* help deletions alongfriendica2013-01-271-0/+4
|
* ensure zot messages with 'deleted' items set 'created' as a fallback to ↵friendica2013-01-261-1/+2
| | | | ensure the message isn't tossed.
* make contact_remove sort of work so I can actually get rid of Oliver's and ↵friendica2013-01-251-2/+2
| | | | Michael J's dead contacts and not poll them every ten minutes forever
* uncomplicate item deletion and fixup all the other linked tablesfriendica2013-01-241-98/+75
|
* why oh why is poco_load not getting called? oh - that's why.friendica2013-01-241-2/+2
|
* delete item: change of timestamp last editMichael Meer2013-01-231-1/+3
|
* Merge pull request #1 from friendica/masterMicMee2013-01-231-6/+5
|\ | | | | get changes
| * clean up the photo storage backend, revamp mod/wall_uploadfriendica2013-01-221-3/+3
| |
| * more heavy lifting on API - though need to re-visit events and give them all ↵friendica2013-01-191-3/+2
| | | | | | | | message_ids from the origination site.
* | delete of single items should now work againMichael Meer2013-01-231-4/+10
|/
* this should make tag delivery (e.g. forums) work - but not yet fully testedfriendica2013-01-131-38/+33
|
* ignore tagged items in reshares from notifications and tag_deliveryfriendica2013-01-121-0/+11
|
* start on tag deliver rewritefriendica2013-01-121-54/+49
|
* fix double-encodingfriendica2013-01-111-28/+28
|
* add Smarty templates for international templatesZach Prezkuta2013-01-101-5/+0
|
* bypass smarty for intletext templatesfriendica2013-01-071-0/+7
|
* input cleansingfriendica2013-01-071-2/+10
|
* start rewrite of notification system delivery backendfriendica2013-01-051-0/+15
|
* Make zot_feeds in ascending created order so that we'll see parents before ↵friendica2013-01-041-1/+9
| | | | kids. Otherwise if we get a kid and we don't have a parent we'll drop it.
* small tweaks to icon positionsfriendica2013-01-031-1/+1
|
* temporary feed import/export (public only for the moment) until this is ↵friendica2013-01-031-0/+42
| | | | integrated with remote permissions
* zome issues registering new hubsfriendica2013-01-021-8/+10
|
* add item['expires'] to protocol communicationsfriendica2012-12-301-0/+5
|
* profile messages for directory synchronisationfriendica2012-12-221-0/+43
|
* typo - this keyboard is getting frustratingfriendica2012-12-161-1/+1
|
* there are now 2 permalinks - one is the remote original post (plink) and the ↵friendica2012-12-161-1/+7
| | | | other is a pointer to a local copy (llink). mod_display is not longer tied to a particular id or channel so if a message is publicly viewable it will appear without any ownership info.
* a bit of e_all cleanupfriendica2012-12-081-0/+2
|
* make mail replies workfriendica2012-12-051-1/+6
|
* y'all got mailfriendica2012-12-051-0/+129
|
* add pending check on group queriesfriendica2012-11-291-2/+3
|
* further progress on new network/home notificationsfriendica2012-11-291-0/+1
|
* got comments going back and forth - we really need local_deliver now since ↵friendica2012-11-271-1/+1
| | | | even local deliveries are going through zot and that isn't necessary or desirable in the long term
* basic (very basic) communication showing up on network pagefriendica2012-11-261-1/+1
|
* You've got mail! (actually a post, mail is for another day)friendica2012-11-261-1/+3
|
* fix item_private flagfriendica2012-11-261-1/+4
|
* more heavy lifting on delivery - now we can find all the recipients on the ↵friendica2012-11-261-3/+3
| | | | system who have any acceptable permissions for receiving a post. Next we just need to process edits and deletes, and otherwise store the message - yay. Still a lot of work, but we've come a long way baby.
* "heavy lifting" - zot messages flowing, now just need to be parsed and ↵friendica2012-11-191-0/+1
| | | | stored at the other end.
* For private messages, use hush-hush ultra top-secret mode by defaultfriendica2012-11-181-1/+3
|
* and there's the import side of thingsfriendica2012-11-171-13/+82
|
* mostly working item_decode, but without full input santisingfriendica2012-11-171-27/+32
|
* finish basic item encoding, add plugin compatibility tag, notes on improving ↵friendica2012-11-161-3/+24
| | | | $global_perms for edge cases
* more progress on notifier cleanup and encoding items for transit.friendica2012-11-151-14/+98
|
* start on item feed structuresfriendica2012-11-141-5/+27
|
* start on the like/dislike activitiesfriendica2012-11-051-2/+2
|
* turn off some "advanced" features by default, like archives and saved search ↵friendica2012-11-031-3/+1
| | | | - even though we don't yet have a screen to turn them on. That will come.
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-5/+5
| | | | to the profile details.