| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 3 | -4/+12 |
* | fix(dashboard): Document expected icon behaviour | Joas Schilling | 2024-07-11 | 2 | -2/+16 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 13 | -244/+26 |
* | fix(OCP): Add since tag for all constants | Joas Schilling | 2024-02-14 | 1 | -0/+11 |
* | fix!: Remove deprecated `RegisterWidgetEvent` | Ferdinand Thiessen | 2024-02-09 | 1 | -61/+0 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -5/+5 |
* | Fix Dashboard IManager getWidgets return annotation | jld3103 | 2023-09-20 | 1 | -1/+1 |
* | feat(dashboard): implement widget item api v2 | Richard Steinmetz | 2023-08-22 | 4 | -3/+206 |
* | fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem | Christoph Wurst | 2023-06-28 | 1 | -1/+1 |
* | ci: migrate ocp since checker to psalm | Daniel Kesselberg | 2023-01-24 | 1 | -0/+4 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 4 | -4/+0 |
* | chore(OCP): Remove deprecated dashboard interfaces and classes | Julius Härtl | 2023-01-03 | 10 | -1571/+0 |
* | Allow to conditionally enable dashboard widgets | Joas Schilling | 2022-10-27 | 1 | -0/+44 |
* | Add since tags | Joas Schilling | 2022-09-16 | 3 | -0/+8 |
* | move widget options into a Option class | Robin Appelman | 2022-09-15 | 3 | -8/+69 |
* | add IItemOptionWidget to define some item-related parameters, only getItemIco... | Julien Veyssier | 2022-09-15 | 1 | -0/+37 |
* | change widget button api to support multiple button types | Robin Appelman | 2022-09-15 | 2 | -17/+82 |
* | allow adding button to dashboard api output | Robin Appelman | 2022-09-15 | 1 | -0/+51 |
* | add dashboard api to list widgets | Robin Appelman | 2022-09-15 | 1 | -0/+37 |
* | load widgets only of enabled apps | Arthur Schiwon | 2022-06-22 | 1 | -1/+1 |
* | Fix ArrayAccess and JsonSerializable return types | Côme Chilliet | 2021-11-23 | 3 | -9/+3 |
* | implement dashboard API for clients, new WidgetItem class, new IAPIWidget int... | Julien Veyssier | 2021-06-15 | 2 | -0/+190 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 13 | -26/+13 |
* | Merge pull request #22432 from nextcloud/enh/phpdoc | Roeland Jago Douma | 2020-08-26 | 13 | -13/+0 |
|\ |
|
| * | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 13 | -13/+0 |
* | | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 12 | -3/+12 |
|/ |
|
* | Refactor API to match the widget wording | Julius Härtl | 2020-08-05 | 3 | -14/+14 |
* | Dashboard strict typing | Julius Härtl | 2020-07-15 | 3 | -0/+9 |
* | Add load method for apps to bootstrap their panels | Julius Härtl | 2020-07-15 | 1 | -6/+12 |
* | Cleanup public api methods | Julius Härtl | 2020-07-15 | 3 | -17/+5 |
* | Deprecate panel register event right away but keep it for not breaking backwa... | Julius Härtl | 2020-07-15 | 1 | -0/+6 |
* | Move to lazy panel registration during registration context | Julius Härtl | 2020-07-15 | 1 | -0/+6 |
* | Deprecate old dashboard API | Julius Härtl | 2020-07-15 | 9 | -0/+79 |
* | Add new dashboard public API | Julius Härtl | 2020-07-15 | 3 | -0/+165 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -5/+5 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 9 | -16/+0 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 9 | -9/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 10 | -70/+41 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 10 | -20/+2 |
* | include dashboard into core | Maxence Lange | 2018-10-15 | 10 | -0/+1579 |