Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get rid of some more deprecated uses of $a | zotlabs | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | remove obsolete app argument from load_pdl | zotlabs | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | move db_upgrade to zlib | zotlabs | 2017-03-23 | 1 | -7/+10 |
| | |||||
* | move admin permission decision out of the router - it is already provided in ↵ | zotlabs | 2017-02-25 | 1 | -6/+0 |
| | | | | the module and the higher level check is causing some oembed redirect issues. | ||||
* | typo | zotlabs | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | provide HTTP header parser which honours continuation lines and despite the ↵ | zotlabs | 2017-02-14 | 1 | -0/+46 |
| | | | | fact that continuation lines have been deprecated - as they still exist in the wild. | ||||
* | move dreamhost hack to plugin | zotlabs | 2017-02-01 | 1 | -15/+10 |
| | |||||
* | router error reporting | zotlabs | 2016-12-09 | 1 | -6/+12 |
| | |||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 2 | -52/+70 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | more backticks | redmatrix | 2016-10-03 | 1 | -5/+5 |
| | |||||
* | document the SubModule class and provide an option to change where the ↵ | redmatrix | 2016-09-06 | 1 | -4/+16 |
| | | | | submodule name is located in the url path | ||||
* | use SubModule class for generalising submodules, move back to the ↵ | redmatrix | 2016-09-05 | 1 | -0/+31 |
| | | | | zotlabs/module hierarchy | ||||
* | missing s | redmatrix | 2016-07-26 | 1 | -1/+1 |
| | |||||
* | set App::$error on 404 so we don't get two 'Page not found.' page bodies. | redmatrix | 2016-07-26 | 1 | -0/+1 |
| | |||||
* | more ZAT work | redmatrix | 2016-07-14 | 1 | -1/+8 |
| | |||||
* | force non-null sess_data | redmatrix | 2016-07-11 | 1 | -1/+2 |
| | |||||
* | channel homepage not providing content when javascript disabled | redmatrix | 2016-06-21 | 1 | -0/+3 |
| | |||||
* | support cookie auth in Sabre DAV | redmatrix | 2016-06-14 | 1 | -1/+2 |
| | |||||
* | more removal of reserved words from DB schemas | redmatrix | 2016-05-31 | 1 | -3/+3 |
| | |||||
* | consolidate all the sys_boot functionality that is common between the web ↵ | redmatrix | 2016-05-26 | 1 | -59/+1 |
| | | | | server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so. | ||||
* | more work associated with DBA and index.php shuffle | redmatrix | 2016-05-24 | 1 | -9/+6 |
| | |||||
* | relocate index and db | redmatrix | 2016-05-24 | 1 | -0/+191 |
| | |||||
* | This explains it all. Don't set the domain when creating a cookie. You'll ↵ | redmatrix | 2016-05-18 | 1 | -17/+10 |
| | | | | get a wildcard and sessions will break if you have multiple domains running hubzilla (or any php basic session based code). | ||||
* | Document what I know about the session regeneration issue. I'm really tired ↵ | redmatrix | 2016-05-18 | 1 | -0/+13 |
| | | | | of fighting this darn thing. Sessions and cookies need to work. | ||||
* | comment out session_regenerate until we get this sorted | redmatrix | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | Revert "Revert "yet more session work"" | redmatrix | 2016-05-18 | 1 | -2/+2 |
| | | | | This reverts commit 37d14f3a1dbc8b4fea6831585c746be4a6602fcb. | ||||
* | Revert "yet more session work" | redmatrix | 2016-05-18 | 1 | -2/+2 |
| | | | | This reverts commit 51edd472c2e007490bdad3198ba1b2a3d7a09c45. | ||||
* | support work for a long-term fix for issue #390, essentially one can specify ↵ | redmatrix | 2016-05-17 | 1 | -3/+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. | ||||
* | yet more session work | redmatrix | 2016-05-16 | 1 | -2/+2 |
| | |||||
* | an issue related to #386 | redmatrix | 2016-05-16 | 1 | -0/+1 |
| | |||||
* | more work on sessions and cookies, as some anomalies appeared in caldav and ↵ | redmatrix | 2016-05-16 | 1 | -13/+18 |
| | | | | firefox which suggested deeper issues | ||||
* | restrict static to the one function that requires it | redmatrix | 2016-05-16 | 1 | -5/+5 |
| | |||||
* | changes to session for cdev compatibility | redmatrix | 2016-05-16 | 1 | -6/+6 |
| | |||||
* | try again with shutdown handler, fix issue #373 (live-pubstream div wasn't ↵ | redmatrix | 2016-05-10 | 1 | -1/+4 |
| | | | | present | ||||
* | provide a way for the router to support custom controller objects and allow ↵ | redmatrix | 2016-04-21 | 1 | -11/+28 |
| | | | | plugins to register class objects as modules instead of the traditional procedural interface. | ||||
* | change the 404 warning from the router to reflect the new architecture | redmatrix | 2016-04-20 | 1 | -4/+5 |
| | |||||
* | make the cookie check agnostic to cookie state | redmatrix | 2016-04-20 | 1 | -5/+3 |
| | |||||
* | revert the reversal of checkjs logic, but still restrict the behaviour scope ↵ | redmatrix | 2016-04-20 | 1 | -1/+14 |
| | | | | to just those urls that require it | ||||
* | pull in the new object router and a few selected samples for the new ↵ | redmatrix | 2016-04-17 | 1 | -5/+14 |
| | | | | controller layout | ||||
* | cleanup and test of new router | redmatrix | 2016-04-15 | 1 | -39/+39 |
| | |||||
* | get init() working with class modules | redmatrix | 2016-04-15 | 2 | -9/+27 |
| | |||||
* | testing the new router/module code | redmatrix | 2016-04-15 | 1 | -1/+21 |
| | |||||
* | refactor the js detection into a checkjs class which is only enabled on ↵ | redmatrix | 2016-04-13 | 1 | -0/+36 |
| | | | | demand (currently only the channel and display pages). Will probably require a bit more work to hide/disable the cover photo when js is disabled. Have not actually tested without js to discover any other potential page issues. Have only confirmed that the detection class works and redirects to set a jsdisabled cookie and reload the page with that cookie+variable set if called from the channel page. | ||||
* | reverse the logic of the jsenabled setting so that sessions without js are ↵ | redmatrix | 2016-04-12 | 1 | -2/+2 |
| | | | | performance penalised instead of regular sessions. | ||||
* | Important work on the sessionhandler to maintain compatibility with php7 and ↵ | redmatrix | 2016-04-12 | 2 | -57/+63 |
|\ | | | | | | | | | | | php5x (x > 4) Merge branch 'master' into dev | ||||
* | | move all DB session storage logic to SessionHandler where it belongs | redmatrix | 2016-04-11 | 2 | -4/+10 |
| | | |||||
* | | whitespace | Mario Vavti | 2016-04-11 | 1 | -10/+10 |
| | | |||||
* | | move more session related stuff such as paranoia handling (IP address ↵ | redmatrix | 2016-04-10 | 1 | -2/+57 |
| | | | | | | | | changes) into the session object and extend remember_me cookies once a day so that they will never expire (theoretically). The DB session driver will extend its expiration on every session write (in the case of persistent sessions). | ||||
* | | a few issues: block public not blocking mod_cal, typo in sql for one clone ↵ | redmatrix | 2016-04-10 | 2 | -13/+23 |
| | | | | | | | | 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. | ||||
* | | log if the session handler fails and surface the ssl_cookie config setting | redmatrix | 2016-04-08 | 1 | -1/+3 |
| | |