summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix installer file locationThomas Müller2016-05-021-0/+0
|
* OC_Installer -> \OC\InstallerThomas Müller2016-05-026-43/+52
|
* Adding repair steps for install and uninstall - fixes #24306Thomas Müller2016-05-024-36/+33
|
* [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-4
| * Move lonely file from \OC\Files to PSR-4Roeland Jago Douma2016-05-011-0/+0
|/ | | | Conflicting PR probabaly caused this
* Merge pull request #24369 from owncloud/group-psr4Thomas Müller2016-05-017-0/+0
|\ | | | | \OC\Group to PSR-4
| * 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 legacy
| * Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-3020-1/+1
| | | | | | | | | | | | As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted.
* | [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
|\ \ | | | | | | There is no need to do old etag propagation on shares
| * | 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
| |/ | | | | | | Etags are calculated differently now and don't require manual updating.
* | Merge pull request #24207 from owncloud/cache-mount-providerRoeland Douma2016-04-303-20/+78
|\ \ | |/ |/| mount custom cache folder using mount providers
| * 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 ↵Thomas Müller2016-04-292-0/+20
|\ \ | | | | | | | | | | | | owncloud/warning-for-wrongly-done-storage-wrappers Add a warning if a storage wrapper was registered outside of the hook
| * | 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 storage availability checks
| * | 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-4
| * | | Move more from \OC to PSR-4Roeland Jago Douma2016-04-2919-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater
* | | | Merge pull request #24350 from owncloud/locking-release-memoryVincent Petry2016-04-292-2/+11
|\ \ \ \ | | | | | | | | | | optimize releaselock for memcache based locking backends
| * | | | 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 cache
| * | | | 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 preview tests that require the database
| * | | | 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-4
| * | | | | Move more of \OC to PSR-4Roeland Jago Douma2016-04-2911-0/+0
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * \OC\DateTimeFormatter * \OC\DateTimeZone * \OC\ForbiddenException * \OC\HTTPHelper * \OC\HintException * \OC\LargeFileHelper * \OC\Log * \OC\NaturalSort * \OC\NavigationManager * \OC\NeedsUpdateException * \OC\NotSquareException
* | | | | Merge pull request #24305 from owncloud/update-show-repair-step-progressVincent Petry2016-04-2910-231/+322
|\ \ \ \ \ | |/ / / / |/| | | | [Update] show repair step progress ...
| * | | | 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
|\ \ \ \ | | | | | | | | | | Update readme for 9.1 links
| * | | | Update readme for 9.1 linksVincent Petry2016-04-291-2/+2
| | | | |
* | | | | Merge pull request #24342 from owncloud/fix_private_root_filesThomas Müller2016-04-2911-0/+0
|\ \ \ \ \ | |/ / / / |/| | | | Moved some files in \OC to PSR-4
| * | | | Moved some files in \OC to PSR-4Roeland Jago Douma2016-04-2911-0/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * \OC\ActivityManager * \OC\AllConfig * \OC\AppConfig * \OC\AppHelper * \OC\Avatar * \OC\AvatarManager * \OC\CapabilitiesManager * \OC\Config * \OC\ContactsManager * \OC\DatabaseException * \OC\DatabaseSetupException
* | | | Merge pull request #24317 from owncloud/app-require-bitsLukas Reschke2016-04-293-8/+29
|\ \ \ \ | |/ / / |/| | | Allow app developers to specify the minimum int size
| * | | allow app developers to specify the minimum int sizeBernhard Posselt2016-04-283-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simplify comparison remove additional null fix off by 1 error
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-2916-0/+110
| | | |
* | | | Merge pull request #24332 from owncloud/http_psr4Thomas Müller2016-04-293-0/+0
|\ \ \ \ | |/ / / |/| | | Move \OC\Http to PSR-4
| * | | Move \OC\Http to PSR-4Roeland Jago Douma2016-04-283-0/+0
| |/ /
* | | Merge pull request #24326 from owncloud/fix_for_php_7_0_6Roeland Douma2016-04-281-0/+3
|\ \ \ | | | | | | | | Make ownCloud work again in php 7.0.6
| * | | Make ownCloud work again in php 7.0.6Roeland Jago Douma2016-04-281-0/+3
| |/ / | | | | | | | | | See https://bugs.php.net/bug.php?id=72117
* | | Merge pull request #24274 from owncloud/async-repair-stepsThomas Müller2016-04-285-1/+258
|\ \ \ | | | | | | | | Introduce background repair steps