aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-113-0/+6
* Add logs endpointChocobozzz2019-04-103-0/+44
* Add ability to disable trackerChocobozzz2019-04-101-0/+4
* Add check params account ratings testsChocobozzz2019-04-091-1/+4
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-094-1/+24
* Add notification on new instance follower (server side)Chocobozzz2019-04-083-2/+38
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-083-7/+32
* Add ability to forbid followersChocobozzz2019-04-082-0/+11
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-2/+11
* 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-029-17/+84
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
* Refresh playlistsChocobozzz2019-03-192-1/+10
* Add playlist updatedAt testsChocobozzz2019-03-181-2/+4
* Add videos playlist exist testsChocobozzz2019-03-181-1/+15
* 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-183-2/+21
* Refactor video playlist middlewaresChocobozzz2019-03-181-1/+0
* Add playlist rest testsChocobozzz2019-03-189-13/+176
* Add playlist check param testsChocobozzz2019-03-185-19/+24
* Playlist server APIChocobozzz2019-03-1819-61/+373
* Add request body limitChocobozzz2019-02-211-0/+5
* Add NSFW info in about pageChocobozzz2019-02-211-2/+20
* Add isNSFW instance configuration keyChocobozzz2019-02-203-0/+3
* remove duplicate uploadVideo.originallyPublishedAtJosh Morel2019-02-131-3/+0
* Refractor published date on video importChocobozzz2019-02-121-1/+0
* Import original publication date (CLI)Andrés Maldonado2019-02-121-0/+5
* Import original publication date (web UI)Andrés Maldonado2019-02-121-0/+1
* Add search by original publication dateAndrés Maldonado2019-02-121-0/+3
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-0/+12
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-1128-60/+248
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1178-37/+4089
| |\
| | * Cleanup reset user password by adminChocobozzz2019-02-112-0/+3
| | * Use a single file instead of segments for HLSChocobozzz2019-02-113-7/+42
| | * Add hls support on serverChocobozzz2019-02-1113-29/+125
| | * Fix testsChocobozzz2019-01-211-1/+1
| | * Add server host in notification account fieldChocobozzz2019-01-212-0/+2
| | * Fix testsChocobozzz2019-01-171-1/+5
| | * Refactor how we use iconsChocobozzz2019-01-173-20/+16
| | * Prepare Dislike/Flag/View fixesChocobozzz2019-01-152-5/+27
| | * Add totalLocalVideoFilesSize in statsChocobozzz2019-01-151-0/+1
| | * WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-141-0/+6
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-104-2/+15
| * | 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-107-0/+54