summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-2110-0/+20
|
* Merge pull request #10518 from owncloud/fix_storage_const_autoloadLukas Reschke2014-08-209-15/+26
|\ | | | | Fix storage const autoload
| * Add doc for \OCP\Files\FileInfo space constantsMorris Jobke2014-08-191-0/+9
| |
| * fix typoMorris Jobke2014-08-191-1/+1
| |
| * move to public namespaceMorris Jobke2014-08-199-14/+15
| |
| * Use tabs for indentation.Stephan Peijnik2014-08-191-3/+3
| | | | | | | | Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
| * Fix STORAGE_* constants usage by moving those constants into ↵Stephan Peijnik2014-08-198-14/+15
| | | | | | | | | | | | | | | | | | | | \OC\Files\Filesystem. As constants not defined within a class cannot be automatically found by the autoloader moving those constants into a class makes them accessible to code which uses them. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
* | Merge pull request #10422 from owncloud/dav-disablerangerequestwhennotsupportedVincent Petry2014-08-201-0/+22
|\ \ | | | | | | Return whole file if range request cannot be granted due to encryption
| * | Return whole file if range request cannot be granted due to encryptionVincent Petry2014-08-141-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Whenenver range headers are set and encryption is enabled, it is not possible to automatically fseek() to the proper position. To avoid returning corrupt/invalid data or causing a decryption error, the range headers are stripped so that the SabreDAV code in httpGet() returns the whole file.
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-2041-55/+29
| |/ |/|
* | Merge pull request #9866 from owncloud/app-upgradeRobin Appelman2014-08-195-57/+108
|\ \ | | | | | | Don't do app upgrades in the background
| * | fix undefined variableRobin Appelman2014-08-181-1/+1
| | |
| * | only set core version at the endRobin Appelman2014-08-041-2/+0
| | |
| * | Also set the app version when updating from app storeRobin Appelman2014-08-042-2/+3
| | |
| * | Allow loading app without checking the upgradeRobin Appelman2014-08-041-4/+8
| | |
| * | extract upgrade parts to their own methodsRobin Appelman2014-08-041-19/+62
| | |
| * | Throw an exception when we try to load an app that needs to be upgradedRobin Appelman2014-08-043-34/+28
| | |
| * | Extend OC_Util::needUpgrade to also catch app upgradesRobin Appelman2014-08-041-1/+12
| | |
* | | Merge pull request #10409 from owncloud/iShallNotCopyStuffWithoutThinkingLukas Reschke2014-08-191-0/+12
|\ \ \ | | | | | | | | Add a copied_sample_config switch
| * | | Add a copied_sample_config switchLukas Reschke2014-08-191-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully this will stop people from copying the sample config. I'm so annoyed by all those wrong bug reports... Add some explanation about this switch Move check to init
* | | | Merge pull request #10341 from owncloud/issue/9928Thomas Müller2014-08-191-5/+10
|\ \ \ \ | | | | | | | | | | [Issue/9928] Problems with filemtime in MappedLocal Storage
| * | | | Ensure that filename is prefixed with a slashJoas Schilling2014-08-141-0/+1
| | | | |
| * | | | Do not filemtime() on "." directory. Use empty string insteadJoas Schilling2014-08-111-0/+5
| | | | | | | | | | | | | | | | | | | | Fix #9928
| * | | | Remove doubled slash between folder and pathJoas Schilling2014-08-111-5/+4
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1927-26/+23
| | | | |
* | | | | fix typo in util.phphelix842014-08-181-1/+1
| | | | |
* | | | | Merge pull request #10472 from owncloud/fix_undefined_index_ocsidThomas Müller2014-08-181-1/+2
|\ \ \ \ \ | | | | | | | | | | | | check if array index ocsid is set before accessing it
| * | | | | check if array index ocsid is set before accessing itGeorg Ehrke2014-08-171-1/+2
| | | | | |
* | | | | | Merge pull request #10156 from owncloud/issue/9968Thomas Müller2014-08-181-5/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Check return of fopen() before using it
| * | | | | | Check return of fopen() before using itJoas Schilling2014-08-041-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #9968
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-182-3/+3
| | | | | | |
* | | | | | | Merge pull request #10456 from kroimon/skeleton_dir_configFrank Karlitschek2014-08-171-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make skeleton directory configurable.
| * | | | | | | Make skeleton directory configurable.Stefan Rado2014-08-161-1/+4
| | | | | | | |
* | | | | | | | according to PHPDoc this function shall return the entityThomas Müller2014-08-171-1/+4
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #10469 from owncloud/remove-xmailer-headerThomas Müller2014-08-171-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove X-Mailer header from mails
| * | | | | | | Remove X-Mailer header from mailsLukas Reschke2014-08-171-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #10407 from owncloud/rm-obsolete-japaneseLukas Reschke2014-08-171-71/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | remove obsolete japanese lang code
| * | | | | | | remove obsolete japanese lang codeVolkan Gezer2014-08-131-71/+0
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-172-1/+15
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-161-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #10442 from owncloud/move-failed-loginsLukas Reschke2014-08-152-7/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move authentication failed logging to checkPassword
| * | | | | | | Fix unit testLukas Reschke2014-08-151-1/+4
| | | | | | | |
| * | | | | | | Move authentication failed logging to checkPasswordLukas Reschke2014-08-152-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10366
* | | | | | | | Merge pull request #10440 from owncloud/enforce-debugClark Tomlinson2014-08-151-7/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove ability to trigger DEBUG mode via cookie
| * | | | | | | | Remove ability to trigger DEBUG mode via cookieLukas Reschke2014-08-151-7/+0
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users should not be able to enable debug mode on their own by setting a cookie. Using debug mode might leak too much information about the environment or have other unexpected behaviour. We should backport this.
* | | | | | | | Merge pull request #9275 from NormalRa/masterLukas Reschke2014-08-153-0/+44
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Add .apk mimetype.
| * | | | | | | Remove stray tab characters.Normal Ra2014-08-131-1/+1
| | | | | | | |
| * | | | | | | APK mimetype icon to be a generic package icon.Normal Ra2014-08-121-0/+1
| | | | | | | |
| * | | | | | | Add APK mimetype repair scenario.Normal Ra2014-08-121-0/+42
| | | | | | | |
| * | | | | | | Add .apk mimetype.Normal Ra2014-06-281-0/+1
| | | | | | | |