summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-076-8/+12
* Merge pull request #14722 from owncloud/master-14711Lukas Reschke2015-03-061-2/+37
|\
| * Fix totally broken AppStore code...Lukas Reschke2015-03-061-2/+37
* | use insertIfNotExist() in cache putThomas Müller2015-03-061-5/+11
* | Fix PHPDoc on the way ....Thomas Müller2015-03-061-13/+15
* | Use an atomic implementation on sqlite for insertIfNotExist()Thomas Müller2015-03-061-33/+9
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-0620-0/+40
|/
* Merge pull request #13368 from owncloud/memcache_lowlatencyLukas Reschke2015-03-054-40/+63
|\
| * \OC\Memcache\Cache implements \OCP\ICacheRobin McCorkell2015-03-051-1/+1
| * Refactor \OC\Memcache\FactoryRobin McCorkell2015-03-053-39/+62
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-0570-118/+0
* | Fix PHPDocLukas Reschke2015-03-042-2/+2
|/
* Merge pull request #14682 from owncloud/issue/14681-noop-scanner-outdatedVincent Petry2015-03-041-6/+7
|\
| * Update scanFile() and scanChildren() to the new signature of the parent classJoas Schilling2015-03-041-6/+7
* | Merge pull request #14326 from owncloud/remove-unnessary-backslashes-from-tra...Morris Jobke2015-03-041-2/+2
|\ \
| * | Remove unnecessary backslashes from translationsJoas Schilling2015-02-181-2/+2
* | | Merge pull request #14651 from owncloud/add-some-headers-to-htaccess-for-my-b...Morris Jobke2015-03-045-44/+7
|\ \ \
| * | | Let users configure security headers in their WebserverLukas Reschke2015-03-025-44/+7
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-044-10/+12
* | | | Merge pull request #14674 from owncloud/fix-l10n-getlanguagecode-2Joas Schilling2015-03-033-25/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix the behaviour of getLanguageCode() to match the expectation of the nameJoas Schilling2015-03-032-23/+8
| * | | Use findLanguage() instead of creating the object firstJoas Schilling2015-03-031-2/+1
* | | | Merge pull request #14660 from metaworx/replace-static-dbtableprefix-with-con...Joas Schilling2015-03-031-2/+2
|\ \ \ \
| * | | | replace 'oc_' with dbtableprefix form config for temporary table names and in...martin-rueegg2015-03-031-2/+2
| | |/ / | |/| |
* | | | Merge pull request #14574 from owncloud/fix-irequest-for-older-php-versionsThomas Müller2015-03-033-50/+48
|\ \ \ \
| * | | | Simplify codeLukas Reschke2015-03-011-2/+3
| * | | | Read from IRequest instead of reading twiceLukas Reschke2015-02-273-50/+47
* | | | | Merge pull request #14638 from owncloud/issue/14538-repairstep-drop-old-tablesThomas Müller2015-03-032-0/+85
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add a repair step to delete old tablesJoas Schilling2015-03-022-0/+85
* | | | | Merge pull request #14496 from owncloud/kill-substr-mssql-masterThomas Müller2015-03-031-102/+0
|\ \ \ \ \
| * | | | | Remove hacky Substring support for MSSQLLukas Reschke2015-02-251-102/+0
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-032-6/+6
| |_|_|/ / |/| | | |
* | | | | Merge pull request #14573 from owncloud/enc-migrate-disable-updaterVincent Petry2015-03-022-3/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow disabling the cache updaterRobin Appelman2015-02-272-3/+23
* | | | | Merge pull request #14593 from owncloud/fix/13994Morris Jobke2015-03-021-1/+16
|\ \ \ \ \
| * | | | | Simplify codeLukas Reschke2015-03-011-4/+4
| * | | | | Add detection for invalid CLI configuration for settings pageLukas Reschke2015-02-271-1/+16
| |/ / / /
* | | | | Merge pull request #14605 from owncloud/checkserver-disable-hhvmMorris Jobke2015-03-011-25/+33
|\ \ \ \ \
| * | | | | Disable some server checks when running on HHVMLukas Reschke2015-02-281-25/+33
| |/ / / /
* / / / / [tx-robot] updated from transifexJenkins for ownCloud2015-03-016-2/+14
|/ / / /
* | | | Merge pull request #14575 from owncloud/cache-rename-overwriteMorris Jobke2015-02-271-1/+4
|\ \ \ \
| * | | | Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-1/+4
| | |/ / | |/| |
* | | | Merge pull request #13616 from owncloud/streamresponseBernhard Posselt2015-02-277-17/+241
|\ \ \ \
| * | | | AppFramework StreamResponseBernhard Posselt2015-02-277-17/+241
* | | | | Merge pull request #14567 from owncloud/node-check-fileinfo-interfaceJoas Schilling2015-02-272-0/+41
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add "throws" lines to calling methods and interface aswellJoas Schilling2015-02-272-0/+41
* | | | | Merge pull request #14565 from owncloud/more-httpsThomas Müller2015-02-271-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add more HTTPS endpointsLukas Reschke2015-02-271-1/+1
* | | | | Merge pull request #14437 from owncloud/node-check-fileinfoThomas Müller2015-02-271-2/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Check if we have a proper fileinfoRobin Appelman2015-02-251-2/+16
| | |/ / | |/| |