aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils/server/jobs.ts
Commit message (Collapse)AuthorAgeFilesLines
* Shared utils -> extra-utilsChocobozzz2019-04-241-82/+0
| | | | Because they need dev dependencies
* Add notifications in the clientChocobozzz2019-01-091-1/+2
|
* Add user notification base codeChocobozzz2019-01-091-6/+9
|
* increase waitJobs pendingJobs timeout to 2000Josh Morel2019-01-081-1/+1
|
* Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-201-1/+2
| | | | move-utils-to-shared
* Fix dependency issuesbuoyantair2018-10-291-1/+1
|
* Move utils to /sharedbuoyantair2018-10-291-0/+77
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336