aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
Commit message (Expand)AuthorAgeFilesLines
* move admin permission decision out of the router - it is already provided in ...zotlabs2017-02-251-6/+0
* typozotlabs2017-02-151-1/+1
* provide HTTP header parser which honours continuation lines and despite the f...zotlabs2017-02-141-0/+46
* move dreamhost hack to pluginzotlabs2017-02-011-15/+10
* router error reportingzotlabs2016-12-091-6/+12
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-132-52/+70
* more backticksredmatrix2016-10-031-5/+5
* document the SubModule class and provide an option to change where the submod...redmatrix2016-09-061-4/+16
* use SubModule class for generalising submodules, move back to the zotlabs/mod...redmatrix2016-09-051-0/+31
* missing sredmatrix2016-07-261-1/+1
* set App::$error on 404 so we don't get two 'Page not found.' page bodies.redmatrix2016-07-261-0/+1
* more ZAT workredmatrix2016-07-141-1/+8
* force non-null sess_dataredmatrix2016-07-111-1/+2
* channel homepage not providing content when javascript disabledredmatrix2016-06-211-0/+3
* support cookie auth in Sabre DAVredmatrix2016-06-141-1/+2
* more removal of reserved words from DB schemasredmatrix2016-05-311-3/+3
* consolidate all the sys_boot functionality that is common between the web ser...redmatrix2016-05-261-59/+1
* more work associated with DBA and index.php shuffleredmatrix2016-05-241-9/+6
* relocate index and dbredmatrix2016-05-241-0/+191
* This explains it all. Don't set the domain when creating a cookie. You'll get...redmatrix2016-05-181-17/+10
* Document what I know about the session regeneration issue. I'm really tired o...redmatrix2016-05-181-0/+13
* comment out session_regenerate until we get this sortedredmatrix2016-05-181-1/+1
* Revert "Revert "yet more session work""redmatrix2016-05-181-2/+2
* Revert "yet more session work"redmatrix2016-05-181-2/+2
* support work for a long-term fix for issue #390, essentially one can specify ...redmatrix2016-05-171-3/+5
* yet more session workredmatrix2016-05-161-2/+2
* an issue related to #386redmatrix2016-05-161-0/+1
* more work on sessions and cookies, as some anomalies appeared in caldav and f...redmatrix2016-05-161-13/+18
* restrict static to the one function that requires itredmatrix2016-05-161-5/+5
* changes to session for cdev compatibilityredmatrix2016-05-161-6/+6
* try again with shutdown handler, fix issue #373 (live-pubstream div wasn't pr...redmatrix2016-05-101-1/+4
* provide a way for the router to support custom controller objects and allow p...redmatrix2016-04-211-11/+28
* change the 404 warning from the router to reflect the new architectureredmatrix2016-04-201-4/+5
* make the cookie check agnostic to cookie stateredmatrix2016-04-201-5/+3
* revert the reversal of checkjs logic, but still restrict the behaviour scope ...redmatrix2016-04-201-1/+14
* pull in the new object router and a few selected samples for the new controll...redmatrix2016-04-171-5/+14
* cleanup and test of new routerredmatrix2016-04-151-39/+39
* get init() working with class modulesredmatrix2016-04-152-9/+27
* testing the new router/module coderedmatrix2016-04-151-1/+21
* refactor the js detection into a checkjs class which is only enabled on deman...redmatrix2016-04-131-0/+36
* reverse the logic of the jsenabled setting so that sessions without js are pe...redmatrix2016-04-121-2/+2
* Important work on the sessionhandler to maintain compatibility with php7 and ...redmatrix2016-04-122-57/+63
|\
* | move all DB session storage logic to SessionHandler where it belongsredmatrix2016-04-112-4/+10
* | whitespaceMario Vavti2016-04-111-10/+10
* | move more session related stuff such as paranoia handling (IP address changes...redmatrix2016-04-101-2/+57
* | a few issues: block public not blocking mod_cal, typo in sql for one clone fi...redmatrix2016-04-102-13/+23
* | log if the session handler fails and surface the ssl_cookie config settingredmatrix2016-04-081-1/+3
* | objectify all the session management stuffredmatrix2016-04-082-0/+169
|/
* typo in routerredmatrix2016-04-021-1/+1
* static Appredmatrix2016-03-311-43/+47