summaryrefslogtreecommitdiffstats
path: root/settings/templates/admin
Commit message (Collapse)AuthorAgeFilesLines
* feature endorse password for share linksBjoern Schiessle2017-04-031-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 sectionMarius Blüm2017-03-071-0/+1
| | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* Allow apps to specify an icon with the sections via the APIJoas Schilling2017-01-191-6/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add icons to admin settings navigationJan-Christoph Borchardt2017-01-191-2/+5
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* remove old logging sectionRobin Appelman2016-11-211-88/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move social buttons to bottom on admin pageRoeland Jago Douma2016-11-162-1/+3
| | | | | | For #2134 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Show a hint for system based cron user nameMorris Jobke2016-11-031-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 Schiessle2016-11-021-5/+0
| | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Remove notify recipient optionRoeland Jago Douma2016-10-261-4/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix misleading SSL/TLS SMTP email configurationJoas Schilling2016-10-241-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Modified the SQLite warning of server/settings/templates/admin/tiptricks.php ↵Sam Cater2016-10-241-2/+2
| | | | | | | | to be more understandable and legible Signed-off-by: Sam Cater <sam@samcater.com> Added sign off of commit
* Template css orderJohn Molakvoæ2016-10-211-2/+0
| | | | | | | | Select2 systemtags removal Settings again Fix Script Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use l10nLukas Reschke2016-09-081-1/+1
|
* Adding a optional disclaimer to the anonymous upload pageMorris Jobke2016-09-081-1/+9
|
* fix internal links in security & setup warnings, resolves #1048Arthur Schiwon2016-08-251-1/+1
|
* for new we cannot have nested settings, default module is only appended if ↵Arthur Schiwon2016-08-161-2/+0
| | | | available
* fix missing parameters in sharing settings pageArthur Schiwon2016-08-161-2/+0
|
* move mail settings and file handling to additional ones, thus files_external ↵Arthur Schiwon2016-08-133-119/+145
| | | | gets its own section
* make updatenotification settings appear as if it is part of the version part ↵Arthur Schiwon2016-08-131-0/+1
| | | | in server settings
* mark current sectionArthur Schiwon2016-08-121-1/+2
|
* Resolve conflictLukas Reschke2016-08-111-6/+6
|
* Fallback for legacy settings. They are placed into Additional SettingsArthur Schiwon2016-08-091-0/+36
|
* Initial work on Apps page split:Arthur Schiwon2016-08-096-0/+710
* interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app