summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Add a warning to the app:check-code if the version is missingJoas Schilling2016-01-071-0/+5
* Merge pull request #21398 from owncloud/sharing-disabled-cacheThomas Müller2016-01-061-2/+3
|\
| * Cache sharing disabled in the viewRobin Appelman2015-12-301-2/+3
* | Merge pull request #21443 from owncloud/fix-container-lookupThomas Müller2016-01-061-1/+1
|\ \
| * | Lookup the App name instead of OCAJoas Schilling2016-01-041-1/+1
* | | Merge pull request #21444 from owncloud/move-regenerate-belowThomas Müller2016-01-065-6/+44
|\ \ \
| * | | Move regeneration of session ID into session classesLukas Reschke2016-01-045-6/+44
| |/ /
* | | Inject OCSClientLukas Reschke2016-01-061-11/+10
* | | Merge pull request #21442 from owncloud/annotate-typeJörn Friedrich Dreyer2016-01-051-6/+8
|\ \ \
| * | | Annotate typeLukas Reschke2016-01-041-6/+8
| |/ /
* | | Merge pull request #21393 from owncloud/fix-urlgenerator-callThomas Müller2016-01-041-1/+5
|\ \ \ | |/ / |/| |
| * | No more deprecation messages in error logThomas Müller2015-12-291-1/+5
* | | Merge pull request #21402 from owncloud/view-getuserobject-cacheThomas Müller2015-12-301-1/+4
|\ \ \ | |/ / |/| |
| * | Cache usermanager instance in viewRobin Appelman2015-12-301-1/+4
| |/
* | Merge pull request #21331 from switch-ch/fix_ms_logThomas Müller2015-12-291-1/+1
|\ \ | |/ |/|
| * When microtime(true) returns a whole number, then the parsing fails.Christian Schnidrig2015-12-221-1/+1
* | Merge pull request #21291 from owncloud/refactor-call-checkThomas Müller2015-12-283-24/+2
|\ \
| * | Refactor OC_Util::callCheckMorris Jobke2015-12-223-24/+2
| |/
* / prefer scalar type hints over phpdoc annotationBernhard Posselt2015-12-241-10/+12
|/
* Merge pull request #21289 from owncloud/issue-20399-keep-periodic-background-...Thomas Müller2015-12-211-1/+0
|\
| * Do not delete background jobs, in case an exception occuredJoas Schilling2015-12-181-1/+0
* | Use new APCu APILukas Reschke2015-12-201-2/+99
* | Merge pull request #21281 from owncloud/allow-di-for-background-jobsThomas Müller2015-12-184-10/+109
|\ \
| * | Add methods to interface which have always been requiredJoas Schilling2015-12-181-1/+1
| * | Allow dependency injection for background jobsJoas Schilling2015-12-181-9/+15
| * | Look up services in the app container before trying the core containerJoas Schilling2015-12-181-0/+24
| * | Register app containers in the OC containerJoas Schilling2015-12-183-1/+70
| |/
* | Merge pull request #21290 from owncloud/public-api-usage-getversionThomas Müller2015-12-189-21/+21
|\ \
| * | Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-189-21/+21
* | | Merge pull request #21288 from owncloud/deprecated_helper_mimetypesThomas Müller2015-12-183-49/+2
|\ \ \ | |/ / |/| |
| * | Removed deprecated OC_Helper::mimeTypeIcon functionRoeland Jago Douma2015-12-183-27/+2
| * | Removed deprecated unsused function OC_Helper::getStringMimeTypeRoeland Jago Douma2015-12-181-11/+0
| * | Removed deprecated OC_Helper::getSecureMimeTypeRoeland Jago Douma2015-12-181-11/+0
* | | Merge pull request #21283 from owncloud/cleanup_configThomas Müller2015-12-187-115/+29
|\ \ \
| * | | Use SystemConfig internallyRoeland Jago Douma2015-12-184-13/+13
| * | | Inject Config into SystemConfigRoeland Jago Douma2015-12-182-8/+16
| * | | Get rid of legacy OC_ConfigRoeland Jago Douma2015-12-186-112/+18
* | | | Merge pull request #21280 from owncloud/drop-unused-methodsThomas Müller2015-12-182-58/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move OC_Helper code to OCP\Util for linkToRemoteMorris Jobke2015-12-181-26/+0
| * | | properly use OCP\Util instead of OC_HelperMorris Jobke2015-12-182-20/+4
| * | | OC_Helper::makeURLAbsolute is not used anymoreMorris Jobke2015-12-181-12/+0
| |/ /
* | | Merge pull request #21277 from owncloud/querybuild-joblistThomas Müller2015-12-181-49/+103
|\ \ \ | |_|/ |/| |
| * | Make sure the interface and the implementation matchJoas Schilling2015-12-181-14/+15
| * | Use the query builder for the joblist queriesJoas Schilling2015-12-181-35/+88
* | | OC_Helper::userAvatarSet is not used anymoreMorris Jobke2015-12-181-10/+0
* | | Use TempManager instead of tmpFileMorris Jobke2015-12-187-20/+7
* | | Use TempManager instead of tmpFolderMorris Jobke2015-12-185-16/+4
| |/ |/|
* | Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeTypeThomas Müller2015-12-183-10/+2
|\ \
| * | Use proper public API for OC_Helper::getFileNameMimeTypeMorris Jobke2015-12-173-10/+2
* | | Merge pull request #21264 from owncloud/deprecated_oc_user_methodsThomas Müller2015-12-182-102/+20
|\ \ \ | |_|/ |/| |