aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Expand)AuthorAgeFilesLines
* Migrate server to ESMChocobozzz2023-08-1186-21152/+0
* Remove deprecated video query filterChocobozzz2023-07-281-1/+1
* Remove banner/avatar fields from channel/accountChocobozzz2023-07-283-29/+7
* Improve runner managementChocobozzz2023-07-271-8/+18
* Use typed pickChocobozzz2023-07-261-2/+1
* Fix fk error when generating storyboardChocobozzz2023-07-261-1/+1
* Implement replace file in server sideChocobozzz2023-07-215-23/+34
* Avoid duplicate runner namesChocobozzz2023-07-121-0/+12
* Migrate from webseed to web-videosChocobozzz2023-07-111-2/+2
* Rename "videos" config to "web-videos"Chocobozzz2023-07-111-2/+2
* Prefer web videos in favour of webtorrentChocobozzz2023-07-1111-66/+75
* Fix HLS playlist generation with 0 duration lengthChocobozzz2023-06-291-1/+1
* Support lazy download of remote video miniaturesChocobozzz2023-06-292-5/+9
* Support lazy download thumbnailsChocobozzz2023-06-292-0/+5
* Refactor video formatterChocobozzz2023-06-297-563/+611
* Delete storyboard file on video deletionChocobozzz2023-06-291-1/+2
* Add storyboard supportChocobozzz2023-06-294-27/+255
* Feature/password protected videos (#5836)Wicklow2023-06-293-5/+155
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-228-29/+112
* Prevent notification from pending subscriptionsChocobozzz2023-05-171-0/+1
* Provide public RTMP URL to runnersChocobozzz2023-05-161-2/+2
* Fix SQL queryChocobozzz2023-05-123-6/+6
* Set actor preferred name case insensitiveChocobozzz2023-05-115-44/+49
* Implement remote runner jobs in serverChocobozzz2023-05-097-22/+607
* Feature/filter already watched videos (#5739)Wicklow2023-04-122-2/+30
* Use hook inside the transactionChocobozzz2023-03-311-3/+5
* Feature/Add replay privacy (#5692)Wicklow2023-03-315-4/+146
* Add test on AP hooksChocobozzz2023-03-101-1/+1
* Add ability for plugins to alter video jsonldChocobozzz2023-03-103-6/+11
* Don't take db lives into account for video quotaChocobozzz2023-03-071-2/+2
* Fix dev instance following test instancesChocobozzz2023-02-171-3/+0
* Fix "unique viewers" inconsistency with countriesChocobozzz2023-02-151-5/+20
* Merge branch 'release/5.0.0' into developChocobozzz2023-01-191-1/+1
|\
| * Fix signup limitChocobozzz2023-01-191-1/+1
* | (breaking): Always list nsfw videos in playlistsChocobozzz2023-01-191-20/+19
* | Use unknown when category is not setChocobozzz2023-01-191-1/+1
* | Add missing url unique index in local video viewerChocobozzz2023-01-191-0/+4
* | Implement signup approval in serverChocobozzz2023-01-194-71/+361
* | Don't need a special comment sort functionChocobozzz2023-01-122-16/+2
* | Optimize again comments list sql queryChocobozzz2023-01-122-16/+31
* | Refactor model utilsChocobozzz2023-01-1045-392/+417
* | Fix comments SQL paginationChocobozzz2023-01-102-11/+2
* | Correctly fix buildChocobozzz2023-01-091-2/+2
* | Refactor table attributesChocobozzz2023-01-0911-136/+151
* | Merge branch 'feature/SO035' into developChocobozzz2023-01-091-1/+1
|\ \
| * | External auth can update user on loginChocobozzz2023-01-041-1/+1
| |/
* / Use raw sql for commentsChocobozzz2023-01-095-359/+592
|/
* Fix local channel statsChocobozzz2022-12-211-19/+18
* Fix overall viewers stats with start/end datesChocobozzz2022-11-241-45/+75
* Fix server lintChocobozzz2022-11-154-5/+5