aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Collapse)AuthorAgeFilesLines
* Purge entire video from redundancyChocobozzz2021-02-021-0/+51
|
* Fix testsChocobozzz2021-02-011-2/+1
|
* Fix redundancy with HLS only filesChocobozzz2021-02-011-45/+54
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-2/+2
|
* add test and openapi for hot sort parameterRigel Kent2021-01-281-1/+3
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-55/+40
|
* only count comments from people other than the video authorRigel Kent2021-01-281-4/+21
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-282-4/+40
| | | | recommendation variant
* Fix rss feed with HLS videosChocobozzz2021-01-272-15/+24
|
* Safely remove webtorrent filesChocobozzz2021-01-251-0/+4
| | | | Only remove them on max quality HLS playlist generation
* Add priority to transcoding jobsChocobozzz2021-01-251-0/+34
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* Refactor transcoding job handlersChocobozzz2021-01-211-0/+1
|
* Add user video list hooksChocobozzz2021-01-201-6/+8
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-132-2/+5
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* Retrieve user by id instead of usernameChocobozzz2021-01-111-3/+3
|
* Support activeMonth and activeHalfyear in nodeinfoChocobozzz2020-12-301-1/+3
|
* Fix redundancy federation in some casesChocobozzz2020-12-171-1/+3
|
* Fix live badge in videos listChocobozzz2020-12-161-0/+1
|
* Upgrade sequelize to v6Chocobozzz2020-12-0941-343/+333
|
* Refactor a little bit client canonical URLChocobozzz2020-12-082-10/+27
|
* Add permanent live supportChocobozzz2020-12-032-0/+9
|
* Fix live replay duration glitchChocobozzz2020-12-021-16/+16
|
* Keep displayName as valid playlist sortChocobozzz2020-12-012-4/+15
|
* Count only active lives for account limitChocobozzz2020-11-261-1/+4
|
* Fix comment account external URLChocobozzz2020-11-251-1/+0
| | | | | It did not work, and I think it's better to target the local account page anyway
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+8
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-203-21/+34
|
* Add ability to display all channel/account videosChocobozzz2020-11-182-2/+2
|
* Try to fix playlist testsChocobozzz2020-11-181-1/+0
|
* Don't take into account ended lives in concurrent lives checkChocobozzz2020-11-181-1/+5
|
* Remove notifications of muted accounts/serversChocobozzz2020-11-181-1/+54
|
* Add admin view to manage commentsChocobozzz2020-11-161-38/+46
|
* Implement video comment list in adminChocobozzz2020-11-131-4/+128
|
* Cleanup lives on server restartChocobozzz2020-11-131-0/+13
|
* remove duplicate file checks in video model (#3289)Arman2020-11-111-7/+0
| | | - server/models/video/video.ts (delete duplicate): build duplicate file id addition in buildAPIResult
* Cleanup follows of orphean actorsChocobozzz2020-11-102-10/+14
|
* Remove deprecated abuse apiChocobozzz2020-11-101-34/+2
|
* Fix stat file size with HLSChocobozzz2020-11-101-5/+28
|
* Don't add live videos in redundancyChocobozzz2020-11-092-3/+6
|
* Fix testsChocobozzz2020-11-091-1/+1
|
* Regenerate miniature on live saveChocobozzz2020-11-091-0/+4
|
* Add live notification testsChocobozzz2020-11-092-1/+8
|
* Add save replay live testsChocobozzz2020-11-091-1/+7
|
* Add check constraints live testsChocobozzz2020-11-093-3/+10
|
* Begin live testsChocobozzz2020-11-093-6/+41
|
* Add max lives limitChocobozzz2020-11-091-0/+31
|
* Fix replay savingChocobozzz2020-11-092-2/+12
|
* Add ability to save live replayChocobozzz2020-11-091-1/+2
|
* SaveChocobozzz2020-11-091-4/+0
|