aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models
Commit message (Collapse)AuthorAgeFilesLines
* Add permanent live supportChocobozzz2020-12-034-0/+4
|
* :sparkles: Add input-password #3375madmath032020-11-301-1/+1
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-0/+5
|
* Support encoding profilesChocobozzz2020-11-251-1/+1
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+1
|
* Implement video comment list in adminChocobozzz2020-11-132-0/+21
|
* Remove deprecated abuse apiChocobozzz2020-11-102-20/+0
|
* Add live server hooksChocobozzz2020-11-091-1/+5
|
* Add check constraints live testsChocobozzz2020-11-091-2/+3
|
* Begin live testsChocobozzz2020-11-093-2/+5
|
* Add check params live testsChocobozzz2020-11-091-0/+3
|
* Add max lives limitChocobozzz2020-11-093-1/+8
|
* Add ability to save live replayChocobozzz2020-11-094-0/+11
|
* Check live duration and sizeChocobozzz2020-11-092-0/+6
|
* Add watch messages if live has not startedChocobozzz2020-11-096-2/+17
|
* Handle live federationChocobozzz2020-11-092-4/+7
|
* Live streaming implementation first stepChocobozzz2020-11-098-12/+42
|
* Fix VideoStreamingPlaylist modelChocobozzz2020-08-271-1/+1
|
* Don't use @shared in modelsChocobozzz2020-08-277-9/+10
| | | | So other projects can use them
* Add redirection on unavailable video due to follow constraintsChocobozzz2020-08-262-0/+4
|
* Add ability to set a description to dynamic fieldsChocobozzz2020-08-211-0/+2
|
* Add ability to set custom field to video formChocobozzz2020-08-217-8/+23
|
* Support plugin hooks in embedChocobozzz2020-08-202-2/+8
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-0/+1
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Make channelName optionnal only for the APIkimsible2020-08-111-1/+1
|
* Add channelName to user-create server-side and modelskimsible2020-08-111-0/+1
|
* Add ability to share playlists in modalChocobozzz2020-08-071-0/+2
|
* Reorganize shared modelsChocobozzz2020-08-0722-174/+18
|
* Upgrade to angular 10Chocobozzz2020-08-075-24/+15
|
* Add abuse messages/states notificationsChocobozzz2020-07-312-5/+18
|
* Add abuse messages management in my accountChocobozzz2020-07-311-1/+1
|
* Add abuse message management in adminChocobozzz2020-07-311-0/+1
|
* Add server API to abuse messagesChocobozzz2020-07-313-5/+24
|
* Add ability to report accountChocobozzz2020-07-102-2/+4
|
* Add ability to report comments in front endChocobozzz2020-07-101-0/+1
|
* Add new abuses testsChocobozzz2020-07-101-1/+1
|
* Use raw sql for abusesChocobozzz2020-07-101-9/+9
|
* Add migrationsChocobozzz2020-07-103-11/+25
|
* Implement abuses check paramsChocobozzz2020-07-105-4/+16
|
* Use 3 tables to represent abusesChocobozzz2020-07-1026-110/+157
|
* ar to ar-001 localeChocobozzz2020-07-021-2/+2
|
* fix change ownership typingRigel Kent2020-06-281-6/+2
|
* Lazy load all routesChocobozzz2020-06-231-0/+1
|
* Reorganize client shared modulesChocobozzz2020-06-2319-94/+108
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-227-3/+62
| | | | | - 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-181-1/+1
|
* More robust max bitrate calculationChocobozzz2020-06-171-31/+34
|
* Add videos count in channels listChocobozzz2020-06-161-0/+2
|
* preserve original variable names server-sideRigel Kent2020-06-105-9/+9
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-105-9/+9
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790