Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: implement public OCP api to update resources and rooms | Richard Steinmetz | 2024-05-27 | 1 | -1/+7 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 4 | -77/+8 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 4 | -4/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Move calendar resource/room backend registration to IBootstrap | Christoph Wurst | 2022-02-07 | 1 | -2/+9 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use IRoomMetadata as source of truth for supported room types | Richard Steinmetz | 2021-09-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -8/+4 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 4 | -4/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 4 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add standard metadata key for room-features | Georg Ehrke | 2019-08-02 | 1 | -0/+17 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Provide standard metadata keys for location of room | Georg Ehrke | 2019-08-01 | 1 | -0/+21 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Add \OCP\Calendar\IMetadataProvider interface and provider for common ↵ | Georg Ehrke | 2019-08-01 | 2 | -4/+61 |
| | | | | | | metadata keys Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | adjust Calendar resource / room interfaces to use class implementation | Georg Ehrke | 2018-10-08 | 1 | -6/+6 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Calendar resource booking: unit tests / adding missing annotations | Georg Ehrke | 2018-06-25 | 2 | -0/+10 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | periodically query calendar resource / room backends for updated resource / ↵ | Georg Ehrke | 2018-06-25 | 2 | -0/+10 |
| | | | | | | room information Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | update resource booking interfaces and add managers | Georg Ehrke | 2018-06-25 | 3 | -7/+83 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | add resource and room interfaces | Georg Ehrke | 2018-06-25 | 2 | -0/+125 |
Signed-off-by: Georg Ehrke <developer@georgehrke.com> |