aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add playlist rest testsChocobozzz2019-03-1826-669/+1235
|
* Add playlist check param testsChocobozzz2019-03-1811-46/+859
|
* Playlist server APIChocobozzz2019-03-1843-164/+2384
|
* Add request body limitChocobozzz2019-02-214-5/+88
|
* BREAKING: update CSP configurationChocobozzz2019-02-214-7/+16
| | | | Disable it by default and add ability to specify a custom report uri
* Add NSFW info in about pageChocobozzz2019-02-213-1/+7
|
* findById -> findByPkChocobozzz2019-02-2113-16/+16
|
* Upgrade server dependenciesChocobozzz2019-02-212-5/+3
|
* Improve channel and account SEOChocobozzz2019-02-217-28/+89
|
* Create send email typeChocobozzz2019-02-202-10/+13
| | | | Instead of using email job handler payload type
* Add isNSFW instance configuration keyChocobozzz2019-02-205-5/+12
|
* Increase thumbnails sizeChocobozzz2019-02-201-2/+2
|
* check email enabled for requiresEmailVer configJosh Morel2019-02-183-2/+39
|
* Lazy import some modulesChocobozzz2019-02-151-3/+6
|
* Try to fix travis testsChocobozzz2019-02-151-1/+5
|
* Fix mention helper testChocobozzz2019-02-151-0/+2
|
* Fix from header in contact formChocobozzz2019-02-154-9/+25
|
* Fix mention notification with a remote accountChocobozzz2019-02-153-15/+41
|
* Refractor published date on video importChocobozzz2019-02-124-9/+30
|
* Import original publication date (CLI)Andrés Maldonado2019-02-122-2/+5
| | | | | * Import original publication date when importing a video from YouTube using the CLI * Fix lint issues
* Import original publication date (web UI)Andrés Maldonado2019-02-122-2/+8
| | | | Import original publication date when importing a video from YouTube in the web UI
* Add search by original publication dateAndrés Maldonado2019-02-123-1/+82
|
* HLS is only supported by ffmpeg 4Chocobozzz2019-02-121-3/+26
| | | | Because of https://github.com/FFmpeg/FFmpeg/commit/c8f625f52998faa9bf0fe22701f1684e51edfc07
* Add originallyPublishedAt unit testsChocobozzz2019-02-117-8/+37
|
* Move original publication date in advanced settingsChocobozzz2019-02-111-11/+5
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-11112-1750/+3046
|\
| * Update migration version for download enabledChocobozzz2019-02-112-1/+1
| |
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-11336-5205/+13823
| |\
| | * Fix reverse proxy testChocobozzz2019-02-111-1/+1
| | |
| | * Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-119-90/+139
| | |\
| | | * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-159-89/+138
| | | |
| | * | Cleanup reset user password by adminChocobozzz2019-02-117-29/+51
| | | | | | | | | | | | | | | | And add some tests
| | * | allow administration to change/reset a user's passwordRigel Kent2019-02-112-0/+17
| | | |
| | * | Add player mode in watch/embed urlsChocobozzz2019-02-111-1/+1
| | | |
| | * | Use a single file instead of segments for HLSChocobozzz2019-02-119-70/+132
| | | |
| | * | Add hls support on serverChocobozzz2019-02-1139-272/+1452
| | | |
| | * | Refractor videojs playerChocobozzz2019-02-111-1/+1
| | | | | | | | | | | | | | | | Add fake p2p-media-loader plugin
| | * | remove .only from notifications testsJosh Morel2019-02-071-1/+1
| | | |
| | * | don't notify prior to scheduled updateJosh Morel2019-02-072-4/+44
| | | | | | | | | | | | | | | | also increase timeouts on user-notification test
| | * | fix typo in test accounts api validatorsJosh Morel2019-01-281-1/+1
| | | |
| | * | Try to fix Mac video uploadChocobozzz2019-01-242-3/+5
| | | |
| | * | Youtube DL update every 24 hoursChocobozzz2019-01-211-1/+1
| | | |
| | * | Fix testsChocobozzz2019-01-211-1/+1
| | | |
| | * | Add server host in notification account fieldChocobozzz2019-01-211-1/+14
| | | |
| | * | Prefer avg_frame_rate to fetch video FPSChocobozzz2019-01-171-1/+1
| | | |
| | * | Refactor how we use iconsChocobozzz2019-01-171-38/+120
| | |/ | | | | | | | | | Inject them in an angular component so we can easily change their color
| | * Prepare Dislike/Flag/View fixesChocobozzz2019-01-1528-750/+303
| | | | | | | | | | | | | | | | | | | | | | | | 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-154-4/+28
| | |
| | * Increase abuse length to 3000Chocobozzz2019-01-144-22/+46
| | | | | | | | | | | | And correctly handle new lines
| | * Fix deleting not found remote actorsChocobozzz2019-01-141-3/+8
| | |