Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test on AP hooks | Chocobozzz | 2023-03-10 | 1 | -1/+1 |
| | |||||
* | Add ability for plugins to alter video jsonld | Chocobozzz | 2023-03-10 | 3 | -4/+4 |
| | |||||
* | Use bullmq job dependency | Chocobozzz | 2022-08-09 | 1 | -4/+4 |
| | |||||
* | Use unique AP id for accept/reject | Chocobozzz | 2022-07-25 | 1 | -1/+1 |
| | |||||
* | Rename video full loading | Chocobozzz | 2022-06-28 | 2 | -2/+2 |
| | |||||
* | Send views in a dedicated queue | Chocobozzz | 2022-06-17 | 2 | -5/+16 |
| | |||||
* | Optimize broadcast job creation | Chocobozzz | 2022-06-17 | 2 | -5/+5 |
| | |||||
* | Convert followers/following in raw SQL queries | Chocobozzz | 2022-05-05 | 1 | -1/+1 |
| | | | | Prevent weird bug in SQL generation | ||||
* | Improve viewer counter | Chocobozzz | 2022-04-15 | 1 | -2/+3 |
| | | | | More precise, avoid weird decrease, reuse an id to federate viewers | ||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 2 | -17/+51 |
| | | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos | ||||
* | Refactor AP context builder | Chocobozzz | 2022-03-24 | 14 | -98/+353 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-03-21 | 1 | -1/+1 |
| | |||||
* | Don't store remote rates of remote videos | Chocobozzz | 2022-03-18 | 15 | -80/+200 |
| | | | | | In the future we'll stop to expose all available rates to improve users privacy | ||||
* | Fix AP audience | Chocobozzz | 2021-12-13 | 2 | -2/+2 |
| | |||||
* | Handle channel owner update of remote server | Chocobozzz | 2021-12-13 | 2 | -2/+2 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 1 | -1/+3 |
| | | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration | ||||
* | Process slow followers in unicast job queue | Chocobozzz | 2021-10-13 | 1 | -7/+33 |
| | |||||
* | Fix hooks definition | Chocobozzz | 2021-07-01 | 1 | -1/+3 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 3 | -8/+8 |
| | |||||
* | Introduce tags to the logger | Chocobozzz | 2021-03-24 | 1 | -4/+6 |
| | | | | | That could help to filter unneeded logs and/or select particular components | ||||
* | Fix redundancy federation in some cases | Chocobozzz | 2020-12-17 | 2 | -3/+14 |
| | |||||
* | Fix incorrect IDs in AP federation | Chocobozzz | 2020-11-20 | 8 | -43/+39 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 1 | -16/+15 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 13 | -16/+16 |
| | |||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 1 | -6/+6 |
| | |||||
* | Add ability for auth plugins to hook tokens validity | Chocobozzz | 2020-05-04 | 2 | -2/+2 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 4 | -4/+4 |
| | |||||
* | Fix add comment in threads with deleted comments | Chocobozzz | 2020-03-20 | 1 | -1/+2 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 1 | -3/+3 |
| | |||||
* | Optimize context for CacheFile | Chocobozzz | 2020-02-04 | 2 | -2/+5 |
| | |||||
* | Optimize view endpoint | Chocobozzz | 2020-02-04 | 2 | -6/+8 |
| | |||||
* | Don't refresh videos when processing views | Chocobozzz | 2020-02-04 | 1 | -2/+2 |
| | | | | It allows us to use a cache | ||||
* | Fix lint | Chocobozzz | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Reduce AP context size on specific activities | Chocobozzz | 2020-02-03 | 3 | -14/+20 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 9 | -18/+17 |
| | |||||
* | Try to fix subscriptions inconsistencies | Chocobozzz | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 2 | -2/+2 |
| | |||||
* | Move deleted comment on new follow tests | Chocobozzz | 2019-12-04 | 1 | -2/+3 |
| | |||||
* | Fix federation with some actors | Chocobozzz | 2019-10-23 | 4 | -14/+14 |
| | | | | That don't have a shared inbox, or a URL | ||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -1/+1 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -1/+0 |
| | |||||
* | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 1 | -3/+3 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 13 | -98/+112 |
| | |||||
* | Stronger actor association typing in AP functions | Chocobozzz | 2019-08-09 | 5 | -34/+43 |
| | |||||
* | Remove comment federation by video owner | Chocobozzz | 2019-08-07 | 1 | -1/+4 |
| | |||||
* | Add gitlab ci support | Chocobozzz | 2019-07-29 | 7 | -17/+28 |
| | |||||
* | Add ability to forbid followers | Chocobozzz | 2019-04-08 | 4 | -14/+10 |
| | |||||
* | Add ability to remove an instance follower in API | Chocobozzz | 2019-04-08 | 2 | -0/+46 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 3 | -4/+9 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 3 | -2/+72 |
| |