aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/feeds
Commit message (Collapse)AuthorAgeFilesLines
* Fix migration and testChocobozzz2020-11-251-18/+35
|
* refactor scoped token serviceRigel Kent2020-11-251-4/+4
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+90
|
* Fix RSS feed when HLS only is enabledChocobozzz2020-08-241-3/+33
|
* Block comments from muted accounts/serversChocobozzz2020-05-291-6/+35
| | | | | | | | | | | | 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 feed with musted accountsChocobozzz2020-05-061-0/+12
|
* Don't leak unlisted videos in comments feedChocobozzz2020-04-211-1/+11
|
* Move to eslintcontainChocobozzz2020-02-031-29/+29
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-38/+38
|
* Use test wrapper exit functionChocobozzz2019-04-241-2/+3
|
* Cleanup testsChocobozzz2019-04-241-6/+1
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-3/+3
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+1
|
* Move utils to /sharedbuoyantair2018-10-291-3/+3
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Fix feeds with channel filterChocobozzz2018-09-131-11/+110
|
* Correctly migrate to fs-extraChocobozzz2018-08-271-1/+0
|
* Add refresh video on searchChocobozzz2018-08-271-0/+1
|
* Improve tests when waiting pending jobsChocobozzz2018-06-131-3/+3
|
* Add video comments RSSChocobozzz2018-06-081-0/+120