aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
Commit message (Expand)AuthorAgeFilesLines
* issue #553 - negative birthday from directory. This may not completely fix it...zotlabs2016-10-171-1/+1
* 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
* | try to filter any path information from leaking through to zot_finger; and lo...zotlabs2016-10-131-0/+4
|/
* remove the rest of the backticks from sql queries; replace with TQUOT const w...zotlabs2016-10-121-2/+3
* more backquotes - this should take care of most except for the array import q...zotlabs2016-10-091-2/+2
* file clone sync issue, 1. channel permission import had no uid, 2. mod_getfil...redmatrix2016-09-281-1/+4
* 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) w...redmatrix2016-08-221-5/+4
* 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 mistak...redmatrix2016-06-231-3/+2
* 1. provide automatic relocation of important links in items that are imported...redmatrix2016-06-211-10/+7
* 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 requir...redmatrix2016-05-301-5/+11
* 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 int...redmatrix2016-05-241-2/+24
* 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 te...redmatrix2016-05-221-1/+1
* renamed include files identity.php (channel.php) and Contact.php (connections...redmatrix2016-05-221-4/+2
* 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 r...redmatrix2016-05-201-2/+2
* 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 b...redmatrix2016-05-121-0/+10
* use only the std_versionredmatrix2016-05-011-1/+1
* implement the singleton delivery stuffredmatrix2016-04-261-1/+1