summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Make the Outlook and Thunderbird addons identifyableJoas Schilling2018-02-271-0/+10
* Merge pull request #8051 from nextcloud/public-templateRoeland Jago Douma2018-02-274-1/+334
|\
| * Remove settersJulius Härtl2018-02-271-48/+0
| * Rework array handling to avoid phan errorJulius Härtl2018-02-271-27/+12
| * Add id to list elementJulius Härtl2018-02-271-2/+2
| * Sort menu by priorityJulius Härtl2018-02-271-0/+3
| * Add missing phpdoc for public APIJulius Härtl2018-02-272-1/+65
| * Add phpdoc, typehints and sanitize HTMLJulius Härtl2018-02-271-5/+69
| * Add menu item abstractionJulius Härtl2018-02-273-0/+265
| * Pass template parameters to parent templateJulius Härtl2018-02-271-1/+1
* | Merge pull request #8553 from nextcloud/strict_loggerMorris Jobke2018-02-271-11/+12
|\ \
| * | Loglevel is an intRoeland Jago Douma2018-02-271-2/+2
| * | Typehint ThrowableRoeland Jago Douma2018-02-271-1/+1
| * | Make ILogger strictRoeland Jago Douma2018-02-271-10/+11
| |/
* | Merge pull request #8552 from nextcloud/strict_sessionMorris Jobke2018-02-271-6/+9
|\ \ | |/ |/|
| * Make ISession strictRoeland Jago Douma2018-02-261-6/+9
* | Merge pull request #8026 from nextcloud/feature/noid/allow-custom-html-in-htm...Joas Schilling2018-02-261-6/+6
|\ \ | |/ |/|
| * Add info also to public interfaceJoas Schilling2018-02-161-6/+6
* | Merge pull request #8491 from nextcloud/strict_requestJoas Schilling2018-02-261-20/+21
|\ \
| * | Make Request strictRoeland Jago Douma2018-02-221-20/+21
* | | Relax what t accepts so we don't break it allRoeland Jago Douma2018-02-221-2/+2
|/ /
* | Merge pull request #8476 from nextcloud/strict_l10nRoeland Jago Douma2018-02-221-4/+5
|\ \
| * | Make OCP\IL10N strictRoeland Jago Douma2018-02-211-4/+5
* | | Merge pull request #8490 from nextcloud/strict_systemtagsRoeland Jago Douma2018-02-229-48/+58
|\ \ \
| * | | Make SystemTag strictRoeland Jago Douma2018-02-219-48/+58
| |/ /
* | | Merge pull request #8473 from nextcloud/strict_cmrRoeland Jago Douma2018-02-211-4/+5
|\ \ \ | |/ / |/| |
| * | Strict OCP\AppFramework\Utility\IControllerMethodReflectorRoeland Jago Douma2018-02-211-4/+5
* | | Make sure that render always returns a stringRoeland Jago Douma2018-02-211-2/+2
|/ /
* | Use normal header() calls instead of private method callsMorris Jobke2018-02-191-1/+4
* | Fix app version to be always string and neither array nor nullMorris Jobke2018-02-171-2/+2
* | Merge pull request #8095 from nextcloud/webapps-capabilitiesMorris Jobke2018-02-151-0/+9
|\ \
| * | Update phpDoc comments and add more type hintingJulius Härtl2018-02-151-1/+1
| * | Add getAll to public INavigationManagerJulius Härtl2018-02-121-0/+9
| |/
* / Remove unused import statementsMorris Jobke2018-02-141-1/+0
|/
* Remove long time deprecated functions and deprecate \OCP\AppJulius Härtl2018-01-311-43/+3
* Move getAppInfo and getAppVersion to IAppManagerJulius Härtl2018-01-312-1/+23
* Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-40/+12
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+3
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Deprecated OCP interface to fetch background job typeMorris Jobke2018-01-262-40/+18
* Dispatch event on twofactor failure and successRoeland Jago Douma2018-01-251-0/+6
* Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-13/+0
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-14/+0
* Simple IAppConfig deprecationsRoeland Jago Douma2018-01-171-33/+0
* Merge pull request #7909 from nextcloud/fix-migration-type-hintsMorris Jobke2018-01-174-14/+106
|\
| * Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-174-14/+106
* | Merge pull request #7847 from nextcloud/avatarmanager_strictRoeland Jago Douma2018-01-171-3/+4
|\ \
| * | Made AvatarManager string and add return typesRoeland Jago Douma2018-01-141-3/+4
* | | Merge pull request #7836 from nextcloud/image-type-hintingMorris Jobke2018-01-171-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix float/integer handling in image APIMorris Jobke2018-01-171-2/+2