aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-0/+9
| | | | observer_prohibited()
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-3/+3
| | | | (connections.php)
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-201-6/+2
| | | | refactoring
* 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
| | | | a theme:schema string anywhere a theme is input. It will be honoured unless an existing schema setting over-rides this behaviour. This should also be backward compatible but the theme selection code has been cleaned up slightly and there may be subtle differences in behaviour after this commit. On my site this required a page refresh as the first page load after this change was a bit confused.
* more work on sessions and cookies, as some anomalies appeared in caldav and ↵redmatrix2016-05-161-0/+1
| | | | firefox which suggested deeper issues
* 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 ↵redmatrix2016-05-141-0/+11
| | | | will load addon/foobar/Class.php and also Foobar\Category\Class.php will load addon/foobar/Category/Class.php
* 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 ↵redmatrix2016-05-101-1/+10
| | | | present
* 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 ↵redmatrix2016-04-261-1/+14
| | | | configs, fix an issue with singleton discovery and start work on singleton delivery
* 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 ↵redmatrix2016-04-211-2/+2
| | | | two calling arguments; the first of which is no longer used). The new interface is called from Zotlabs\Extend\Hook::register() and allows you to specify which hook version to use. The default will be the new interface with one function argument. We also implement the hook priority field which was always there but needed to be set manually in the DB. This provides a way for two hook handlers that implement the same hook interface to determine which order to be called in the event of conflicts.
* upgrade std revredmatrix2016-04-201-1/+1
|
* convert all the _well_known service controllers which are a bit touchy when ↵redmatrix2016-04-181-0/+2
| | | | it comes to the router
* commit 1.41.4redmatrix2016-04-141-1/+1
|
* reverse the logic of the jsenabled setting so that sessions without js are ↵redmatrix2016-04-121-0/+1
| | | | performance penalised instead of regular sessions.
* localise the opensearch linkredmatrix2016-04-101-0/+1
|
* when setting the session handler as an object using the auto register ↵redmatrix2016-04-101-1/+0
| | | | shutdown flag, explicitly calling session_write_close() should no longer be required. It shouldn't cause any issues if it is called twice, but the session driver interface has been known to sometimes act in unexpected ways and there are lots of "subtleties" which can often be difficult to debug. The mentioned flag implies PHP 5.4 minimum but I believe we require that anyway.
* a few issues: block public not blocking mod_cal, typo in sql for one clone ↵redmatrix2016-04-101-0/+18
| | | | file sync operation, fix_system_urls not catching cached contact photos, extend sessionhandler expiration when remember_me is enabled as the stored session is expiring long before the browser session.
* Merge branch 'master' into devredmatrix2016-04-051-0/+1
|\
| * undeclared static property App::$stringsave (push_lang() and pop_lang())redmatrix2016-04-051-0/+1
| |
* | Bug: "remember me" doesn'tredmatrix2016-04-031-1/+1
| |
* | use constantredmatrix2016-04-021-1/+1
|/
* unreferenced app memberredmatrix2016-04-011-1/+1
|
* primary hub changeredmatrix2016-04-011-1/+1
|
* undeclared static varsredmatrix2016-03-311-0/+2
|
* change the App constructorredmatrix2016-03-311-1/+1
|
* create miniApp to convert existing settings files to the static App classredmatrix2016-03-311-0/+23
|