summaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22929 from owncloud/bugfix-removequota-subadminsVincent Petry2016-05-241-5/+6
|\ | | | | Bugfix removequota subadmins
| * Fix default quota field from reviewsVincent Petry2016-05-201-2/+2
| |
| * Removed default quota for subadminsprastut2016-03-081-1/+6
| |
| * Removed default quota for subadminsprastut2016-03-081-6/+2
| |
* | add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-231-10/+10
| |
* | add button to add new device tokensChristoph Wurst2016-05-231-0/+11
| |
* | list user's auth tokens on the personal settings pageChristoph Wurst2016-05-231-0/+30
| |
* | fix admin share settings sorting, use same order as in sidebarJan-Christoph Borchardt2016-05-141-7/+7
| |
* | Fix reporting of the categories in app settings as links by screen readers.Lukáš Tyrychtr2016-04-191-3/+3
| |
* | Show tooltip if the app is downloaded from a remote serverChristoph Wurst2016-04-121-1/+1
| | | | | | | | fixes #14405
* | Use proper shortcut methods in templatesMorris Jobke2016-04-061-3/+3
| |
* | Fixed 'Help Translate' linkPau2016-04-041-1/+1
| |
* | 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
|