summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* | | Merge pull request #7899 from nextcloud/strict_discserviceRoeland Jago Douma2018-01-171-1/+2
|\ \ \
| * | | Strict DiscoveryServiceRoeland Jago Douma2018-01-161-1/+2
* | | | Merge pull request #7897 from nextcloud/strict_lockingprovidersMorris Jobke2018-01-172-6/+8
|\ \ \ \
| * | | | Made locking providers strictRoeland Jago Douma2018-01-162-6/+8
| |/ / /
* | | | Merge pull request #7900 from nextcloud/strict_securityMorris Jobke2018-01-173-5/+8
|\ \ \ \
| * | | | Make OCP\Security stricterRoeland Jago Douma2018-01-163-5/+8
| |/ / /
* | | | Merge pull request #7901 from nextcloud/strict_cache_factoryRoeland Jago Douma2018-01-171-9/+10
|\ \ \ \
| * | | | Made the cache factory strictRoeland Jago Douma2018-01-161-9/+10
| |/ / /