summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19758 from owncloud/ext-fallback-getmimetypeThomas Müller2015-10-283-45/+0
|\ | | | | Fallback to default mimetype detection mechanism
| * Fallback to default mimetype detection mechanismVincent Petry2015-10-133-45/+0
| |
* | Merge pull request #20089 from owncloud/litmus-test-webdavThomas Müller2015-10-282-0/+46
|\ \ | | | | | | Enable DAV app testing on travis
| * | run litmus scripts only if code in the dav app did change changedThomas Müller2015-10-282-2/+0
| | |
| * | Enable DAV app testing on travisThomas Müller2015-10-272-0/+48
| | |
* | | Merge pull request #20093 from owncloud/ldap-fix-quota-and-caseThomas Müller2015-10-284-7/+57
|\ \ \ | | | | | | | | LDAP fix quota and case, fixes #20043
| * | | fix attribute casing to ensure array keys workArthur Schiwon2015-10-272-4/+15
| | | |
| * | | fix update quota with known valueArthur Schiwon2015-10-272-3/+42
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-286-4/+26
|/ / /
* | | Merge pull request #17104 from owncloud/chunked-upload-lockingRobin Appelman2015-10-274-13/+104
|\ \ \ | |/ / |/| | locking for chunked dav upload
| * | adjust tests for new dav classesRobin Appelman2015-10-201-6/+6
| | |
| * | remove locking for chunksRobin Appelman2015-10-201-4/+0
| | |
| * | fix locking in testsRobin Appelman2015-10-201-2/+8
| | |
| * | Adjust for wide lockingRobin Appelman2015-10-202-6/+12
| | |
| * | Add tests for uploading to locked filesRobin Appelman2015-10-201-1/+81
| | |
| * | locking for chunked dav uploadRobin Appelman2015-10-201-4/+7
| | |
* | | make encryption configurable for home storageBjoern Schiessle2015-10-2711-61/+247
| | |
* | | Merge pull request #20066 from owncloud/list-principaly-in-debug-modeThomas Müller2015-10-271-3/+8
|\ \ \ | | | | | | | | as soon as debug mode is enabled we allow listing of principals
| * | | as soon as debug mode is enabled we allow listing of principalsThomas Müller2015-10-261-3/+8
| | | |
* | | | Verify the src exists in webdav MOVERoeland Jago Douma2015-10-272-0/+17
| | | | | | | | | | | | | | | | * Unit test added
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-2710-4/+30
|/ / /
* | | Merge pull request #20049 from owncloud/make-author-file-completeThomas Müller2015-10-2679-60/+82
|\ \ \ | | | | | | | | Generate author file by license.php build script
| * | | Update license headersLukas Reschke2015-10-2679-60/+82
| | | |
* | | | Adding required parameters of ctor of class AuthThomas Müller2015-10-261-1/+4
| | | |
* | | | Introduced the new webdav endpoint remote.php/dav holding the principals and ↵Thomas Müller2015-10-267-1/+475
|/ / / | | | | | | | | | the files collection
* | | Merge pull request #20010 from owncloud/add-tests-auth-pluginThomas Müller2015-10-263-21/+399
|\ \ \ | | | | | | | | Add tests for Sabre Auth plugin + make getCurrentUser compatible
| * | | Add tests for Sabre Auth plugin + make getCurrentUser compatibleLukas Reschke2015-10-233-21/+399
| | | |
* | | | Merge pull request #20030 from owncloud/autoload-files-external-optimizeThomas Müller2015-10-263-1/+49
|\ \ \ \ | | | | | | | | | | Use optimized autoloader for files_external
| * | | | Use optimized autoloader for files_externalLukas Reschke2015-10-253-1/+49
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-264-0/+52
|/ / / /
* | | | Throw exception on `getPath` if file does not existLukas Reschke2015-10-2510-47/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened. This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs. While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page. I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-256-0/+14
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-244-2/+88
|/ / /
* | | Merge pull request #19970 from owncloud/encryption-getuidonbooleanThomas Müller2015-10-231-4/+4
|\ \ \ | | | | | | | | Fix "Call to a member function getUID() on boolean" in Crypt
| * | | Fix "Call to a member function getUID() on boolean" in CryptJoas Schilling2015-10-221-4/+4
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-2312-8/+68
| | | |
* | | | handle NoUserException in sharing codeMorris Jobke2015-10-221-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * setup LDAP users * share from an LDAP user * delete that LDAP user * log in as share recipient * before: unhandled NoUserException * after: NoUserEception is logged and share is not shown anymore
* | | | Merge pull request #19937 from owncloud/detailsview-donotopenonrenameThomas Müller2015-10-221-3/+6
|\ \ \ \ | | | | | | | | | | Do not display details bar after rename
| * | | | Do not display details bar after renameVincent Petry2015-10-211-3/+6
| | | | |
* | | | | Merge pull request #19931 from owncloud/fix-webui-upload-and-conflictsThomas Müller2015-10-222-11/+129
|\ \ \ \ \ | |_|/ / / |/| | | | Fix file upload, conflict dialog, also in public link
| * | | | Fix file upload, conflict dialog, also in public linkVincent Petry2015-10-212-11/+129
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use "FileList" instead of "OCA.Files.App.fileList" that doesn't exist in public link page. - Fix public link upload by properly adding the form data using a new utility function "addFormData". That one is needed because IE8 upload and regular upload use a different format...
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-2210-2/+60
| | | |
* | | | [provisioning api] losen testRoeland Jago Douma2015-10-211-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we have no control of how backends sort their list of users and we also don't want to sort yet another time the test now just checks if the correct number of elements is returned and if they are from the list of group members.
* | | | increase core version and add dav version numberMorris Jobke2015-10-211-0/+1
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-21124-170/+74
| | |
* | | Fix scrutinizer issuesRoeland Jago Douma2015-10-202-3/+3
| | | | | | | | | | | | | | | * PHPDoc * Proper array initialization
* | | fix pagination on public file listHendrik Leppelsack2015-10-201-1/+1
| | |
* | | Merge pull request #19863 from owncloud/external-storage-wordingThomas Müller2015-10-201-1/+1
|\ \ \ | | | | | | | | fix wording on external storage checkbox, ref #19858
| * | | fix wording on external storage checkbox, ref #19858Jan-Christoph Borchardt2015-10-191-1/+1
| | | |
* | | | Merge pull request #19877 from owncloud/dropbox-fixmetadatacachepathsThomas Müller2015-10-201-5/+9
|\ \ \ \ | | | | | | | | | | Fix Dropbox metadata cache with trimmed paths