Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -5/+4 |
| | |||||
* | Remove asset pipelin | Roeland Jago Douma | 2016-07-15 | 1 | -42/+0 |
| | | | | | | | | Fixes #215 The asset pipeline has shown to do more harm than good. Some apps fail hard with it. Also it makes sure that you download a huge file on each unvisited page. | ||||
* | Migrate logic to dynamic controller | Lukas Reschke | 2016-06-27 | 1 | -1/+1 |
| | | | | Also adds support for having custom login backgrounds | ||||
* | Do not show the hint when it's the same as the message | Joas Schilling | 2016-06-01 | 1 | -0/+5 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -3/+5 |
| | |||||
* | Move functions.php to legacy | Roeland Jago Douma | 2016-05-13 | 1 | -1/+1 |
| | | | | This file should really be properly namespaced etc! | ||||
* | Move non PSR-4 files from lib/private root to legacy | Roeland Jago Douma | 2016-04-30 | 1 | -0/+433 |
As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted. |