Commit Graph

563 Commits

Author SHA1 Message Date
redmatrix b1259876bf more db column renames 2016-05-31 21:45:33 -07:00
redmatrix 44d3dadb03 don't update hubloc_connected any more often than 15 minutes. We don't require that level of granularity and the frequent writes are causing issues with the stability of that table. 2016-05-30 20:59:46 -07:00
redmatrix f35609d26c redundant dev line from an earlier modification causes issue #404 2016-05-30 13:25:58 -07:00
redmatrix 61304d80d2 track down some issues from the application logs 2016-05-26 18:45:47 -07:00
redmatrix c37eaff263 require token signatures in zot_refresh, also move channel specific stuff into include/channel.php from include/connections.php 2016-05-24 23:05:00 -07:00
redmatrix 80f2ba640e code cleanup 2016-05-24 20:49:23 -07:00
redmatrix f9a295a236 Add space between project name and server type 2016-05-24 19:25:10 -07:00
redmatrix 29ba891809 moved enotify 2016-05-24 01:25:13 -07:00
redmatrix bbc71343bd change the signed token format. We don't folks to be able to submit random text for signing by us, as they could then use these to generate known signatures. 2016-05-22 22:44:13 -07:00
redmatrix de006771c7 renamed include files identity.php (channel.php) and Contact.php (connections.php) 2016-05-22 16:54:30 -07:00
redmatrix ed56b6e67b first cut at zot-finger request signatures 2016-05-21 18:02:14 -07:00
redmatrix d8ace38041 rework the conversation object stuff at a high level - still needs a bit of refactoring 2016-05-20 22:52:47 -07:00
redmatrix a2cec8899a daemon conversion continued... 2016-05-19 22:26:37 -07:00
redmatrix d38851023e provide server role on pubsites page 2016-05-18 16:28:51 -07:00
redmatrix 781716277b SECURITY: a comment to a private post that has been edited (the comment has been edited) loses its privacy settings. This comment isn't visible in the stream but may be visible in feeds. 2016-05-12 16:47:03 -07:00
redmatrix f284558007 use only the std_version 2016-05-01 19:29:30 -07:00
redmatrix a67fa2651d implement the singleton delivery stuff 2016-04-26 17:38:44 -07:00
redmatrix 521641f3a8 filter out a bit more dreport noise - especially for private posts to multiple recipients. 2016-04-14 21:53:39 -07:00
redmatrix a8f7af2079 provide general purpose verification class, remove include/session.php (no longer used) 2016-04-14 18:51:06 -07:00
redmatrix 6650916435 file sync testing 2016-04-06 18:38:48 -07:00
redmatrix 9abd95fad3 static App 2016-03-31 16:06:03 -07:00
redmatrix 77094f8d2b make the admin side menu extensible and provide a hook for a channel "move" operation that federation plugins might use to re-establish connections after a channel move. 2016-03-19 16:17:19 -07:00
redmatrix 7732532964 handle UNO move channel operation 2016-03-09 15:56:51 -08:00
redmatrix be2b7c0b5f abconfig 2016-02-29 19:31:52 -08:00
redmatrix ebe70a41b9 build_sync_packet - no need to sleep after the last sync delivery. 2016-02-28 18:26:08 -08:00
redmatrix cfa2ac2d0a move dreport to zotlabs\zot namespace 2016-02-19 14:02:55 -08:00
redmatrix 342fda94e4 Provide Zotlabs\Project and System class for querying details about the project/version info. Move these out of /boot.php 2016-02-18 15:24:58 -08:00
redmatrix 7868e47643 more uno groundwork 2016-02-05 13:32:15 -08:00
redmatrix 535a54040f add abook_account to cloned abook records, was missing 2016-01-26 15:38:56 -08:00
redmatrix 10ed334e8c various issues from the forums 2016-01-17 16:29:32 -08:00
redmatrix bf99906386 provide admin toggle to disable delivery reports 2016-01-07 14:27:06 -08:00
redmatrix 2cf4ac26fd log API improvements and queue optimisation for singleton networks 2015-12-31 12:26:41 -08:00
redmatrix a99d28dea9 sql delete with limit 2015-12-18 13:46:03 -08:00
redmatrix 9c23fe5ab6 issue #228 2015-12-17 14:26:42 -08:00
redmatrix 8514789da9 additional fix for the array_key_exists message in #221 2015-12-15 17:50:14 -08:00
redmatrix 20dcf37976 issue #221 2015-12-15 17:42:49 -08:00
redmatrix 6f2a5117dc more queue api 2015-12-15 00:04:30 -08:00
redmatrix b13241564b more work on queue api 2015-12-14 22:44:05 -08:00
redmatrix 72edc9cd6c start working on the singleton setting 2015-12-09 18:30:30 -08:00
redmatrix bd7d851758 a loose end 2015-12-07 16:11:39 -08:00
redmatrix 8b974f8f74 abstract the message handlers 2015-12-07 16:01:54 -08:00
redmatrix aa5b7eb98a minor optimisation 2015-12-06 19:48:46 -08:00
redmatrix 4ccd9ae6da start of v4 2015-12-06 19:16:38 -08:00
redmatrix 4cab74c18c use the channel blacklist for items and mail, still todo: directory and stuff 2015-12-03 21:05:48 -08:00
redmatrix 650f882265 generalise the site black|white allow lists, also add a channel black|white list for future use 2015-11-29 20:26:00 -08:00
redmatrix 9f90806027 log whatever is showing up in the delivery hash array since it seems that one site has something unusual there and it is throwing errors. 2015-11-29 15:23:29 -08:00
redmatrix fa5a382c4b don't show item_delayed_publish items in tag clouds 2015-11-26 17:35:41 -08:00
redmatrix a7e4553ea7 delivery report tweaks 2015-11-22 17:12:30 -08:00
redmatrix 301072a86c issue #85, community tags and file tags lost during edits. This required 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. 2015-11-20 00:15:48 -08:00
redmatrix 1029939f56 issues connecting to local forum 2015-11-15 17:28:45 -08:00