summaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* improve emptycontent stylesJan-Christoph Borchardt2016-03-311-1/+1
|
* Merge pull request #15750 from owncloud/loading-feedback-email-usermanagementThomas Müller2016-03-311-1/+1
|\ | | | | Add loading feedback for email change in user management
| * Add loading feedback for email change in user managementMorris Jobke2016-03-161-1/+1
| | | | | | | | | | | | | | | | * show loading indicator while the request is running * change value after the request succeed - not before and undo maybe wrong changes * move markup to HTML template * show notification temporarily
* | Merge pull request #23463 from owncloud/lets-consistently-use-no-refererThomas Müller2016-03-233-22/+22
|\ \ | | | | | | Consistently use rel=noreferrer
| * | Consistently use rel=noreferrerLukas Reschke2016-03-203-22/+22
| |/ | | | | | | When linking to external entities we should consistently use rel=noreferrer
* / Add `allow sharing with groups` checkbox to admin pageRoeland Jago Douma2016-03-221-0/+5
|/
* fix personal page layout for LDAP users, fix #22272Jan-Christoph Borchardt2016-02-291-1/+1
|
* Email endpoint is controlled by the username setting, not passwordJoas Schilling2016-02-261-1/+1
|
* Correctly indent uneditable email/display name fieldsJoas Schilling2016-02-261-2/+2
|
* Fix error ins source language stringsThomas Müller2016-02-191-1/+1
| | | | | https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/core/50786279 https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/settings-1/50555028
* Make app updates better visibleJoas Schilling2016-02-181-0/+4
|
* update google play and apple badgeHendrik Leppelsack2016-02-051-1/+1
|
* Use SVG for desktop app buttonLukas Reschke2016-02-051-1/+1
| | | | For the other ones we unfortunately don't have that. Partially addresses https://github.com/owncloud/core/issues/22154
* Merge pull request #21912 from owncloud/issue-21908-trashbin-flickeringThomas Müller2016-01-261-1/+1
|\ | | | | Hide the delete button, until we know its a custom avatar
| * Hide the delete button, until we know its a custom avatarJoas Schilling2016-01-261-1/+1
| |
* | fix first run wizard button not wrappingJan-Christoph Borchardt2016-01-261-1/+1
|/
* Includ author and license in l10n string to be able to change orderMorris Jobke2016-01-251-2/+2
| | | | * fixes #21874
* Merge pull request #21336 from owncloud/system-root-certsThomas Müller2016-01-122-42/+44
|\ | | | | Allow admins to add system wide root certificates
| * Allow admins to add system wide root certificatesRobin Appelman2016-01-122-42/+44
| |
* | Add config switch to disable the .well-known URL checkMorris Jobke2016-01-121-1/+1
|/
* Fix typesJoas Schilling2016-01-111-2/+2
|
* Fix table markupJoas Schilling2016-01-111-21/+3
|
* remove extra slogan footer from Personal and Admin pagesJan-Christoph Borchardt2016-01-112-11/+7
|
* Add a warning on the apps list when the version is missingJoas Schilling2016-01-071-0/+12
|
* Merge pull request #20994 from owncloud/personal-pageThomas Müller2016-01-061-78/+94
|\ | | | | improve layout of personal settings page
| * fix overlap and functionality of cropperJan-Christoph Borchardt2015-12-281-2/+1
| |
| * improve layout of personal settings pageJan-Christoph Borchardt2015-12-281-78/+95
| |
* | shorten quota usage wording, fix overflow on mobile, fix #21129Jan-Christoph Borchardt2015-12-281-1/+1
|/
* Merge pull request #21264 from owncloud/deprecated_oc_user_methodsThomas Müller2015-12-181-1/+1
|\ | | | | Cleanup OC_User deprecated methods
| * Remove deprecated function OC_User::getManagerRoeland Jago Douma2015-12-171-1/+1
| | | | | | | | | | Private deprecated function => removed Replaced all instances with suggested replacement
* | OC_Helper::linkToRoute is deprecatedRoeland Jago Douma2015-12-171-1/+1
|/ | | | | Replaced all calls to OC_Helper::linkToRoute with OC::$server->getURLGenerator()->linkToRoute
* Remove info about database locking performanceThomas Müller2015-12-101-7/+1
|
* Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTMLLukas Reschke2015-12-082-2/+2
|
* Remove OC_Config from app management templateMorris Jobke2015-12-021-1/+1
| | | | * add unit test for this case
* change 'cronstatus' to 'status' so that it can be used in other apps tooBjörn Schießle2015-11-191-3/+3
|
* clarify log level setting design, fix #20514Jan-Christoph Borchardt2015-11-181-9/+10
|
* use new checkbox style for Apps mgmt settingsJan-Christoph Borchardt2015-11-101-1/+1
|
* new checkbox style in app settingsHendrik Leppelsack2015-10-311-2/+4
|
* apply new checkbox style in users settingsHendrik Leppelsack2015-10-291-5/+5
|
* Use speaking idsJoas Schilling2015-10-261-1/+1
|
* Stay on the same category when refreshing the page on the apps listJoas Schilling2015-10-261-1/+1
|
* apply new checkbox style to admin settingsHendrik Leppelsack2015-10-141-14/+14
|
* Merge pull request #19585 from owncloud/enc_improve_introductionJörn Friedrich Dreyer2015-10-091-4/+4
|\ | | | | improved initial explanation/warning if the admin enabled encryptrion
| * improved explanation of server side encryptionBjoern Schiessle2015-10-061-4/+4
| |
* | Fix uploading avatar and root certs in IE8Vincent Petry2015-10-091-5/+6
|/
* 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
| |