aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
Commit message (Collapse)AuthorAgeFilesLines
...
* delivery report tweaksredmatrix2015-11-221-0/+12
|
* issue #85, community tags and file tags lost during edits. This required ↵redmatrix2015-11-201-1/+2
| | | | splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits.
* issues connecting to local forumredmatrix2015-11-151-4/+4
|
* better re-install detection/protection. This necessitated a slight protocol ↵redmatrix2015-11-031-3/+5
| | | | change but should not introduce any compatibility issues with older software. Things just work better if you use an up-to-date server.
* need better peer verification due to re-install issue, this is temporaryredmatrix2015-11-031-2/+3
|
* bug in hub/location syncredmatrix2015-11-021-4/+3
|
* provide discovery for local deletes in zot-finger and mark the hublocs ↵redmatrix2015-11-011-0/+9
| | | | invalid/deleted
* make sure we only have one profile photo for a cloned channelMario Vavti2015-11-011-15/+20
|
* possibly improve cloned profile images a bit - mod/photo would pick some ↵Mario Vavti2015-10-301-0/+22
| | | | random photos if there are more than one kind of PHOTO_PROFILE
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-191-4/+11
|\ | | | | | | | | | | | | | | | | Conflicts: include/zot.php install/schema_mysql.sql install/schema_postgres.sql install/update.php mod/zfinger.php
| * add the project name to site info packetredmatrix2015-10-191-4/+8
| |
* | separate permission_update notification into permission_create and ↵redmatrix2015-10-181-1/+1
| | | | | | | | permission_update, since some networks send out a notification for duplicate share requests even if connected.
* | filter delivery reportsredmatrix2015-10-171-1/+43
| |
* | more work on import & sync of private mail and conversationsredmatrix2015-10-141-0/+6
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-011-4/+4
|\|
| * allow additional uses for xtagsredmatrix2015-10-011-4/+4
| |
* | issue #63 - missing table fields in db queryredmatrix2015-09-301-2/+2
| |
* | add delivery reports to mail (not backported to redmatrix)redmatrix2015-09-301-7/+15
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-301-3/+14
|\| | | | | | | | | | | | | Conflicts: include/zot.php view/de/messages.po view/de/strings.php
| * document the issue with cloned delivery to self vs normal delivery to selfredmatrix2015-09-301-2/+13
| |
| * undo self-deliver checkredmatrix2015-09-301-5/+6
| |
* | undo self deliver checkredmatrix2015-09-301-5/+6
| |
* | another error from the db logsredmatrix2015-09-291-1/+1
| |
* | improve the sys channel location repair to check key issues and re-installs ↵redmatrix2015-09-291-2/+10
| | | | | | | | and/or site moves
* | check and repair sys channel locations (hublocs) in zot-finger if they are ↵redmatrix2015-09-291-0/+61
| | | | | | | | messed up
* | resolve conflictsredmatrix2015-09-281-7/+0
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-281-0/+6
|\|
| * process_delivery: ignore selfredmatrix2015-09-281-0/+6
| |
* | ignore self delivery in process_deliveryredmatrix2015-09-281-7/+5
| |
* | create site records for all queued sites and check for deathredmatrix2015-09-281-3/+5
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-271-4/+6
|\| | | | | | | | | Conflicts: include/zot.php
| * well there's one problem...redmatrix2015-09-271-4/+4
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-271-5/+13
|\| | | | | | | | | | | Conflicts: include/zot.php util/messages.po
| * add some safety checks on the sending side of syncredmatrix2015-09-271-6/+20
| |
* | import_xchan_photo: check the return headers to ensure it's an image ↵redmatrix2015-09-261-1/+1
| | | | | | | | content-type of some form as imagick chucks a wobbly if you try to initialise an image with an html error page.
* | add plugin hooks to channel sync/import/exportredmatrix2015-09-231-0/+2
| |
* | merge issueredmatrix2015-09-221-4/+2
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-221-2/+4
|\|
| * don't send sync packets to deleted hubloc locationsredmatrix2015-09-221-2/+4
| |
| * inverted logic syncing deleted hublocsredmatrix2015-09-221-1/+1
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-221-1/+3
|\|
| * add names to delivery report for sync deliveryredmatrix2015-09-221-1/+3
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-221-1/+11
|\|
| * report the channel syncredmatrix2015-09-221-1/+11
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-221-0/+9
|\| | | | | | | | | | | Conflicts: include/items.php include/zot.php
| * backport item syncredmatrix2015-09-221-0/+85
| |
* | allow self delivery until we figure out why clone sync of posted items isn't ↵redmatrix2015-09-221-5/+6
| | | | | | | | doing it's thing
* | add one more testredmatrix2015-09-221-1/+1
| |
* | fix foreach warningredmatrix2015-09-221-1/+1
| |
* | delivery reports - crude but mostly functional at least for zot deliveriesredmatrix2015-09-221-3/+4
| |