summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [stable9.1] Added custom exception as non fatal (#25486) (#25489)Thomas Müller2016-07-161-0/+2
|
* Change load order of auth backends so that we can throw an exception in ↵Vincent Petry2016-07-141-1/+4
| | | | OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25478)
* [stable9.1] Cast share id to string (#25402) (#25432)Thomas Müller2016-07-131-1/+1
|
* Additional perm check in WebdavVincent Petry2016-07-122-0/+87
|
* [stable9.1] Revert invalid commits from master->stable9.1 merge (#25420)Vincent Petry2016-07-085-132/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert "Merge pull request #25240 from owncloud/remove-svg" This reverts commit 8b8d2b679a12f703141de9da71340f1f02151f3d, reversing changes made to a35747b6fa8f7704bf7333f16a2b867b76acb187. * Revert "Merge pull request #25253 from owncloud/users-fixotherquotadropdown" This reverts commit a35747b6fa8f7704bf7333f16a2b867b76acb187, reversing changes made to a573b6863cbb4eb21feb7fe5a17a9b8fc60cf059. * Revert "Merge pull request #25314 from owncloud/files_external-backends-config" This reverts commit a573b6863cbb4eb21feb7fe5a17a9b8fc60cf059, reversing changes made to 8147eefaeba3822c9331283e973006ad3aeac1f5. * Revert "Add all properties while creating a subscription (#25318)" This reverts commit aaf4c3073af2511ab895e982cadae8dc6a143e55. * Revert "Merge pull request #25276 from owncloud/delete-own-session-token" This reverts commit e42ce62ce2855c95861eeae669508e5c20f99be4, reversing changes made to aaf4c3073af2511ab895e982cadae8dc6a143e55. * Revert "Merge pull request #25262 from owncloud/fed-sharing-error" This reverts commit 027715f9acba4dc314a7e4c63ac41a58d4e33f22, reversing changes made to e42ce62ce2855c95861eeae669508e5c20f99be4.
* Ignore invalid paths in the JS file list (#25368)Vincent Petry2016-07-062-0/+39
|
* Files_Versions don't show when the files are erasedCarlos Damken2016-07-051-3/+3
|
* Merge pull request #25344 from owncloud/fix-ldap-check-userVincent Petry2016-07-051-0/+4
|\ | | | | check if renamed user is still valid by reapplying the ldap filter
| * check if renamed user is still valid by reapplying the ldap filter (#25338)felixboehm2016-07-041-0/+4
| |
* | fix swift primary object store test (#25281)Thomas Müller2016-07-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * Wait for socket to be open * Fix call on null * Allow DB access for MountProviderTest Makes unit tests pass when using object store, since their FS access is actually oc_filecache DB access. It is currently not possible to mock or bypass the logic from "SharedMount::verifyMountPoint()" triggered by this test.
* | [tx-robot] updated from transifexJenkins for ownCloud2016-07-058-4/+14
| |
* | Merge pull request #25314 from owncloud/files_external-backends-configVincent Petry2016-07-041-3/+18
|\ \ | | | | | | show configuration options for authentication backends
| * | show configuration options for authentication backends while listing storageRobin Appelman2016-06-301-0/+4
| | | | | | | | | | | | Fixes #22447
| * | hide hidden parameters from list backend/auth parametersRobin Appelman2016-06-301-3/+14
| | |
* | | Cap LDAP user cache (#25323)Jörn Friedrich Dreyer2016-07-041-13/+15
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2016-07-0426-16/+124
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-07-0312-6/+54
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-07-0216-2/+120
| |
* | Merge pull request #25262 from owncloud/fed-sharing-errorVincent Petry2016-07-012-27/+92
|\ \ | | | | | | Only save federated share after remote server is notified
| * | Log reason why we removed the fed shareRobin Appelman2016-06-271-0/+1
| | |
| * | Handle exceptions thrown while trying to notify remote server of a fed shareRobin Appelman2016-06-272-27/+91
| | |
* | | Add all properties while creating a subscription (#25318)Thomas Citharel2016-07-012-11/+22
| | | | | | | | | Fixes #24469
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-012-0/+2
| | |
* | | Prevent infinite loop in search auto-nextpageVincent Petry2016-06-301-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 transifexJenkins for ownCloud2016-06-304-0/+18
| |
* | Merge pull request #25288 from owncloud/fix-versionrevertpermsVincent Petry2016-06-294-2/+78
|\ \ | | | | | | Hide revert button when no permission to revert
| * | Hide revert button when no permission to revertVincent Petry2016-06-284-2/+78
| | |
* | | get only vcards which match both the address book id and the vcard uri (#25294)Björn Schießle2016-06-292-1/+5
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-2912-2/+34
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-06-2820-2/+120
| |
* | Fix getting the certificate bundle for dav external storage (#25274)Robin Appelman2016-06-271-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 Appelman2016-06-271-2/+17
| | | | | | | | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability
* | fix a ImageExportPlugin Test (#25215)Georg Ehrke2016-06-272-8/+15
| |
* | Merge pull request #25273 from owncloud/ext-fixsessioncredentialsnolazyloadVincent Petry2016-06-271-0/+4
|\ \ | | | | | | Quickfix: do not lazy load auth mechanisms for ext storages
| * | Quickfix: do not lazy load auth mechanisms for ext storagesVincent Petry2016-06-271-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-filelistnextpageresultsVincent Petry2016-06-272-4/+29
|\ \ \ | | | | | | | | Prerender file list pages to include search results
| * | | Prerender file list pages to include search resultsVincent Petry2016-06-242-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-includedeletewithuploadpermsVincent Petry2016-06-273-16/+98
|\ \ \ | |_|/ |/| | Add explicit delete permission to link shares
| * | Add explicit delete permission to link sharesVincent Petry2016-06-243-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-failVincent Petry2016-06-271-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 Appelman2016-06-231-2/+2
| | | | | | | | | | | | | | | | server
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-276-0/+14
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-2612-0/+36
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-256-2/+120
| | | |
* | | | Merge pull request #25259 from owncloud/search-fixsearchfromotherfilelistsChristoph Wurst2016-06-241-2/+9
|\ \ \ \ | | | | | | | | | | Fix search result link for file results outside default list
| * | | | Hide search results after switching directoryVincent Petry2016-06-241-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 listVincent Petry2016-06-241-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-showerroronsaveChristoph Wurst2016-06-243-8/+12
|\ \ \ \ | |/ / / |/| | | Show error message when posting an invalid comment
| * | | Show error message when posting an invalid commentVincent Petry2016-06-243-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-allVincent Petry2016-06-245-10/+81
|\ \ \ | |/ / |/| | Add option to `occ files_external:list` to show all configured mounts