aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/crawl.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use a global request timeoutChocobozzz2021-06-151-5/+2
|
* Use got instead of requestChocobozzz2021-03-241-13/+12
|
* Rename request timeoutChocobozzz2021-03-031-2/+2
|
* Move to eslintcontainChocobozzz2020-02-031-3/+3
|
* More robust federationChocobozzz2019-05-311-5/+14
| | | | In particular when fetching pleroma outbox
* Fix pleroma followChocobozzz2019-04-251-2/+1
|
* Fix user notifications testsChocobozzz2019-04-251-1/+7
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-1/+8
|
* Playlist server APIChocobozzz2019-03-181-1/+1
|
* Check activities hostChocobozzz2018-11-141-2/+3
|
* Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ability to search a video with an URLChocobozzz2018-08-271-1/+2
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-1/+1
| | | | publishing a video
* Refractor and optimize AP collectionsChocobozzz2018-05-251-0/+40
Only display urls in general object, and paginate video comments, shares, likes and dislikes