aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue
Commit message (Collapse)AuthorAgeFilesLines
* Implement contact form on server sideChocobozzz2019-01-101-1/+2
|
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-2/+7
|
* Add import finished and video published notifsChocobozzz2019-01-092-8/+19
|
* Add notification settings migrationChocobozzz2019-01-092-10/+15
|
* Add user notification base codeChocobozzz2019-01-092-1/+6
|
* Optimize actor follow scores modificationsChocobozzz2018-12-203-6/+7
|
* Fix federation of some videosChocobozzz2018-12-191-8/+8
| | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video
* Use move instead renameChocobozzz2018-12-111-2/+2
| | | | To avoid EXDEV errors
* Don't quit on queue errorChocobozzz2018-12-111-1/+0
|
* Add tmp and redundancy directoriesChocobozzz2018-12-042-8/+5
|
* Fix thumbnail processingChocobozzz2018-12-041-1/+2
|
* Update dependenciesChocobozzz2018-12-041-2/+2
|
* Fix trending pageChocobozzz2018-12-031-4/+9
|
* Delete invalid or deleted remote videosChocobozzz2018-11-202-2/+46
|
* Fix images size when downloading themChocobozzz2018-11-161-5/+5
|
* Fix embed video id parsingChocobozzz2018-11-151-1/+1
|
* Don't forward view, send updates insteadChocobozzz2018-11-152-4/+8
| | | | | To avoid inconsistencies in the federation, now the origin server will tell other instances what is the correct number of views
* Check activities hostChocobozzz2018-11-141-1/+1
|
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-141-4/+9
|
* Add HTTP signature check before linked signatureChocobozzz2018-10-191-3/+4
| | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation
* Merge branch 'release/v1.0.0' into developChocobozzz2018-10-113-7/+22
|\
| * Add more headers to broadcast/unicastChocobozzz2018-10-103-7/+22
| |
* | Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file
* Add timeout on youtube dl to cleaup filesChocobozzz2018-10-011-3/+3
|
* Correctly delete files on failed importChocobozzz2018-10-011-2/+2
|
* Refractor videos AP functionsChocobozzz2018-09-191-2/+2
|
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-192-5/+5
|
* Reduce video.ts file size by moving some methods in other filesChocobozzz2018-09-191-3/+4
|
* Process last hour views instead of current hourChocobozzz2018-09-131-3/+9
|
* Fix video views incrementChocobozzz2018-09-131-15/+24
|
* Bufferize videos views in redisChocobozzz2018-08-302-4/+56
|
* Correctly migrate to fs-extraChocobozzz2018-08-271-3/+3
|
* Add ability to search a video with an URLChocobozzz2018-08-271-6/+20
|
* Add local user subscriptionsChocobozzz2018-08-271-6/+9
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-4/+9
|
* Cleanup utils helperChocobozzz2018-08-141-1/+1
|
* Correct webtorrent download cleanupChocobozzz2018-08-081-1/+1
|
* Add torrent testsChocobozzz2018-08-081-4/+4
|
* Add import.video.torrent configurationChocobozzz2018-08-081-2/+7
|
* Import torrents with webtorrentChocobozzz2018-08-081-3/+9
|
* Import magnets with webtorrentChocobozzz2018-08-082-23/+83
|
* Add tests regarding video importChocobozzz2018-08-061-2/+3
|
* Add job ttlChocobozzz2018-08-061-6/+4
|
* Remove ability to delete video importsChocobozzz2018-08-061-10/+24
| | | | Users should remove the linked video instead
* Correctly handle video import errorsChocobozzz2018-08-062-2/+6
|
* Add ability to list video importsChocobozzz2018-08-061-1/+1
|
* Add ability to import video with youtube-dlChocobozzz2018-08-062-3/+136
|
* Don't send follow request if the follow is already acceptedChocobozzz2018-07-311-2/+2
|
* Increase max stalled count in job queueChocobozzz2018-07-301-1/+4
|
* Graceful job queue shutdownChocobozzz2018-07-301-0/+7
|