summaryrefslogtreecommitdiffstats
path: root/lib/BackgroundJob
AgeCommit message (Expand)Author
2024-03-13fix(federation): Fix the handling of retrying OCM notifications when the remo...Joas Schilling
2024-02-29fix(federation): Handle federation errors so we have better logsJoas Schilling
2024-01-08fix(CS): Fix coding styleJoas Schilling
2023-11-22fix(hosted-hpb): Correctly handle API response when the account expired or wa...Joas Schilling
2023-10-30fix(CI): Fix CSJoas Schilling
2023-10-11Merge pull request #10678 from nextcloud/bugfix/5723/cron-job-removes-invited...Joas Schilling
2023-10-11techdebt: Rename "Notifications" to indicate it's sending the requestsJoas Schilling
2023-10-11fix(federation): Don't remove federation rooms while waiting for accept/rejectJoas Schilling
2023-08-09fix: Run the background job every minuteJoas Schilling
2023-08-08feat(chat): Option to get and clear remindersJoas Schilling
2023-08-02feat: Add actions to the notificationJoas Schilling
2023-08-02feat(jobs): Skip the job from testing execution until it mattersJoas Schilling
2023-08-02feat(notification): API for "Remind me later"Joas Schilling
2023-07-10Fix testsMarcel Müller
2023-07-10Only check certificate if verification is enabledMarcel Müller
2023-07-10Move certificate check logic to serviceMarcel Müller
2023-07-10Add background job to check TURN certificateMarcel Müller
2023-07-06Use PHP8's constructor property promotionHamid Dehnavi
2023-05-31fix(CI): Fix coding standardJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2022-12-12Fix invalid argument typesJoas Schilling
2022-10-02Move deleteRoom() to RoomServiceJoas Schilling
2022-09-01Adjust coding styleJoas Schilling
2022-07-11Clean classVitor Mattos
2022-07-11Make the room_id not mandatory to define the expire timeVitor Mattos
2022-07-01Only remove the job when expiration is "done"Joas Schilling
2022-07-01Rename textVitor Mattos
2022-07-01Fix dateVitor Mattos
2022-06-30Rename message expire to expire dateVitor Mattos
2022-06-30Expire message using attribute from messageVitor Mattos
2022-06-30Move deleteExpiredTtl method to ChatManagerVitor Mattos
2022-06-30Rename ttl to message expireVitor Mattos
2022-06-30Add job to apply ttlVitor Mattos
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-02-23Merge pull request #6913 from nextcloud/feature/6874/define-if-job-is-time-se...Joas Schilling
2022-02-22Define if job is time sensitiveVitor Mattos
2022-02-18Remove unused app configVitor Mattos
2022-02-11Check if have users on admin groupVitor Mattos
2022-01-24Don't force signaling mode when HPB trial is usedJoas Schilling
2021-12-06Reduce MissingReturnTypeVitor Mattos
2021-10-06Merge pull request #6308 from nextcloud/feature/1328/job-to-remove-file-room-...Joas Schilling
2021-10-05Remove property of class to prevent maintain stateVitor Mattos
2021-10-04Implement tests and fix code after test implementationVitor Mattos
2021-10-01Implement remove file room of removed fileVitor Mattos
2021-09-21Review fixesGary Kim
2021-09-20StrictJoas Schilling
2021-09-20Set share owner properlyGary Kim
2021-09-20Add sending room shares supportGary Kim
2021-07-15Implement CloudFederationProvider for TalkGary Kim