Robin Appelman
2ba5785d68
sort tokens
2016-07-20 15:59:00 +02:00
Robin Appelman
eb3410322e
improve matching safari user agent
2016-07-20 14:13:23 +02:00
Robin Appelman
df2dffaf7c
add fancy formating for most browsers
2016-07-19 11:27:58 +02:00
Robin Appelman
fac970b065
format current and sync client sessions in Personal
2016-07-18 19:39:03 +02:00
Morris Jobke
3c432a8afe
Use tooltip for ssl certs table
2016-07-13 10:00:02 +02:00
Morris Jobke
cf79417490
Use tooltip for background job execution time
2016-07-13 09:59:42 +02:00
Morris Jobke
e9eb94e899
Use tooltip for app management badges
2016-07-13 09:59:08 +02:00
Morris Jobke
ba16fd0d33
Merge branch 'master' into sync-master
2016-07-07 11:29:46 +02:00
Morris Jobke
387ac9e048
Merge pull request #25240 from owncloud/remove-svg
...
Remove SVG fallback
2016-07-04 17:49:00 +02:00
Vincent Petry
a48df671a3
Merge pull request #25253 from owncloud/users-fixotherquotadropdown
...
Fix "Other" value handling in quota dropdown in users page
2016-07-04 16:13:18 +02:00
Hendrik Leppelsack
c47833718f
remove svg classes
2016-07-01 16:36:37 +02:00
Christoph Wurst
c9a2790893
prevent users from deleting their own session token
2016-06-28 16:17:37 +02:00
Lukas Reschke
6670d37658
Merge remote-tracking branch 'upstream/master' into master-sync-upstream
2016-06-27 18:23:00 +02:00
Bjoern Schiessle
2a990a0db5
verify user password on change
2016-06-27 14:08:11 +02:00
Vincent Petry
579bc57d16
Merge pull request #25261 from owncloud/app-password-login-name
...
show which login name to use for the new app password
2016-06-27 13:40:20 +02:00
Morris Jobke
b9edcd78bf
Merge pull request #25252 from owncloud/authtoken-removetooltipondisconnect
...
Remove tooltip when disconnecting token
2016-06-27 10:42:35 +02:00
Lukas Reschke
7a9d60d87e
Merge remote-tracking branch 'upstream/master' into master-upstream-sync
2016-06-26 12:55:05 +02:00
Christoph Wurst
1454b4515c
fix layout
2016-06-24 17:00:59 +02:00
Christoph Wurst
26aacb4e62
show which login name to use for the new app password
2016-06-24 15:31:48 +02:00
Vincent Petry
0501d8daac
Prevent negative or non-number values in quota input
2016-06-24 09:20:13 +02:00
Vincent Petry
9092d7f5ea
Fix "Other" value handling in quota dropdown in users page
...
Prevents "other" value to be deleted.
When appending custom value, put it above the "other" entry.
2016-06-23 18:42:11 +02:00
Vincent Petry
9524115c2c
Remove tooltip when disconnecting token
2016-06-23 18:30:45 +02:00
Vincent Petry
da4ba82b83
Use OC.Backbone instead of Backbone directly in authtoken JS code
...
Fixes asset pipeline issue with the auth token in personal page
2016-06-23 18:26:01 +02:00
Christoph Wurst
31f3aaa36b
app passwords/device tokens wording
2016-06-21 16:39:51 +02:00
Christoph Wurst
7f22aeb5d6
redirect to new login route ( #25099 )
...
* redirect to new login route
* encode anchor in url and restore it client-side
2016-06-21 16:14:51 +02:00
Morris Jobke
19b531fd14
fix more strings
2016-06-20 13:14:24 +02:00
Timo Witte
205e936370
rename owncloud to nextcloud in Official apps button popup
2016-06-20 01:58:39 +02:00
Vincent Petry
a5a66f38f1
Fix tooltip position in token list
2016-06-17 15:11:31 +02:00
Morris Jobke
ea25be51da
fix strengthify in personal settings
2016-06-15 15:27:40 +02:00
Lukas Reschke
edf62eb41a
Add user ID to log entries in admin page
2016-06-10 15:38:21 +02:00
Christoph Wurst
a9ea908413
add tooltip to token names
2016-06-10 14:49:56 +02:00
Jörn Friedrich Dreyer
2989584b45
decrease initial users to load to 50
...
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
2016-06-07 11:40:04 +02:00
Christoph Wurst
1671d8e337
remove debug console.log
2016-05-24 13:40:01 +02:00
Christoph Wurst
74277c25be
add button to invalidate browser sessions/device tokens
2016-05-23 09:11:12 +02:00
Christoph Wurst
6495534bcd
add button to add new device tokens
2016-05-23 09:11:12 +02:00
Christoph Wurst
12431aa399
list user's auth tokens on the personal settings page
2016-05-23 09:11:12 +02:00
Vincent Petry
79f6b7b7ff
Make it possible to exclude admin groups from groups select2
2016-05-20 17:56:02 +02:00
Joas Schilling
bc1d70f08c
Pass on the error message from the user manager to the UI ( #24526 )
2016-05-11 19:41:13 +02:00
Thomas Müller
9ad30f9c92
Merge pull request #22783 from patelfenil/bugfix-issue-17320
...
Remove image now not coming when user changes fullname. Fixes #17320
2016-04-25 23:02:00 +02:00
Christoph Wurst
e4a8456d01
replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')
2016-04-19 16:20:17 +02:00
Christoph Wurst
05d203a989
replace $.parseJSON() by JSON.parse()
2016-04-19 15:06:42 +02:00
Lukas Reschke
ff1150bb4d
Properly escape URL
...
Fixes https://github.com/owncloud/core/issues/23499
2016-04-18 17:43:20 +02:00
Thomas Müller
e90a3b5ba7
Merge pull request #23954 from stweil/master
...
misc: Fix some typos
2016-04-13 11:08:58 +02:00
Stefan Weil
ee5f5eebe5
misc: Fix some typos
...
Some of them were found by codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-12 18:36:39 +02:00
Christoph Wurst
7365bd798a
Show tooltip if the app is downloaded from a remote server
...
fixes #14405
2016-04-12 09:39:53 +02:00
Jan-Christoph Borchardt
a8a98d42cb
improve emptycontent styles
2016-03-31 15:31:04 +02:00
Thomas Müller
52f51c94db
Merge pull request #15750 from owncloud/loading-feedback-email-usermanagement
...
Add loading feedback for email change in user management
2016-03-31 11:24:27 +02:00
Thomas Müller
a25872e034
Merge pull request #23495 from owncloud/disable-paste-zone
...
Disable pastezone for jquery.fileupload
2016-03-23 09:03:50 +01:00
Lukas Reschke
f8ae1bb36e
Disable pastezone for jquery.fileupload
...
jquery.fileupload offers the [`pastezone`](https://github.com/blueimp/jQuery-File-Upload/wiki/Options#pastezone ) functionality. This functionality is enabled by default and if somebody copy-pastes something into Chrome it will automatically trigger an upload of the content to any configured jquery.fileupload element embedded in the JS.
This implementation triggers some problems:
1. The pastezone is defined globally by default (🙈 ). So if there are multiple fileupload's on a page (such as in the personal settings) then stuff is going to be uploaded to all embedded uploads.
2. Our server code is not able to parse the data. For example for uploads in the files app we expect a file name which is not specified => Just an error is thrown. You can reproduce this by taking a file into your clipboard and in Chrome then pressing <kbd>CTRL + V</kbd>.
3. When copy-pasting some string from MS Office on the personal page a temporary avatar with said content is created.
Considering that this is anyways was never working at all and causes bugs I've set the `pastezone` to `null`. This mens that upload via copy and paste will be disabled.
Lesson learned: Third-party JS libraries can have some weird details.
2016-03-22 20:28:57 +01:00
Roeland Jago Douma
35024beb9c
Add `allow sharing with groups` checkbox to admin page
2016-03-22 17:13:34 +01:00