Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Apply inverted app icon style to newly installed icons | Julius Haertl | 2016-08-01 | 1 | -6/+3 |
| | |||||
* | fix capitalization of text in users management | Jan-Christoph Borchardt | 2016-07-28 | 1 | -3/+3 |
| | |||||
* | sort tokens | Robin Appelman | 2016-07-20 | 2 | -3/+9 |
| | |||||
* | 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 |
| | |||||
* | Use tooltip for ssl certs table | Morris Jobke | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | Use tooltip for background job execution time | Morris Jobke | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | Use tooltip for app management badges | Morris Jobke | 2016-07-13 | 1 | -4/+20 |
| | |||||
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 3 | -13/+27 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 3 | -11/+22 |
| |\ | |||||
| * | | verify user password on change | Bjoern Schiessle | 2016-06-27 | 1 | -11/+19 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 2 | -23/+33 |
| |\ \ | |||||
| * | | | fix more strings | Morris Jobke | 2016-06-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | rename owncloud to nextcloud in Official apps button popup | Timo Witte | 2016-06-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix strengthify in personal settings | Morris Jobke | 2016-06-15 | 1 | -1/+2 |
| | | | | |||||
| * | | | Add user ID to log entries in admin page | Lukas Reschke | 2016-06-10 | 1 | -0/+5 |
| | | | | |||||
* | | | | Merge pull request #25240 from owncloud/remove-svg | Morris Jobke | 2016-07-04 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Remove SVG fallback | ||||
| * | | | | remove svg classes | Hendrik Leppelsack | 2016-07-01 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #25253 from owncloud/users-fixotherquotadropdown | Vincent Petry | 2016-07-04 | 1 | -3/+15 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix "Other" value handling in quota dropdown in users page | ||||
| * | | | | Prevent negative or non-number values in quota input | Vincent Petry | 2016-06-24 | 1 | -0/+6 |
| | | | | | |||||
| * | | | | Fix "Other" value handling in quota dropdown in users page | Vincent Petry | 2016-06-23 | 1 | -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 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 | 3 | -11/+11 |
|/ / | | | | | | | Fixes asset pipeline issue with the auth token in personal page | ||||
* | | app passwords/device tokens wording | Christoph Wurst | 2016-06-21 | 1 | -18/+18 |
| | | |||||
* | | redirect to new login route (#25099) | Christoph Wurst | 2016-06-21 | 1 | -0/+11 |
| | | | | | | | | | | | | * redirect to new login route * encode anchor in url and restore it client-side | ||||
* | | 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 |
|/ | |||||
* | decrease initial users to load to 50 | Jörn Friedrich Dreyer | 2016-06-07 | 1 | -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.log | Christoph Wurst | 2016-05-24 | 1 | -1/+0 |
| | |||||
* | add button to invalidate browser sessions/device tokens | Christoph Wurst | 2016-05-23 | 2 | -12/+110 |
| | |||||
* | add button to add new device tokens | Christoph Wurst | 2016-05-23 | 1 | -14/+81 |
| | |||||
* | list user's auth tokens on the personal settings page | Christoph Wurst | 2016-05-23 | 4 | -0/+169 |
| | |||||
* | Make it possible to exclude admin groups from groups select2 | Vincent Petry | 2016-05-20 | 1 | -5/+10 |
| | |||||
* | Pass on the error message from the user manager to the UI (#24526) | Joas Schilling | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #22783 from patelfenil/bugfix-issue-17320 | Thomas Müller | 2016-04-25 | 1 | -2/+9 |
|\ | | | | | Remove image now not coming when user changes fullname. Fixes #17320 | ||||
| * | Remove image now not coming when user changes fullname. Fixes #17320 | patelfenil | 2016-03-07 | 1 | -2/+9 |
| | | |||||
* | | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked') | Christoph Wurst | 2016-04-19 | 2 | -6/+6 |
| | | |||||
* | | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 2 | -5/+5 |
| | | |||||
* | | Properly escape URL | Lukas Reschke | 2016-04-18 | 1 | -1/+1 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/23499 | ||||
* | | Merge pull request #23954 from stweil/master | Thomas Müller | 2016-04-13 | 1 | -1/+1 |
|\ \ | | | | | | | misc: Fix some typos | ||||
| * | | misc: Fix some typos | Stefan Weil | 2016-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Some of them were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> |