Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 5 | -6/+6 |
| | |||||
* | Move apicache in peertube | Chocobozzz | 2021-07-22 | 1 | -2/+2 |
| | | | | Allow us to upgrade to node 16 | ||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 1 | -1/+2 |
| | |||||
* | Also serve AP for new account/video watch pages | Chocobozzz | 2021-06-11 | 1 | -3/+4 |
| | |||||
* | Refactor include checks | Chocobozzz | 2021-06-11 | 1 | -1/+0 |
| | |||||
* | Use raw SQL for most of video queries | Chocobozzz | 2021-06-11 | 1 | -4/+3 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -1/+0 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Serve AP objects for default account/channel pages | Chocobozzz | 2021-01-20 | 1 | -2/+4 |
| | |||||
* | Add AP stats | Chocobozzz | 2020-12-15 | 1 | -18/+6 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -1/+2 |
| | |||||
* | Fix lint | Chocobozzz | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Fix incorrect IDs in AP federation | Chocobozzz | 2020-11-20 | 1 | -17/+39 |
| | |||||
* | Regenerate miniature on live save | Chocobozzz | 2020-11-09 | 1 | -19/+19 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Add ability to a video multiple times in a playlist | Chocobozzz | 2020-08-19 | 1 | -1/+1 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 3 | -3/+3 |
| | |||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there) | ||||
* | Add missing channel playlists AP endpoint | Chocobozzz | 2020-05-13 | 1 | -4/+16 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 1 | -3/+3 |
| | |||||
* | Add CORS to AP routes | Chocobozzz | 2020-04-10 | 1 | -0/+2 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 1 | -2/+2 |
| | |||||
* | Optimize context for CacheFile | Chocobozzz | 2020-02-04 | 1 | -2/+2 |
| | |||||
* | Optimize view endpoint | Chocobozzz | 2020-02-04 | 1 | -2/+3 |
| | |||||
* | Add model cache for video | Chocobozzz | 2020-02-04 | 1 | -10/+10 |
| | | | | When fetching only immutable attributes | ||||
* | Reduce AP context size on specific activities | Chocobozzz | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 2 | -4/+8 |
| | |||||
* | Don't log error on actor delete signature error | Chocobozzz | 2020-01-29 | 2 | -7/+7 |
| | |||||
* | Adapt feeds content-type to accept header | Rigel Kent | 2020-01-10 | 1 | -1/+1 |
| | |||||
* | Add outbox page size parameter | Rigel Kent | 2020-01-09 | 1 | -1/+4 |
| | |||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 1 | -5/+8 |
| | |||||
* | Fix federation with some actors | Chocobozzz | 2019-10-23 | 1 | -1/+0 |
| | | | | That don't have a shared inbox, or a URL | ||||
* | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 1 | -2/+2 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 3 | -28/+24 |
| | |||||
* | Stronger actor association typing in AP functions | Chocobozzz | 2019-08-09 | 1 | -1/+2 |
| | |||||
* | Add hook filters tests | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -11/+8 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 3 | -27/+20 |
| | |||||
* | Better AP route checker | Chocobozzz | 2019-03-19 | 1 | -45/+67 |
| | |||||
* | Add videos playlist exist tests | Chocobozzz | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Rename streaming playlists routes/directories | Chocobozzz | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -1/+4 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 2 | -6/+55 |
| | |||||
* | Merge branch 'feature/correctly-send-activities' into develop | Chocobozzz | 2019-02-11 | 1 | -9/+6 |
|\ | |||||
| * | Correctly send Flag/Dislike/View activities | Chocobozzz | 2019-01-15 | 1 | -9/+6 |
| | | |||||
* | | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -5/+10 |
|/ | |||||
* | Fix AP redirection | Chocobozzz | 2018-11-30 | 1 | -14/+14 |
| | |||||
* | Fix AP collections pagination | Chocobozzz | 2018-11-16 | 1 | -2/+2 |
| |