aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Settings/IIconSection.php
Commit message (Collapse)AuthorAgeFilesLines
* Improve accessibility of the title of the settingsCarl Schwan2022-05-161-2/+2
| | | | | | | | | | | Before every setting page had the same title and this is causing issues for screenreaders since they can't differenciate the title of page. Now a new variable is available for apps to declare the page subtitle. This new variable is implemented for the settings app and while at it I added a bit more type hinting to the stuff I touched :) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove ISection in favor of IIconSectionMorris Jobke2020-10-281-1/+31
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow apps to specify an icon with the sections via the APIJoas Schilling2017-01-191-0/+38
Signed-off-by: Joas Schilling <coding@schilljs.com>