summaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* Remove notify recipient optionRoeland Jago Douma2016-10-261-4/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1828 from nextcloud/avatar-picker-improvementsMorris Jobke2016-10-241-2/+4
|\ | | | | Avatar picker improvements
| * float the avatar cropper over the pageRobin Appelman2016-10-201-2/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.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-212-10/+1
|/ | | | | | | | Select2 systemtags removal Settings again Fix Script Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* improve look of Add group flowJan-Christoph Borchardt2016-10-181-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Removes tipsy when password verification is going onRaghu Nayyar2016-09-171-1/+1
|
* Use l10nLukas Reschke2016-09-081-1/+1
|
* Adding a optional disclaimer to the anonymous upload pageMorris Jobke2016-09-081-1/+9
|
* Deprecate getEditionString()Joas Schilling2016-09-062-7/+0
|
* Fix group sorting in user list group selectionVincent Petry2016-08-291-2/+2
|
* Users page lazy multiselect group dropdownsVincent Petry2016-08-292-12/+7
| | | | | | | | | | Instead of pre-rendering all multiselects with lots of group entries, the current groups are now displayed as simple labels. Behind the labels there is a pencil icon like for other fields. When clicking the pencil icon, the dropdown will be spawned and will open itself. Upon closing of the dropdown, the label comes back with the updated selection and the dropdown is destroyed.
* Fix more HTML "syntax"Joas Schilling2016-08-261-1/+1
|
* fix internal links in security & setup warnings, resolves #1048Arthur Schiwon2016-08-251-1/+1
|
* SVG defintions always take the first oneRoeland Jago Douma2016-08-181-0/+3
| | | | * Move filter definition out
* Moved ChangePassword to an actual ControllerRoeland Jago Douma2016-08-171-1/+1
| | | | | * Still no full DI because of encryption fu * Remove old "Controller"
* Merge branch 'master' into implement_712Arthur Schiwon2016-08-161-31/+32
|\
| * move apps between 'Language' and 'Session' in personal settingsBjoern Schiessle2016-08-151-31/+32
| |
* | 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
| |
* | Merge branch 'master' into implement_712Lukas Reschke2016-08-151-3/+49
|\|
| * Do not translate HTMLRoeland Jago Douma2016-08-131-13/+19
| |
| * Remove accidentially added lineLukas Reschke2016-08-131-1/+1
| |
| * adding rel="noreferrer noopener"Frank Karlitschek2016-08-131-5/+5
| |
| * adding social buttonsFrank Karlitschek2016-08-131-4/+44
| |
* | 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
| |
* | Merge branch 'master' into implement_712Lukas Reschke2016-08-112-3/+9
|\|
| * Add clipboardjs for tokenRoeland Jago Douma2016-08-101-0/+1
| |
| * Add note password is only shown onceRoeland Jago Douma2016-08-101-1/+4
| |
| * Merge pull request #784 from nextcloud/admin_php_smtp_casingLukas Reschke2016-08-091-6/+6
| |\ | | | | | | Admin setting PHP and SMTP casing
| | * Admin setting PHP and SMTP casingRoeland Jago Douma2016-08-091-6/+6
| | |
| * | Remove AGPL titleRoeland Jago Douma2016-08-091-2/+4
| |/
* | Fallback for legacy settings. They are placed into Additional SettingsArthur Schiwon2016-08-091-0/+36
| |
* | Initial work on Apps page split:Arthur Schiwon2016-08-097-578/+710
|/ | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* Transifex Owncloud > NextcloudFrédéric LIETART2016-07-291-1/+1
| | | Change transifex link Owncloud > Nextcloud
* Fix misspelling of database "READ COMMITTED"Stefan Weil2016-07-291-2/+2
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* fix capitalization of text in users managementJan-Christoph Borchardt2016-07-283-8/+8
|
* Orders Admin Log Buttonroot2016-07-261-10/+10
|
* Merge pull request #484 from nextcloud/reenable-help-sectionMorris Jobke2016-07-211-4/+4
|\ | | | | [master] Reenable help section
| * Add proper linksLukas Reschke2016-07-211-4/+4
| |
* | [master] Properly link to nextcloudLukas Reschke2016-07-211-1/+1
|/
* Change "recent activity" to "last activity"Robin Appelman2016-07-201-2/+2
|
* Merge pull request #452 from nextcloud/session-passwords-designMorris Jobke2016-07-191-6/+5
|\ | | | | Adjust wording and layout of Sessions and App passwords personal settings
| * simplify wording of Sessions and App passwords sectionsJan-Christoph Borchardt2016-07-191-6/+5
| |
* | Merge pull request #451 from nextcloud/github-linkLukas Reschke2016-07-191-1/+1
|\ \ | | | | | | fix Github link in Personal and Admin settings Version note
| * | fix Github link in Personal and Admin settings Version noteJan-Christoph Borchardt2016-07-191-1/+1
| |/