Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add banners support | Chocobozzz | 2021-04-08 | 30 | -236/+385 |
| | |||||
* | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 20 | -112/+149 |
| | |||||
* | Fix tests | Chocobozzz | 2021-04-08 | 1 | -1/+8 |
| | |||||
* | Remove libxmljs in favour of pure JS implem | Chocobozzz | 2021-04-06 | 1 | -7/+10 |
| | |||||
* | add sort select to my videos, change default sort to -publishedAt | Rigel Kent | 2021-04-06 | 1 | -0/+8 |
| | | | | fixes #3779 | ||||
* | Fix import tests | Chocobozzz | 2021-04-06 | 1 | -0/+0 |
| | |||||
* | Fix tests | Chocobozzz | 2021-04-05 | 8 | -2/+2 |
| | |||||
* | Increase thumbnail size on server | Chocobozzz | 2021-04-05 | 1 | -2/+2 |
| | |||||
* | fix missing title attribute on <iframe> tag suggested for embedding (#3901) | Thavarasa Prasanth | 2021-03-31 | 4 | -24/+10 |
| | | | | | | | | | | | | | * 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 | 3 | -12/+111 |
| | |||||
* | Add filter hook to forbid embed access | Chocobozzz | 2021-03-24 | 5 | -4/+102 |
| | |||||
* | Add hooks support for video download | Chocobozzz | 2021-03-24 | 4 | -13/+174 |
| | |||||
* | Fix external on logout hook | Chocobozzz | 2021-03-24 | 2 | -3/+9 |
| | |||||
* | Add regenrate thumbnails scripts | Chocobozzz | 2021-03-24 | 2 | -0/+111 |
| | |||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 19 | -238/+471 |
| | | | | | 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 | 26 | -21/+598 |
| | |||||
* | Reduce bundle size using a const enum | Chocobozzz | 2021-03-24 | 1 | -3/+2 |
| | |||||
* | Check ffmepg version on startup | Chocobozzz | 2021-03-24 | 4 | -13/+54 |
| | |||||
* | Fix AP security tests | Chocobozzz | 2021-03-24 | 4 | -15/+34 |
| | |||||
* | Don't skip all threads on AP fetcher error | Chocobozzz | 2021-03-24 | 1 | -2/+6 |
| | |||||
* | Fix index search | Chocobozzz | 2021-03-24 | 1 | -2/+2 |
| | |||||
* | Fix AP flag validator | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Bigger video thumbnails for feeds | Chocobozzz | 2021-03-24 | 1 | -5/+5 |
| | |||||
* | Fix 404 AP status codes | Chocobozzz | 2021-03-24 | 7 | -85/+118 |
| | |||||
* | Fix request body limit | Chocobozzz | 2021-03-24 | 2 | -5/+16 |
| | |||||
* | Add jobs tag to logger | Chocobozzz | 2021-03-24 | 5 | -21/+28 |
| | |||||
* | Use got instead of request | Chocobozzz | 2021-03-24 | 28 | -297/+308 |
| | |||||
* | Refactor a little bit AP validators | Chocobozzz | 2021-03-24 | 6 | -109/+68 |
| | |||||
* | Introduce tags to the logger | Chocobozzz | 2021-03-24 | 6 | -22/+40 |
| | | | | | That could help to filter unneeded logs and/or select particular components | ||||
* | Fix mention notification with deleted comment | Chocobozzz | 2021-03-22 | 1 | -1/+1 |
| | |||||
* | Fix abuse tests | Chocobozzz | 2021-03-09 | 2 | -15/+16 |
| | |||||
* | Fix moderation notification | Chocobozzz | 2021-03-04 | 1 | -4/+7 |
| | |||||
* | Increase timeouts | Chocobozzz | 2021-03-04 | 1 | -2/+2 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2021-03-03 | 3 | -65/+66 |
| | |||||
* | Fix broken hot algorithm | Chocobozzz | 2021-03-03 | 1 | -6/+7 |
| | |||||
* | Optimize views sort sql query | Chocobozzz | 2021-03-03 | 3 | -2/+27 |
| | |||||
* | Fix emptying video tags | Chocobozzz | 2021-03-03 | 3 | -18/+15 |
| | |||||
* | Don't create another uneeded preview placeholder | Chocobozzz | 2021-03-03 | 1 | -10/+19 |
| | |||||
* | Remove unnecessary transcoding job error | Chocobozzz | 2021-03-03 | 1 | -5/+12 |
| | |||||
* | Rename request timeout | Chocobozzz | 2021-03-03 | 4 | -13/+13 |
| | |||||
* | Increase broadcast concurrency | Chocobozzz | 2021-03-03 | 1 | -1/+1 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 17 | -48/+600 |
| | |||||
* | Add a test for refreshing remote keys | Chocobozzz | 2021-02-26 | 1 | -7/+58 |
| | |||||
* | Fix broken local actors | Chocobozzz | 2021-02-26 | 8 | -23/+80 |
| | | | | | 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 |
| | |||||
* | Increase jobs request timeout | Chocobozzz | 2021-02-26 | 1 | -1/+1 |
| | |||||
* | Add more AP stats to stats endpoint | Chocobozzz | 2021-02-26 | 4 | -18/+108 |
| | | | | It will help to understand if the federation correctly works or not | ||||
* | Fix abuse crash on deleted video | Chocobozzz | 2021-02-26 | 1 | -3/+3 |
| |