summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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 switchLukas Reschke2014-08-191-0/+12
* | | | | | | Merge pull request #10341 from owncloud/issue/9928Thomas Müller2014-08-191-5/+10
|\ \ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | 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 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 itJoas Schilling2014-08-041-5/+8
* | | | | | | | | [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.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 mailsLukas Reschke2014-08-171-0/+1
* | | | | | | | | | Merge pull request #10407 from owncloud/rm-obsolete-japaneseLukas Reschke2014-08-171-71/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | 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
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix unit testLukas Reschke2014-08-151-1/+4
| * | | | | | | | | Move authentication failed logging to checkPasswordLukas Reschke2014-08-152-7/+2
* | | | | | | | | | Merge pull request #10440 from owncloud/enforce-debugClark Tomlinson2014-08-151-7/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove ability to trigger DEBUG mode via cookieLukas Reschke2014-08-151-7/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #9275 from NormalRa/masterLukas Reschke2014-08-153-0/+44
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | 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
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-151-14/+14
* | | | | | | | | | add missing @deprecated annotation to legacy classesJörn Friedrich Dreyer2014-08-149-2/+22
* | | | | | | | | | Merge pull request #10417 from owncloud/update_deprecation_docThomas Müller2014-08-144-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | update deprecation docsJörn Friedrich Dreyer2014-08-144-4/+4
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #10399 from owncloud/fix_setSendMailStatusBjörn Schießle2014-08-142-5/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle2014-08-132-5/+7
* | | | | | | | | | | Merge pull request #10414 from owncloud/relax-code-checkerClark Tomlinson2014-08-141-4/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | in order to prevent false-positives on the code checker - exec and eval will ...Thomas Müller2014-08-141-4/+0
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #10395 from owncloud/close-filehandle-lib-filesMorris Jobke2014-08-143-0/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Close open file handles in files libraryMorris Jobke2014-08-133-0/+3
| |/ / / / / / / /
* | | | | | | | | Merge pull request #10394 from owncloud/close-filehandle-lib-imageThomas Müller2014-08-131-0/+4
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Close file handle if exception occurs in image classMorris Jobke2014-08-131-0/+4
| |/ / / / / / /
* | | | | | | | Cast file id's to int so we can compare them properlyRobin Appelman2014-08-131-0/+1