Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add tests for inputOptions and videoFilters in trancode plugins | Théo Le Calvar | 2021-04-09 | 2 | -2/+75 | |
| | ||||||
* | Add server plugin helpers | Chocobozzz | 2021-04-09 | 2 | -1/+39 | |
| | ||||||
* | Tests that show the bug. | John Livingston | 2021-04-09 | 5 | -0/+126 | |
| | ||||||
* | Add size info in db for actor images | Chocobozzz | 2021-04-08 | 1 | -0/+11 | |
| | ||||||
* | Update data in DB when regenerate thumbnails | Chocobozzz | 2021-04-08 | 1 | -9/+23 | |
| | ||||||
* | Fix static ffmpeg version check | Chocobozzz | 2021-04-08 | 1 | -2/+2 | |
| | ||||||
* | Add ability to update the banner | Chocobozzz | 2021-04-08 | 1 | -1/+3 | |
| | ||||||
* | Add banner tests | Chocobozzz | 2021-04-08 | 4 | -46/+110 | |
| | ||||||
* | Remove libxmljs in favour of pure JS implem | Chocobozzz | 2021-04-06 | 1 | -7/+10 | |
| | ||||||
* | Fix import tests | Chocobozzz | 2021-04-06 | 1 | -0/+0 | |
| | ||||||
* | Fix tests | Chocobozzz | 2021-04-05 | 8 | -2/+2 | |
| | ||||||
* | fix missing title attribute on <iframe> tag suggested for embedding (#3901) | Thavarasa Prasanth | 2021-03-31 | 1 | -3/+5 | |
| | | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901 | |||||
* | Add client action hooks for pubish pages | Chocobozzz | 2021-03-24 | 1 | -2/+1 | |
| | ||||||
* | Add server hooks for search endpoint | Chocobozzz | 2021-03-24 | 2 | -1/+85 | |
| | ||||||
* | Add filter hook to forbid embed access | Chocobozzz | 2021-03-24 | 2 | -2/+72 | |
| | ||||||
* | Add hooks support for video download | Chocobozzz | 2021-03-24 | 2 | -0/+89 | |
| | ||||||
* | Add regenrate thumbnails scripts | Chocobozzz | 2021-03-24 | 2 | -0/+111 | |
| | ||||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 3 | -7/+48 | |
| | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | |||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 3 | -1/+169 | |
| | ||||||
* | Fix AP security tests | Chocobozzz | 2021-03-24 | 1 | -9/+26 | |
| | ||||||
* | Fix 404 AP status codes | Chocobozzz | 2021-03-24 | 1 | -25/+48 | |
| | ||||||
* | Use got instead of request | Chocobozzz | 2021-03-24 | 3 | -29/+29 | |
| | ||||||
* | Fix mention notification with deleted comment | Chocobozzz | 2021-03-22 | 1 | -1/+1 | |
| | ||||||
* | Increase timeouts | Chocobozzz | 2021-03-04 | 1 | -2/+2 | |
| | ||||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 2 | -0/+284 | |
| | ||||||
* | Add a test for refreshing remote keys | Chocobozzz | 2021-02-26 | 1 | -7/+58 | |
| | ||||||
* | Add more AP stats to stats endpoint | Chocobozzz | 2021-02-26 | 1 | -0/+17 | |
| | | | | It will help to understand if the federation correctly works or not | |||||
* | Fix loading things twice on trending page | Chocobozzz | 2021-02-22 | 1 | -0/+2 | |
| | ||||||
* | Fix stats tests | Chocobozzz | 2021-02-19 | 3 | -5/+20 | |
| | ||||||
* | Fix tests | Chocobozzz | 2021-02-19 | 1 | -1/+11 | |
| | ||||||
* | Fix video comments display with deleted comments | Chocobozzz | 2021-02-19 | 1 | -18/+30 | |
| | ||||||
* | Try to speed up server tests | Chocobozzz | 2021-02-19 | 2 | -23/+36 | |
| | ||||||
* | Fix import tests | Chocobozzz | 2021-02-18 | 2 | -4/+6 | |
| | ||||||
* | Add ability to update torrents cache in client | Chocobozzz | 2021-02-18 | 2 | -0/+8 | |
| | ||||||
* | Add video files migration | Chocobozzz | 2021-02-18 | 1 | -1/+1 | |
| | ||||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 2 | -15/+3 | |
| | ||||||
* | Optimize remote image processing | Chocobozzz | 2021-02-16 | 4 | -0/+60 | |
| | ||||||
* | Remove previous thumbnail if needed | Chocobozzz | 2021-02-16 | 1 | -1/+1 | |
| | ||||||
* | Generate a name for caption files | Chocobozzz | 2021-02-16 | 2 | -18/+21 | |
| | ||||||
* | Increase logs test timeout | Chocobozzz | 2021-02-11 | 1 | -5/+7 | |
| | ||||||
* | Allow plugins to load a video by id | Chocobozzz | 2021-02-11 | 1 | -2/+7 | |
| | ||||||
* | Increase test timeout | Chocobozzz | 2021-02-08 | 1 | -1/+1 | |
| | ||||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 2 | -0/+8 | |
| | ||||||
* | add best trending strategy based on Reddit's best | Rigel Kent | 2021-02-04 | 3 | -2/+10 | |
| | | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet. | |||||
* | Fix hls tests | Chocobozzz | 2021-02-02 | 1 | -1/+1 | |
| | ||||||
* | Transcode audio uploads to lower resolutions | Chocobozzz | 2021-02-02 | 1 | -423/+519 | |
| | | | | Better consistency | |||||
* | Fix lint | Chocobozzz | 2021-02-01 | 1 | -4/+11 | |
| | ||||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 1 | -2/+12 | |
| | ||||||
* | Fix tests | Chocobozzz | 2021-02-01 | 2 | -38/+47 | |
| | ||||||
* | Fix redundancy with HLS only files | Chocobozzz | 2021-02-01 | 1 | -13/+77 | |
| |