aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup utils helperChocobozzz2018-08-146-147/+149
|
* Add blacklist reason fieldChocobozzz2018-08-141-0/+32
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-103-6/+46
|
* Add reason when banning a userChocobozzz2018-08-081-0/+5
|
* Implement user blocking on server sideChocobozzz2018-08-081-6/+7
|
* Correct webtorrent download cleanupChocobozzz2018-08-081-2/+19
|
* Add torrent testsChocobozzz2018-08-083-9/+8
|
* Import torrents with webtorrentChocobozzz2018-08-084-13/+37
|
* Import magnets with webtorrentChocobozzz2018-08-084-14/+61
|
* Merge branch 'release/beta-10' into developChocobozzz2018-08-062-2/+5
|\
| * Fix caption upload on Mac OSChocobozzz2018-08-062-3/+6
| |
* | Fix fps federationChocobozzz2018-08-062-1/+3
| |
* | Add tests regarding video importChocobozzz2018-08-061-1/+1
| |
* | Add import http enabled configurationChocobozzz2018-08-061-4/+2
| |
* | Add audit logs for video importChocobozzz2018-08-061-1/+13
| |
* | Remove ability to delete video importsChocobozzz2018-08-061-1/+1
| | | | | | | | Users should remove the linked video instead
* | Add ability to list video importsChocobozzz2018-08-061-1/+1
| |
* | Add ability to remove a video importChocobozzz2018-08-061-1/+20
| |
* | Add ability to import video with youtube-dlChocobozzz2018-08-064-2/+174
| |
* | adding tests for audio conversionsRigel Kent2018-08-011-21/+33
| |
* | ffmpeg auto threadJorropo2018-08-011-1/+3
| | | | | | | | Set thread count to 0 and ffmpeg will chose automaticaly
* | fixing tests to deal with new transcoding parametersRigel Kent2018-08-011-2/+1
| |
* | Nice ffmpeg to 15 and 2Jorropo2018-08-011-3/+3
| | | | | | | | | | | | Niceness 15 for video conversionNiceness 2 for image generation (niceness 2 doesn't make it slower, just don't block servers and other app)
* | fixing audio getter when video has no audioRigel Kent2018-08-011-18/+29
| |
* | Fixing #626 with ffmpeg's low default audio bitrateRigel Kent2018-08-011-5/+116
| |
* | Add audit logs in various modulesAurélien Bertron2018-07-311-3/+135
| | | | | | | | | | | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config
* | Add audit logs moduleAurélien Bertron2018-07-312-1/+124
| |
* | Cleanup req files on bad requestChocobozzz2018-07-313-3/+29
|/
* Fiw winston meta logChocobozzz2018-07-301-24/+16
|
* Fix last commitChocobozzz2018-07-262-5/+6
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-257-12/+15
|
* Fix nodeinfo endpointChocobozzz2018-07-241-3/+2
|
* adding initial support for nodeinfoRigel Kent2018-07-241-0/+30
|
* Add advanced search in clientChocobozzz2018-07-242-3/+10
|
* Add videos list filtersChocobozzz2018-07-243-4/+36
|
* Begin advanced searchChocobozzz2018-07-241-1/+1
|
* Handle .srt subtitlesChocobozzz2018-07-162-7/+51
|
* Implement captions/subtitlesChocobozzz2018-07-164-0/+79
|
* Migrate to bullChocobozzz2018-07-111-1/+1
|
* (ffmpeg) B-adapt 1 and B-frames 16 (#774)Anton Latukha2018-07-101-0/+2
|
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-292-7/+23
|
* Fix transaction retryer error logChocobozzz2018-06-271-1/+1
|
* Upgrade dependenciesChocobozzz2018-06-261-7/+1
|
* Fix images size limitChocobozzz2018-06-223-4/+7
|
* Fix HTTP fallback when having videostream issues on firefoxChocobozzz2018-06-201-1/+1
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-142-3/+16
|
* Fix lintChocobozzz2018-06-131-0/+2
|
* Refractor retry transaction functionChocobozzz2018-06-131-15/+34
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-124-31/+47
| | | | publishing a video
* Improve create import file jobChocobozzz2018-06-071-2/+2
| | | | Fix federation of .ogv videos