Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #25314 from owncloud/files_external-backends-config | Vincent Petry | 2016-07-04 | 1 | -3/+18 |
|\ | | | | | show configuration options for authentication backends | ||||
| * | show configuration options for authentication backends while listing storage | Robin Appelman | 2016-06-30 | 1 | -0/+4 |
| | | | | | | | | Fixes #22447 | ||||
| * | hide hidden parameters from list backend/auth parameters | Robin Appelman | 2016-06-30 | 1 | -3/+14 |
| | | |||||
* | | Cap LDAP user cache (#25323) | Jörn Friedrich Dreyer | 2016-07-04 | 1 | -13/+15 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-04 | 26 | -16/+124 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-03 | 12 | -6/+54 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-02 | 16 | -2/+120 |
| | | |||||
* | | Merge pull request #25262 from owncloud/fed-sharing-error | Vincent Petry | 2016-07-01 | 2 | -27/+92 |
|\ \ | | | | | | | Only save federated share after remote server is notified | ||||
| * | | Log reason why we removed the fed share | Robin Appelman | 2016-06-27 | 1 | -0/+1 |
| | | | |||||
| * | | Handle exceptions thrown while trying to notify remote server of a fed share | Robin Appelman | 2016-06-27 | 2 | -27/+91 |
| | | | |||||
* | | | Add all properties while creating a subscription (#25318) | Thomas Citharel | 2016-07-01 | 2 | -11/+22 |
| | | | | | | | | | Fixes #24469 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-01 | 2 | -0/+2 |
| | | | |||||
* | | | Prevent infinite loop in search auto-nextpage | Vincent Petry | 2016-06-30 | 1 | -2/+5 |
| |/ |/| | | | | | | | | | | | | | | | | | When loading the next page of search results, make sure that the loop can end if there are no more elements in case the total doesn't match. Also added a check to avoid recomputing the search results whenever the setFilter() is called with the same value. This happens when navigating away to another folder, the search field gets cleared automatically and it calls FileList.setFilter(''). | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-30 | 4 | -0/+18 |
| | | |||||
* | | Merge pull request #25288 from owncloud/fix-versionrevertperms | Vincent Petry | 2016-06-29 | 4 | -2/+78 |
|\ \ | | | | | | | Hide revert button when no permission to revert | ||||
| * | | Hide revert button when no permission to revert | Vincent Petry | 2016-06-28 | 4 | -2/+78 |
| | | | |||||
* | | | get only vcards which match both the address book id and the vcard uri (#25294) | Björn Schießle | 2016-06-29 | 2 | -1/+5 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-29 | 12 | -2/+34 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-28 | 20 | -2/+120 |
| | | |||||
* | | Fix getting the certificate bundle for dav external storage (#25274) | Robin Appelman | 2016-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | * Fix getting the certificate bundle for dav external storages * Log the original exception in dav external storage | ||||
* | | handle unavailable fed shares while testing for availability (#25277) | Robin Appelman | 2016-06-27 | 1 | -2/+17 |
| | | | | | | | | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability | ||||
* | | fix a ImageExportPlugin Test (#25215) | Georg Ehrke | 2016-06-27 | 2 | -8/+15 |
| | | |||||
* | | Merge pull request #25273 from owncloud/ext-fixsessioncredentialsnolazyload | Vincent Petry | 2016-06-27 | 1 | -0/+4 |
|\ \ | | | | | | | Quickfix: do not lazy load auth mechanisms for ext storages | ||||
| * | | Quickfix: do not lazy load auth mechanisms for ext storages | Vincent Petry | 2016-06-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | Some auth mechanisms like SessionCredentials need to register hooks early, so they cannot be lazy loaded. | ||||
* | | | Merge pull request #25237 from owncloud/search-filelistnextpageresults | Vincent Petry | 2016-06-27 | 2 | -4/+29 |
|\ \ \ | | | | | | | | | Prerender file list pages to include search results | ||||
| * | | | Prerender file list pages to include search results | Vincent Petry | 2016-06-24 | 2 | -4/+29 |
| | |/ | |/| | | | | | | | | | | | | | 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. | ||||
* | | | Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadperms | Vincent Petry | 2016-06-27 | 3 | -16/+98 |
|\ \ \ | |_|/ |/| | | Add explicit delete permission to link shares | ||||
| * | | Add explicit delete permission to link shares | Vincent Petry | 2016-06-24 | 3 | -16/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge pull request #25247 from owncloud/fed-unshare-fail | Vincent Petry | 2016-06-27 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Remove a fed share from the local table before trying to notify the remote server | ||||
| * | | | Remove a fed share from the local table before trying to notify the remote ↵ | Robin Appelman | 2016-06-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | server | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-27 | 6 | -0/+14 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-26 | 12 | -0/+36 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-25 | 6 | -2/+120 |
| | | | | |||||
* | | | | Merge pull request #25259 from owncloud/search-fixsearchfromotherfilelists | Christoph Wurst | 2016-06-24 | 1 | -2/+9 |
|\ \ \ \ | | | | | | | | | | | Fix search result link for file results outside default list | ||||
| * | | | | Hide search results after switching directory | Vincent Petry | 2016-06-24 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear. | ||||
| * | | | | Fix search result link for file results outside default list | Vincent Petry | 2016-06-24 | 1 | -2/+2 |
| | |_|/ | |/| | | | | | | | | | | | | | | When outside the "All files" list, the search result link must properly redirect to the "All files" list. | ||||
* | | | | Merge pull request #25257 from owncloud/comments-showerroronsave | Christoph Wurst | 2016-06-24 | 3 | -8/+12 |
|\ \ \ \ | |/ / / |/| | | | Show error message when posting an invalid comment | ||||
| * | | | Show error message when posting an invalid comment | Vincent Petry | 2016-06-24 | 3 | -8/+12 |
| | |/ | |/| | | | | | | | | | | When an internal server error occurs while creating or updating a comment, display a proper error notification in the UI. | ||||
* | | | Merge pull request #25171 from owncloud/files_external-list-all | Vincent Petry | 2016-06-24 | 5 | -10/+81 |
|\ \ \ | |/ / |/| | | Add option to `occ files_external:list` to show all configured mounts | ||||
| * | | Add option to `occ files_external:list` to show all configured mounts | Robin Appelman | 2016-06-23 | 5 | -10/+81 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-24 | 6 | -4/+68 |
| | | |||||
* | | Merge pull request #25238 from owncloud/files-trashlistnamecorruption | Vincent Petry | 2016-06-23 | 2 | -0/+24 |
|\ \ | |/ |/| | Fix trashed file name corruption when rerendering trashbin list | ||||
| * | Fix trashed file name corruption when rerendering trashbin list | Vincent Petry | 2016-06-23 | 2 | -0/+24 |
| | | | | | | | | | | | | | | The trashbin code does some gymnastics with the file data at render time. This fix makes sure that the modifications done on the file data are only local to the rendering code and doesn't affect the actual file data from the file list. | ||||
* | | Merge pull request #25225 from owncloud/enc-revertversionsize | Vincent Petry | 2016-06-22 | 1 | -1/+8 |
|\ \ | | | | | | | Rollback version must also adjust cached size | ||||
| * | | Rollback version must also adjust cached size | Vincent Petry | 2016-06-22 | 1 | -1/+8 |
| | | | |||||
* | | | Merge pull request #25223 from owncloud/external-list-default-options | Vincent Petry | 2016-06-22 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Hide more default options in occ files_external:list | ||||
| * | | | Hide more default options in occ files_external:list | Robin Appelman | 2016-06-22 | 1 | -1/+3 |
| | | | | |||||
* | | | | Increase fed share timeout from 3 to 10 + unit tests | Vincent Petry | 2016-06-22 | 5 | -15/+30 |
| | | | | |||||
* | | | | Add timeouts to make the UI usable again when a remote share is unreachable | Joas Schilling | 2016-06-22 | 4 | -5/+20 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-22 | 18 | -6/+150 |
| | | |