| Commit message (Expand) | Author | Age | Files | Lines |
* | more work associated with DBA and index.php shuffle | redmatrix | 2016-05-24 | 1 | -0/+2 |
* | relocate index and db | redmatrix | 2016-05-24 | 1 | -174/+4 |
* | remove the app_menu hook - no longer used anywhere in core. Several addons st... | redmatrix | 2016-05-16 | 1 | -6/+0 |
* | more work on sessions and cookies, as some anomalies appeared in caldav and f... | redmatrix | 2016-05-16 | 1 | -2/+9 |
* | register shutdown procedure | redmatrix | 2016-05-09 | 1 | -1/+1 |
* | Setup was horked after this commit and I couldn't easily make it right so rev... | redmatrix | 2016-04-25 | 1 | -1/+1 |
* | remove global db variable | redmatrix | 2016-04-25 | 1 | -1/+1 |
* | reverse the logic of the jsenabled setting so that sessions without js are pe... | redmatrix | 2016-04-12 | 1 | -12/+1 |
* | when setting the session handler as an object using the auto register shutdow... | redmatrix | 2016-04-10 | 1 | -1/+0 |
* | objectify all the session management stuff | redmatrix | 2016-04-08 | 1 | -2/+2 |
* | rework the "remember me" fix to be a bit less hackish | redmatrix | 2016-04-06 | 1 | -5/+0 |
* | Bug: "remember me" doesn't | redmatrix | 2016-04-03 | 1 | -0/+5 |
* | change the App constructor | redmatrix | 2016-03-31 | 1 | -1/+1 |
* | create miniApp to convert existing settings files to the static App class | redmatrix | 2016-03-31 | 1 | -1/+6 |
* | static App | redmatrix | 2016-03-31 | 1 | -25/+25 |
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -1/+1 |
* | missing function | redmatrix | 2016-02-24 | 1 | -17/+3 |
* | add router class | redmatrix | 2016-02-19 | 1 | -188/+2 |
* | rev update | redmatrix | 2016-02-05 | 1 | -0/+3 |
* | add oembed provider for photos | redmatrix | 2016-01-31 | 1 | -4/+7 |
* | various issues from the forums | redmatrix | 2016-01-17 | 1 | -0/+4 |
* | 'auto channel creation' - if the corresponding config variable is set, create... | redmatrix | 2016-01-12 | 1 | -3/+5 |
* | change _newwin to _blank because the window named _newwin may be hard to find... | redmatrix | 2015-11-20 | 1 | -4/+2 |
* | Throw HTTP error and display error message when database is unavailable. #179 | ken restivo | 2015-11-19 | 1 | -0/+6 |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-07-19 | 1 | -0/+11 |
|\ |
|
| * | allow plugins to provide module handlers for arbitrary modules that haven't b... | redmatrix | 2015-07-15 | 1 | -0/+11 |
* | | we aren't using the module_aside functions or hooks any more | redmatrix | 2015-06-25 | 1 | -32/+0 |
|/ |
|
* | Add PHP's xml module check and upload limits to setup. | Klaus Weidenbach | 2015-05-24 | 1 | -69/+58 |
* | automated warning after a few days if poller is dead | friendica | 2015-03-02 | 1 | -0/+3 |
* | fix 404 pages for derivative themes by pretending we've found a module called... | friendica | 2015-02-22 | 1 | -0/+3 |
* | local_user => local_channel | friendica | 2015-01-28 | 1 | -2/+2 |
* | Merge remote-tracking branch 'upstream/master' | Habeas Codice | 2014-11-13 | 1 | -11/+0 |
|\ |
|
| * | Remove legacy custom/ | Thomas Willingham | 2014-11-04 | 1 | -11/+0 |
* | | PostgreSQL support initial commit | Habeas Codice | 2014-11-13 | 1 | -2/+2 |
|/ |
|
* | Heads up: "custom/module.php" is deprecated. Please read this commit if you a... | friendica | 2014-10-30 | 1 | -1/+13 |
* | move all theme initialisation to one place - just after calling module_init. ... | friendica | 2014-10-20 | 1 | -8/+32 |
* | allow custom role permissions and fix site timezone. | friendica | 2014-09-29 | 1 | -0/+4 |
* | Language selection: case-insensitive and system language | Alexandre Hannud Abdo | 2014-05-23 | 1 | -3/+2 |
* | try to fix random logouts | friendica | 2014-05-12 | 1 | -1/+1 |
* | better checking for SSL servers, even though it probably doesn't fix the cook... | friendica | 2014-05-08 | 1 | -1/+1 |
* | remove the redundant install check | friendica | 2014-05-08 | 1 | -1/+1 |
* | turn off ssl cookie protection by default since nobody that has problems with... | friendica | 2014-05-08 | 1 | -9/+11 |
* | Do our best to provide sane cookie defaults. | friendica | 2014-05-07 | 1 | -5/+5 |
* | try again | friendica | 2014-05-05 | 1 | -2/+9 |
* | revert | friendica | 2014-05-05 | 1 | -1/+2 |
* | improved cookie security | friendica | 2014-05-05 | 1 | -0/+1 |
* | strip hard-wired zids from posted links as they will have the wrong identity ... | friendica | 2014-02-16 | 1 | -1/+1 |
* | don't load any configs from DB if installing - especially in style.pcss | friendica | 2014-02-02 | 1 | -5/+5 |
* | better check for setup module | friendica | 2014-02-02 | 1 | -1/+1 |
* | some windows fixes | friendica | 2014-02-02 | 1 | -8/+12 |