- 28 Jun, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 27 Jun, 2016 17 commits
-
-
Robin Appelman authored
* Fix getting the certificate bundle for dav external storages * Log the original exception in dav external storage
-
Christoph Wurst authored
* fix login hooks * adjust user session tests * fix login return value of successful token logins * trigger preLogin hook earlier; extract method 'loginWithPassword' * call postLogin hook earlier; add PHPDoc
-
Robin Appelman authored
* More explicit http status codes * handle unavailable fed shares while testing for availability
-
Georg Ehrke authored
-
Vincent Petry authored
Quickfix: do not lazy load auth mechanisms for ext storages
-
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
-
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
-
- 26 Jun, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 25 Jun, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 24 Jun, 2016 16 commits
-
-
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.
-
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.
-
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.
-
Vincent Petry authored
-
Vincent Petry authored
Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15.
-
Vincent Petry authored
Don't reload page in case of auth errors during setup checks
-
Jenkins for ownCloud authored
-
- 23 Jun, 2016 4 commits
-
-
Vincent Petry authored
-
Vincent Petry authored
Fixes asset pipeline issue with the auth token in personal page
-
Vincent Petry authored
Fix trashed file name corruption when rerendering trashbin list
-
Robin Appelman authored
-