Robin Appelman
da63af8b02
enable deleting/configuring new tokens
Signed-off-by: Robin Appelman <icewind@owncloud.com>
10 years ago
Robin Appelman
1afccde16a
allow configuring filesystem access
Signed-off-by: Robin Appelman <icewind@owncloud.com>
10 years ago
Robin Appelman
b4e27d35f5
app password scope wip
Signed-off-by: Robin Appelman <icewind@owncloud.com>
10 years ago
Joas Schilling
ac2135560f
Fix single author with details
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Roeland Jago Douma
78efb1972e
Fix route and js
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Henry Mohn
fe544d807a
Removed else statement preventing Success message from displaying causing bug #1875
Signed-off-by: Henry Mohn <hmohniii@gmail.com>
9 years ago
Lukas Reschke
a68595742b
Proxy images through usercontent.apps.nextcloud.com
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Lukas Reschke
32cf661215
Use new appstore API
This change introduces the new appstore API in Nextcloud.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Joas Schilling
247b7f37ce
Color the trusted domain to alert the admin a bit more
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Robin Appelman
0aec8647c2
use smaller cropper on small screens
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
55c445ff39
set initial cropper to max size
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Roeland Jago Douma
3cbaec416a
Fix personal page
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Joas Schilling
103bf6dd28
Switch to public API
Signed-off-by: Joas Schilling <coding@schilljs.com>
10 years ago
Joas Schilling
0b1fb180a5
Make AppConfig part of the public API
Signed-off-by: Joas Schilling <coding@schilljs.com>
10 years ago
Robin Appelman
ac167d4dc6
show spinner while loading/cropping avatar
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
154fbe06ce
only show cropper dialog when the cropper is ready
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
9983b5533a
float the avatar cropper over the page
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
5a44b70efc
Prevent flashing the full sized image when cropping an avatar
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Joas Schilling
9c3e855812
The red box already makes clear it's an error
Signed-off-by: Joas Schilling <coding@schilljs.com>
10 years ago
Arthur Schiwon
e378cadb56
tidy up adding user to list a little bit
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
10 years ago
Joas Schilling
d511acdf66
Better search functionality
Signed-off-by: Joas Schilling <coding@schilljs.com>
10 years ago
Joas Schilling
b1314942d7
Fix authors that have a mail or homepage
Signed-off-by: Joas Schilling <coding@schilljs.com>
10 years ago
Vincent Petry
e3717fd466
Improve user list rendering perf by not resorting after every add ( #26282 )
The call to UserList.add() was wrong and was passing "user.lastLogin"
as the sort argument which would cause the list to be resorted over and
over again for every added item after loading the next page of users.
10 years ago
Morris Jobke
4afb5d5527
remove old indicators for "saving started" and "saving successful"
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
10 years ago
Joas Schilling
acd90669ff
Fix displaying and searching with multiple authors
Signed-off-by: Joas Schilling <coding@schilljs.com>
10 years ago
Raghu Nayyar
6b2680f5f5
Removes spinner in case password is wrong as well.
10 years ago
Raghu Nayyar
b30908ba5d
Removes tipsy when password verification is going on
10 years ago
Raghu Nayyar
16711a2f99
Removes the check mark after 5 second timeout.
10 years ago
Raghu Nayyar
91ffb63595
Adds a checkmark when the change is complete.
10 years ago
Raghu Nayyar
682ed7ff8f
Disables teh button when clicked change password.
10 years ago
Morris Jobke
6bb95de1c5
Adding a optional disclaimer to the anonymous upload page
10 years ago
Roeland Jago Douma
14136295b7
Cache avatars properly
* Set proper caching headers for avatars (15 minutes)
* For our own avatar use some extra logic to invalidate when we update
10 years ago
Vincent Petry
17964a8955
Extra non-available groups also in list
10 years ago
Vincent Petry
e8c2d62c6b
Users page lazy multiselect group dropdowns
Instead of pre-rendering all multiselects with lots of group entries,
the current groups are now displayed as simple labels.
Behind the labels there is a pencil icon like for other fields.
When clicking the pencil icon, the dropdown will be spawned and will
open itself.
Upon closing of the dropdown, the label comes back with the updated
selection and the dropdown is destroyed.
10 years ago
Robin Appelman
abb3127ff2
fix setting quota to default or unlimited
10 years ago
Jack Davis
dfb66e1101
25532_issue_password_update_notification_updated ( #25756 )
* Password Update Notification
Added an IF ELSE statement to ensure that feedback is provided to the
user on successfully updating a user password in settings.
* Password Update Success Message
Updated the password update success message
10 years ago
Roeland Jago Douma
77bce68b45
Fix some jshint errors in settings/users
10 years ago
Roeland Jago Douma
59da5972f6
SVG defintions always take the first one
* Move filter definition out
10 years ago
Lukas Reschke
5581a602cc
Add cachebuster to app icons in the admin screen
10 years ago
Morris Jobke
28c192c9f5
Fix null reference in IE
10 years ago
Morris Jobke
bded787d0c
Empty tags are not allowed for image and feColorMatrix in IE11 and below
10 years ago
Roeland Jago Douma
314b4005bb
Remove hack
10 years ago
Morris Jobke
1444c1d345
Introduce weird hack for Firefox
* everything is 4 times as big (doubled width and doubled height)
10 years ago
Roeland Jago Douma
960d0d1242
Filter can't be named invert in FF
10 years ago
Raghu Nayyar
7c61fa14ae
Fixes image preview when fetched from the store.
10 years ago
Raghu Nayyar
c489cd4d3a
Uses javascript to invert the SVGs.
10 years ago
Roeland Jago Douma
7d643fc539
Add sliding animation
10 years ago
Roeland Jago Douma
965804425d
Add clipboardjs for token
10 years ago
Roeland Jago Douma
de44ab0244
Always show delete icon for new tokens
* Always show delete icon
* Hide form if the new icon is deleted
10 years ago
Julius Haertl
c8e4988f85
Apply inverted app icon style to newly installed icons
10 years ago