Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | [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 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 | 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 | Lukas Reschke | 2016-01-04 | 7 | -7/+53 | |
| |/ / / / / / | ||||||
* | | / / / / | Drop oc_gallery_sharing which was removed in 8.0.0 | Morris Jobke | 2016-01-06 | 1 | -0/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Inject OCSClient | Lukas Reschke | 2016-01-06 | 1 | -11/+10 | |
* | | | | | | Merge pull request #21442 from owncloud/annotate-type | Jörn Friedrich Dreyer | 2016-01-05 | 1 | -6/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Annotate type | Lukas Reschke | 2016-01-04 | 1 | -6/+8 | |
| |/ / / / / | ||||||
* | | | | / | [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 | 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 | 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 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | When microtime(true) returns a whole number, then the parsing fails. | Christian Schnidrig | 2015-12-22 | 1 | -1/+1 | |
* | | | | Merge pull request #21291 from owncloud/refactor-call-check | Thomas Müller | 2015-12-28 | 5 | -26/+6 | |
|\ \ \ \ | ||||||
| * | | | | 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 | Bernhard Posselt | 2015-12-24 | 1 | -10/+12 | |
| |/ / / | ||||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-28 | 2 | -0/+2 | |
|/ / / | ||||||
* | | | Merge pull request #21289 from owncloud/issue-20399-keep-periodic-background-... | Thomas Müller | 2015-12-21 | 1 | -1/+0 | |
|\ \ \ | ||||||
| * | | | Do not delete background jobs, in case an exception occured | Joas Schilling | 2015-12-18 | 1 | -1/+0 | |
* | | | | Use new APCu API | Lukas Reschke | 2015-12-20 | 1 | -2/+99 | |
* | | | | [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 | |
|\ \ \ \ | ||||||
| * | | | | 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 | 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 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | 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 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
* | | | | | Merge pull request #21280 from owncloud/drop-unused-methods | Thomas Müller | 2015-12-18 | 3 | -60/+13 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Move OC_Helper code to OCP\Util for linkToRemote | Morris Jobke | 2015-12-18 | 2 | -27/+5 | |
| * | | | | properly use OCP\Util instead of OC_Helper | Morris Jobke | 2015-12-18 | 3 | -21/+8 | |
| * | | | | OC_Helper::makeURLAbsolute is not used anymore | Morris Jobke | 2015-12-18 | 1 | -12/+0 | |
| |/ / / | ||||||
* | | | | Merge pull request #21277 from owncloud/querybuild-joblist | Thomas Müller | 2015-12-18 | 2 | -55/+105 | |
|\ \ \ \ | |_|/ / |/| | | |