summaryrefslogtreecommitdiffstats
path: root/lib/public/Calendar/Room
Commit message (Collapse)AuthorAgeFilesLines
* feat: implement public OCP api to update resources and roomsRichard Steinmetz2024-05-271-1/+7
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore: Add SPDX headerAndy Scherzinger2024-05-244-77/+8
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* composer run cs:fixCôme Chilliet2023-01-204-4/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move calendar resource/room backend registration to IBootstrapChristoph Wurst2022-02-071-2/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use IRoomMetadata as source of truth for supported room typesRichard Steinmetz2021-09-211-1/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-8/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove @package annotations from public namespaceJulius Härtl2020-08-264-4/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-054-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add standard metadata key for room-featuresGeorg Ehrke2019-08-021-0/+17
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Provide standard metadata keys for location of roomGeorg Ehrke2019-08-011-0/+21
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Add \OCP\Calendar\IMetadataProvider interface and provider for common ↵Georg Ehrke2019-08-012-4/+61
| | | | | | metadata keys Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke2018-10-081-6/+6
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Calendar resource booking: unit tests / adding missing annotationsGeorg Ehrke2018-06-252-0/+10
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* periodically query calendar resource / room backends for updated resource / ↵Georg Ehrke2018-06-252-0/+10
| | | | | | room information Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* update resource booking interfaces and add managersGeorg Ehrke2018-06-253-7/+83
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add resource and room interfacesGeorg Ehrke2018-06-252-0/+125
Signed-off-by: Georg Ehrke <developer@georgehrke.com>