Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the icon for the default sections | Joas Schilling | 2017-01-19 | 2 | -10/+30 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | phpdoc | Robin Appelman | 2017-01-02 | 1 | -4/+23 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | split db logic from settings manager | Robin Appelman | 2016-12-28 | 3 | -142/+204 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | remove old logging section | Robin Appelman | 2016-11-21 | 2 | -92/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Move social buttons to bottom on admin page | Roeland Jago Douma | 2016-11-16 | 2 | -0/+64 |
| | | | | | | For #2134 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Show a hint for system based cron user name | Morris Jobke | 2016-11-03 | 1 | -0/+2 |
| | | | | | | | | | * makes it easier to setup cron job * gives hints for PHP documentation * disables the cron setting if requirements not met * fixes #1989 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | remove 'send mail notification' option from sharing, replaced by ↵ | Bjoern Schiessle | 2016-11-02 | 1 | -2/+0 |
| | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 1 | -0/+1 |
| | |||||
* | Correctly remove admin sections and settings | Joas Schilling | 2016-09-06 | 1 | -3/+3 |
| | |||||
* | fix wrong var name | Arthur Schiwon | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | enlist only registered sections that also have settings registered to | Arthur Schiwon | 2016-08-22 | 1 | -4/+8 |
| | |||||
* | add missing encryption modules to settings | Arthur Schiwon | 2016-08-16 | 1 | -0/+13 |
| | |||||
* | fix missing parameters in sharing settings page | Arthur Schiwon | 2016-08-16 | 1 | -6/+17 |
| | |||||
* | check registered sections and settings after an app got updated to garbage ↵ | Arthur Schiwon | 2016-08-16 | 2 | -0/+122 |
| | | | | collect orphaned classes | ||||
* | attempt to remove section and settings entries when an app got disabled | Arthur Schiwon | 2016-08-16 | 1 | -0/+33 |
| | |||||
* | Add unit tests | Lukas Reschke | 2016-08-15 | 8 | -26/+57 |
| | |||||
* | move mail settings and file handling to additional ones, thus files_external ↵ | Arthur Schiwon | 2016-08-13 | 3 | -13/+91 |
| | | | | gets its own section | ||||
* | move systemstags to sharign section, drop collaboration section | Arthur Schiwon | 2016-08-13 | 1 | -1/+0 |
| | |||||
* | change casing in section display names | Arthur Schiwon | 2016-08-13 | 1 | -3/+3 |
| | |||||
* | added some missed diagnosis output | Arthur Schiwon | 2016-08-12 | 2 | -9/+64 |
| | |||||
* | adjust systemtags app | Arthur Schiwon | 2016-08-11 | 1 | -1/+1 |
| | |||||
* | adjust Theming app | Arthur Schiwon | 2016-08-11 | 1 | -1/+0 |
| | |||||
* | rename IAdmin to ISettings, the interface is not bound to a specific ↵ | Arthur Schiwon | 2016-08-11 | 6 | -20/+20 |
| | | | | settings scope | ||||
* | fixes, improvements, and another app: | Arthur Schiwon | 2016-08-11 | 1 | -9/+58 |
| | | | | | | | * setupSettings now also triggered on enable * fixes detection of present admin section or settings in the DB * add update routine in such cases * encryption app migrated | ||||
* | more admin page splitup improvements | Arthur Schiwon | 2016-08-10 | 5 | -40/+20 |
| | | | | | | | | | | * bump version to ensure tables are created * make updatenotification app use settings api * change IAdmin::render() to getForm() and change return type from Template to TemplateResponse * adjust User_LDAP accordingly, as well as built-in forms * add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke * make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method | ||||
* | Initial work on Apps page split: | Arthur Schiwon | 2016-08-09 | 7 | -0/+804 |
* interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app |