aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/BackgroundJob
Commit message (Expand)AuthorAgeFilesLines
* chore: Use more gender neutral languageprovokateurin2024-10-141-1/+1
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-2/+1
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-3/+5
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-6/+6
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-257-11/+11
* Merge pull request #45532 from nextcloud/feat/publish-resources-room-updateRichard Steinmetz2024-06-251-408/+7
|\
| * feat: implement public OCP api to update resources and roomsRichard Steinmetz2024-05-271-408/+7
* | fix(userstatus): Fix user status automation in real-life scenarioJoas Schilling2024-06-251-6/+2
* | fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-05-311-0/+35
* | chore: Add SPDX headerAndy Scherzinger2024-05-2713-260/+26
|/
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-03-211-2/+3
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-36/+15
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-15/+36
* fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-081-36/+15
* fix(ooo): add new ooo status with new emojiAnna Larch2023-12-181-4/+4
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-57/+112
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-231-0/+92
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-239-47/+46
* fix(caldav): Cast calendar objects id to int when building indexChristoph Wurst2023-06-061-1/+1
* fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-051-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