Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove OC_DB::isError | Morris Jobke | 2016-01-07 | 3 | -20/+7 |
| | |||||
* | Remove OC_DB::dropTable | Morris Jobke | 2016-01-07 | 1 | -9/+0 |
| | |||||
* | Move lib/repair to lib/private/repair | Morris Jobke | 2016-01-07 | 18 | -3/+0 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-07 | 4 | -0/+6 |
| | |||||
* | Merge pull request #21398 from owncloud/sharing-disabled-cache | Thomas Müller | 2016-01-06 | 1 | -2/+3 |
|\ | | | | | Cache isSharingDisabledForUser | ||||
| * | Cache sharing disabled in the view | Robin Appelman | 2015-12-30 | 1 | -2/+3 |
| | | |||||
* | | Merge pull request #21443 from owncloud/fix-container-lookup | Thomas Müller | 2016-01-06 | 1 | -1/+1 |
|\ \ | | | | | | | Lookup the App name instead of OCA | ||||
| * | | Lookup the App name instead of OCA | Joas Schilling | 2016-01-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #21444 from owncloud/move-regenerate-below | Thomas Müller | 2016-01-06 | 7 | -7/+53 |
|\ \ \ | | | | | | | | | Move regeneration of session ID into session classes | ||||
| * | | | Move regeneration of session ID into session classes | Lukas Reschke | 2016-01-04 | 7 | -7/+53 |
| |/ / | | | | | | | | | | There were code paths that nowadays call ISession::login directly thus bypassing the desired regeneration of the session ID. This moves the session regeneration deeper into the session handling and thus ensures that it is always called. Furthermore, I also added the session regeneration to the remember me cookie plus added some test case expectations for this. | ||||
* | | | Drop oc_gallery_sharing which was removed in 8.0.0 | Morris Jobke | 2016-01-06 | 1 | -0/+1 |
| | | | | | | | | | | | | See https://github.com/owncloud/gallery-old/commit/c080dfe87d5eb1de8aa27b1836629b57b0316004 | ||||
* | | | Inject OCSClient | Lukas Reschke | 2016-01-06 | 1 | -11/+10 |
| | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/21451 | ||||
* | | | Merge pull request #21442 from owncloud/annotate-type | Jörn Friedrich Dreyer | 2016-01-05 | 1 | -6/+8 |
|\ \ \ | | | | | | | | | Annotate type | ||||
| * | | | Annotate type | Lukas Reschke | 2016-01-04 | 1 | -6/+8 |
| |/ / | | | | | | | | | | Otherwise static code scanners will complain about this. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-05 | 2 | -2/+4 |
| | | | |||||
* | | | Merge pull request #21393 from owncloud/fix-urlgenerator-call | Thomas Müller | 2016-01-04 | 1 | -1/+5 |
|\ \ \ | |/ / |/| | | No more deprecation messages in error log | ||||
| * | | No more deprecation messages in error log | Thomas Müller | 2015-12-29 | 1 | -1/+5 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-04 | 2 | -2/+12 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-31 | 2 | -2/+12 |
| | | | |||||
* | | | Merge pull request #21402 from owncloud/view-getuserobject-cache | Thomas Müller | 2015-12-30 | 1 | -1/+4 |
|\ \ \ | |/ / |/| | | Cache usermanager instance in view | ||||
| * | | Cache usermanager instance in view | Robin Appelman | 2015-12-30 | 1 | -1/+4 |
| |/ | |||||
* | | Merge pull request #21331 from switch-ch/fix_ms_log | Thomas Müller | 2015-12-29 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix owncloud logging with ms precision | ||||
| * | When microtime(true) returns a whole number, then the parsing fails. | Christian Schnidrig | 2015-12-22 | 1 | -1/+1 |
| | | | | | | | | This patch makes sure, that the value can always be parsed correctly. | ||||
* | | Merge pull request #21291 from owncloud/refactor-call-check | Thomas Müller | 2015-12-28 | 5 | -26/+6 |
|\ \ | | | | | | | Refactor OC_Util::callCheck | ||||
| * | | Refactor OC_Util::callCheck | Morris Jobke | 2015-12-22 | 5 | -26/+6 |
| |/ | |||||
* | | Merge pull request #17333 from owncloud/php7-scalar-types-controllers | Thomas Müller | 2015-12-28 | 1 | -10/+12 |
|\ \ | | | | | | | Prefer scalar type hints over phpdoc annotation | ||||
| * | | prefer scalar type hints over phpdoc annotation | Bernhard Posselt | 2015-12-24 | 1 | -10/+12 |
| |/ | | | | | | | | | | | use method exists lookup to be safe and not break on old hhvm versions add test that checks if type hint is preferred over annotation | ||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-28 | 2 | -0/+2 |
|/ | |||||
* | Merge pull request #21289 from ↵ | Thomas Müller | 2015-12-21 | 1 | -1/+0 |
|\ | | | | | | | | | owncloud/issue-20399-keep-periodic-background-jobs Do not delete background jobs, in case an exception occured | ||||
| * | Do not delete background jobs, in case an exception occured | Joas Schilling | 2015-12-18 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | This approach is not valid anymore. It initially was added for jobs of non existing apps. But jobs of non-existing apps can not be created so they will never be executed and so this call just catches other cases which were not intended. This reverts commit 4f4ad72460f8ef299cd1235b5774c5f121cca430. | ||||
* | | Use new APCu API | Lukas Reschke | 2015-12-20 | 1 | -2/+99 |
| | | | | | | | | This one is available since APCu 4.0, since we require APCu 4.0.6 this works fine. Also it brings us PHP 7 compatibility and thus fixes https://github.com/owncloud/core/issues/21095 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-20 | 4 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-19 | 2 | -0/+4 |
| | | |||||
* | | Merge pull request #21281 from owncloud/allow-di-for-background-jobs | Thomas Müller | 2015-12-18 | 5 | -11/+127 |
|\ \ | | | | | | | Allow background jobs to be service names for DI | ||||
| * | | Add methods to interface which have always been required | Joas Schilling | 2015-12-18 | 2 | -2/+19 |
| | | | |||||
| * | | Allow dependency injection for background jobs | Joas Schilling | 2015-12-18 | 1 | -9/+15 |
| | | | |||||
| * | | Look up services in the app container before trying the core container | Joas Schilling | 2015-12-18 | 1 | -0/+24 |
| | | | |||||
| * | | Register app containers in the OC container | Joas Schilling | 2015-12-18 | 3 | -1/+70 |
| |/ | |||||
* | | Merge pull request #21290 from owncloud/public-api-usage-getversion | Thomas Müller | 2015-12-18 | 10 | -23/+23 |
|\ \ | | | | | | | Use OCP\Util::getVersion instead of the internal private implementation | ||||
| * | | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 10 | -23/+23 |
| | | | |||||
* | | | Merge pull request #21288 from owncloud/deprecated_helper_mimetypes | Thomas Müller | 2015-12-18 | 3 | -49/+2 |
|\ \ \ | |/ / |/| | | Remove deprecated OC_Helper mimetype functions | ||||
| * | | Removed deprecated OC_Helper::mimeTypeIcon function | Roeland Jago Douma | 2015-12-18 | 3 | -27/+2 |
| | | | |||||
| * | | Removed deprecated unsused function OC_Helper::getStringMimeType | Roeland Jago Douma | 2015-12-18 | 1 | -11/+0 |
| | | | |||||
| * | | Removed deprecated OC_Helper::getSecureMimeType | Roeland Jago Douma | 2015-12-18 | 1 | -11/+0 |
| | | | |||||
* | | | Merge pull request #21283 from owncloud/cleanup_config | Thomas Müller | 2015-12-18 | 8 | -123/+42 |
|\ \ \ | | | | | | | | | Cleanup OC_Config mess | ||||
| * | | | Use SystemConfig internally | Roeland Jago Douma | 2015-12-18 | 5 | -19/+19 |
| | | | | |||||
| * | | | Inject Config into SystemConfig | Roeland Jago Douma | 2015-12-18 | 3 | -10/+18 |
| | | | | |||||
| * | | | Get rid of legacy OC_Config | Roeland Jago Douma | 2015-12-18 | 7 | -118/+29 |
| | | | | | | | | | | | | | | | | | | | | We were still using the lecagy class OC_Config all over the place. Which was a wrapper around the new class OC\Config | ||||
* | | | | Merge pull request #21280 from owncloud/drop-unused-methods | Thomas Müller | 2015-12-18 | 3 | -60/+13 |
|\ \ \ \ | |_|_|/ |/| | | | OC_Helper::makeURLAbsolute is not used anymore | ||||
| * | | | Move OC_Helper code to OCP\Util for linkToRemote | Morris Jobke | 2015-12-18 | 2 | -27/+5 |
| | | | |