aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
* Add max lives limitChocobozzz2020-11-091-0/+31
|
* Fix replay savingChocobozzz2020-11-091-0/+10
|
* Add ability to save live replayChocobozzz2020-11-091-1/+2
|
* SaveChocobozzz2020-11-091-4/+0
|
* Check live duration and sizeChocobozzz2020-11-091-1/+9
|
* Add watch messages if live has not startedChocobozzz2020-11-093-4/+45
|
* Handle live federationChocobozzz2020-11-092-4/+5
|
* Live streaming implementation first stepChocobozzz2020-11-095-3/+86
|
* Fix lintChocobozzz2020-08-241-3/+1
|
* Remove debug logsChocobozzz2020-08-241-4/+0
|
* Fix RSS feed when HLS only is enabledChocobozzz2020-08-243-10/+84
|
* Add ability to set custom field to video formChocobozzz2020-08-211-1/+4
|
* Optimize comment RSS sql queryChocobozzz2020-08-201-14/+15
|
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-12/+9
|
* Add ability to share playlists in modalChocobozzz2020-08-071-0/+1
|
* Handle playlist oembedChocobozzz2020-08-071-0/+4
|
* Add abuse messages/states notificationsChocobozzz2020-07-311-1/+1
|
* Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵Kim2020-07-311-0/+4
| | | | | | | | | | | | | | | | | playlists urls (#2996) * Add open-graph and twitter-card metas to accounts and video-channels * Add open-graph and twitter-card to video-playlists watch view * Refactor meta-tags creation server-side * Add client.ts tests for account, channel and playlist tags * Correct lint forbidden spaces * Correct test regression on client.ts Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* harmonize search for librariesRigel Kent2020-07-291-4/+20
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-5/+14
| | | | statuses
* Add ability to report comments in front endChocobozzz2020-07-101-1/+1
|
* Add new abuses testsChocobozzz2020-07-101-41/+1
|
* Use raw sql for abusesChocobozzz2020-07-101-2/+2
|
* Add migrationsChocobozzz2020-07-101-1/+2
|
* Implement abuses check paramsChocobozzz2020-07-102-3/+66
|
* Use 3 tables to represent abusesChocobozzz2020-07-102-521/+42
|
* allow muting from the miniature optionsRigel Kent2020-06-281-4/+4
| | | | initial implementation with a listing refresh except on search results
* align ownership change video list table with moderation tablesRigel Kent2020-06-281-7/+3
|
* allow limiting video-comments rss feeds to an account or video channelRigel Kent2020-06-271-7/+27
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-3/+61
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Split types and typingsChocobozzz2020-06-1818-27/+27
|
* Update server dependenciesChocobozzz2020-06-172-3/+2
|
* Add videos count in channels listChocobozzz2020-06-162-11/+23
|
* Fix video view filenameChocobozzz2020-06-152-1/+1
|
* Optimize views per day in video channelsChocobozzz2020-06-121-15/+11
|
* Fix video follow SQLChocobozzz2020-06-102-3/+5
|
* Fix video comments feed SQL queryChocobozzz2020-06-092-2/+7
|
* Add AP icons breaking changeChocobozzz2020-06-041-16/+6
|
* Send complete video description in AP messagesChocobozzz2020-06-041-1/+1
|
* Sort AP files by resolution descChocobozzz2020-06-041-7/+11
|
* Make federation of unlisted videos an instance-level server preference (#2802)Levi Bard2020-06-031-12/+4
| | | | | | | | | | | * Add preference for federating unlisted videos * Connect unlisted video federation with new preference * Apply pull request feedback * Fix lint issues * Remove preference for federating unlisted videos from web admin interface
* Block comments from muted accounts/serversChocobozzz2020-05-292-21/+57
| | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
* Fix comments deleted displayChocobozzz2020-05-291-10/+42
|
* Add ability to bulk delete commentsChocobozzz2020-05-291-14/+53
|
* Add missing channel playlists AP endpointChocobozzz2020-05-131-5/+15
|
* Use video abuse filters on client sideChocobozzz2020-05-071-60/+67
|
* Fix comments feed with musted accountsChocobozzz2020-05-061-2/+9
|
* parseQueryStringFilter cleanupChocobozzz2020-05-061-8/+10
|
* Fix HLS audio only transcodingChocobozzz2020-05-051-1/+1
|
* Sort outbox by desc created at orderChocobozzz2020-05-051-1/+1
|