aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* rm pidfile stuff since we won't need poller lockingfriendica2012-11-293-44/+0
|
* Now if you follow somebody it will create an abook entry on the other site ↵friendica2012-11-292-9/+31
| | | | with blocked,ignored, and pending set. No "friend notifications" yet.
* backport features categories and add some new ones like the affinity sliderfriendica2012-11-281-16/+39
|
* trace through the threaded conversation spaghetti to bring back a sane ↵friendica2012-11-282-4/+26
| | | | looking network page
* got comments going back and forth - we really need local_deliver now since ↵friendica2012-11-273-18/+35
| | | | even local deliveries are going through zot and that isn't necessary or desirable in the long term
* tracking through commentsfriendica2012-11-272-4/+12
|
* 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-262-11/+97
|
* fix item_private flagfriendica2012-11-261-1/+4
|
* more heavy lifting on delivery - now we can find all the recipients on the ↵friendica2012-11-262-12/+71
| | | | 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-251-6/+28
|
* "heavy lifting" - zot messages flowing, now just need to be parsed and ↵friendica2012-11-192-1/+70
| | | | stored at the other end.
* DATABASE: outq additions, delivery now getting the notify across to the ↵friendica2012-11-193-46/+114
| | | | 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-181-535/+50
| | | | 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
|
* little stufffriendica2012-11-161-4/+19
|
* 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-154-27/+177
|
* start on item feed structuresfriendica2012-11-141-5/+27
|
* make the visual group editor work again in the new worldfriendica2012-11-142-6/+8
|
* more infrastructure changesfriendica2012-11-141-15/+164
|
* groups now take xchans, so you can have groups containing channels that you ↵friendica2012-11-142-50/+37
| | | | aren't connected with
* starting the big notifier cleanupfriendica2012-11-142-63/+69
|
* cleanupfriendica2012-11-132-207/+0
|
* mood mostly workingfriendica2012-11-133-53/+51
|
* a bit more progress on the new network/home ajax notifications, at least ↵friendica2012-11-132-54/+39
| | | | I've now got a plan
* self-signed cert? Since you won't listen to me and insist on annoying your ↵friendica2012-11-131-7/+5
| | | | friends, sorry, but red won't talk to you. This snake is dead.
* still a lot of files to bring up to date with new architecture - keep ↵friendica2012-11-131-9/+9
| | | | plugging away at them
* ensure we update the correct abook recordfriendica2012-11-131-3/+6
|
* got zotfriendica2012-11-123-27/+62
|
* one could say we've sort of got zot - at least there are two-way ↵friendica2012-11-121-40/+50
| | | | 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-112-3/+17
|
* rework a couple of zot basicsfriendica2012-11-101-45/+31
|
* starting to get into the hairy parts of zot - identity, location, and ↵friendica2012-11-101-2/+82
| | | | permission synchronisation. After this, messaging should be a piece of cake.
* profile/channel page view contactsfriendica2012-11-091-8/+11
|
* turn star into a featurefriendica2012-11-082-13/+14
|
* start implementing zot-idfriendica2012-11-084-37/+40
|
* magic auth indicator (link is dead at the moment)friendica2012-11-081-13/+19
|
* permissions and contact permissions are now stickyfriendica2012-11-081-11/+11
|
* turn multiple profiles into a feature, implement connection flags ↵friendica2012-11-072-12/+15
| | | | (block,hide,archive,etc.)
* "follow" now creates an address book entry, which means we can start tying ↵friendica2012-11-063-21/+28
| | | | that into the "connections" module - still have to turn the "contact edit" page from a mockup to real code, but it's all starting to flow.
* finish off like/dislike localisation except for zrl/magic_linkfriendica2012-11-062-36/+59
|
* likes working a bit better - not translateable yetfriendica2012-11-061-3/+6
|
* likes are quasi working again - at least an activity item is stored and it ↵friendica2012-11-051-2/+2
| | | | mostly has correct data, but displaying it needs improvement.
* fix the profile change activity postfriendica2012-11-051-18/+20
|
* start on the like/dislike activitiesfriendica2012-11-052-8/+8
|