aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* get devHilmar R2021-03-011-0/+0
* more work associated with DBA and index.php shuffleredmatrix2016-05-241-0/+2
* relocate index and dbredmatrix2016-05-241-174/+4
* remove the app_menu hook - no longer used anywhere in core. Several addons st...redmatrix2016-05-161-6/+0
* more work on sessions and cookies, as some anomalies appeared in caldav and f...redmatrix2016-05-161-2/+9
* register shutdown procedureredmatrix2016-05-091-1/+1
* Setup was horked after this commit and I couldn't easily make it right so rev...redmatrix2016-04-251-1/+1
* remove global db variableredmatrix2016-04-251-1/+1
* reverse the logic of the jsenabled setting so that sessions without js are pe...redmatrix2016-04-121-12/+1
* when setting the session handler as an object using the auto register shutdow...redmatrix2016-04-101-1/+0
* objectify all the session management stuffredmatrix2016-04-081-2/+2
* rework the "remember me" fix to be a bit less hackishredmatrix2016-04-061-5/+0
* Bug: "remember me" doesn'tredmatrix2016-04-031-0/+5
* change the App constructorredmatrix2016-03-311-1/+1
* create miniApp to convert existing settings files to the static App classredmatrix2016-03-311-1/+6
* static Appredmatrix2016-03-311-25/+25
* deprecate $a->get_baseurl()redmatrix2016-03-301-1/+1
* missing functionredmatrix2016-02-241-17/+3
* add router classredmatrix2016-02-191-188/+2
* rev updateredmatrix2016-02-051-0/+3
* add oembed provider for photosredmatrix2016-01-311-4/+7
* various issues from the forumsredmatrix2016-01-171-0/+4
* 'auto channel creation' - if the corresponding config variable is set, create...redmatrix2016-01-121-3/+5
* change _newwin to _blank because the window named _newwin may be hard to find...redmatrix2015-11-201-4/+2
* Throw HTTP error and display error message when database is unavailable. #179ken restivo2015-11-191-0/+6
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-191-0/+11
|\
| * allow plugins to provide module handlers for arbitrary modules that haven't b...redmatrix2015-07-151-0/+11
* | we aren't using the module_aside functions or hooks any moreredmatrix2015-06-251-32/+0
|/
* Add PHP's xml module check and upload limits to setup.Klaus Weidenbach2015-05-241-69/+58
* automated warning after a few days if poller is deadfriendica2015-03-021-0/+3
* fix 404 pages for derivative themes by pretending we've found a module called...friendica2015-02-221-0/+3
* local_user => local_channelfriendica2015-01-281-2/+2
* Merge remote-tracking branch 'upstream/master'Habeas Codice2014-11-131-11/+0
|\
| * Remove legacy custom/Thomas Willingham2014-11-041-11/+0
* | PostgreSQL support initial commitHabeas Codice2014-11-131-2/+2
|/
* Heads up: "custom/module.php" is deprecated. Please read this commit if you a...friendica2014-10-301-1/+13
* move all theme initialisation to one place - just after calling module_init. ...friendica2014-10-201-8/+32
* allow custom role permissions and fix site timezone.friendica2014-09-291-0/+4
* Language selection: case-insensitive and system languageAlexandre Hannud Abdo2014-05-231-3/+2
* try to fix random logoutsfriendica2014-05-121-1/+1
* better checking for SSL servers, even though it probably doesn't fix the cook...friendica2014-05-081-1/+1
* remove the redundant install checkfriendica2014-05-081-1/+1
* turn off ssl cookie protection by default since nobody that has problems with...friendica2014-05-081-9/+11
* Do our best to provide sane cookie defaults.friendica2014-05-071-5/+5
* try againfriendica2014-05-051-2/+9
* revertfriendica2014-05-051-1/+2
* improved cookie securityfriendica2014-05-051-0/+1
* strip hard-wired zids from posted links as they will have the wrong identity ...friendica2014-02-161-1/+1
* don't load any configs from DB if installing - especially in style.pcssfriendica2014-02-021-5/+5
* better check for setup modulefriendica2014-02-021-1/+1