aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
Commit message (Collapse)AuthorAgeFilesLines
* add plugin hook to zot_best_algorithm()zotlabs2016-12-131-0/+5
|
* typozotlabs2016-12-041-1/+1
|
* sql error in fetch conversationzotlabs2016-12-011-1/+1
|
* advanced crypto restricted by server rolezotlabs2016-11-301-0/+3
|
* zot 1.2zotlabs2016-11-301-157/+161
|
* minor re-arrangezotlabs2016-11-281-4/+4
|
* missing plugins in zot-infozotlabs2016-11-221-1/+1
|
* db update required for Zot2zotlabs2016-11-221-4/+8
|
* wrong functionzotlabs2016-11-211-3/+3
|
* zot: specify crypto methodzotlabs2016-11-201-5/+6
|
* fix a fatal error with incorrect DB object accesszottel2016-11-071-2/+2
|
* issue #553 - negative birthday from directory. This may not completely fix ↵zotlabs2016-10-171-1/+1
| | | | it and may take a profile update to register the change; but it's a start; specifically we need to store 0000-00-00 in the xprof table of the directory server if that's what we get over the wire. Birthday fields are string and are not subject to SQL strict_mode on dates. We want these to be the string '0000-00-00' if not set to a valid date.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-10-131-90/+93
|\
| * [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-90/+93
| | | | | | | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* | try to filter any path information from leaking through to zot_finger; and ↵zotlabs2016-10-131-0/+4
|/ | | | log the url wherever called to track down where it might be called with a malformed webbie or complete path instead of hostname.
* remove the rest of the backticks from sql queries; replace with TQUOT const ↵zotlabs2016-10-121-2/+3
| | | | which is driver dependent
* more backquotes - this should take care of most except for the array import ↵zotlabs2016-10-091-2/+2
| | | | queries
* file clone sync issue, 1. channel permission import had no uid, 2. ↵redmatrix2016-09-281-1/+4
| | | | mod_getfile was sending attach['data'] instead of attach['content']
* issue #527redmatrix2016-09-221-2/+1
|
* finish the channel_reddress() conversionredmatrix2016-09-211-4/+4
|
* fix for old style version specifiersredmatrix2016-09-081-3/+0
|
* provide version info in /pubsitesredmatrix2016-09-071-5/+11
|
* issue #186 ...different check for pubforum with expert permissionsredmatrix2016-08-261-12/+6
|
* public forum fallback checking (when custom/expert permissions are applied) ↵redmatrix2016-08-221-5/+4
| | | | was looking at owner rather than observer perms
* pending flag not being reset when using autoperms from custom roleredmatrix2016-08-121-1/+4
|
* forum detection was off for forums with custom permsredmatrix2016-08-101-1/+3
|
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-3/+3
|
* 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
|