Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feature endorse password for share links | Bjoern Schiessle | 2017-04-03 | 1 | -1/+3 |
| | | | | | | | | works like "enforce password protection", but let the user optionally remove the password protection after the password is set. by Timo Benk Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Add security scan to tips & tricks section | Marius Blüm | 2017-03-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Marius Blüm <marius@lineone.io> | ||||
* | Allow apps to specify an icon with the sections via the API | Joas Schilling | 2017-01-19 | 1 | -6/+17 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add icons to admin settings navigation | Jan-Christoph Borchardt | 2017-01-19 | 1 | -2/+5 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | remove old logging section | Robin Appelman | 2016-11-21 | 1 | -88/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Move social buttons to bottom on admin page | Roeland Jago Douma | 2016-11-16 | 2 | -1/+3 |
| | | | | | | 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 | -2/+15 |
| | | | | | | | | | * 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 | -5/+0 |
| | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Remove notify recipient option | Roeland Jago Douma | 2016-10-26 | 1 | -4/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix misleading SSL/TLS SMTP email configuration | Joas Schilling | 2016-10-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Modified the SQLite warning of server/settings/templates/admin/tiptricks.php ↵ | Sam Cater | 2016-10-24 | 1 | -2/+2 |
| | | | | | | | | to be more understandable and legible Signed-off-by: Sam Cater <sam@samcater.com> Added sign off of commit | ||||
* | Template css order | John Molakvoæ | 2016-10-21 | 1 | -2/+0 |
| | | | | | | | | Select2 systemtags removal Settings again Fix Script Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Use l10n | Lukas Reschke | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 1 | -1/+9 |
| | |||||
* | fix internal links in security & setup warnings, resolves #1048 | Arthur Schiwon | 2016-08-25 | 1 | -1/+1 |
| | |||||
* | for new we cannot have nested settings, default module is only appended if ↵ | Arthur Schiwon | 2016-08-16 | 1 | -2/+0 |
| | | | | available | ||||
* | fix missing parameters in sharing settings page | Arthur Schiwon | 2016-08-16 | 1 | -2/+0 |
| | |||||
* | move mail settings and file handling to additional ones, thus files_external ↵ | Arthur Schiwon | 2016-08-13 | 3 | -119/+145 |
| | | | | gets its own section | ||||
* | make updatenotification settings appear as if it is part of the version part ↵ | Arthur Schiwon | 2016-08-13 | 1 | -0/+1 |
| | | | | in server settings | ||||
* | mark current section | Arthur Schiwon | 2016-08-12 | 1 | -1/+2 |
| | |||||
* | Resolve conflict | Lukas Reschke | 2016-08-11 | 1 | -6/+6 |
| | |||||
* | Fallback for legacy settings. They are placed into Additional Settings | Arthur Schiwon | 2016-08-09 | 1 | -0/+36 |
| | |||||
* | Initial work on Apps page split: | Arthur Schiwon | 2016-08-09 | 6 | -0/+710 |
* interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app |