summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17078 from owncloud/fix-initial-server-hostMorris Jobke2015-07-012-8/+96
|\
| * Fix undefined offsetLukas Reschke2015-06-222-8/+96
* | Merge pull request #16535 from rullzer/ocs_share_api_urlMorris Jobke2015-07-012-0/+55
|\ \
| * | OCS Share API link shares now always have an urlRoeland Jago Douma2015-05-222-0/+55
* | | Merge pull request #16406 from owncloud/enc-strlenperffixMorris Jobke2015-07-011-1/+1
|\ \ \
| * | | Small perf tweak in strlen loopVincent Petry2015-05-181-1/+1
* | | | Merge pull request #15569 from owncloud/remove-getetag-propertiesMorris Jobke2015-07-013-0/+138
|\ \ \ \
| * | | | Remove unneeded getetag entries in properties tableMorris Jobke2015-06-253-0/+138
* | | | | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke2015-07-0112-33/+33
|\ \ \ \ \
| * | | | | Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-1812-33/+33
* | | | | | Merge pull request #15475 from rullzer/files_sharing_OCP_DBMorris Jobke2015-07-017-14/+14
|\ \ \ \ \ \
| * | | | | | Move files sharing app (mostly) to OCP\DBRoeland Jago Douma2015-05-187-14/+14
| |/ / / / /
* | | | | | Merge pull request #17224 from owncloud/webdav-handle-ServerNotAvailableExcep...Vincent Petry2015-07-012-29/+86
|\ \ \ \ \ \
| * | | | | | Avoid namespace clashThomas Müller2015-06-301-5/+4
| * | | | | | Fixing content type detection and handle all local printErrorPage callsThomas Müller2015-06-301-12/+29
| * | | | | | Adding request specific exception handling - now with WebDAV responses - refs...Thomas Müller2015-06-301-7/+33
| * | | | | | Adding exception handling for ServerNotAvailableException - refs #17192Thomas Müller2015-06-301-18/+33
* | | | | | | Merge pull request #17259 from owncloud/chunk-cleanupgracefulonlockVincent Petry2015-07-013-10/+107
|\ \ \ \ \ \ \
| * | | | | | | Catch cache garbage collection exception on postLoginVincent Petry2015-06-301-2/+8
| * | | | | | | Test for chunk cache garbage collectionVincent Petry2015-06-301-5/+89
| * | | | | | | Do not try clearing locked files in cache folderVincent Petry2015-06-301-3/+10
| |/ / / / / /
* | | | | | | Merge pull request #17264 from owncloud/use-mb-functionsThomas Müller2015-07-012-4/+11
|\ \ \ \ \ \ \
| * | | | | | | Use UTF-8 mode for preg_split and preg_replaceLukas Reschke2015-07-012-4/+11
* | | | | | | | 8.1 RC2v8.1RC2C Montero-Luque2015-06-301-2/+2
* | | | | | | | Merge pull request #17255 from owncloud/fix-17119Thomas Müller2015-07-019-1/+389
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | tests solidityArthur Schiwon2015-06-303-0/+24
| * | | | | | | adjust unit testArthur Schiwon2015-06-301-0/+4
| * | | | | | | integration testArthur Schiwon2015-06-305-0/+331
| * | | | | | | ensure groups match filter when using memberOf to read users group, refs #17119Arthur Schiwon2015-06-262-1/+30
* | | | | | | | Merge pull request #17256 from owncloud/locking-disablecallbackwrapperwhendis...Vincent Petry2015-06-301-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Do not set callback wrapper when locking is disabledVincent Petry2015-06-301-1/+4
* | | | | | | | | Merge pull request #17225 from owncloud/fix_12106Björn Schießle2015-06-301-3/+19
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | if it is a mount point we need to get the path from the mount managerBjoern Schiessle2015-06-301-3/+19
* | | | | | | | | Merge pull request #17251 from owncloud/issue-17247-filesize-stat-failed-for-...Vincent Petry2015-06-301-2/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Perform the filesize only when the file existsJoas Schilling2015-06-301-2/+6
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #17189 from owncloud/files-straypartfilesonexceptionMorris Jobke2015-06-304-61/+416
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Unlock first path on rename if second path is lockedVincent Petry2015-06-292-1/+39
| * | | | | | | | Cleanup part file after upload exceptionVincent Petry2015-06-292-60/+377
* | | | | | | | | Merge pull request #17249 from owncloud/file-cache-is-a-icacheJoas Schilling2015-06-302-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixing "ImportController::__construct() must implement interface OCP\\ICache,...Thomas Müller2015-06-292-1/+5
| |/ / / / / / / /
* | | | | | | | | Merge pull request #17239 from owncloud/files-nameconflictfixThomas Müller2015-06-291-3/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix class name conflictVincent Petry2015-06-291-3/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #17240 from owncloud/do-not-rely-on-php-being-fastThomas Müller2015-06-291-5/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Do not rely on actual time in unit testsLukas Reschke2015-06-291-5/+5
|/ / / / / / / /
* | | | | | | | Merge pull request #17231 from owncloud/add-missing-version-fieldMorris Jobke2015-06-292-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Typehint $targetVersionLukas Reschke2015-06-291-4/+4
| * | | | | | | | Add missing version fieldLukas Reschke2015-06-291-2/+2
* | | | | | | | | Merge pull request #17229 from owncloud/maintenance-plugin-testJoas Schilling2015-06-294-5/+92
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fixing ctor calls and ctor itself to not break usage in calendar and contacts...Thomas Müller2015-06-293-3/+3
| * | | | | | | | Unit tests added for MaintenancePluginThomas Müller2015-06-292-3/+90