Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #371 from nextcloud/implement-get-title | Joas Schilling | 2016-07-11 | 2 | -0/+25 |
|\ | | | | | Implement "getTitle" | ||||
| * | Implement "getTitle" | Lukas Reschke | 2016-07-11 | 2 | -0/+25 |
| | | | | | | | | Fixes https://github.com/nextcloud/server/issues/341 | ||||
* | | Fix tests | oparoz | 2016-07-11 | 1 | -4/+4 |
| | | |||||
* | | Make theming work with pretty URLs | oparoz | 2016-07-11 | 2 | -2/+2 |
|/ | | | | | In some envs the rewrite rules for pretty URLs apply to all CSS files, so let's not end the route name with that etension. Fixes #315 | ||||
* | Only save when value changed or enter is pressed | Lukas Reschke | 2016-06-27 | 1 | -9/+15 |
| | |||||
* | Add tooltip | Lukas Reschke | 2016-06-27 | 2 | -6/+7 |
| | |||||
* | Add comment to "getMailHeaderColor" | Lukas Reschke | 2016-06-27 | 1 | -0/+5 |
| | |||||
* | Use stream instead of rename | Lukas Reschke | 2016-06-27 | 2 | -14/+45 |
| | |||||
* | Replace OC_Defaults with \OC::$server->getThemingDefaults() | Lukas Reschke | 2016-06-27 | 1 | -6/+1 |
| | |||||
* | design and layout fixes for Theming app | Jan-Christoph Borchardt | 2016-06-27 | 2 | -15/+29 |
| | |||||
* | make sure that the preview gets updated every time a new image gets uploaded | Bjoern Schiessle | 2016-06-27 | 1 | -2/+3 |
| | |||||
* | scale preview image | Bjoern Schiessle | 2016-06-27 | 1 | -3/+5 |
| | |||||
* | Disable drop zone | Lukas Reschke | 2016-06-27 | 1 | -0/+2 |
| | | | | Otherwise dropping something somewhere can by mistake upload the file and make it available | ||||
* | Fix indentation | Lukas Reschke | 2016-06-27 | 1 | -3/+3 |
| | |||||
* | Migrate logic to dynamic controller | Lukas Reschke | 2016-06-27 | 11 | -224/+955 |
| | | | | Also adds support for having custom login backgrounds | ||||
* | add some visual feedback if the operation was succesful or not | Bjoern Schiessle | 2016-06-27 | 4 | -16/+82 |
| | |||||
* | write theme settings to database | Bjoern Schiessle | 2016-06-27 | 12 | -8/+3082 |
| | |||||
* | basic information architecture for the theming app | Jan-Christoph Borchardt | 2016-06-27 | 2 | -3/+20 |
| | |||||
* | initial commit for the theming app | Bjoern Schiessle | 2016-06-27 | 6 | -0/+96 |