aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Refresh playlistsChocobozzz2019-03-1911-58/+205
|
* Increase refresh interval to 2 daysChocobozzz2019-03-191-2/+2
|
* Only create refresh job if neededChocobozzz2019-03-191-2/+1
|
* Cleanup tmp directory at startupChocobozzz2019-03-192-2/+11
|
* Cleanup express locals typingsChocobozzz2019-03-1944-229/+269
|
* Better AP route checkerChocobozzz2019-03-192-62/+76
|
* Does existChocobozzz2019-03-1928-133/+132
|
* Handle theater mode for playlistsChocobozzz2019-03-181-2/+2
|
* Fix unit testsChocobozzz2019-03-182-7/+17
|
* Forbid public playlists not assigned to a channelChocobozzz2019-03-182-13/+62
|
* Add playlist updatedAt testsChocobozzz2019-03-182-4/+35
|
* Fix videos list for api SQL requestChocobozzz2019-03-181-3/+4
|
* Add videos playlist exist testsChocobozzz2019-03-188-13/+99
|
* Playlist reorder supportChocobozzz2019-03-182-4/+11
|
* Add to playlist dropdownChocobozzz2019-03-187-16/+125
|
* Add/update/delete/list my playlistsChocobozzz2019-03-182-1/+2
|
* Add server migrationsChocobozzz2019-03-184-3/+105
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-1810-24/+31
|
* Refactor video playlist middlewaresChocobozzz2019-03-186-31/+44
|
* 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
| | | |