summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* Add sliding animationRoeland Jago Douma2016-08-101-2/+7
|
* Add clipboardjs for tokenRoeland Jago Douma2016-08-101-0/+32
|
* Always show delete icon for new tokensRoeland Jago Douma2016-08-101-0/+9
| | | | | * Always show delete icon * Hide form if the new icon is deleted
* Apply inverted app icon style to newly installed iconsJulius Haertl2016-08-011-6/+3
|
* fix capitalization of text in users managementJan-Christoph Borchardt2016-07-281-3/+3
|
* sort tokensRobin Appelman2016-07-202-3/+9
|
* improve matching safari user agentRobin Appelman2016-07-201-1/+1
|
* add fancy formating for most browsersRobin Appelman2016-07-191-6/+46
|
* format current and sync client sessions in PersonalRobin Appelman2016-07-181-34/+56
|
* Use tooltip for ssl certs tableMorris Jobke2016-07-131-1/+1
|
* Use tooltip for background job execution timeMorris Jobke2016-07-131-1/+1
|
* Use tooltip for app management badgesMorris Jobke2016-07-131-4/+20
|
* Merge branch 'master' into sync-masterMorris Jobke2016-07-073-13/+27
|\
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-273-11/+22
| |\
| * | verify user password on changeBjoern Schiessle2016-06-271-11/+19
| | |
| * | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-262-23/+33
| |\ \
| * | | fix more stringsMorris Jobke2016-06-201-1/+1
| | | |
| * | | rename owncloud to nextcloud in Official apps button popupTimo Witte2016-06-201-1/+1
| | | |
| * | | fix strengthify in personal settingsMorris Jobke2016-06-151-1/+2
| | | |
| * | | Add user ID to log entries in admin pageLukas Reschke2016-06-101-0/+5
| | | |
* | | | Merge pull request #25240 from owncloud/remove-svgMorris Jobke2016-07-041-1/+1
|\ \ \ \ | | | | | | | | | | Remove SVG fallback
| * | | | remove svg classesHendrik Leppelsack2016-07-011-1/+1
| | | | |
* | | | | Merge pull request #25253 from owncloud/users-fixotherquotadropdownVincent Petry2016-07-041-3/+15
|\ \ \ \ \ | |/ / / / |/| | | | Fix "Other" value handling in quota dropdown in users page
| * | | | Prevent negative or non-number values in quota inputVincent Petry2016-06-241-0/+6
| | | | |
| * | | | Fix "Other" value handling in quota dropdown in users pageVincent Petry2016-06-231-3/+9
| | |/ / | |/| | | | | | | | | | | | | | Prevents "other" value to be deleted. When appending custom value, put it above the "other" entry.
* | | | prevent users from deleting their own session tokenChristoph Wurst2016-06-281-0/+4
| |_|/ |/| |
* | | Merge pull request #25261 from owncloud/app-password-login-nameVincent Petry2016-06-271-0/+9
|\ \ \ | | | | | | | | show which login name to use for the new app password
| * | | fix layoutChristoph Wurst2016-06-241-3/+6
| | | |
| * | | show which login name to use for the new app passwordChristoph Wurst2016-06-241-0/+6
| |/ /
* | | Merge pull request #25252 from owncloud/authtoken-removetooltipondisconnectMorris Jobke2016-06-271-0/+2
|\ \ \ | | | | | | | | Remove tooltip when disconnecting token
| * | | Remove tooltip when disconnecting tokenVincent Petry2016-06-231-0/+2
| |/ /
* / / Use OC.Backbone instead of Backbone directly in authtoken JS codeVincent Petry2016-06-233-11/+11
|/ / | | | | | | Fixes asset pipeline issue with the auth token in personal page
* | app passwords/device tokens wordingChristoph Wurst2016-06-211-18/+18
| |
* | redirect to new login route (#25099)Christoph Wurst2016-06-211-0/+11
| | | | | | | | | | | | * redirect to new login route * encode anchor in url and restore it client-side
* | Fix tooltip position in token listVincent Petry2016-06-171-6/+4
| |
* | add tooltip to token namesChristoph Wurst2016-06-101-1/+2
|/
* decrease initial users to load to 50Jörn Friedrich Dreyer2016-06-071-1/+1
| | | | Prevents timeouts on the initial loading of users. proper fix will be in https://github.com/owncloud/core/pull/10994 Workaround for https://github.com/owncloud/core/issues/24734
* remove debug console.logChristoph Wurst2016-05-241-1/+0
|
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-232-12/+110
|
* add button to add new device tokensChristoph Wurst2016-05-231-14/+81
|
* list user's auth tokens on the personal settings pageChristoph Wurst2016-05-234-0/+169
|
* Make it possible to exclude admin groups from groups select2Vincent Petry2016-05-201-5/+10
|
* Pass on the error message from the user manager to the UI (#24526)Joas Schilling2016-05-111-1/+1
|
* Merge pull request #22783 from patelfenil/bugfix-issue-17320Thomas Müller2016-04-251-2/+9
|\ | | | | Remove image now not coming when user changes fullname. Fixes #17320
| * Remove image now not coming when user changes fullname. Fixes #17320patelfenil2016-03-071-2/+9
| |
* | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-192-6/+6
| |
* | replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-192-5/+5
| |
* | Properly escape URLLukas Reschke2016-04-181-1/+1
| | | | | | | | Fixes https://github.com/owncloud/core/issues/23499
* | Merge pull request #23954 from stweil/masterThomas Müller2016-04-131-1/+1
|\ \ | | | | | | misc: Fix some typos
| * | misc: Fix some typosStefan Weil2016-04-121-1/+1
| | | | | | | | | | | | | | | | | | Some of them were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>