aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue
Commit message (Collapse)AuthorAgeFilesLines
* Automatically remove bad followingsChocobozzz2019-08-061-1/+1
|
* Fix user notifications on new followChocobozzz2019-08-021-1/+1
|
* Add gitlab ci supportChocobozzz2019-07-291-1/+1
|
* Correctly notify on auto blacklistChocobozzz2019-07-242-4/+4
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-05-211-3/+8
|\
| * Fix video viewsChocobozzz2019-05-211-3/+8
| |
* | Add audio support in uploadChocobozzz2019-05-163-17/+44
|/
* Fix pleroma followChocobozzz2019-04-251-1/+1
|
* Use apicache instead of our broken implementationChocobozzz2019-04-251-1/+1
|
* Upgrade sequelizeChocobozzz2019-04-241-13/+7
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-18/+23
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-116-6/+8
|
* Move config in its own fileChocobozzz2019-04-114-7/+9
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-1/+1
|
* add quarantine videos feature (#1637)Josh Morel2019-04-022-9/+10
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Move video file import in its own fileChocobozzz2019-03-193-35/+85
|
* Rename video-file job to video-transcodingChocobozzz2019-03-193-15/+21
|
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-1/+12
|
* Limit user tokens cacheChocobozzz2019-03-192-3/+2
|
* Refresh playlistsChocobozzz2019-03-191-3/+11
|
* Playlist server APIChocobozzz2019-03-181-2/+9
|
* Upgrade server dependenciesChocobozzz2019-02-211-1/+1
|
* Create send email typeChocobozzz2019-02-201-9/+2
| | | | Instead of using email job handler payload type
* Fix from header in contact formChocobozzz2019-02-151-2/+4
|
* Add player mode in watch/embed urlsChocobozzz2019-02-111-1/+1
|
* Add hls support on serverChocobozzz2019-02-111-10/+49
|
* don't notify prior to scheduled updateJosh Morel2019-02-071-3/+7
| | | | also increase timeouts on user-notification test
* Refresh remote actors on GET enpointsChocobozzz2019-01-141-6/+19
|
* 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
| |