aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
Commit message (Collapse)AuthorAgeFilesLines
* fix the forum detection in include/zotredmatrix2016-07-191-4/+14
|
* fixes to permsredmatrix2016-07-191-3/+3
|
* translate more old perms callsredmatrix2016-07-191-1/+1
|
* missing bracketredmatrix2016-07-181-1/+2
|
* more perms work (a lot more)redmatrix2016-07-181-4/+17
|
* more perms workredmatrix2016-07-181-0/+14
|
* more perms workredmatrix2016-07-181-1/+2
|
* clone channel permsredmatrix2016-07-171-1/+14
|
* deprecate/remove json_decode_plusredmatrix2016-07-131-4/+4
|
* Merge branch 'dev' into permsredmatrix2016-07-121-1/+6
|\
| * don't try to send sync packets to dead sites.redmatrix2016-07-121-1/+6
| |
* | more perms work - notably the stuff in public_permsredmatrix2016-07-111-55/+17
| |
* | perms workredmatrix2016-07-101-37/+13
| |
* | more work on permsredmatrix2016-07-091-4/+4
|/
* change AbConfig to use channel_id instead of channel_hash; which was a ↵redmatrix2016-06-231-3/+2
| | | | mistake in retrospect
* 1. provide automatic relocation of important links in items that are ↵redmatrix2016-06-211-10/+7
| | | | | | | imported or synced to clones 2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O. 3. item_store and item_store_update now return the item that was stored
* add new connection to default group when auto-acceptedredmatrix2016-06-151-0/+10
|
* more db column renamesredmatrix2016-05-311-8/+17
|
* don't update hubloc_connected any more often than 15 minutes. We don't ↵redmatrix2016-05-301-5/+11
| | | | require that level of granularity and the frequent writes are causing issues with the stability of that table.
* redundant dev line from an earlier modification causes issue #404redmatrix2016-05-301-4/+4
|
* track down some issues from the application logsredmatrix2016-05-261-2/+2
|
* require token signatures in zot_refresh, also move channel specific stuff ↵redmatrix2016-05-241-2/+24
| | | | into include/channel.php from include/connections.php
* code cleanupredmatrix2016-05-241-4/+0
|
* Add space between project name and server typeredmatrix2016-05-241-1/+1
|
* moved enotifyredmatrix2016-05-241-2/+1
|
* change the signed token format. We don't folks to be able to submit random ↵redmatrix2016-05-221-1/+1
| | | | text for signing by us, as they could then use these to generate known signatures.
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-4/+2
| | | | (connections.php)
* first cut at zot-finger request signaturesredmatrix2016-05-211-0/+6
|
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-201-2/+2
| | | | refactoring
* daemon conversion continued...redmatrix2016-05-191-8/+8
|
* provide server role on pubsites pageredmatrix2016-05-181-1/+1
|
* SECURITY: a comment to a private post that has been edited (the comment has ↵redmatrix2016-05-121-0/+10
| | | | been edited) loses its privacy settings. This comment isn't visible in the stream but may be visible in feeds.
* use only the std_versionredmatrix2016-05-011-1/+1
|
* implement the singleton delivery stuffredmatrix2016-04-261-1/+1
|
* filter out a bit more dreport noise - especially for private posts to ↵redmatrix2016-04-141-0/+11
| | | | multiple recipients.
* provide general purpose verification class, remove include/session.php (no ↵redmatrix2016-04-141-11/+3
| | | | longer used)
* file sync testingredmatrix2016-04-061-0/+3
|
* static Appredmatrix2016-03-311-14/+14
|
* make the admin side menu extensible and provide a hook for a channel "move" ↵redmatrix2016-03-191-0/+6
| | | | operation that federation plugins might use to re-establish connections after a channel move.
* handle UNO move channel operationredmatrix2016-03-091-0/+54
|
* abconfigredmatrix2016-02-291-2/+17
|
* build_sync_packet - no need to sleep after the last sync delivery.redmatrix2016-02-281-1/+5
|
* move dreport to zotlabs\zot namespaceredmatrix2016-02-191-7/+4
|
* Provide Zotlabs\Project and System class for querying details about the ↵redmatrix2016-02-181-2/+2
| | | | project/version info. Move these out of /boot.php
* more uno groundworkredmatrix2016-02-051-0/+6
|
* add abook_account to cloned abook records, was missingredmatrix2016-01-261-1/+2
|
* various issues from the forumsredmatrix2016-01-171-2/+2
|
* provide admin toggle to disable delivery reportsredmatrix2016-01-071-0/+3
|
* log API improvements and queue optimisation for singleton networksredmatrix2015-12-311-32/+32
|
* sql delete with limitredmatrix2015-12-181-1/+1
|