aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Expand)AuthorAgeFilesLines
* issue #59redmatrix2016-06-081-0/+7
* For emojis in posts, extend smilies and save a lot of duplication of effortredmatrix2016-06-041-0/+1
* App::init() should be staticredmatrix2016-06-031-1/+1
* some initial emoji reaction workredmatrix2016-06-021-0/+1
* the rest of the schema updates - WARNING: some third party plugins may fail; ...redmatrix2016-06-011-2/+2
* more db column renamesredmatrix2016-05-311-2/+2
* more removal of reserved words from DB schemasredmatrix2016-05-311-1/+1
* remove unused tablesredmatrix2016-05-301-1/+1
* start removing reserved words from database column names (this run: addon and...redmatrix2016-05-301-4/+4
* fix remote_channel(), update php minversion requirementredmatrix2016-05-291-1/+1
* allow objs to represent inventoryredmatrix2016-05-271-3/+3
* check for session before querying session varsredmatrix2016-05-271-10/+27
* don't need quite so many backslashesredmatrix2016-05-261-11/+11
* consolidate all the sys_boot functionality that is common between the web ser...redmatrix2016-05-261-0/+66
* run background/daemon tasks at approximately 4 hour intervals from web access...redmatrix2016-05-251-5/+10
* code cleanupredmatrix2016-05-241-21/+3
* turn the oft-repeated block_public ... check into a function observer_prohibi...redmatrix2016-05-221-0/+9
* renamed include files identity.php (channel.php) and Contact.php (connections...redmatrix2016-05-221-3/+3
* rework the conversation object stuff at a high level - still needs a bit of r...redmatrix2016-05-201-6/+2
* code commentsredmatrix2016-05-201-3/+4
* move template stuff to zotlabs/renderredmatrix2016-05-201-3/+11
* cleanup proc_run after messing it up with debugging yesterdayredmatrix2016-05-201-32/+6
* recurse one more level of array when processing argsredmatrix2016-05-201-1/+8
* add some backtrace to find the issueredmatrix2016-05-201-1/+6
* case issueredmatrix2016-05-201-1/+1
* roll minor version, change example textredmatrix2016-05-191-1/+1
* daemon conversion continued...redmatrix2016-05-191-1/+1
* cleanup of daemon infrastructureredmatrix2016-05-191-4/+9
* daemon master: create some compatibility coderedmatrix2016-05-191-0/+12
* support work for a long-term fix for issue #390, essentially one can specify ...redmatrix2016-05-171-101/+5
* more work on sessions and cookies, as some anomalies appeared in caldav and f...redmatrix2016-05-161-0/+1
* be a bit more preciseredmatrix2016-05-151-1/+1
* issue #387redmatrix2016-05-151-1/+2
* we don't need to force case conversion on anything but the plugin nameredmatrix2016-05-141-1/+1
* allow addon autoloaders to specify absolute namespace classes starting with \redmatrix2016-05-141-0/+2
* Allow plugins to define autoloaded classes - a class such as Foobar\Class wil...redmatrix2016-05-141-0/+11
* back mergeredmatrix2016-05-121-1/+1
* push point releaseredmatrix2016-05-111-1/+1
* try again with shutdown handler, fix issue #373 (live-pubstream div wasn't pr...redmatrix2016-05-101-1/+10
* revert shutdown functionredmatrix2016-05-091-1/+1
* register shutdown procedureredmatrix2016-05-091-0/+7
* improve non-ACL option description in ACL dialogTreer2016-05-081-9/+8
* objectify comancheredmatrix2016-05-051-7/+11
* some preliminary structural work for app organisationredmatrix2016-05-031-1/+1
* db schema change to add tags to content sourcesredmatrix2016-05-011-1/+1
* use only the std_versionredmatrix2016-05-011-1/+0
* move iconfig functions to include/config.php with all the rest of the configs...redmatrix2016-04-261-1/+14
* add some missing hook entries to the docoredmatrix2016-04-231-1/+1
* bump std version to prevent issues with context help js changesMario Vavti2016-04-231-1/+1
* new hook interface (the old one still works but requires handlers to have two...redmatrix2016-04-211-2/+2