aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* \OC\Memcache\Cache implements \OCP\ICacheRobin McCorkell2015-03-051-1/+1
* Refactor \OC\Memcache\FactoryRobin McCorkell2015-03-052-37/+60
* 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-044-15/+3
|\ \ \
| * | | Let users configure security headers in their WebserverLukas Reschke2015-03-024-15/+3
* | | | Merge pull request #14674 from owncloud/fix-l10n-getlanguagecode-2Joas Schilling2015-03-032-16/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix the behaviour of getLanguageCode() to match the expectation of the nameJoas Schilling2015-03-031-14/+5
| * | | 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-031-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add a repair step to delete old tablesJoas Schilling2015-03-021-0/+2
* | | | | 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
* | | | | 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
* | | | | Disable some server checks when running on HHVMLukas Reschke2015-02-281-25/+33
|/ / / /
* | | | 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-274-17/+108
|\ \ \ \
| * | | | AppFramework StreamResponseBernhard Posselt2015-02-274-17/+108
* | | | | Merge pull request #14567 from owncloud/node-check-fileinfo-interfaceJoas Schilling2015-02-271-0/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add "throws" lines to calling methods and interface aswellJoas Schilling2015-02-271-0/+23
* | | | | 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
| | |/ / | |/| |
* | | | Merge pull request #14529 from owncloud/intuitive-version-checkThomas Müller2015-02-271-6/+66
|\ \ \ \ | |_|/ / |/| | |
| * | | add phpdocBernhard Posselt2015-02-261-0/+20
| * | | make version check work on the lowest common version denominatorBernhard Posselt2015-02-261-6/+46
* | | | Add notice about Travis ChecksLukas Reschke2015-02-271-0/+2
* | | | Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-27309-5936/+2651
|\ \ \ \
| * | | | Revert "Updating license headers"Morris Jobke2015-02-26309-5936/+2651
| |/ / /
* | | | fix warning in gcRobin Appelman2015-02-261-1/+2
* | | | Merge pull request #14503 from owncloud/quota-preventdatalossforfailedmoveLukas Reschke2015-02-262-13/+47
|\ \ \ \
| * | | | Delete target file for unsuccessful copy/renameVincent Petry2015-02-261-10/+34
| * | | | Properly detect streamCopy errorsVincent Petry2015-02-251-3/+13
* | | | | Merge pull request #14474 from owncloud/move-utf-8-check-to-setupMorris Jobke2015-02-261-9/+6
|\ \ \ \ \
| * | | | | Move UTF-8 check to setupLukas Reschke2015-02-241-9/+6
* | | | | | Merge pull request #14505 from owncloud/dav-copy-fixMorris Jobke2015-02-261-14/+4
|\ \ \ \ \ \
| * | | | | | Removed unused $node variableVincent Petry2015-02-261-1/+1
| * | | | | | Fixes WebDAV copyVincent Petry2015-02-251-14/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #14300 from owncloud/commandbusMorris Jobke2015-02-268-1/+233
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | fix exception messageMorris Jobke2015-02-261-1/+1