Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #24360 from owncloud/cleanup_non_psr4 | Thomas Müller | 2016-05-01 | 20 | -1/+1 |
|\ | |||||
| * | Move non PSR-4 files from lib/private root to legacy | Roeland Jago Douma | 2016-04-30 | 20 | -1/+1 |
* | | Merge pull request #24212 from owncloud/no_need_to_prop_etag_on_shares | Roeland Douma | 2016-04-30 | 1 | -1/+1 |
|\ \ | |||||
| * | | Properly get the internal path for a cachejail move | Roeland Jago Douma | 2016-04-30 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #24207 from owncloud/cache-mount-provider | Roeland Douma | 2016-04-30 | 3 | -20/+78 |
|\ \ | |/ |/| | |||||
| * | mount custom cache folder using mount providers | Robin Appelman | 2016-04-29 | 3 | -20/+78 |
* | | Merge pull request #24335 from owncloud/warning-for-wrongly-done-storage-wrap... | Thomas Müller | 2016-04-29 | 2 | -0/+20 |
|\ \ | |||||
| * | | Add a warning if a storage wrapper was registered outside of the hook | Joas Schilling | 2016-04-29 | 2 | -0/+20 |
* | | | Merge pull request #24299 from owncloud/availability-avoid-concurrency | Thomas Müller | 2016-04-29 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Prevent concurrent availability checks | Robin McCorkell | 2016-04-26 | 1 | -0/+4 |
* | | | Merge pull request #24357 from owncloud/psr_more2 | Thomas Müller | 2016-04-29 | 19 | -0/+0 |
|\ \ \ | |||||
| * | | | Move more from \OC to PSR-4 | Roeland Jago Douma | 2016-04-29 | 19 | -0/+0 |
* | | | | Merge pull request #24350 from owncloud/locking-release-memory | Vincent Petry | 2016-04-29 | 2 | -2/+11 |
|\ \ \ \ | |||||
| * | | | | optimize releaselock for memcache based locking backends | Robin Appelman | 2016-04-29 | 2 | -2/+11 |
* | | | | | Merge pull request #24351 from owncloud/capped-normalized-cache | Morris Jobke | 2016-04-29 | 1 | -1/+6 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | cap the normalized path cache | Robin Appelman | 2016-04-29 | 1 | -1/+6 |
| |/ / / | |||||
* | | | | Merge pull request #24352 from owncloud/psr4_more | Roeland Douma | 2016-04-29 | 11 | -0/+0 |
|\ \ \ \ | |||||
| * | | | | Move more of \OC to PSR-4 | Roeland Jago Douma | 2016-04-29 | 11 | -0/+0 |
| |/ / / | |||||
* | | | | Merge pull request #24305 from owncloud/update-show-repair-step-progress | Vincent Petry | 2016-04-29 | 3 | -34/+20 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Adding progress to web upgrade | Thomas Müller | 2016-04-28 | 2 | -5/+9 |
| * | | | Remove emitter from class Repair | Thomas Müller | 2016-04-28 | 2 | -29/+8 |
| * | | | Adding progress to occ maintenance:repair | Thomas Müller | 2016-04-28 | 1 | -1/+4 |
| | |/ | |/| | |||||
* | | | Merge pull request #24342 from owncloud/fix_private_root_files | Thomas Müller | 2016-04-29 | 11 | -0/+0 |
|\ \ \ | |||||
| * | | | Moved some files in \OC to PSR-4 | Roeland Jago Douma | 2016-04-29 | 11 | -0/+0 |
* | | | | Merge pull request #24317 from owncloud/app-require-bits | Lukas Reschke | 2016-04-29 | 2 | -0/+13 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | allow app developers to specify the minimum int size | Bernhard Posselt | 2016-04-28 | 2 | -0/+13 |
* | | | | Merge pull request #24332 from owncloud/http_psr4 | Thomas Müller | 2016-04-29 | 3 | -0/+0 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Move \OC\Http to PSR-4 | Roeland Jago Douma | 2016-04-28 | 3 | -0/+0 |
| |/ / | |||||
* | | | Merge pull request #24326 from owncloud/fix_for_php_7_0_6 | Roeland Douma | 2016-04-28 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Make ownCloud work again in php 7.0.6 | Roeland Jago Douma | 2016-04-28 | 1 | -0/+3 |
| |/ / | |||||
* | | | Merge pull request #24274 from owncloud/async-repair-steps | Thomas Müller | 2016-04-28 | 3 | -0/+136 |
|\ \ \ | |/ / |/| | | |||||
| * | | Introduce background repair steps | Thomas Müller | 2016-04-26 | 3 | -0/+136 |
* | | | Move \OC\L10N to PSR-4 | Roeland Jago Douma | 2016-04-27 | 2 | -0/+0 |
* | | | Move OC_L10N_String to legacy folder | Roeland Jago Douma | 2016-04-27 | 1 | -0/+0 |
* | | | Merge pull request #24286 from owncloud/hooks_psr4 | Thomas Müller | 2016-04-27 | 6 | -0/+0 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Move \OC\Hooks to PSR-4 | Roeland Jago Douma | 2016-04-26 | 6 | -0/+0 |
* | | | Merge pull request #24246 from owncloud/local-invalid | Lukas Reschke | 2016-04-26 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | error out if a local storage isn't setup correctly | Robin Appelman | 2016-04-25 | 1 | -0/+3 |
* | | | Merge pull request #24277 from owncloud/more-sanity | Thomas Müller | 2016-04-26 | 1 | -1/+9 |
|\ \ \ | |||||
| * | | | Don't write empty RewriteBase | Lukas Reschke | 2016-04-26 | 1 | -1/+9 |
* | | | | Merge pull request #24269 from owncloud/backgroundjob_psr4 | Thomas Müller | 2016-04-26 | 6 | -0/+0 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Move \OC\BackgroundJob to PSR-4 | Roeland Jago Douma | 2016-04-26 | 6 | -0/+0 |
* | | | | Merge pull request #24256 from owncloud/scanner-propagate | Morris Jobke | 2016-04-26 | 1 | -0/+16 |
|\ \ \ \ | |||||
| * | | | | triger the propagator from the command line scanner | Robin Appelman | 2016-04-25 | 1 | -0/+16 |
* | | | | | Merge pull request #24262 from owncloud/fix-24228 | Morris Jobke | 2016-04-26 | 1 | -1/+2 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | check whether index is set before using it | Arthur Schiwon | 2016-04-25 | 1 | -1/+2 |
| |/ / / | |||||
* | | | | Merge pull request #24199 from owncloud/ocp-repair | Morris Jobke | 2016-04-26 | 20 | -188/+172 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new in... | Thomas Müller | 2016-04-25 | 20 | -188/+172 |
* | | | | Move \OC\Search to PSR-4 | Roeland Jago Douma | 2016-04-26 | 5 | -0/+0 |
* | | | | Merge pull request #22648 from owncloud/propagate-single | Thomas Müller | 2016-04-25 | 5 | -26/+55 |
|\ \ \ \ |