aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
Commit message (Collapse)AuthorAgeFilesLines
* progress on tag deliveryfriendica2013-02-111-3/+3
|
* work on notificationsfriendica2013-02-061-22/+10
|
* convert wall_upload to use the photo apifriendica2013-02-051-0/+21
|
* ensure that stored tag terms are taken after term expansion, e.g. @"Mike ↵friendica2013-02-021-3/+3
| | | | Macgirvin" and not @"mike+2"
* sort out the rest of the nasty stuff in the attachment/file api - time to ↵friendica2013-02-011-3/+8
| | | | move on to something else
* debugging of file attachment api - somewhat functional but the attachment ↵friendica2013-01-311-1/+2
| | | | info structure in the item table needs to be re-done.
* file/attachment storage api with revision control - needs a bit more testing ↵friendica2013-01-311-26/+17
| | | | but the framework is in place
* @tags sorta work, but we might have an issue with sending zids in @tagsfriendica2013-01-231-3/+2
|
* make @tags half-ass workfriendica2013-01-231-14/+11
|
* backend for storing items as arbitrary webpagesfriendica2013-01-111-8/+33
|
* fix item owner on conversationsfriendica2013-01-031-2/+3
|
* accept expire params if expire feature is enabledfriendica2012-12-311-0/+13
|
* plaintext default - richtext is a featurefriendica2012-11-051-1/+1
|
* fix post previewfriendica2012-11-031-3/+4
|
* share mostly working, preview still horkedfriendica2012-11-031-1/+1
|
* start to use our permissions for stufffriendica2012-10-281-116/+96
|
* Now have a solid permissions model. Create a few functions to enumerate them ↵friendica2012-10-281-0/+2
| | | | and then we're off to the races.
* comments sort of working again but now need to fix the threading which was ↵friendica2012-10-251-4/+8
| | | | ported when it was only half working
* more heavy liftingfriendica2012-10-231-1/+1
|
* cleanup missing functions after movefriendica2012-10-221-1/+0
|
* this might post a profile change activity now - it just won't broadcast anywherefriendica2012-10-191-1/+1
|
* wall posts now display - address book structure revamp startedfriendica2012-10-101-21/+30
|
* start fixing all the item queriesfriendica2012-10-071-5/+5
|
* update mod_item to new schema (db changes have not yet been pushed due to ↵friendica2012-10-061-40/+24
| | | | internet difficulties)
* provide auto admin registration as before, but allow the current admin to ↵friendica2012-10-041-0/+4
| | | | create other admins
* baby stepsfriendica2012-10-041-5/+19
|
* Can't see any posts currently - after the big shakeup, but we can now post ↵friendica2012-10-031-81/+35
| | | | top level activities and store them.
* here's where the heavy lifting begins - everything is likely to be broken ↵friendica2012-10-011-8/+27
| | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
* moving a lot of structure around. 'entity' is now 'channel'friendica2012-09-251-19/+19
|
* updatesfriendica2012-09-091-3/+14
|
* this should get local posts almost workingfriendica2012-09-041-19/+21
|
* a few minor changesfriendica2012-08-261-52/+3
|
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-1/+1
|
* merge from upstreamfriendica2012-08-151-0/+1
|
* merge comment threading, provide plugin/theme functions to handle css/js ↵friendica2012-08-091-1/+6
| | | | includes
* recover existing conversation loading functionality for ↵friendica2012-07-251-2/+2
| | | | home,search,community,display,etc. whilst working on the ajax stuff in network
* sync changesfriendica2012-07-191-5/+13
|
* eliminate the obsolete "last-child" indicatorfriendica2012-07-181-3/+2
|
* remove some d* extraneous bullshitfriendica2012-07-181-5/+2
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-181-41/+0
| | | | some shit.
* working towards getting rid of item['tag'] and item['file'] - still some ↵friendica2012-07-161-12/+15
| | | | dependencies
* language filtering infrastructure, check owner's language prefs and either ↵friendica2012-07-161-0/+20
| | | | translate it or dump it depending on those prefs and the availability of translation plugins.
* use include/language.php for all language and translation codefriendica2012-07-161-2/+0
|
* language detection and sparkle links added to plinks where appropriatefriendica2012-07-121-5/+13
|
* 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
|