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/+2 |
| | | | | | | | | | | | | | * 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 hooks support for video download | Chocobozzz | 2021-03-24 | 1 | -2/+11 |
| | |||||
* | Fix external on logout hook | Chocobozzz | 2021-03-24 | 1 | -2/+8 |
| | |||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 5 | -170/+324 |
| | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | ||||
* | Stricter email options typings | Chocobozzz | 2021-03-24 | 1 | -29/+24 |
| | |||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 7 | -5/+194 |
| | |||||
* | Fix AP security tests | Chocobozzz | 2021-03-24 | 1 | -3/+3 |
| | |||||
* | Don't skip all threads on AP fetcher error | Chocobozzz | 2021-03-24 | 1 | -2/+6 |
| | |||||
* | Fix 404 AP status codes | Chocobozzz | 2021-03-24 | 4 | -50/+57 |
| | |||||
* | Use got instead of request | Chocobozzz | 2021-03-24 | 17 | -162/+108 |
| | |||||
* | Refactor a little bit AP validators | Chocobozzz | 2021-03-24 | 1 | -3/+6 |
| | |||||
* | Introduce tags to the logger | Chocobozzz | 2021-03-24 | 3 | -15/+24 |
| | | | | | That could help to filter unneeded logs and/or select particular components | ||||
* | Fix moderation notification | Chocobozzz | 2021-03-04 | 1 | -4/+7 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2021-03-03 | 1 | -1/+1 |
| | |||||
* | Fix emptying video tags | Chocobozzz | 2021-03-03 | 2 | -12/+8 |
| | |||||
* | Don't create another uneeded preview placeholder | Chocobozzz | 2021-03-03 | 1 | -10/+19 |
| | |||||
* | Rename request timeout | Chocobozzz | 2021-03-03 | 3 | -11/+11 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 4 | -5/+209 |
| | |||||
* | Fix broken local actors | Chocobozzz | 2021-02-26 | 4 | -16/+37 |
| | | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons | ||||
* | More robust channel change federation | Chocobozzz | 2021-02-26 | 2 | -5/+18 |
| | |||||
* | Add more AP stats to stats endpoint | Chocobozzz | 2021-02-26 | 3 | -18/+91 |
| | | | | It will help to understand if the federation correctly works or not | ||||
* | Fix preview upload with capitalized ext | Chocobozzz | 2021-02-26 | 1 | -1/+1 |
| | |||||
* | Fix process abuse transactions | Chocobozzz | 2021-02-25 | 2 | -14/+13 |
| | |||||
* | Add refresh_token_expires_in to oauth res | Chocobozzz | 2021-02-25 | 2 | -2/+11 |
| | |||||
* | Correctly wait transcoding before federating | Chocobozzz | 2021-02-22 | 1 | -16/+22 |
| | |||||
* | Fix sending accept to old follows | Chocobozzz | 2021-02-19 | 1 | -0/+7 |
| | |||||
* | Try to speed up server tests | Chocobozzz | 2021-02-19 | 1 | -1/+5 |
| | |||||
* | Fix import tests | Chocobozzz | 2021-02-18 | 2 | -3/+3 |
| | |||||
* | Cleanup | Chocobozzz | 2021-02-18 | 4 | -5/+5 |
| | |||||
* | Add ability to update torrents cache in client | Chocobozzz | 2021-02-18 | 1 | -2/+1 |
| | |||||
* | Don't guess remote tracker URL | Chocobozzz | 2021-02-18 | 3 | -12/+68 |
| | |||||
* | Add video files migration | Chocobozzz | 2021-02-18 | 2 | -21/+17 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 12 | -72/+194 |
| | |||||
* | Optimize remote image processing | Chocobozzz | 2021-02-16 | 1 | -2/+1 |
| | |||||
* | Optimize remote thumbnail processing | Chocobozzz | 2021-02-16 | 1 | -2/+15 |
| | |||||
* | Remove previous thumbnail if needed | Chocobozzz | 2021-02-16 | 6 | -96/+196 |
| | |||||
* | Generate a name for caption files | Chocobozzz | 2021-02-16 | 5 | -24/+33 |
| | |||||
* | Generate a name for thumbnails | Chocobozzz | 2021-02-16 | 3 | -17/+34 |
| | | | | Allows aggressive caching | ||||
* | Remove old code | Chocobozzz | 2021-02-12 | 1 | -6/+4 |
| | | | | We consider Dislike as a classic activity now | ||||
* | Guess if we need to generate the thumbnail for imports | Chocobozzz | 2021-02-12 | 1 | -15/+6 |
| | |||||
* | Allow plugins to load a video by id | Chocobozzz | 2021-02-11 | 1 | -0/+4 |
| | |||||
* | Painfully debug concurrent import jobs | Chocobozzz | 2021-02-09 | 1 | -22/+41 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 3 | -24/+36 |
| | |||||
* | Update server dependencies | Chocobozzz | 2021-02-03 | 4 | -3/+4 |
| | |||||
* | Fix HLS generation after import script | Chocobozzz | 2021-02-02 | 3 | -4/+15 |
| | |||||
* | Transcode HLS playlists in a tmp directory | Chocobozzz | 2021-02-02 | 1 | -5/+22 |
| | |||||
* | Transcode audio uploads to lower resolutions | Chocobozzz | 2021-02-02 | 1 | -0/+2 |
| | | | | Better consistency | ||||
* | Purge entire video from redundancy | Chocobozzz | 2021-02-02 | 1 | -1/+9 |
| | |||||
* | Correctly remove torrents with HLS only | Chocobozzz | 2021-02-01 | 1 | -0/+1 |
| | |||||
* | Check banned status for external auths | Chocobozzz | 2021-02-01 | 1 | -1/+7 |
| |