aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/feeds
Commit message (Collapse)AuthorAgeFilesLines
* Use single quotes in server/ and update eslint rulesFlorent2022-08-081-1/+1
|
* Fix broken feeds with published liveChocobozzz2022-06-271-41/+41
|
* Fix feed with live streamChocobozzz2022-06-271-0/+39
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Move to peertube feed forkChocobozzz2022-02-071-4/+5
|
* Convert markdown to html/plain text for feedsChocobozzz2022-01-311-2/+2
|
* Upgrade fast xml parser depChocobozzz2021-12-241-3/+4
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* esModuleInterop to trueChocobozzz2021-08-271-3/+3
|
* Move apicache in peertubeChocobozzz2021-07-221-3/+37
| | | | Allow us to upgrade to node 16
* Reorganize importsChocobozzz2021-07-201-3/+2
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-201-7/+7
|
* Shorter server command namesChocobozzz2021-07-201-55/+55
|
* Introduce videos commandChocobozzz2021-07-201-14/+10
|
* Introduce user commandChocobozzz2021-07-201-21/+10
|
* Introduce login commandChocobozzz2021-07-201-3/+2
|
* Introduce comments commandChocobozzz2021-07-201-5/+4
|
* Introduce subscriptions commandChocobozzz2021-07-201-13/+11
|
* Introduce blocklist commandChocobozzz2021-07-201-17/+12
|
* Introduce feed commandChocobozzz2021-07-201-62/+60
|
* Remove libxmljs in favour of pure JS implemChocobozzz2021-04-061-7/+10
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-3/+14
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* 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