summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-27443-8046/+4367
|\
| * Revert "Updating license headers"Morris Jobke2015-02-26443-8046/+4367
* | 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-2611-1/+279
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix exception messageMorris Jobke2015-02-261-1/+1
| * | | set max argument length to 4000Robin Appelman2015-02-251-1/+1
| * | | Rename getAsyncCommandBus to getCommandBusRobin Appelman2015-02-252-2/+2
| * | | Add FileAccess trait for commandsRobin Appelman2015-02-251-0/+18
| * | | Allow apps to determine which commands should be run synchronous based on tra...Robin Appelman2015-02-252-1/+65
| * | | throw an exception when trying to push a background job that wont fit in the ...Robin Appelman2015-02-251-0/+3
| * | | Add async command system to handle asynchronous operationsRobin Appelman2015-02-259-1/+194
* | | | Merge pull request #14502 from owncloud/failing-mysql-master-testsThomas Müller2015-02-261-0/+1
|\ \ \ \
| * | | | Clear the local cache when we clear the backendsJoas Schilling2015-02-251-0/+1
| |/ / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-266-0/+10
* | | | remove IDb interface from core class usageBernhard Posselt2015-02-252-4/+4
* | | | owncloud -> ownCloudThomas Müller2015-02-252-3/+3
* | | | deprecate getters for deprecated classBernhard Posselt2015-02-252-2/+3
* | | | use IDBConnection and close cursors after insert/update/deleteBernhard Posselt2015-02-251-6/+10
* | | | migrate to IDBConnectionBernhard Posselt2015-02-253-12/+191
* | | | Merge pull request #14494 from owncloud/fix-oracle-masterLukas Reschke2015-02-251-41/+33
|\ \ \ \
| * | | | using Doctrine\DBAL\Connection::executeUpdate()Thomas Müller2015-02-251-41/+33
| |/ / /
* | | | Merge pull request #14508 from owncloud/tagmanager-nouserVincent Petry2015-02-251-0/+5
|\ \ \ \
| * | | | Return null when requesting tags for null userVincent Petry2015-02-251-0/+5
| | |/ / | |/| |
* | | | Merge pull request #14490 from owncloud/remove-unused-deprecated-codeClark Tomlinson2015-02-251-10/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unused and deprecated CodeLukas Reschke2015-02-251-10/+0
| |/ /
* | | Merge pull request #14500 from owncloud/fileglobalgc-cleanupThomas Müller2015-02-252-28/+46
|\ \ \
| * | | Cleanup garbage collection for global file cacheRobin Appelman2015-02-252-28/+46
| |/ /
* | | Merge pull request #10735 from owncloud/use_remote_addrRobin McCorkell2015-02-251-4/+1
|\ \ \ | |/ / |/| |
| * | Use getRemoteAddress which supports reverse proxiesLukas Reschke2015-02-241-4/+1
* | | Merge pull request #14458 from owncloud/revive/11157Thomas Müller2015-02-251-3/+9
|\ \ \
| * | | Use [0] instead of current as HHVM might have problems with thatLukas Reschke2015-02-241-1/+1
| * | | Get the real protocol behind several proxiesLukas Reschke2015-02-241-3/+9
| |/ /
* | | Merge pull request #14151 from owncloud/update-sabre2.1Thomas Müller2015-02-2526-1331/+802
|\ \ \
| * | | Remove locks plugin.Thomas Müller2015-02-251-171/+0
| * | | Show a empty response for GET on non-files instead of the Browser PluginLukas Reschke2015-02-231-0/+43
| * | | Sabre Update to 2.1Vincent Petry2015-02-2325-1176/+775
* | | | Merge pull request #14213 from AW-UC/naturalsort_defaultcollator-patch-file-s...Vincent Petry2015-02-252-3/+20
|\ \ \ \
| * | | | Fix sorting for files that only differ in case.AW-UC2015-02-241-5/+8
| * | | | Add constructor to inject collatorAW-UC2015-02-201-0/+13
| * | | | provide case-insensitive natural sortingAW-UC2015-02-181-4/+5
* | | | | Merge pull request #14471 from owncloud/always-load-authentication-appsThomas Müller2015-02-241-3/+4
|\ \ \ \ \
| * | | | | Always load authentication appsLukas Reschke2015-02-241-3/+4
| | |_|_|/ | |/| | |