aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Translate copy magnet URIChocobozzz2019-02-151-0/+1
|
* Bumped to version v1.2.1Chocobozzz2019-02-153-3/+3
|
* Update changelogChocobozzz2019-02-151-0/+12
|
* Fix mention helper testChocobozzz2019-02-151-0/+2
|
* Fix from header in contact formChocobozzz2019-02-154-9/+25
|
* Fix too long name in menuChocobozzz2019-02-152-4/+7
|
* Fix mention notification with a remote accountChocobozzz2019-02-153-15/+41
|
* Fix moderators that cannot access the muted servers tableChocobozzz2019-02-151-1/+1
|
* Don't crash on error in notification popupChocobozzz2019-02-151-67/+73
|
* Error on invalid password in reset password scriptChocobozzz2019-02-151-0/+6
|
* remove duplicate uploadVideo.originallyPublishedAtJosh Morel2019-02-131-3/+0
| | | | duplicate was appending as array to form-data
* Refractor published date on video importChocobozzz2019-02-125-10/+30
|
* Import original publication date (CLI)Andrés Maldonado2019-02-123-2/+10
| | | | | * 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-123-2/+9
| | | | Import original publication date when importing a video from YouTube in the web UI
* Add search by original publication dateAndrés Maldonado2019-02-127-2/+163
|
* HLS is only supported by ffmpeg 4Chocobozzz2019-02-124-9/+33
| | | | Because of https://github.com/FFmpeg/FFmpeg/commit/c8f625f52998faa9bf0fe22701f1684e51edfc07
* Update year to 2019 (#1623)Lint2019-02-121-1/+1
| | | | | | * Update year to 2019 * Update copyright year to 2015-2019
* Fix negative seconds by displaying 0 instead (#1445) (#1625)zacharystenger2019-02-121-1/+1
| | | | | | * Fix from-now.pipe.ts so it never displays negative seconds * Apply the fix only when returning seconds. Remove redundant Math.floor operation
* Add originallyPublishedAt unit testsChocobozzz2019-02-118-8/+49
|
* Move original publication date in advanced settingsChocobozzz2019-02-114-57/+55
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-11387-9936/+18225
|\
| * Move enabled download/comments in advanced tabChocobozzz2019-02-111-10/+10
| |
| * Update migration version for download enabledChocobozzz2019-02-112-1/+1
| |
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-11888-32883/+54077
| |\
| | * Add ffmpeg version in config for hls transcodingChocobozzz2019-02-112-0/+2
| | |
| | * 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-1118-85/+97
| | | | | | | | | | | | | | | | And add some tests
| | * | cleanup and remove paramSubsRigel Kent2019-02-113-10/+9
| | | |
| | * | move user-password to Input decoratorRigel Kent2019-02-112-11/+3
| | | |
| | * | remove isAdministrationRigel Kent2019-02-115-20/+8
| | | |
| | * | allow administration to change/reset a user's passwordRigel Kent2019-02-1113-4/+217
| | | |
| | * | Fix client with google botChocobozzz2019-02-114-596/+648
| | | |
| | * | Add player mode in watch/embed urlsChocobozzz2019-02-113-12/+14
| | | |
| | * | Use a single file instead of segments for HLSChocobozzz2019-02-1116-145/+188
| | | |
| | * | Fallback HLS to webtorrentChocobozzz2019-02-115-19/+78
| | | |
| | * | Add hls support on serverChocobozzz2019-02-1181-385/+1978
| | | |
| | * | Add lazy loading in playerChocobozzz2019-02-114-12/+25
| | | |
| | * | Correctly implement p2p-media-loaderChocobozzz2019-02-1112-60/+240
| | | |
| | * | Refractor videojs playerChocobozzz2019-02-1124-722/+1065
| | | | | | | | | | | | | | | | Add fake p2p-media-loader plugin
| | * | Nginx config file: remove text/html from gzip_typesBenjamin Bouvier2019-02-111-1/+1
| | | | | | | | | | | | As stated by https://nginx.org/en/docs/http/ngx_http_gzip_module.html, text/html is always part of the gzip_types. This removes a warning when checking the Nginx configuration files.
| | * | 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
| | * | Merge branch 'release/v1.2.0' into developChocobozzz2019-02-064-4/+9
| | |\ \
| | | * | Bumped to version v1.2.0v1.2.0Chocobozzz2019-02-063-3/+3
| | | | |
| | | * | Update changelogChocobozzz2019-02-061-1/+6
| | | | |
| | * | | Add meta tag to embed.htmlbuoyantair2019-01-311-0/+1
| | | | |
| | * | | Add meta tag to index.htmlbuoyantair2019-01-311-1/+1
| | |/ /
| | * | Support socket.io in nginx templateChocobozzz2019-01-291-0/+12
| | | |