summaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* Save the settings in the user management pageRoeland Jago Douma2015-09-251-5/+10
| | | | | | | Store the setting in the user managerment page (e.g. show e-mail address). Fixes #12727
* Add option to disable autocomplete in share dialogMorris Jobke2015-09-231-0/+5
|
* Merge pull request #18778 from owncloud/locking-setup-warningsLukas Reschke2015-09-111-14/+16
|\ | | | | Replace server status message about transitional file locking with se…
| * Make doc links inlineRobin McCorkell2015-09-111-8/+2
| |
| * Add documentation links for transactional lockingRobin Appelman2015-09-101-2/+8
| |
| * specify where to enable lockingRobin Appelman2015-09-071-1/+1
| |
| * Replace server status message about transitional file locking with setup ↵Robin Appelman2015-09-031-14/+16
| | | | | | | | warnings
* | remove spaces and empty linetflidd2015-09-071-2/+1
| |
* | Add documentation link php-fpmtflidd2015-09-071-1/+2
| | | | | | | | Admin-Page warning didn't have a direct link to the documentation.
* | move updater panel above version numberGeorg Ehrke2015-09-031-4/+4
| |
* | use SVG for toggle image instead of PNG, fix installation and personal ↵Jan-Christoph Borchardt2015-09-031-1/+1
|/ | | | settings toggle
* Merge pull request #18395 from owncloud/hide-empty-security-warningRobin McCorkell2015-08-211-0/+3
|\ | | | | [admin settings] Show success message if security warnings are empty
| * add success messageMorris Jobke2015-08-211-0/+3
| |
* | hide delete icon on group for subadminsmichag862015-08-181-0/+2
|/ | | because they cannot delete a group
* Merge pull request #17975 from owncloud/settings_admin_warning_levelsJan-Christoph Borchardt2015-08-181-0/+2
|\ | | | | Settings admin warning levels
| * Allow setupchecks to specify a warning levelRoeland Jago Douma2015-07-301-0/+2
| |
* | Merge pull request #18083 from owncloud/user-search-boxJan-Christoph Borchardt2015-08-071-3/+0
|\ \ | | | | | | use the main search box to filter users in user management
| * | use the main search box to filter users in user managementRobin Appelman2015-08-051-3/+0
| | |
* | | Merge pull request #17810 from owncloud/better-enc-warningsBernhard Posselt2015-08-061-3/+10
|\ \ \ | | | | | | | | Condense doc warnings into small section that gets showed to the user…
| * | | condense doc warnings into small section that gets showed to the user before ↵Bernhard Posselt2015-07-221-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enabling encryption remove share warning remove app and just write it out as feature adjust warnings reframe storage issue fix typo
* | | | only add the possibility to import ssl root certificates to the personalBjoern Schiessle2015-08-041-0/+2
| |/ / |/| | | | | | | | setting if the user can mount external storages
* | | Merge pull request #17805 from owncloud/avatar-handle-errorsRoeland Douma2015-07-311-1/+1
|\ \ \ | | | | | | | | [avatar] add error handlers for avatar setup
| * | | [avatar] add error handlers for avatar setupMorris Jobke2015-07-301-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message
* / | correct order and capitalization of 'Server status' admin settings entry, ↵Jan-Christoph Borchardt2015-07-301-12/+13
|/ / | | | | | | fix #17395
* | use arrow to indicate external link, use correct quotes and capitalizationJan-Christoph Borchardt2015-07-221-2/+2
| |
* | make sure that there is a space between user- and admin-documentationBjoern Schiessle2015-07-221-4/+4
|/
* Rename experimental to transactional file lockingVincent Petry2015-06-261-2/+2
|
* Merge pull request #16889 from owncloud/group-sorting-fixesJoas Schilling2015-06-191-1/+1
|\ | | | | Only sort by group name when LDAP is involved
| * Only sort by group name when LDAP is involvedJoas Schilling2015-06-161-1/+1
| |
* | Load the update information asyncroniously to fix the page load speedJoas Schilling2015-06-101-3/+1
|/
* Check for redis to be 2.2.5+Joas Schilling2015-06-021-3/+3
|
* Adding information on file locking status to admin sectionThomas Müller2015-06-011-12/+25
|
* use arrow icon for external link to Apps dev docs, like in Help sectionJan-Christoph Borchardt2015-05-221-1/+1
|
* Merge pull request #16085 from owncloud/encryption-module-renameThomas Müller2015-05-191-1/+1
|\ | | | | rename to 'Default encryption module'
| * rename to 'Default encryption module'Jan-Christoph Borchardt2015-05-061-1/+1
| |
* | Merge pull request #16168 from owncloud/cron-errorsLukas Reschke2015-05-081-3/+1
|\ \ | | | | | | fix cron errors to only appear in one line instead of introducing another list
| * | fix cron errors to only appear in one line instead of introducing another listJan-Christoph Borchardt2015-05-071-3/+1
| | |
* | | Fix typo in encryption module messageMorris Jobke2015-05-071-1/+1
|/ / | | | | | | * finishes #16021
* | Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-pageMorris Jobke2015-05-071-0/+2
|\ \ | |/ |/| Display the module settings in the list of the encryption modules
| * Display the module settings in the list of the encryption modulesJoas Schilling2015-05-041-0/+2
| |
* | kill new lines in l10n stringsMorris Jobke2015-05-061-6/+2
| |
* | Add l10n support to encryption settingsMorris Jobke2015-05-061-5/+5
| | | | | | | | * fixes #16111
* | Merge pull request #16037 from owncloud/enc_dont_disable_encryptionJan-Christoph Borchardt2015-05-051-4/+14
|\ \ | | | | | | don't let the the user disable encryption once it was activated
| * | fix label referenceMorris Jobke2015-05-051-1/+1
| | |
| * | adjust wording and add button to confirm encryptionBjoern Schiessle2015-05-051-3/+9
| | |
| * | don't let the the user disable encryption once it was activatedBjoern Schiessle2015-05-041-1/+5
| |/
* | fix l10n stringsThomas Müller2015-05-041-8/+2
| |
* | no link if there is no detailpage property set - fixes #15953Thomas Müller2015-05-041-1/+7
|/
* remove 'More apps' link from apps mgmt now that we have support for ↵Jan-Christoph Borchardt2015-05-011-3/+0
| | | | experimental apps
* add admin documentation links for Sharing, Encryption and Email serverJan-Christoph Borchardt2015-04-301-1/+10
|