aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* more cleanupMike Macgirvin2012-10-231-1/+0
|
* upstream fixesfriendica2012-10-211-0/+1
|
* more stuff we don't need.friendica2012-10-081-22/+15
|
* prevent tag recursion on shared postsfriendica2012-10-081-2/+6
|
* start fixing all the item queriesfriendica2012-10-071-12/+15
|
* fix some issues that couldn't be tested yesterday - as was working offlinefriendica2012-10-071-4/+4
|
* new item structure to item_storefriendica2012-10-061-39/+19
|
* Can't see any posts currently - after the big shakeup, but we can now post ↵friendica2012-10-031-6/+4
| | | | top level activities and store them.
* here's where the heavy lifting begins - everything is likely to be broken ↵friendica2012-10-011-20/+20
| | | | 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.
* separate the public feed from everything elsefriendica2012-09-201-19/+118
|
* updatesfriendica2012-09-091-1/+13
|
* more DB cleanupfriendica2012-08-301-60/+21
|
* a few minor changesfriendica2012-08-261-1/+0
|
* registration dangling code fragment that should've been removedfriendica2012-08-151-5/+11
|
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-59/+59
|
* merge from upstreamfriendica2012-08-151-3/+6
|
* reduce duplication - only provide one system language settingfriendica2012-08-121-4/+5
|
* merge upstreamfriendica2012-08-111-2/+2
|
* merge comment threading, provide plugin/theme functions to handle css/js ↵friendica2012-08-091-2/+2
| | | | includes
* updatesfriendica2012-08-051-1/+1
|
* get_item_elements (json version)friendica2012-07-291-0/+52
|
* implement page update modesfriendica2012-07-231-0/+112
|
* syncfriendica2012-07-191-1/+51
|
* eliminate the obsolete "last-child" indicatorfriendica2012-07-181-193/+74
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-181-92/+2
| | | | some shit.
* error cleanupfriendica2012-07-171-4/+6
|
* working towards getting rid of item['tag'] and item['file'] - still some ↵friendica2012-07-161-15/+10
| | | | dependencies
* language filtering infrastructure, check owner's language prefs and either ↵friendica2012-07-161-5/+8
| | | | translate it or dump it depending on those prefs and the availability of translation plugins.