aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
Commit message (Collapse)AuthorAgeFilesLines
...
* privacy leakagefriendica2013-07-311-1/+1
|
* improvements in delivery loggingfriendica2013-07-211-8/+25
|
* fix profile update propagationfriendica2013-06-181-3/+3
|
* don't federate webpages ;-)friendica2013-06-151-0/+6
|
* push refresh messages, performance work on conversations and configs, doc ↵friendica2013-06-141-12/+51
| | | | updates
* zidify img links, delay notifier until actually published for time ↵friendica2013-05-271-0/+4
| | | | travelling posts
* workarounds for people that re-install and end up polluting everybody's ↵friendica2013-05-161-2/+2
| | | | databases with stale entries
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* delete item should now mostly workfriendica2013-01-281-1/+5
|
* uncomplicate item deletion and fixup all the other linked tablesfriendica2013-01-241-3/+4
|
* this should make tag delivery (e.g. forums) work - but not yet fully testedfriendica2013-01-131-3/+18
|
* never enough documentationfriendica2013-01-041-3/+14
|
* This should fix the errant relaying...friendica2013-01-041-2/+6
|
* fix typo - commited to wrong treefriendica2013-01-041-1/+7
|
* break delivery loopfriendica2013-01-041-1/+5
|
* verify table needs auto_increment flagfriendica2013-01-021-2/+2
|
* cleanup more obsolete stufffriendica2012-12-181-2/+2
|
* y'all got mailfriendica2012-12-051-51/+75
|
* Now if you follow somebody it will create an abook entry on the other site ↵friendica2012-11-291-1/+3
| | | | with blocked,ignored, and pending set. No "friend notifications" yet.
* got comments going back and forth - we really need local_deliver now since ↵friendica2012-11-271-10/+10
| | | | even local deliveries are going through zot and that isn't necessary or desirable in the long term
* tracking through commentsfriendica2012-11-271-3/+9
|
* DATABASE: outq additions, delivery now getting the notify across to the ↵friendica2012-11-191-2/+5
| | | | other side
* For private messages, use hush-hush ultra top-secret mode by defaultfriendica2012-11-181-7/+7
|
* 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".
* little stufffriendica2012-11-161-4/+19
|
* more progress on notifier cleanup and encoding items for transit.friendica2012-11-151-10/+77
|
* starting the big notifier cleanupfriendica2012-11-141-62/+64
|
* got zotfriendica2012-11-121-17/+50
|
* 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.
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-1/+1
| | | | to the profile details.
* more cleanupMike Macgirvin2012-10-231-49/+0
|
* updatesfriendica2012-09-091-4/+4
|
* more DB cleanupfriendica2012-08-301-6/+6
|
* a few minor changesfriendica2012-08-261-19/+0
|
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-2/+2
|
* merge upstreamfriendica2012-08-111-0/+25
|
* sync changesfriendica2012-07-191-17/+7
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-181-154/+2
| | | | some shit.
* the pioneers should at least have a current db - it will likely be some time ↵friendica2012-07-161-5/+1
| | | | before db updates go into this tree as many incompatible things are changing and cannot be automatically migrated, so it will probably mean frequent reinstalls.
* get rid of special "short salmon key" for statusnetfriendica2012-07-111-1/+1
|
* create third privacy state - public post but not searchable or publicly visiblefriendica2012-06-281-1/+1
|
* revert extra Diaspora disabling changes to try to eliminate Mustard ↵Zach Prezkuta2012-06-251-8/+4
| | | | double-posting
* Clean up the Diaspora connectivity:Zach Prezkuta2012-06-251-3/+7
| | | | | - Move Diaspora code into separate functions to make it more modular - Create more checks for whether Diaspora connectivity has been enabled
* first shot at getting like/unlike functions to work consistentlyZach Prezkuta2012-06-031-4/+5
|
* Fix bugs in the retraction codeZach Prezkuta2012-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Currently, the following seems to be the functional status: For a Diaspora top-level post: Friendica comments show up AND delete Diaspora comments show up AND delete for top-level owner Diaspora comments show up for non-owner Diaspora comments sometimes don't delete for non-owner -> Appears to be Diaspora's fault, as a "not a valid object" error shows up in the log Friendica likes show up, but can't unlike (Friendica doesn't even message Diaspora) Diaspora likes show up Diaspora non-owner can't unlike -> Same as comments, seems to be Diaspora's fault For a Friendica top-level post: Friendica comments show up AND delete Diaspora comments show up AND delete Friendica likes don't show up in Diaspora sometimes Friendica doesn't even message Diaspora for unlikes (sometimes?) Diaspora likes and unlikes work
* Implement relaying of relayable_retractionsZach Prezkuta2012-06-031-4/+11
| | | | Also: some whitespace cleanup, fix Diaspora parent DB query
* Support relayable_retractions that are relayed to us by the top-level post ownerZach Prezkuta2012-06-031-0/+1
|
* rework the way private photos are embedded to avoid url differences and also ↵friendica2012-05-271-1/+1
| | | | check the permissions if possible to make sure that nothing sneaks by.
* rev updatefriendica2012-05-201-7/+25
|
* backend support for 'x' deliveries per process - x is configurable, more ↵friendica2012-05-191-0/+7
| | | | importantly any search starting with # is automatically a tag search. TODO: Need to extend this to people searches starting with @