summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/BackgroundJob
Commit message (Expand)AuthorAgeFilesLines
* fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-061-2/+4
* fix(user_status): Fix the user status automation on the day availability rule...Joas Schilling2023-03-131-4/+13
* fix(dav): Handle no next potential toggle in availability detectionThomas Citharel2023-03-101-0/+7
* Merge pull request #36260 from nextcloud/bugfix/noid/fix-user-availability-se...Joas Schilling2023-01-231-1/+1
|\
| * Fix WHERE condition when selecting user's availability for the status automationJoas Schilling2023-01-201-1/+1
* | chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-191-1/+1
|/
* Add a background job to prune outdated sync tokensThomas Citharel2022-10-271-0/+64
* Merge pull request #32956 from nextcloud/fix/upload-folder-wrong-contentVincent Petry2022-07-271-5/+16
|\
| * Handle file contained inside the uploads folderCarl Schwan2022-06-211-5/+16
* | Remove unused importJoas Schilling2022-07-011-1/+0
* | Add status automationJoas Schilling2022-07-011-2/+12
* | Fix determination of cron job runJoas Schilling2022-07-011-8/+91
* | User status automation background jobJoas Schilling2022-07-011-0/+96
|/
* Fix more psalm issuesCarl Schwan2022-05-164-20/+11
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-11/+4
* Mark DAV background jobs as time sensitive/insensitiveChristoph Wurst2022-02-227-37/+47
* Use the new option to signaling insensitivityJoas Schilling2022-02-071-0/+2
* Clean up the DAV resource background jobChristoph Wurst2021-12-021-36/+43
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0410-26/+16
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-312-1/+52
* Clean up reminder actions and call methods directlyChristoph Wurst2021-05-071-1/+1
* Add some closure return typesRoeland Jago Douma2021-02-141-1/+1
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Use proper OCP\BackgroundJobs\JobRoeland Jago Douma2020-11-251-2/+4
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-4/+4
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-106-19/+16
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-3/+3
* Catch NoUserException when running the upload cleanup as cronjobJulius Härtl2020-04-031-1/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-1/+2
* Catch NotFoundException when getting the user folderJulius Härtl2020-02-261-3/+2
* Introduce a default refresh rate app setting for calendar subscriptionsThomas Citharel2020-02-211-3/+13
* Move RefreshWebcalJob logic to a proper service so that it may be calledThomas Citharel2020-02-101-370/+19
* RefreshWebcalJob: Fix reading subscription from database leading to ignored r...Georg Ehrke2020-01-301-12/+40
* Support more IPv6 addresses in the RefreshWebcalJobGeorg Ehrke2019-12-121-0/+11
* Update license headersChristoph Wurst2019-12-059-15/+36
* Some php-cs fixesRoeland Jago Douma2019-11-225-3/+8
* Fix missing parent constructor call in DAV reminder jobChristoph Wurst2019-08-261-0/+1
* Final fixesGeorg Ehrke2019-08-151-1/+1
* Add repair step to register reminder index for existing eventsGeorg Ehrke2019-08-151-0/+134
* run send reminders background-job only when mode is not set to occGeorg Ehrke2019-08-151-4/+9
* Support event reminders (email and notifications)Thomas Citharel2019-08-151-0/+59
* sync metadata of rooms / resources with cacheGeorg Ehrke2019-08-011-208/+294
* RefreshWebcalJob: replace ugly Regex with standard php utilsGeorg Ehrke2019-07-021-3/+14
* Don't run repair step for every individual user, outsource that to background...Georg Ehrke2019-05-231-0/+66
* Add Repair step to regenerate birthday calendarGeorg Ehrke2019-02-161-0/+5
* Background job to cleanup leftover chunked uploadsRoeland Jago Douma2019-01-041-0/+87
* cache webcal calendars on serverGeorg Ehrke2018-11-071-0/+438
* adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke2018-10-081-8/+24