aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-9/+0
| | | | * the setup check is still there
* Merge branch 'master' into sync-masterMorris Jobke2016-07-074-11/+10
|\
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-2/+10
| |\
| * | verify user password on changeBjoern Schiessle2016-06-271-2/+1
| | |
| * | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-38/+38
| |\ \
| * \ \ Merge pull request #122 from nextcloud/readd-labels-for-usabilityMorris Jobke2016-06-201-0/+2
| |\ \ \ | | | | | | | | | | Re-add labels for password inputs for usability
| | * | | Re-add labels for password inputs for usabilityMorris Jobke2016-06-161-0/+2
| | | | | | | | | | | | | | | | | | | | * ref https://github.com/nextcloud/server/pull/112#discussion_r67245286
| * | | | fix more stringsMorris Jobke2016-06-204-10/+10
| |/ / /
| * | | Merge pull request #112 from nextcloud/drop-useless-ie8-stuffblizzz2016-06-151-2/+0
| |\ \ \ | | | | | | | | | | Drop useless IE8 rules
| | * | | Drop useless IE8 rulesMorris Jobke2016-06-151-2/+0
| | | | |
| * | | | fix strengthify in personal settingsMorris Jobke2016-06-151-1/+0
| |/ / /
| * | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon2016-06-111-0/+14
| |\ \ \
| * | | | Add user ID to log entries in admin pageLukas Reschke2016-06-101-0/+1
| | | | |
* | | | | remove svg classesHendrik Leppelsack2016-07-015-14/+14
| |_|_|/ |/| | |
* | | | Merge pull request #25261 from owncloud/app-password-login-nameVincent Petry2016-06-271-2/+10
|\ \ \ \ | | | | | | | | | | show which login name to use for the new app password
| * | | | fix layoutChristoph Wurst2016-06-241-3/+10
| | | | |
| * | | | show which login name to use for the new app passwordChristoph Wurst2016-06-241-0/+1
| | |_|/ | |/| |
* / | | remove ie8+9 supportHendrik Leppelsack2016-06-231-2/+2
|/ / /
* | | use theme name instead of hard-coded 'ownCloud'Christoph Wurst2016-06-211-1/+1
| | |
* | | fix tranlationsChristoph Wurst2016-06-211-3/+3
| | |
* | | app passwords/device tokens wordingChristoph Wurst2016-06-211-10/+10
| | |
* | | Merge pull request #25042 from owncloud/session-settings-ellipsisVincent Petry2016-06-211-28/+28
|\ \ \ | |_|/ |/| | add overflow ellipsis to session and device tokens list
| * | rearrange personal settings sectionsChristoph Wurst2016-06-101-28/+28
| |/
* / Add developer documentation, website and bug to the applist (#25041)Joas Schilling2016-06-101-0/+14
|/
* Update personal.php (#24923)MTRichards2016-05-311-1/+1
|
* Add a warning when the transaction isolation level is not READ_COMMITEDJoas Schilling2016-05-301-0/+9
|
* 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
|