summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Expand)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
* 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 classesHendrik Leppelsack2016-07-011-1/+1
* | | | | Merge pull request #25253 from owncloud/users-fixotherquotadropdownVincent Petry2016-07-041-3/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
| | |/ / | |/| |
* | | | 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
|\ \ \
| * | | 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 tokenVincent Petry2016-06-231-0/+2
| |/ /
* / / Use OC.Backbone instead of Backbone directly in authtoken JS codeVincent Petry2016-06-233-11/+11
|/ /
* | app passwords/device tokens wordingChristoph Wurst2016-06-211-18/+18
* | redirect to new login route (#25099)Christoph Wurst2016-06-211-0/+11
* | 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
* 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 #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
* | Merge pull request #23954 from stweil/masterThomas Müller2016-04-131-1/+1
|\ \
| * | misc: Fix some typosStefan Weil2016-04-121-1/+1