aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
Commit message (Collapse)AuthorAgeFilesLines
* log API improvements and queue optimisation for singleton networksredmatrix2015-12-311-12/+12
|
* refresh issueredmatrix2015-12-271-1/+3
|
* loop detectionredmatrix2015-12-171-3/+6
|
* queue/notification/delivery refactor continuedredmatrix2015-12-161-105/+30
|
* some notifier optimisations. Also put a fixme on the invite total ↵redmatrix2015-12-161-25/+17
| | | | generations for new accounts, which is incorrect and now commented out.
* more work on queue apiredmatrix2015-12-141-14/+7
|
* simplify queue insertion for normal itemsredmatrix2015-12-141-39/+25
|
* start working on the singleton settingredmatrix2015-12-091-0/+2
|
* issue with dead hub detectionredmatrix2015-11-151-1/+1
|
* improve /locs page with some field notes and the ability to do a forced syncredmatrix2015-11-011-1/+1
|
* new feature: delayed postingredmatrix2015-10-251-1/+1
|
* fix typo in include/notifier.phpMario Vavti2015-10-191-1/+1
|
* separate permission_update notification into permission_create and ↵redmatrix2015-10-181-2/+7
| | | | permission_update, since some networks send out a notification for duplicate share requests even if connected.
* mail sync/migrate continued; also abstract delivery loop to make it ↵redmatrix2015-10-151-59/+43
| | | | re-usable, change refresh_all to use delivery loop.
* need full path to deliver_hooks.phpredmatrix2015-10-021-1/+1
|
* more work on the notifierredmatrix2015-09-291-1/+6
|
* remove redundant coderedmatrix2015-09-241-7/+1
|
* delivery optimisationsredmatrix2015-09-241-8/+25
|
* heavy lifting for delivery reportsredmatrix2015-09-221-0/+12
|
* don't deliver to dead hubsredmatrix2015-09-141-25/+18
|
* remove xchan_instance_url - it needs to be an abook field, not an xchan fieldredmatrix2015-09-141-14/+0
|
* begin moving diaspora to pluginredmatrix2015-08-021-18/+8
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-291-1/+10
|\ | | | | | | | | | | Conflicts: view/nl/messages.po view/nl/strings.php
| * some prep workredmatrix2015-06-291-1/+10
| |
* | convert the abook fieldsredmatrix2015-06-141-2/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-271-0/+2
|\| | | | | | | | | Conflicts: mod/impel.php
| * fix for forked thread on diasporaredmatrix2015-05-271-11/+0
| |
| * revert for nowredmatrix2015-05-271-5/+5
| |
| * Comments need to have some kind of routing instructions.redmatrix2015-05-261-0/+13
| |
* | fix some merge errorsredmatrix2015-05-181-1/+1
| |
* | Merge branch 'master' into tresfriendica2015-04-291-7/+15
|\| | | | | | | | | Conflicts: include/notifier.php
| * disconnectfriendica2015-04-231-7/+15
| |
* | Merge branch 'master' into tresfriendica2015-04-231-9/+45
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * more work on queue optimisationsfriendica2015-03-091-3/+18
| |
| * Fix a couple of places where we weren't checking for dead hublocs. Add a ↵friendica2015-02-271-5/+14
| | | | | | | | function to mark a hubloc dead.
| * syntax - missing argfriendica2015-02-251-1/+1
| |
| * this may actually fix the deliver loop when deleting existing items. It's ↵friendica2015-02-251-1/+8
| | | | | | | | hackish but I don't see any other way out.
| * Found the cause of the delete looping, and I can prevent it going forward. ↵friendica2015-02-251-2/+7
| | | | | | | | The issue remains what to do about comments which are already in the DB and have ITEM_ORIGIN incorrectly set. We can't exactly reset them because the "original" context has been lost. (Sorry but couldn't resist an insider pun that none of you will be able to follow anyway). Read the comments.
| * don't send deleted items upstream - only downstream.friendica2015-02-241-3/+6
| |
* | Merge branch 'master' into tresfriendica2015-02-051-14/+0
|\| | | | | | | | | | | Conflicts: view/css/mod_events.css view/theme/redbasic/css/style.css
| * send rating information to directoriesfriendica2015-02-021-14/+0
| |
* | Merge branch 'master' into tresfriendica2015-01-311-0/+10
|\| | | | | | | | | Conflicts: include/zot.php
| * updates to put rating info into the local xlink before sending it to known ↵friendica2015-01-281-0/+10
| | | | | | | | directory servers
* | more message restrict conversionsfriendica2015-01-291-3/+6
| |
* | start on item_restrict conversionfriendica2015-01-221-4/+3
| |
* | heavy lifting converting item flag bitsfriendica2015-01-221-5/+4
| |
* | slow progress removing bitfields on item tablefriendica2015-01-211-2/+1
| |
* | that should take care of the bitfields in hublocfriendica2015-01-201-1/+1
| |
* | first cut at unpacking bitfields in hubloc, fixed hubloc_error and ↵friendica2015-01-201-5/+2
|/ | | | hubloc_deleted
* include channel clones in PM deliveries (also some whitespace edits)friendica2015-01-081-0/+1
|