aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Support video views/viewers stats in serverChocobozzz2022-04-1579-593/+2598
* Don't clean mastodon ratesChocobozzz2022-04-151-0/+3
* Fix lintChocobozzz2022-04-081-1/+9
* Remove duplicated testChocobozzz2022-04-081-17/+0
* Disallow unlisted video indexationChocobozzz2022-04-082-2/+61
* Refactor AP context builderChocobozzz2022-03-2425-280/+494
* Remove activitypub helperChocobozzz2022-03-2331-136/+155
* Fix angular buildChocobozzz2022-03-221-1/+1
* Rename studio to editorChocobozzz2022-03-2232-176/+176
* Add video edition finished notificationChocobozzz2022-03-2222-65/+298
* Remove old migration filesChocobozzz2022-03-2198-4155/+0
* Update server dependenciesChocobozzz2022-03-213-4/+4
* Fix channels creation creation limit countChocobozzz2022-03-211-1/+1
* Fix channels list countChocobozzz2022-03-212-13/+31
* Ensure bin dir exists before dl youtube-dlChocobozzz2022-03-211-2/+4
* Don't store remote rates of remote videosChocobozzz2022-03-1841-320/+382
* Fix CIChocobozzz2022-03-171-2/+1
* Fix client html cache on theme updateChocobozzz2022-03-174-50/+70
* Fix torrent creationChocobozzz2022-03-163-5/+13
* Process video torrents in orderChocobozzz2022-03-166-52/+162
* Make object storage ACL configurableDoug Luce2022-03-162-8/+21
* add client.videos.upload.maxChunkSize config (#4857)kontrollanten2022-03-162-0/+6
* Fix username/password CLI optionsChocobozzz2022-03-151-2/+2
* Add latency setting supportChocobozzz2022-03-0922-45/+274
* Display avatar in video miniatures (#4823)kontrollanten2022-03-083-1/+4
* Remove uneeded memoizeChocobozzz2022-03-082-15/+5
* Merge branch 'release/4.1.0' into developChocobozzz2022-03-089-39/+103
|\
| * More robust transcoding checkerChocobozzz2022-03-081-1/+1
| * Fix multiple servers testsChocobozzz2022-03-082-3/+3
| * Fix channel testsChocobozzz2022-03-082-6/+6
| * Remove exif tags when processing imagesChocobozzz2022-03-074-10/+59
| * Remove unnecessary commentChocobozzz2022-03-071-1/+0
| * Optimize markdown rendererChocobozzz2022-03-072-22/+38
* | Merge branch 'release/4.1.0' into developChocobozzz2022-03-041-1/+3
|\|
| * Fix live update errorChocobozzz2022-03-041-1/+3
* | Refactor user build and express file middlewaresChocobozzz2022-03-0414-106/+91
* | Refactor a little bit raw sql buildersChocobozzz2022-03-0311-34/+35
* | Fix search index testsChocobozzz2022-03-021-2/+2
* | Node 12 is not supported anymoreChocobozzz2022-03-011-5/+1
* | Fill width of local avatarsChocobozzz2022-03-011-4/+18
* | Possibility to set custom RTMP/RTMPS hostname (#4811)kontrollanten2022-03-013-4/+7
* | Fix lintChocobozzz2022-03-011-1/+0
* | Fix getting avatars in videos listChocobozzz2022-03-012-3/+23
* | Remove unnecessary codeChocobozzz2022-02-282-18/+3
* | Create another test suite for transcoding jobsChocobozzz2022-02-288-5/+6
* | Fix client html performance regressionChocobozzz2022-02-283-6/+16
* | add filter:api.video-playlist.videos.list.* hookskontrollanten2022-02-283-3/+51
* | Add basic video editor supportChocobozzz2022-02-2879-1195/+3037
* | Implement avatar miniatures (#4639)kontrollanten2022-02-2884-989/+1664
|/
* Fix max buffer size for youtube-dlChocobozzz2022-02-221-1/+1