Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix missing title attribute on <iframe> tag suggested for embedding (#3901) | Thavarasa Prasanth | 2021-03-31 | 1 | -1/+3 | |
| | | | | | | | | | | | | | * 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 server hooks for search endpoint | Chocobozzz | 2021-03-24 | 1 | -11/+26 | |
| | ||||||
* | Add filter hook to forbid embed access | Chocobozzz | 2021-03-24 | 2 | -1/+29 | |
| | ||||||
* | Add hooks support for video download | Chocobozzz | 2021-03-24 | 1 | -11/+74 | |
| | ||||||
* | Fix external on logout hook | Chocobozzz | 2021-03-24 | 1 | -1/+1 | |
| | ||||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 3 | -19/+75 | |
| | | | | | 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 | 1 | -1/+3 | |
| | ||||||
* | Fix index search | Chocobozzz | 2021-03-24 | 1 | -2/+2 | |
| | ||||||
* | Bigger video thumbnails for feeds | Chocobozzz | 2021-03-24 | 1 | -5/+5 | |
| | ||||||
* | Fix request body limit | Chocobozzz | 2021-03-24 | 1 | -1/+0 | |
| | ||||||
* | Add jobs tag to logger | Chocobozzz | 2021-03-24 | 1 | -2/+2 | |
| | ||||||
* | Use got instead of request | Chocobozzz | 2021-03-24 | 1 | -5/+5 | |
| | ||||||
* | Introduce tags to the logger | Chocobozzz | 2021-03-24 | 1 | -5/+6 | |
| | | | | | That could help to filter unneeded logs and/or select particular components | |||||
* | Fix emptying video tags | Chocobozzz | 2021-03-03 | 1 | -6/+7 | |
| | ||||||
* | Fix broken local actors | Chocobozzz | 2021-02-26 | 2 | -5/+4 | |
| | | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons | |||||
* | Async torrent creation | Chocobozzz | 2021-02-25 | 1 | -7/+31 | |
| | ||||||
* | Fix tests | Chocobozzz | 2021-02-19 | 1 | -2/+1 | |
| | ||||||
* | Fix thread replies API response | Chocobozzz | 2021-02-19 | 1 | -2/+0 | |
| | ||||||
* | Optimize rate endpoint | Chocobozzz | 2021-02-19 | 1 | -0/+3 | |
| | ||||||
* | Fix video comments display with deleted comments | Chocobozzz | 2021-02-19 | 1 | -3/+10 | |
| | ||||||
* | Try to speed up server tests | Chocobozzz | 2021-02-19 | 2 | -3/+8 | |
| | ||||||
* | Fix import tests | Chocobozzz | 2021-02-18 | 1 | -0/+1 | |
| | ||||||
* | Cleanup | Chocobozzz | 2021-02-18 | 2 | -1/+2 | |
| | ||||||
* | Fix feeds | Chocobozzz | 2021-02-18 | 1 | -1/+1 | |
| | ||||||
* | Add ability to update torrents cache in client | Chocobozzz | 2021-02-18 | 1 | -0/+3 | |
| | ||||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 5 | -92/+105 | |
| | ||||||
* | Remove previous thumbnail if needed | Chocobozzz | 2021-02-16 | 3 | -8/+23 | |
| | ||||||
* | Generate a name for caption files | Chocobozzz | 2021-02-16 | 3 | -36/+31 | |
| | ||||||
* | Generate a name for thumbnails | Chocobozzz | 2021-02-16 | 2 | -17/+16 | |
| | | | | Allows aggressive caching | |||||
* | Remove deprecated static routes | Chocobozzz | 2021-02-16 | 1 | -19/+0 | |
| | ||||||
* | Guess if we need to generate the thumbnail for imports | Chocobozzz | 2021-02-12 | 1 | -2/+0 | |
| | ||||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 1 | -0/+2 | |
| | ||||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 1 | -0/+1 | |
| | ||||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 1 | -2/+9 | |
| | ||||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 1 | -13/+13 | |
| | ||||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 1 | -2/+16 | |
| | ||||||
* | Allow webp image uploads | Chocobozzz | 2021-01-26 | 2 | -6/+6 | |
| | ||||||
* | Add priority to transcoding jobs | Chocobozzz | 2021-01-25 | 2 | -4/+4 | |
| | | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days | |||||
* | Support progress for ffmpeg tasks | Chocobozzz | 2021-01-21 | 1 | -9/+4 | |
| | ||||||
* | Add user video list hooks | Chocobozzz | 2021-01-20 | 1 | -7/+15 | |
| | ||||||
* | Serve AP objects for default account/channel pages | Chocobozzz | 2021-01-20 | 1 | -2/+4 | |
| | ||||||
* | Fix (again) youtube import | Chocobozzz | 2021-01-19 | 1 | -2/+1 | |
| | ||||||
* | Allow users/visitors to search through an account's videos (#3589) | Rigel Kent | 2021-01-19 | 1 | -1/+2 | |
| | | | | | | | * WIP: account search * add search to account view * add tests for account search | |||||
* | Fix manifest | Chocobozzz | 2021-01-19 | 1 | -1/+1 | |
| | ||||||
* | Fix lint | Chocobozzz | 2021-01-18 | 1 | -1/+1 | |
| | ||||||
* | Fix service worker | Chocobozzz | 2021-01-18 | 1 | -17/+4 | |
| | ||||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 3 | -18/+9 | |
| | | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors | |||||
* | Implement remote interaction | Chocobozzz | 2021-01-15 | 1 | -0/+5 | |
| | ||||||
* | Remove unused tracker param | Chocobozzz | 2021-01-15 | 1 | -1/+0 | |
| | ||||||
* | Allow user to search through their watch history (#3576) | Rigel Kent | 2021-01-13 | 1 | -1/+3 | |
| | | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts |