aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js/authtoken_view.js
Commit message (Collapse)AuthorAgeFilesLines
* Show icon in security settings for desktop clientsMorris Jobke2018-02-281-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use generic icons for clientsPierre Gordon2018-01-201-11/+11
| | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
* Centralize iconsPierre Gordon2018-01-191-15/+15
| | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
* Add icons to devices/sessionsPierre Gordon2018-01-191-0/+24
| | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
* Use correct l10n for app password menuMorris Jobke2017-08-211-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* reword sessions to security in personal settingsRobin Appelman2017-06-061-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Combine sessions and app passwords view into one single viewChristoph Wurst2017-05-301-38/+19
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Create app password by pressing enterThijs den Hartog2017-03-131-0/+6
| | | | Signed-off-by: Thijs den Hartog <Thijs@thijsbeer.nl>
* Fix detection of the new iOS appJoas Schilling2017-02-101-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* hide token configure menu when clicking outside itRobin Appelman2016-12-061-1/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* hide all other token dropdowns when showing oneRobin Appelman2016-12-061-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix Regex for iPhone and add iPadLukas Reschke2016-11-281-2/+4
| | | | | | | | The previous Regex worked for an iPhone with version "10.0" but not with "10.0.1" which was wrong. I modified the Regex to also match for those situations. I also added a Regex for the iPad Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Loading icon fix #2198John Molakvoæ (skjnldsv)2016-11-241-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* use date as device name if no name was givenBjoern Schiessle2016-11-211-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-181-0/+5
|\ | | | | Password confirmation for some actions
| * Require password confirmation for app passwordJoas Schilling2016-11-181-0/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2108 from nextcloud/properly-parse-ie-useragentLukas Reschke2016-11-181-1/+1
|\ \ | |/ |/| Properly parse IE 11 user agent
| * Properly parse IE 11 user agentMorris Jobke2016-11-141-1/+1
| | | | | | | | | | | | * fixes #2101 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #2146 from nextcloud/add_copy_tooltip_to_clipboardRoeland Jago Douma2016-11-161-10/+18
|\ \ | | | | | | Adds copy tooltip to clipboards
| * | Fix tooltips - they now properly change on clickMorris Jobke2016-11-161-10/+18
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | dropdown uiRobin Appelman2016-11-161-10/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | enable deleting/configuring new tokensRobin Appelman2016-11-161-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* | allow configuring filesystem accessRobin Appelman2016-11-161-1/+34
| | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* | app password scope wipRobin Appelman2016-11-161-5/+12
|/ | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* 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
* sort tokensRobin Appelman2016-07-201-2/+8
|
* 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
|
* 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-231-5/+5
|/ | | | Fixes asset pipeline issue with the auth token in personal page
* app passwords/device tokens wordingChristoph Wurst2016-06-211-18/+18
|
* Fix tooltip position in token listVincent Petry2016-06-171-6/+4
|
* add tooltip to token namesChristoph Wurst2016-06-101-1/+2
|
* remove debug console.logChristoph Wurst2016-05-241-1/+0
|
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-231-11/+93
|
* add button to add new device tokensChristoph Wurst2016-05-231-14/+81
|
* list user's auth tokens on the personal settings pageChristoph Wurst2016-05-231-0/+93