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
AgeCommit message (Expand)Author
2022-07-11Fix typing in IJobListenh/improve-job-handling-commandsCôme Chilliet
2022-07-11Code cleaning of Background/ListCommandCôme Chilliet
2022-07-11Add command to list jobsCôme Chilliet
2022-07-11Clean up JobList classCôme Chilliet
2022-05-31Check background job typeChristoph Wurst
2022-04-24Get not only time-sensitive next job from list but anyKirill Popov
2022-03-17Do chuncked job deletionfeat/chunked-mysql-joblist-removeCarl Schwan
2022-03-02Also use hashed/indexed column on deletetechdebt/noid/also-use-hashed-column-on-deleteJoas Schilling
2022-02-07Allow apps to specify if their background job can be delayedJoas Schilling
2022-01-18Add hashed attribute column for indexed job existence checkJulius Härtl
2022-01-13Check style updateCarl Schwan
2022-01-03Reset job disabling timer on adding the job againJulius Härtl
2021-10-14Bump since versionJoas Schilling
2021-10-14Move queries to the joblistJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-08-13Remove getLastJob from IJobListMorris Jobke
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-01-30JobList: Typecast last_run to integerGeorg Ehrke
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-01-15Fix integer background job id type errorChristoph Wurst
2018-11-01Revert "Wait for cron to finish before running upgrade command"Morris Jobke
2018-07-09Suppress potential SQL injection warning as they are false positivesMorris Jobke
2018-07-09Unlock failed cron jobs and set a high "last_checked" value to avoid continou...Morris Jobke
2018-06-19Wait for cron to finish before running upgrade commandMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-07-20Add Phan plugin to check for SQL injectionsLukas Reschke
2017-04-25Add duration of last job execution to the tableNoveen Sachdeva
2017-04-07make JobList::next() lock freeJörn Friedrich Dreyer
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-21Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling
2016-04-26Move \OC\BackgroundJob to PSR-4Roeland Jago Douma