summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14652 from owncloud/kill-download-from-urlVincent Petry2015-03-033-164/+13
|\ | | | | Remove "Download from URL" feature
| * remove $content parameterThomas Müller2015-03-021-7/+4
| |
| * Remove "Download from URL" featureLukas Reschke2015-03-023-163/+15
| | | | | | | | Fixes https://github.com/owncloud/core/issues/13326
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-0310-4/+10
|/
* Merge pull request #14573 from owncloud/enc-migrate-disable-updaterVincent Petry2015-03-021-11/+17
|\ | | | | Disable the cache updater when doing the encryption migration
| * Move keys instead of copy during encryption key migrationVincent Petry2015-02-271-2/+2
| |
| * Disable the cache updater when doing the encryption migrationRobin Appelman2015-02-271-9/+15
| |
* | Merge pull request #14535 from owncloud/fix-files-externalThomas Müller2015-03-021-0/+5
|\ \ | | | | | | fix files external test run and add common-tests option
| * | fix files external test run and add common-tests optionMorris Jobke2015-02-261-0/+5
| | |
* | | Merge pull request #14570 from rullzer/ocs_sane_permissionsMorris Jobke2015-03-022-1/+79
|\ \ \ | | | | | | | | Shares should have a least read permission
| * | | Shares should have a least read permissionRoeland Jago Douma2015-03-012-1/+79
| | | | | | | | | | | | | | | | | | | | * Throw 400 when a share is created or updated without read permissions * Added unit tests
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-026-8/+230
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-0116-4/+74
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-2812-6/+84
| |/ |/|
* | Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-27272-4976/+2589
|\ \ | | | | | | Revert "Updating license headers"
| * | Revert "Updating license headers"Morris Jobke2015-02-26272-4976/+2589
| |/ | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* | Merge pull request #14561 from owncloud/fix-sftpThomas Müller2015-02-271-1/+4
|\ \ | | | | | | apply suggestions from @atmoz to fix SFTP setup
| * | apply suggestions from @atmoz to fix SFTP setupMorris Jobke2015-02-261-1/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-2720-0/+20
| | |
* | | Merge pull request #14532 from owncloud/defaultvalueforremoteidVincent Petry2015-02-262-1/+2
|\ \ \ | |/ / |/| | Add default value for remote_id
| * | Bump up files_sharing version for schema updateVincent Petry2015-02-261-1/+1
| | |
| * | Add default value for remote_idVincent Petry2015-02-261-0/+1
| |/ | | | | | | Fixes SQLite migration with non-null column.
* | Merge pull request #14300 from owncloud/commandbusMorris Jobke2015-02-261-0/+2
|\ \ | | | | | | Add async command system to handle asynchronous operations
| * | Rename getAsyncCommandBus to getCommandBusRobin Appelman2015-02-251-1/+1
| | |
| * | require command that do file access to be run sync when encryption is enabledRobin Appelman2015-02-251-0/+2
| | |
* | | Merge pull request #14473 from owncloud/remove-uneeded-assignmentMorris Jobke2015-02-261-2/+0
|\ \ \ | |_|/ |/| | Remove uneeded assignment
| * | Remove uneeded assignmentLukas Reschke2015-02-241-2/+0
| | | | | | | | | | | | 'files' is neither used in the controller or the template
* | | Merge pull request #14502 from owncloud/failing-mysql-master-testsThomas Müller2015-02-263-3/+16
|\ \ \ | | | | | | | | Failing mysql master tests
| * | | Sort the array to be sureJoas Schilling2015-02-261-1/+8
| | | |
| * | | Reset the group backend aswellJoas Schilling2015-02-251-1/+7
| | | |
| * | | Extend the class so the Filesystem is cleaned upJoas Schilling2015-02-251-1/+1
| | |/ | |/|
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-2672-76/+92
| | |
* | | Merge pull request #14509 from owncloud/fix/14231Lukas Reschke2015-02-251-1/+7
|\ \ \ | | | | | | | | Show 404 page when accessing empty share URL
| * | | Show 404 page when accessing empty share URLLukas Reschke2015-02-251-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Testplan: - [ ] Without: Accessing `public.php?service=files&t=` throws an exception - [ ] With: No exception thrown and 404 page displayed. Fixes https://github.com/owncloud/core/issues/14231
* | | | Merge pull request #14245 from cmeh/masterLukas Reschke2015-02-251-1/+1
|\ \ \ \ | |/ / / |/| | | Message clean-up
| * | | Typo: Missing "n"cmeh2015-02-241-1/+1
| | | | | | | | | | | | A missing "n" was added in line 63.
* | | | Merge pull request #10735 from owncloud/use_remote_addrRobin McCorkell2015-02-251-1/+1
|\ \ \ \ | |_|/ / |/| | | Use getRemoteAddress which supports reverse proxies
| * | | Use getRemoteAddress which supports reverse proxiesLukas Reschke2015-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Breaking change for 8.1 wiki (Security > Administrators): The log format for failed logins has changed and uses now the remote address and is considering reverse proxies for such scenarios when configured correctly.
* | | | Merge pull request #14462 from owncloud/add-some-php-docsThomas Müller2015-02-251-2/+70
|\ \ \ \ | | | | | | | | | | Add some PHPDocs
| * | | | Add some PHPDocsLukas Reschke2015-02-241-2/+70
| |/ / / | | | | | | | | | | | | My IDE was crying...
* | | | Merge pull request #14460 from owncloud/revive/12971Thomas Müller2015-02-251-3/+15
|\ \ \ \ | | | | | | | | | | Add support for sftp custom port
| * | | | Fix code style as per reviewLukas Reschke2015-02-241-2/+2
| | | | |
| * | | | Add support for sftp custom portSA2015-02-241-3/+15
| |/ / /
* | | | Merge pull request #14475 from owncloud/fix-ext-owncloudRobin McCorkell2015-02-252-2/+10
|\ \ \ \ | | | | | | | | | | Fix bugs in ownCloud external storage
| * | | | Fix bugs in ownCloud external storageRobin McCorkell2015-02-252-2/+10
| | |_|/ | |/| |
* | | | Merge pull request #14151 from owncloud/update-sabre2.1Thomas Müller2015-02-253-299/+33
|\ \ \ \ | | | | | | | | | | Sabre Update to 2.1
| * | | | Remove locks plugin.Thomas Müller2015-02-252-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reasoning: - a WebDAV server is not required to implement locking support - WebDAV Locking is know to break the sync algorithm - the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work)
| * | | | Show a empty response for GET on non-files instead of the Browser PluginLukas Reschke2015-02-231-1/+2
| | | | |
| * | | | Removed broken webdav testsVincent Petry2015-02-231-272/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The encryption webdav tests are too broad and do not qualify as unit test. Also, since the sabre upgrade they are not fixable. The matching functionality is already tested in other classes on a smaller scale.
| * | | | Sabre Update to 2.1Vincent Petry2015-02-233-29/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity