Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix wording of client sessions | Jan-Christoph Borchardt | 2018-11-21 | 1 | -6/+6 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Format Nextcloud Talk clients sessions. | Ivan Sein | 2018-11-16 | 1 | -0/+6 |
| | | | | Signed-off-by: Ivan Sein <ivan@nextcloud.com> | ||||
* | Add device settings tooltip for accessibility | Jan-Christoph Borchardt | 2018-11-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Extract translated strings of compiled handlebars | Roeland Jago Douma | 2018-10-05 | 1 | -0/+3 |
| | | | | | | Follow up to #11615 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Compile handlebars template for AuthTokenView | Roeland Jago Douma | 2018-09-27 | 1 | -32/+1 |
| | | | | | | | | | | | Fixes #11032 For https://github.com/orgs/nextcloud/projects/18 Compile the default authtoken handlebars view. This avoids runtime compilations (speed) and avoids unsafe eval calls thus allowing a stricter CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #10546 from nextcloud/popover-tokens | Christoph Wurst | 2018-08-10 | 1 | -1/+7 |
|\ | | | | | Popovermenu fix and token settings design fixes | ||||
| * | POpovermenu fix and token settings design fixes | John Molakvoæ (skjnldsv) | 2018-08-06 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Fix `this` context for enter-key handler on app tokens | Christoph Wurst | 2018-08-08 | 1 | -1/+1 |
|/ | | | | | | Fixes https://sentry.io/share/issue/e07c5560b6154212832e4cd6598464c7/. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Show icon in security settings for desktop clients | Morris Jobke | 2018-02-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use generic icons for clients | Pierre Gordon | 2018-01-20 | 1 | -11/+11 |
| | | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com> | ||||
* | Centralize icons | Pierre Gordon | 2018-01-19 | 1 | -15/+15 |
| | | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com> | ||||
* | Add icons to devices/sessions | Pierre Gordon | 2018-01-19 | 1 | -0/+24 |
| | | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com> | ||||
* | Use correct l10n for app password menu | Morris Jobke | 2017-08-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | reword sessions to security in personal settings | Robin Appelman | 2017-06-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Combine sessions and app passwords view into one single view | Christoph Wurst | 2017-05-30 | 1 | -38/+19 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Create app password by pressing enter | Thijs den Hartog | 2017-03-13 | 1 | -0/+6 |
| | | | | Signed-off-by: Thijs den Hartog <Thijs@thijsbeer.nl> | ||||
* | Fix detection of the new iOS app | Joas Schilling | 2017-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | hide token configure menu when clicking outside it | Robin Appelman | 2016-12-06 | 1 | -1/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | hide all other token dropdowns when showing one | Robin Appelman | 2016-12-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix Regex for iPhone and add iPad | Lukas Reschke | 2016-11-28 | 1 | -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 #2198 | John Molakvoæ (skjnldsv) | 2016-11-24 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | use date as device name if no name was given | Bjoern Schiessle | 2016-11-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions | Morris Jobke | 2016-11-18 | 1 | -0/+5 |
|\ | | | | | Password confirmation for some actions | ||||
| * | Require password confirmation for app password | Joas Schilling | 2016-11-18 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #2108 from nextcloud/properly-parse-ie-useragent | Lukas Reschke | 2016-11-18 | 1 | -1/+1 |
|\ \ | |/ |/| | Properly parse IE 11 user agent | ||||
| * | Properly parse IE 11 user agent | Morris Jobke | 2016-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | * fixes #2101 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #2146 from nextcloud/add_copy_tooltip_to_clipboard | Roeland Jago Douma | 2016-11-16 | 1 | -10/+18 |
|\ \ | | | | | | | Adds copy tooltip to clipboards | ||||
| * | | Fix tooltips - they now properly change on click | Morris Jobke | 2016-11-16 | 1 | -10/+18 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | dropdown ui | Robin Appelman | 2016-11-16 | 1 | -10/+9 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | enable deleting/configuring new tokens | Robin Appelman | 2016-11-16 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com> | ||||
* | | allow configuring filesystem access | Robin Appelman | 2016-11-16 | 1 | -1/+34 |
| | | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com> | ||||
* | | app password scope wip | Robin Appelman | 2016-11-16 | 1 | -5/+12 |
|/ | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com> | ||||
* | Add sliding animation | Roeland Jago Douma | 2016-08-10 | 1 | -2/+7 |
| | |||||
* | Add clipboardjs for token | Roeland Jago Douma | 2016-08-10 | 1 | -0/+32 |
| | |||||
* | Always show delete icon for new tokens | Roeland Jago Douma | 2016-08-10 | 1 | -0/+9 |
| | | | | | * Always show delete icon * Hide form if the new icon is deleted | ||||
* | sort tokens | Robin Appelman | 2016-07-20 | 1 | -2/+8 |
| | |||||
* | improve matching safari user agent | Robin Appelman | 2016-07-20 | 1 | -1/+1 |
| | |||||
* | add fancy formating for most browsers | Robin Appelman | 2016-07-19 | 1 | -6/+46 |
| | |||||
* | format current and sync client sessions in Personal | Robin Appelman | 2016-07-18 | 1 | -34/+56 |
| | |||||
* | prevent users from deleting their own session token | Christoph Wurst | 2016-06-28 | 1 | -0/+4 |
| | |||||
* | Merge pull request #25261 from owncloud/app-password-login-name | Vincent Petry | 2016-06-27 | 1 | -0/+9 |
|\ | | | | | show which login name to use for the new app password | ||||
| * | fix layout | Christoph Wurst | 2016-06-24 | 1 | -3/+6 |
| | | |||||
| * | show which login name to use for the new app password | Christoph Wurst | 2016-06-24 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #25252 from owncloud/authtoken-removetooltipondisconnect | Morris Jobke | 2016-06-27 | 1 | -0/+2 |
|\ \ | | | | | | | Remove tooltip when disconnecting token | ||||
| * | | Remove tooltip when disconnecting token | Vincent Petry | 2016-06-23 | 1 | -0/+2 |
| |/ | |||||
* / | Use OC.Backbone instead of Backbone directly in authtoken JS code | Vincent Petry | 2016-06-23 | 1 | -5/+5 |
|/ | | | | Fixes asset pipeline issue with the auth token in personal page | ||||
* | app passwords/device tokens wording | Christoph Wurst | 2016-06-21 | 1 | -18/+18 |
| | |||||
* | Fix tooltip position in token list | Vincent Petry | 2016-06-17 | 1 | -6/+4 |
| | |||||
* | add tooltip to token names | Christoph Wurst | 2016-06-10 | 1 | -1/+2 |
| | |||||
* | remove debug console.log | Christoph Wurst | 2016-05-24 | 1 | -1/+0 |
| |