Commit Graph

38 Commits (caff1023ea72bb2ea94130e18a2a6e2ccf819e5f)

Author SHA1 Message Date
Christoph Wurst caff1023ea
Format control structures, classes, methods and function
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>
4 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago
Thomas Citharel 8b22b9f046
Move RefreshWebcalJob logic to a proper service so that it may be called
independently

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
4 years ago
Christoph Wurst 5bf3d1bb38
Update license headers
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Christoph Wurst 543190f8b3
Do not create Application instances directly
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years ago
Thomas Citharel 7bddcc091d
Support event reminders (email and notifications)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 years ago
Julius Härtl 5a5d46b1b8
Load apps that have a dav type set before the dav server plugins
Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years ago
Georg Ehrke 30d13bb760
cache webcal calendars on server
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
6 years ago
Georg Ehrke ab43251a45
Call Backgroundjob with parameter, as interface requires
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
6 years ago
Georg Ehrke 8f061f5407
periodically query calendar resource / room backends for updated resource / room information
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
6 years ago
Tobia De Koninck f6ef779f97
Make ContactsStore a public API
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
7 years ago
Georg Ehrke fa416e031b
integrate Dav app with Calendar API
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
7 years ago
Morris Jobke 0eebff152a
Update license headers
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago
Lukas Reschke 6d02fe06c6
Revert "Do not list system users in contacts menu if sharing autocompletion is disabled"
This reverts commit 56a9084dd2.
7 years ago
Christoph Wurst 56a9084dd2
Do not list system users in contacts menu if sharing autocompletion is disabled
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago
Joas Schilling 1944d9b3ab
Use magic DI 8 years ago
Joas Schilling 813f0a0f40
Fix apps/ 8 years ago
Lukas Reschke aba539703c
Update license headers 8 years ago
Joas Schilling dd9ee10bc0 Move dav app to PSR-4 (#24527)
* Move Application to correct namespace and PSR-4 it

* Move dav app to PSR-4
8 years ago
Thomas Müller 765c64c73e fixes #23496 8 years ago
Lukas Reschke 933f60e314 Update author information
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
8 years ago
Thomas Müller a66899c528 Handle null case 8 years ago
Bjoern Schiessle 7189c72c33 remove remote address book if the admin removes the server from the trusted servers list 8 years ago
Thomas Müller 2d7528bc64 Adding unit tests 8 years ago
Thomas Müller 177387b13c Install cron job on install and update 8 years ago
Thomas Müller 54cbfcbaa1 Add daily cron job to sync system address book 8 years ago
Thomas Müller a91954907b Start updating system addressbook 9 years ago
Thomas Müller c5a200c419 Merge pull request #21653 from owncloud/update-license-headers-2016
Update license headers 2016
9 years ago
Thomas Müller 682821c71e Happy new year! 9 years ago
Thomas Müller bf1a2f28c2 Reuse backend as provided by the app container 9 years ago
Thomas Müller 23a8c93fd2 Fix ctor call 9 years ago
Thomas Müller 06dac9726e Address comments 9 years ago
Thomas Müller 90d9834c8c Decouple federation and dav app 9 years ago
Thomas Müller 6f526e638c Unit test contact provider registration 9 years ago
Robin Appelman 56c3686ad6 fix principal constructor for dav 9 years ago
Björn Schießle cd55a19034 implement delete, create, update, search, get permissions 9 years ago
Thomas Müller 32525fa977 save wip 9 years ago