Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-21Use IRoomMetadata as source of truth for supported room typesRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-26Remove @package annotations from public namespaceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-08-02Add standard metadata key for room-featuresGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-08-01Provide standard metadata keys for contact person of a resourceGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-08-01Provide standard metadata keys for location of roomGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-08-01sync metadata of rooms / resources with cacheGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-08-01Add \OCP\Calendar\IMetadataProvider interface and provider for common ↵Georg Ehrke
metadata keys Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-10-08adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-06-25Calendar resource booking: unit tests / adding missing annotationsGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-06-25periodically query calendar resource / room backends for updated resource / ↵Georg Ehrke
room information Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-06-25update resource booking interfaces and add managersGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-06-25add resource and room interfacesGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2017-11-09Public interfaces for calendar APIGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>