summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use lib/ instead of src/ because that is what people are used toJoas Schilling2016-05-021-1/+1
* Register the PSR-4 path on loadAppJoas Schilling2016-05-021-2/+21
* Keep the composer instance so we can add psr4 paths laterJoas Schilling2016-05-021-1/+4
* Merge pull request #24327 from owncloud/better-callForAllUsers-performanceThomas Müller2016-05-021-6/+11
|\
| * When we iterate over all users that might be too much memoryJoas Schilling2016-04-281-4/+9
| * Don't loop over the backends, we already know where the user should beJoas Schilling2016-04-281-3/+3
* | Merge pull request #24238 from owncloud/caldav-test-event-in-far-futureJoas Schilling2016-05-023-4/+8
|\ \
| * | firstoccurence and lastoccurence have a length now - triggering BIGINT on pos...Thomas Müller2016-04-292-1/+3
| * | Test an event in the far future - refs #24221Thomas Müller2016-04-291-3/+5
* | | Merge pull request #24376 from owncloud/remove_dead_codeRoeland Douma2016-05-021-15/+0
|\ \ \
| * | | Remove dead codeRoeland Jago Douma2016-05-021-15/+0
* | | | Merge pull request #24341 from owncloud/scan-nfd-showwarningMorris Jobke2016-05-023-15/+27
|\ \ \ \
| * | | | Fix SMB storage to not normalize UTF8Vincent Petry2016-04-292-14/+9
| * | | | Add files:scan warning when NFD or incompatible encoding foundVincent Petry2016-04-291-1/+18
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-0220-238/+278
| |/ / / |/| | |
* | | | Merge pull request #24372 from owncloud/move_new_files_psr4Thomas Müller2016-05-021-0/+0
|\ \ \ \
| * | | | Move lonely file from \OC\Files to PSR-4Roeland Jago Douma2016-05-011-0/+0
|/ / / /
* | | | Merge pull request #24369 from owncloud/group-psr4Thomas Müller2016-05-017-0/+0
|\ \ \ \
| * | | | Move \OC\Group to PSR-4Roeland Jago Douma2016-05-013-0/+0
| * | | | Move old classes to legacyRoeland Jago Douma2016-05-014-0/+0
|/ / / /
* | | | Merge pull request #24360 from owncloud/cleanup_non_psr4Thomas Müller2016-05-0120-1/+1
|\ \ \ \
| * | | | Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-3020-1/+1
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-0134-42/+162
* | | | | Merge pull request #24212 from owncloud/no_need_to_prop_etag_on_sharesRoeland Douma2016-04-304-104/+3
|\ \ \ \ \
| * | | | | Properly get the internal path for a cachejail moveRoeland Jago Douma2016-04-301-1/+1
| * | | | | Not logged in is original calculated targetRoeland Jago Douma2016-04-301-2/+2
| * | | | | There is no need to do old etag propagationRoeland Jago Douma2016-04-302-101/+0
| |/ / / /
* | | | | Merge pull request #24207 from owncloud/cache-mount-providerRoeland Douma2016-04-303-20/+78
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mount custom cache folder using mount providersRobin Appelman2016-04-293-20/+78
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-30174-2966/+2990
* | | | | Merge pull request #24335 from owncloud/warning-for-wrongly-done-storage-wrap...Thomas Müller2016-04-292-0/+20
|\ \ \ \ \
| * | | | | Add a warning if a storage wrapper was registered outside of the hookJoas Schilling2016-04-292-0/+20
| | |_|_|/ | |/| | |
* | | | | Merge pull request #24299 from owncloud/availability-avoid-concurrencyThomas Müller2016-04-292-2/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Prevent concurrent availability checksRobin McCorkell2016-04-262-2/+9
* | | | | Merge pull request #24357 from owncloud/psr_more2Thomas Müller2016-04-2919-0/+0
|\ \ \ \ \
| * | | | | Move more from \OC to PSR-4Roeland Jago Douma2016-04-2919-0/+0
* | | | | | Merge pull request #24350 from owncloud/locking-release-memoryVincent Petry2016-04-292-2/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | optimize releaselock for memcache based locking backendsRobin Appelman2016-04-292-2/+11
* | | | | | Merge pull request #24351 from owncloud/capped-normalized-cacheMorris Jobke2016-04-291-1/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cap the normalized path cacheRobin Appelman2016-04-291-1/+6
| |/ / / /
* | | | | Merge pull request #24337 from owncloud/add-db-group-for-required-testsThomas Müller2016-04-292-0/+14
|\ \ \ \ \
| * | | | | Add the DB group for tests that require the databaseJoas Schilling2016-04-292-0/+14
* | | | | | Merge pull request #24352 from owncloud/psr4_moreRoeland Douma2016-04-2911-0/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Move more of \OC to PSR-4Roeland Jago Douma2016-04-2911-0/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #24305 from owncloud/update-show-repair-step-progressVincent Petry2016-04-2910-231/+322
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Adding progress to occ upgradeThomas Müller2016-04-281-15/+51
| * | | | Adding progress to web upgradeThomas Müller2016-04-284-12/+69
| * | | | Remove emitter from class RepairThomas Müller2016-04-284-188/+142
| * | | | Adding progress to occ maintenance:repairThomas Müller2016-04-283-17/+61
| | |_|/ | |/| |
* | | | Merge pull request #24345 from owncloud/readme-9.1Thomas Müller2016-04-291-2/+2
|\ \ \ \