aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models
Commit message (Collapse)AuthorAgeFilesLines
* Add 4k conf in transcoding in admin panelChocobozzz2019-06-121-0/+1
|
* Handle email update on serverChocobozzz2019-06-111-0/+1
|
* Improve video REST documentationChocobozzz2019-06-111-2/+1
|
* Improve registrationChocobozzz2019-06-071-0/+2
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Add ability to unpublish video/playlistChocobozzz2019-06-061-2/+2
|
* Improve 4K video quality after transcodingChocobozzz2019-06-061-3/+7
|
* Server: Bulk update videos support fieldChocobozzz2019-05-311-1/+3
|
* Remove unused actor uuid fieldChocobozzz2019-05-314-4/+0
|
* Add ability to specify channel on registrationChocobozzz2019-05-281-0/+10
|
* Add audio support in uploadChocobozzz2019-05-161-0/+1
|
* Add japanese supportChocobozzz2019-05-131-0/+1
|
* Upgrade sequelizeChocobozzz2019-04-241-1/+1
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-242-1/+5
|
* Add user adminFlagsChocobozzz2019-04-154-0/+13
|
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-113-0/+6
|
* Add logs endpointChocobozzz2019-04-102-0/+3
|
* Add ability to disable trackerChocobozzz2019-04-101-0/+4
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-092-0/+8
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Add notification on new instance follower (server side)Chocobozzz2019-04-082-1/+7
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-081-1/+2
|
* Add ability to forbid followersChocobozzz2019-04-081-0/+6
|
* Add Nederlands and Português (Portugal)Chocobozzz2019-04-032-23/+27
|
* tslint updateChocobozzz2019-04-021-21/+21
|
* add quarantine videos feature (#1637)Josh Morel2019-04-025-12/+30
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
|
* Playlist reorder supportChocobozzz2019-03-181-0/+5
|
* Playlist videos componentChocobozzz2019-03-181-5/+7
|
* Add to playlist dropdownChocobozzz2019-03-181-0/+7
|
* Add/update/delete/list my playlistsChocobozzz2019-03-182-2/+9
|
* Add playlist rest testsChocobozzz2019-03-183-0/+10
|
* Add playlist check param testsChocobozzz2019-03-183-4/+6
|
* Playlist server APIChocobozzz2019-03-1816-28/+132
|
* Add isNSFW instance configuration keyChocobozzz2019-02-202-0/+2
|
* Import original publication date (web UI)Andrés Maldonado2019-02-121-0/+1
| | | | Import original publication date when importing a video from YouTube in the web UI
* Add search by original publication dateAndrés Maldonado2019-02-121-0/+3
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-1119-50/+135
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1137-37/+380
| |\
| | * Cleanup reset user password by adminChocobozzz2019-02-111-0/+1
| | | | | | | | | | | | And add some tests
| | * Use a single file instead of segments for HLSChocobozzz2019-02-111-1/+4
| | |
| | * Add hls support on serverChocobozzz2019-02-117-23/+72
| | |
| | * Add server host in notification account fieldChocobozzz2019-01-211-0/+1
| | |
| | * Refactor how we use iconsChocobozzz2019-01-173-20/+16
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| | * Prepare Dislike/Flag/View fixesChocobozzz2019-01-152-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
| | * Add totalLocalVideoFilesSize in statsChocobozzz2019-01-151-0/+1
| | |
| | * WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-102-0/+2
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-084-4/+4
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-064-1/+5
| | |
* | | Change modelsclementbrizard2019-01-124-0/+4
| |/ |/|
* | Implement contact form on server sideChocobozzz2019-01-104-0/+19
| |