aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* tracking through commentsfriendica2012-11-272-4/+12
|
* basic (very basic) communication showing up on network pagefriendica2012-11-263-7/+10
|
* You've got mail! (actually a post, mail is for another day)friendica2012-11-263-12/+98
|
* fix item_private flagfriendica2012-11-261-1/+4
|
* more heavy lifting on delivery - now we can find all the recipients on the ↵friendica2012-11-263-13/+72
| | | | 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.
* more but slow progress on deliveries. The b*tch is trying to match permissionsfriendica2012-11-252-7/+29
|
* "heavy lifting" - zot messages flowing, now just need to be parsed and ↵friendica2012-11-193-10/+154
| | | | stored at the other end.
* DATABASE: outq additions, delivery now getting the notify across to the ↵friendica2012-11-196-67/+140
| | | | other side
* For private messages, use hush-hush ultra top-secret mode by defaultfriendica2012-11-183-9/+14
|
* Now we are able to get a zot notification packet and the resulting json ↵friendica2012-11-182-536/+51
| | | | encoded message into the queue, it's still a hard slog, but there's light at the end of the tunnel - "a message is ready and waiting to be delivered".
* 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
|
* remove include/salmonfriendica2012-11-162-196/+0
|
* more notesfriendica2012-11-163-11/+11
|
* little stufffriendica2012-11-163-6/+21
|
* DATABASE: minor changes in group_member and outq tablesfriendica2012-11-161-15/+7
|
* notes on need for 'xsite' table for global directory and a catalogfriendica2012-11-161-0/+8
| | | | of known sites
* make the json workfriendica2012-11-161-1/+1
|
* site/friendica is now site/siteinfofriendica2012-11-161-5/+11
|
* version updatefriendica2012-11-161-1/+1
|
* finish basic item encoding, add plugin compatibility tag, notes on improving ↵friendica2012-11-163-4/+35
| | | | $global_perms for edge cases
* more progress on notifier cleanup and encoding items for transit.friendica2012-11-156-29/+179
|
* start on item feed structuresfriendica2012-11-141-5/+27
|
* cleanupfriendica2012-11-143-28/+17
|
* make the visual group editor work again in the new worldfriendica2012-11-143-21/+36
|
* more infrastructure changesfriendica2012-11-141-15/+164
|
* groups now take xchans, so you can have groups containing channels that you ↵friendica2012-11-143-51/+38
| | | | aren't connected with
* starting the big notifier cleanupfriendica2012-11-143-64/+70
|
* cleanupfriendica2012-11-135-244/+4
|
* mood mostly workingfriendica2012-11-135-87/+78
|
* a bit more progress on the new network/home ajax notifications, at least ↵friendica2012-11-133-54/+40
| | | | I've now got a plan
* sometimes it gets confusing when using two trees with completely different ↵friendica2012-11-132-2/+2
| | | | structures
* self-signed cert? Since you won't listen to me and insist on annoying your ↵friendica2012-11-133-32/+6
| | | | friends, sorry, but red won't talk to you. This snake is dead.
* provide json parameter to viewsrc to support end-to-end encryptionfriendica2012-11-131-2/+2
|
* still a lot of files to bring up to date with new architecture - keep ↵friendica2012-11-133-33/+35
| | | | plugging away at them
* usability improvementsfriendica2012-11-135-36/+37
|
* ensure we update the correct abook recordfriendica2012-11-131-3/+6
|
* got zotfriendica2012-11-125-28/+66
|
* one could say we've sort of got zot - at least there are two-way ↵friendica2012-11-124-59/+116
| | | | communications for channel meta info, don't yet know if it's working
* typofriendica2012-11-111-1/+1
|
* hush-hush ultra top-secret modefriendica2012-11-113-4/+18
|
* rework a couple of zot basicsfriendica2012-11-103-50/+40
|
* starting to get into the hairy parts of zot - identity, location, and ↵friendica2012-11-104-16/+111
| | | | permission synchronisation. After this, messaging should be a piece of cake.
* when connnection permissions change, notify the other side so they can ↵friendica2012-11-101-3/+5
| | | | refresh their info
* some cleanup of mod-connections to bring it in line with the new architecturefriendica2012-11-102-71/+32
|
* remove obsolete fields from admin templatefriendica2012-11-101-10/+0
|
* fix about half of the admin pagefriendica2012-11-102-84/+55
|
* profile/channel page view contactsfriendica2012-11-093-22/+19
|
* turn star into a featurefriendica2012-11-084-23/+33
|
* start implementing zot-idfriendica2012-11-0815-61/+73
|