- Jun 27, 2016
-
-
Lukas Reschke authored
-
Morris Jobke authored
Allow regular users to specify global credentials password
-
Morris Jobke authored
add events to check passwords with the password policy app
-
Lukas Reschke authored
Add "Login credentials" and "User Provided"
-
Vincent Petry authored
Quickfix: do not lazy load auth mechanisms for ext storages
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
-
Vincent Petry authored
Prerender file list pages to include search results
-
Vincent Petry authored
show which login name to use for the new app password
-
Lukas Reschke authored
While the UI is existent the feature simply doesn't work because admin privileges are required for the controller. This adds proper permission checks and also unit tests. To test this: 1. Enable external storage 2. Login as non-admin user 3. Go to personal page and try to change global credentials
-
Christoph Wurst authored
Keep encryption enabled if decrypting for single user
-
Vincent Petry authored
Add explicit delete permission to link shares
-
Vincent Petry authored
Make code integrity check work when OC is not installed yet
-
Vincent Petry authored
Some auth mechanisms like SessionCredentials need to register hooks early, so they cannot be lazy loaded.
-
Morris Jobke authored
Remove tooltip when disconnecting token
-
Vincent Petry authored
Remove ie8+9 support
-
Vincent Petry authored
Remove a fed share from the local table before trying to notify the remote server
-
Vincent Petry authored
Use OC.Backbone instead of Backbone directly in authtoken JS code
-
Vincent Petry authored
check login name when authenticating via token and basic auth
-
Jenkins for ownCloud authored
-
- Jun 26, 2016
-
-
Lukas Reschke authored
[Master] upstream sync
-
Lukas Reschke authored
-
Lukas Reschke authored
Makes select2 in settings/admin look the same like everywhere else
-
Jenkins for ownCloud authored
-
- Jun 25, 2016
-
-
Jenkins for ownCloud authored
-
- Jun 24, 2016
-
-
Christoph Wurst authored
Fix search result link for file results outside default list
-
Christoph Wurst authored
Show error message when posting an invalid comment
-
Christoph Wurst authored
-
Vincent Petry authored
When decrypting all files of a single user, the admin usually does not intend encryption to be suddenly disabled for everyone. This fix reenables encryption after decrypting for a single user. Decrypting for all users will still disable encryption globally.
-
Christoph Wurst authored
-
Christoph Wurst authored
-
Vincent Petry authored
When filtering the file list, if a result is on an unrendered page, make sure to call _nextPage() to prerender the pages in order to display all matching results.
-
Marius Blüm authored
Replace occurence of "ownCloud" by "Nextcloud"
-
Vincent Petry authored
When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear.
-
Vincent Petry authored
When outside the "All files" list, the search result link must properly redirect to the "All files" list.
-
Florian Auer authored
-
Vincent Petry authored
-
Vincent Petry authored
Add option to `occ files_external:list` to show all configured mounts
-
Vincent Petry authored
When an internal server error occurs while creating or updating a comment, display a proper error notification in the UI.
-