Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix process follow | Chocobozzz | 2022-07-27 | 1 | -5/+5 | |
| | ||||||
* | Handle rejected follows in client | Chocobozzz | 2022-07-27 | 1 | -30/+78 | |
| | | | | Also add quick filters so it's easier to find pending follows | |||||
* | Add rejected state to follows | Chocobozzz | 2022-07-27 | 2 | -1/+7 | |
| | | | | Prevent reprocessing already rejected follows | |||||
* | Reduce joins need to generate AP url | Chocobozzz | 2022-07-27 | 1 | -2/+2 | |
| | ||||||
* | Use unique AP id for accept/reject | Chocobozzz | 2022-07-25 | 2 | -7/+4 | |
| | ||||||
* | Regenerate video filenames on transcoding | Chocobozzz | 2022-07-25 | 2 | -10/+23 | |
| | | | | | In particular when using manual transcoding, to invalidate potential HTTP caches in front of peertube | |||||
* | Clearer live session | Chocobozzz | 2022-07-22 | 2 | -34/+47 | |
| | | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information | |||||
* | Fix lint | Chocobozzz | 2022-07-19 | 1 | -1/+1 | |
| | ||||||
* | Add node process metrics | Chocobozzz | 2022-07-19 | 5 | -33/+232 | |
| | ||||||
* | Prevent logging error when saving delete live | Chocobozzz | 2022-07-18 | 1 | -0/+2 | |
| | ||||||
* | Fix incorrect error logs | Chocobozzz | 2022-07-18 | 2 | -2/+2 | |
| | ||||||
* | Correctly handle actors without follow counters | Chocobozzz | 2022-07-15 | 1 | -2/+5 | |
| | ||||||
* | Fix live tests | Chocobozzz | 2022-07-13 | 1 | -5/+6 | |
| | ||||||
* | Fix lint | Chocobozzz | 2022-07-13 | 9 | -14/+14 | |
| | ||||||
* | Reduce unknown undo logging level | Chocobozzz | 2022-07-13 | 1 | -4/+16 | |
| | ||||||
* | Prevent error logs when aborting a stream | Chocobozzz | 2022-07-13 | 1 | -0/+7 | |
| | ||||||
* | Add more error logs | Chocobozzz | 2022-07-13 | 1 | -0/+3 | |
| | ||||||
* | Prevent duplicated HLS playlist on transcoding | Chocobozzz | 2022-07-13 | 1 | -11/+19 | |
| | ||||||
* | Relax log level | Chocobozzz | 2022-07-13 | 2 | -3/+3 | |
| | | | | | 401 is expected when the token has expired federation issues are not very important | |||||
* | Don't display errors when SMTP is not configured | Chocobozzz | 2022-07-12 | 1 | -1/+2 | |
| | | | | info is enough | |||||
* | Fix handling broken lives | Chocobozzz | 2022-07-12 | 1 | -1/+1 | |
| | | | | We want the latest session that may already be finished | |||||
* | Auto retry video state db query on failure | Chocobozzz | 2022-07-12 | 1 | -16/+19 | |
| | ||||||
* | Prevent invalid watch sections | Chocobozzz | 2022-07-12 | 1 | -1/+6 | |
| | ||||||
* | /!\ Use a dedicated config file for development | Chocobozzz | 2022-07-06 | 7 | -16/+16 | |
| | | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated | |||||
* | Introduce experimental telemetry | Chocobozzz | 2022-07-06 | 6 | -0/+405 | |
| | ||||||
* | Reduce lazy static error logs | Chocobozzz | 2022-06-30 | 3 | -10/+30 | |
| | ||||||
* | Upgrade oauth2-server | Chocobozzz | 2022-06-28 | 2 | -5/+4 | |
| | ||||||
* | Rename video full loading | Chocobozzz | 2022-06-28 | 21 | -28/+28 | |
| | ||||||
* | Lazy load piscina | Chocobozzz | 2022-06-28 | 1 | -12/+20 | |
| | ||||||
* | Fix workers constants | Chocobozzz | 2022-06-27 | 1 | -2/+2 | |
| | ||||||
* | Process images in a dedicated worker | Chocobozzz | 2022-06-27 | 5 | -10/+47 | |
| | ||||||
* | Introduce worker threads to process remote images | Chocobozzz | 2022-06-24 | 4 | -23/+74 | |
| | ||||||
* | Fix removed sha segments on fast restream | Chocobozzz | 2022-06-24 | 3 | -18/+15 | |
| | ||||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-23 | 2 | -12/+12 | |
|\ | ||||||
| * | Fix fast restream in saved permanent live | Chocobozzz | 2022-06-23 | 2 | -12/+12 | |
| | | ||||||
* | | Update server dependencies | Chocobozzz | 2022-06-21 | 1 | -6/+2 | |
| | | ||||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-20 | 1 | -1/+1 | |
|\| | ||||||
| * | Relax views federation | Chocobozzz | 2022-06-20 | 1 | -1/+1 | |
| | | ||||||
* | | Optimize view endpoint | Chocobozzz | 2022-06-17 | 5 | -18/+41 | |
| | | ||||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-17 | 6 | -13/+28 | |
|\| | ||||||
| * | Send views in a dedicated queue | Chocobozzz | 2022-06-17 | 3 | -5/+19 | |
| | | ||||||
| * | Optimize broadcast job creation | Chocobozzz | 2022-06-17 | 3 | -6/+5 | |
| | | ||||||
| * | Fix transaction when processing local viewer | Chocobozzz | 2022-06-17 | 1 | -2/+4 | |
| | | ||||||
* | | More robust move to object storage job failure | Chocobozzz | 2022-06-16 | 2 | -5/+23 | |
| | | ||||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-16 | 2 | -8/+12 | |
|\| | ||||||
| * | Fix live ending job that breaks new live session | Chocobozzz | 2022-06-16 | 2 | -8/+12 | |
| | | ||||||
* | | Clearer video creation from API regarding rates | Chocobozzz | 2022-06-08 | 2 | -3/+1 | |
| | | ||||||
* | | Fix various typos | luz paz | 2022-06-07 | 4 | -4/+4 | |
| | | | | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy` | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-07 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix schema.org context | Chocobozzz | 2022-06-07 | 1 | -1/+1 | |
| | |