Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the Link header initialisation from Router (where it does not really ↵ | zotlabs | 2017-09-25 | 1 | -18/+0 |
| | | | | belong) to Webserver, where we do similar module specific initialisations prior to calling Router->Dispatch() | ||||
* | add HTTP link header to channel page, making it pluggable | zotlabs | 2017-09-20 | 1 | -0/+19 |
| | |||||
* | now letsencrypt is creating a .htaccess file with re-write rules which kills ↵ | zotlabs | 2017-08-31 | 1 | -0/+12 |
| | | | | most of our .well-known routes | ||||
* | remove obsolete app argument from load_pdl | zotlabs | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | 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 | 1 | -46/+52 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | set App::$error on 404 so we don't get two 'Page not found.' page bodies. | redmatrix | 2016-07-26 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | 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 | 1 | -9/+15 |
| | |||||
* | testing the new router/module code | redmatrix | 2016-04-15 | 1 | -1/+21 |
| | |||||
* | typo in router | redmatrix | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -43/+47 |
| | |||||
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -1/+1 |
| | |||||
* | missing function | redmatrix | 2016-02-24 | 1 | -1/+0 |
| | |||||
* | add router class | redmatrix | 2016-02-19 | 1 | -0/+200 |