aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Dashboard
Commit message (Expand)AuthorAgeFilesLines
* fix(dashboard): Document expected icon behaviourJoas Schilling2024-07-192-2/+16
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+11
* fix!: Remove deprecated `RegisterWidgetEvent`Ferdinand Thiessen2024-02-091-61/+0
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* Fix Dashboard IManager getWidgets return annotationjld31032023-09-201-1/+1
* feat(dashboard): implement widget item api v2Richard Steinmetz2023-08-224-3/+206
* fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItemChristoph Wurst2023-06-281-1/+1
* ci: migrate ocp since checker to psalmDaniel Kesselberg2023-01-241-0/+4
* composer run cs:fixCôme Chilliet2023-01-204-4/+0
* chore(OCP): Remove deprecated dashboard interfaces and classesJulius Härtl2023-01-0310-1571/+0
* Allow to conditionally enable dashboard widgetsJoas Schilling2022-10-271-0/+44
* Add since tagsJoas Schilling2022-09-163-0/+8
* move widget options into a Option classRobin Appelman2022-09-153-8/+69
* add IItemOptionWidget to define some item-related parameters, only getItemIco...Julien Veyssier2022-09-151-0/+37
* change widget button api to support multiple button typesRobin Appelman2022-09-152-17/+82
* allow adding button to dashboard api outputRobin Appelman2022-09-151-0/+51
* add dashboard api to list widgetsRobin Appelman2022-09-151-0/+37
* load widgets only of enabled appsArthur Schiwon2022-06-221-1/+1
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-233-9/+3
* implement dashboard API for clients, new WidgetItem class, new IAPIWidget int...Julien Veyssier2021-06-152-0/+190
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0413-26/+13
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-2613-13/+0
|\
| * Remove @package annotations from public namespaceJulius Härtl2020-08-2613-13/+0
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-2412-3/+12
|/
* Refactor API to match the widget wordingJulius Härtl2020-08-053-14/+14
* Dashboard strict typingJulius Härtl2020-07-153-0/+9
* Add load method for apps to bootstrap their panelsJulius Härtl2020-07-151-6/+12
* Cleanup public api methodsJulius Härtl2020-07-153-17/+5
* Deprecate panel register event right away but keep it for not breaking backwa...Julius Härtl2020-07-151-0/+6
* Move to lazy panel registration during registration contextJulius Härtl2020-07-151-0/+6
* Deprecate old dashboard APIJulius Härtl2020-07-159-0/+79
* Add new dashboard public APIJulius Härtl2020-07-153-0/+165
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Add visibility to all constantsChristoph Wurst2020-04-102-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-109-16/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-099-9/+0
* Update license headersChristoph Wurst2019-12-0510-70/+41
* Some php-cs fixesRoeland Jago Douma2019-11-2210-20/+2
* include dashboard into coreMaxence Lange2018-10-1510-0/+1579