summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20122 from owncloud/files-consolidateiconupdateThomas Müller2015-10-295-8/+86
|\ | | | | Fix icon update to be more consistent
| * Fix icon update to be more consistentVincent Petry2015-10-295-8/+86
| | | | | | | | Makes the details bar show the same icon as in the list.
* | Merge pull request #19000 from ↵Thomas Müller2015-10-291-1/+4
|\ \ | | | | | | | | | | | | UoM-ResPlat-DevOps/swift-squelch-expected-404-errors Don't log expected Swift 404 responses in files_external
| * | Don't log expected Swift 404 responsesTim Dettrick2015-09-141-1/+4
| | | | | | | | | | | | | | | File existence checks are expected in some cases to be false, so passing 404 Not Found errors through to the logs just causes noise.
* | | Merge pull request #19100 from owncloud/ext-tooltip-unavailableThomas Müller2015-10-294-14/+67
|\ \ \ | | | | | | | | Display external storage status as tooltip
| * | | Display storage status as tooltipRobin McCorkell2015-10-234-7/+47
| | | |
| * | | Remove status indicator on modificationRobin McCorkell2015-10-231-8/+21
| | | |
* | | | Merge pull request #20140 from owncloud/provisioning_killappphpThomas Müller2015-10-291-20/+0
|\ \ \ \ | | | | | | | | | | Kill empty app.php in provisioning_api
| * | | | Kill empty app.php in provisioning_apiJoas Schilling2015-10-291-20/+0
| | | | |
* | | | | Merge pull request #20079 from owncloud/filelist-invalidpathThomas Müller2015-10-293-10/+16
|\ \ \ \ \ | |/ / / / |/| | | | Fix file list reload callback result
| * | | | Fix file list reload callback resultVincent Petry2015-10-273-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All reloadCallback must return either true for success or false in case of failure / non-existing folder. Some file lists only have a root folder (favorite, shares), so restrict the path to that to avoid having a wrong path in the breadcrumbs.
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-2930-4/+254
| |_|_|/ |/| | |
* | | | 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