summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14980 from owncloud/fix-fileglobalgcThomas Müller2015-03-191-3/+7
|\
| * Add unit tests for gc() for \OC\Cache\FileGlobalGCRobin McCorkell2015-03-181-2/+4
| * Fix fileglobalgc unlink parameter warningsRobin McCorkell2015-03-181-1/+3
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-196-8/+78
* | Merge pull request #14995 from owncloud/remove-unrequired-backtick-removalVincent Petry2015-03-181-3/+0
|\ \
| * | Remove unreqired backtick removalLukas Reschke2015-03-181-3/+0
* | | Merge pull request #14999 from owncloud/kill-fileoperations-proxyRobin Appelman2015-03-182-40/+0
|\ \ \
| * | | kill fileoperations proxyRobin Appelman2015-03-182-40/+0
| |/ /
* | | Merge pull request #14994 from owncloud/sabre-customprops-softfailLukas Reschke2015-03-181-2/+14
|\ \ \
| * | | Soft fail in custom properties backendVincent Petry2015-03-181-2/+14
| |/ /
* / / Use ArrayCache if ownCloud is not installedLukas Reschke2015-03-181-10/+19
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2015-03-1826-0/+52
|/
* Merge pull request #14968 from owncloud/files-reallowsinglequoteThomas Müller2015-03-171-1/+1
|\
| * Use `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING`Lukas Reschke2015-03-171-1/+1
* | Merge pull request #14975 from owncloud/add-smtp-debug-modeThomas Müller2015-03-171-1/+16
|\ \
| * | Add debug mode back to mailerLukas Reschke2015-03-171-1/+16
| |/
* | Merge pull request #14961 from owncloud/onlyrequireinfoBernhard Posselt2015-03-171-3/+3
|\ \
| * | only hard depend on the info.xml and not the app.phpBernhard Posselt2015-03-171-3/+3
* | | Merge pull request #14954 from owncloud/cache-image-pathRobin McCorkell2015-03-172-18/+38
|\ \ \ | |_|/ |/| |
| * | Reuse cache resultLukas Reschke2015-03-171-2/+2
| * | Read theme only if requiredLukas Reschke2015-03-171-3/+3
| * | Cache \OC\URLGenerator::imagePathLukas Reschke2015-03-172-18/+38
* | | Merge pull request #14948 from owncloud/prefix-memcacheThomas Müller2015-03-172-1/+9
|\ \ \
| * | | Add version and path to cache prefixLukas Reschke2015-03-172-1/+9
| |/ /
* / / Use a closure for the files app entry and deprecate old methodsJoas Schilling2015-03-172-28/+16
|/ /
* | Merge pull request #14927 from oparoz/raw-mimetypesThomas Müller2015-03-173-1/+47
|\ \
| * | Introducing the Raw mimetypesOlivier Paroz2015-03-163-1/+47
* | | Merge pull request #14931 from owncloud/issue/14881-closures-for-navigation-e...Lukas Reschke2015-03-172-4/+22
|\ \ \
| * | | Allow registering closures for navigation entriesJoas Schilling2015-03-162-4/+22
* | | | Merge pull request #12085 from owncloud/add-swift-mailerLukas Reschke2015-03-177-159/+513
|\ \ \ \
| * | | | Don't fallback to Plaintext per default for legacy classLukas Reschke2015-03-161-6/+15
| * | | | Add debug log message backLukas Reschke2015-03-162-4/+17
| * | | | Show more detailed error messageLukas Reschke2015-03-161-0/+1
| * | | | Incorporate review changesLukas Reschke2015-03-165-73/+39
| * | | | Migrate to SwiftMailLukas Reschke2015-03-169-158/+523
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-1766-216/+12
* | | | | Fix setup configVincent Petry2015-03-161-1/+1
* | | | | Merge pull request #14923 from owncloud/fix-preference-key-definitionVincent Petry2015-03-166-1/+6
|\ \ \ \ \
| * | | | | Also add a note that clob does not work in the compare arrayJoas Schilling2015-03-165-0/+5
| * | | | | The key is over configkey, user and app, not the valueJoas Schilling2015-03-161-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #13733 from mmattel/Try_to_write_logtimezone_during_instal...Thomas Müller2015-03-161-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Write the parameter 'logtimezone' into config.php during setupMartin2015-01-281-0/+5
* | | | | Merge pull request #14883 from owncloud/imagepng_expects_resource_issueThomas Müller2015-03-161-1/+4
|\ \ \ \ \
| * | | | | validate resource's integrity before using itGeorg Ehrke2015-03-161-1/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #14766 from owncloud/fix-insertifnotexists-pocMorris Jobke2015-03-1611-124/+110
|\ \ \ \ \
| * | | | | Also use all keys for an empty array, just in caseJoas Schilling2015-03-122-2/+2
| * | | | | Throw a RuntimeException in the cache aswellJoas Schilling2015-03-112-4/+9
| * | | | | Fix doc blocks of insertIfNotExists() methodJoas Schilling2015-03-116-62/+48
| * | | | | let insertIfNotExist() throw the native DBALException - no need to hide the r...Thomas Müller2015-03-097-52/+20
| * | | | | Get the id before using itJoas Schilling2015-03-091-1/+2