aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
Commit message (Expand)AuthorAgeFilesLines
* 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
* deprecate $a->get_baseurl()redmatrix2016-03-301-1/+1
* turn 'OpenGraph' into a more general purpose HTTP meta facility for setting a...redmatrix2016-03-082-50/+66
* allow modules/addons to override the og:title fieldredmatrix2016-03-071-0/+7
* Facebook scraper "OpenGraph" support; modules will need to set the required f...redmatrix2016-03-071-0/+43
* missing functionredmatrix2016-02-241-1/+0
* add router classredmatrix2016-02-191-0/+200