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
path: root/apps/dav
AgeCommit message (Collapse)Author
2022-07-04Merge pull request #33090 from ↵Carl Schwan
nextcloud/fix/noid/proppatch-properties-transaction-rollback DAV custom props: catch Exception and rollback transaction in case
2022-07-04Merge pull request #33097 from nextcloud/rakekniven-patch-2Simon L
l10n: Fixed typo
2022-07-04l10n: Fixed typorakekniven
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-01DAV custom props: catch Exception and rollback transaction in casefix/noid/proppatch-properties-transaction-rollbackArthur Schiwon
- before exceptions were not caught, a started transaction might not have been finished - also resolve depractions and use IQueryBuilder Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-01Inject userId directlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix typo of availabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Remove unused importJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Add UI to opt-in on the status automationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Add status automationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix determination of cron job runJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01User status automation background jobJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-28Merge pull request #33007 from nextcloud/cleanup/federation-appCarl Schwan
Summer cleanup of the federation app
2022-06-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-24Cleanup CardDav SyncServicecleanup/federation-appCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-24Summer cleanup of the federation appCarl Schwan
- Use IEventDispatcher instead of deprecated symfony dispatcher - Use LoggerInterface where possible - Use php 7.4 properties - Add type hinting where possible - Move federation hooks to a seperate listener Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-24Merge pull request #32863 from nextcloud/feature/add-comments-expire-dateblizzz
Add comments expire date
2022-06-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-23Merge pull request #32701 from nextcloud/fix/type-error-objectreeCarl Schwan
Fix type error in Sabre/Connector/Directory
2022-06-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-22Merge pull request #32884 from nextcloud/typing/dav-sharingCarl Schwan
Add typing to Sharing Backend
2022-06-22Add typing to Sharing BackendCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-20Fix test to check the expire dateVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-20Merge pull request #32881 from nextcloud/Valdnet-patch-2rakekniven
l10n: Spelling unification
2022-06-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-15Merge pull request #32876 from nextcloud/fix/fix-string-interpolationblizzz
Use {$var} instead of ${var} for PHP 8.2 compatibility
2022-06-15Spelling unificationValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-15l10n: Spelling unificationValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-15l10n: Spelling unificationValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-14Use {$var} instead of ${var} for PHP 8.2 compatibilityfix/fix-string-interpolationCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-06-14Handle the move operation properly between shared calendarsThomas Citharel
- Introduce a new CalendarObjectMovedEvent typed event dedicated for this operation - Handle the event in the activity backend and add new appropriate activity subjects Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-06-14Fix type error in Sabre/Connector/DirectoryCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-10Merge pull request #30368 from nextcloud/dav-allow-object-propertiesVincent Petry
Allow DAV Object properties
2022-06-10Merge pull request #31029 from nextcloud/expose-extra-emails-in-davVincent Petry
Expose additional emails in {DAV:}alternate-URI-set
2022-06-10Merge pull request #31622 from ↵Vincent Petry
nextcloud/increase-loglevel-modernize-refresh-webcal Increase loglevel of Webcal parsing errors and modernize code
2022-06-10Merge pull request #32361 from nextcloud/dav-scheduling-default-calendarVincent Petry
Put calendar invites into the user's first available calendar
2022-06-10Merge pull request #32364 from nextcloud/dav-listenersVincent Petry
🧹 Remove all legacy event dispatchers from CalDAV & CardDAV backends
2022-06-10Merge pull request #32800 from ↵Vincent Petry
nextcloud/bugfix/noid/no-fatal-for-maintenance-mode Don't spam the log with fatals when maintenance mode is enabled or an…
2022-06-10Add tests for OCA\DAV\CardDAV\Activity\Backend (adapted from CalDAV)Thomas Citharel
And test that the system addressbook will never generate activity events Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-06-10Avoid creating carddav activities for the system userThomas Citharel
Because of the system addressbook synchronisation. Closes #32803 Signed-off-by: Thomas Citharel <tcit@tcit.fr>