Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `req` and `res` as controllers hooks parameters | lutangar | 2021-11-25 | 1 | -3/+3 |
| | | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage. | ||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Introduce comments command | Chocobozzz | 2021-07-20 | 1 | -3/+3 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -1/+4 |
| | |||||
* | Cleanup shared models | Chocobozzz | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Fix tests | Chocobozzz | 2021-02-19 | 1 | -2/+1 |
| | |||||
* | Fix thread replies API response | Chocobozzz | 2021-02-19 | 1 | -2/+0 |
| | |||||
* | Fix video comments display with deleted comments | Chocobozzz | 2021-02-19 | 1 | -3/+10 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -2/+5 |
| | |||||
* | Fix 500 on unknown thread | Chocobozzz | 2020-11-27 | 1 | -0/+4 |
| | |||||
* | Implement video comment list in admin | Chocobozzz | 2020-11-13 | 1 | -1/+35 |
| | |||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 1 | -0/+2 |
| | | | | | | | | | | | | 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) | ||||
* | Fix comments deleted display | Chocobozzz | 2020-05-29 | 1 | -1/+1 |
| | |||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 1 | -26/+9 |
| | |||||
* | Add moderation helpers to plugins | Chocobozzz | 2020-05-07 | 1 | -1/+1 |
| | |||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 1 | -4/+8 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -10/+7 |
| | |||||
* | Remove comment federation by video owner | Chocobozzz | 2019-08-07 | 1 | -0/+8 |
| | |||||
* | Add filter hooks tests | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Add hook filters tests | Chocobozzz | 2019-07-24 | 1 | -4/+6 |
| | |||||
* | Add server hooks | Chocobozzz | 2019-07-24 | 1 | -6/+30 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 1 | -12/+11 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -0/+3 |
| | |||||
* | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 1 | -3/+9 |
| | |||||
* | Add user history and resume videos | Chocobozzz | 2018-10-05 | 1 | -3/+3 |
| | |||||
* | Limit associations fetch when loading token | Chocobozzz | 2018-09-20 | 1 | -5/+9 |
| | |||||
* | Refractor audit user identifier | Chocobozzz | 2018-09-19 | 1 | -4/+4 |
| | |||||
* | Optimize SQL requests of watch page API endpoints | Chocobozzz | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | Add audit logs in various modules | Aurélien Bertron | 2018-07-31 | 1 | -0/+10 |
| | | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config | ||||
* | Refractor retry transaction function | Chocobozzz | 2018-06-13 | 1 | -43/+25 |
| | |||||
* | Don't show videos of remote instance after unfollow | Chocobozzz | 2018-01-18 | 1 | -2/+2 |
| | |||||
* | Set sort refractoring | Chocobozzz | 2018-01-18 | 1 | -2/+2 |
| | |||||
* | Add ability to delete comments | Chocobozzz | 2018-01-04 | 1 | -2/+29 |
| | |||||
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 1 | -2/+24 |
| | |||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 1 | -1/+2 |
| | |||||
* | Add video comment components | Chocobozzz | 2017-12-27 | 1 | -8/+4 |
| | |||||
* | Send video comment comments to followers/origin | Chocobozzz | 2017-12-27 | 1 | -2/+2 |
| | |||||
* | Begin unit tests | Chocobozzz | 2017-12-22 | 1 | -4/+4 |
| | |||||
* | Add comments controller | Chocobozzz | 2017-12-22 | 1 | -88/+114 |
| | |||||
* | Create comment on replied mastodon statutes | Chocobozzz | 2017-12-22 | 1 | -0/+88 |