Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly fix feeds tests | Chocobozzz | 2022-08-17 | 1 | -0/+2 |
| | |||||
* | Fix feeds tests | Chocobozzz | 2022-08-17 | 1 | -1/+2 |
| | |||||
* | Cleanup tests imports | Chocobozzz | 2022-08-17 | 1 | -3/+1 |
| | |||||
* | We don't need to import mocha | Chocobozzz | 2022-08-17 | 1 | -1/+0 |
| | |||||
* | Use single quotes in server/ and update eslint rules | Florent | 2022-08-08 | 1 | -1/+1 |
| | |||||
* | Fix broken feeds with published live | Chocobozzz | 2022-06-27 | 1 | -41/+41 |
| | |||||
* | Fix feed with live stream | Chocobozzz | 2022-06-27 | 1 | -0/+39 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -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 fork | Chocobozzz | 2022-02-07 | 1 | -4/+5 |
| | |||||
* | Convert markdown to html/plain text for feeds | Chocobozzz | 2022-01-31 | 1 | -2/+2 |
| | |||||
* | Upgrade fast xml parser dep | Chocobozzz | 2021-12-24 | 1 | -3/+4 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -3/+3 |
| | |||||
* | Move apicache in peertube | Chocobozzz | 2021-07-22 | 1 | -3/+37 |
| | | | | Allow us to upgrade to node 16 | ||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -3/+2 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -7/+7 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -55/+55 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -14/+10 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -21/+10 |
| | |||||
* | Introduce login command | Chocobozzz | 2021-07-20 | 1 | -3/+2 |
| | |||||
* | Introduce comments command | Chocobozzz | 2021-07-20 | 1 | -5/+4 |
| | |||||
* | Introduce subscriptions command | Chocobozzz | 2021-07-20 | 1 | -13/+11 |
| | |||||
* | Introduce blocklist command | Chocobozzz | 2021-07-20 | 1 | -17/+12 |
| | |||||
* | Introduce feed command | Chocobozzz | 2021-07-20 | 1 | -62/+60 |
| | |||||
* | Remove libxmljs in favour of pure JS implem | Chocobozzz | 2021-04-06 | 1 | -7/+10 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 1 | -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 test | Chocobozzz | 2020-11-25 | 1 | -18/+35 |
| | |||||
* | refactor scoped token service | Rigel Kent | 2020-11-25 | 1 | -4/+4 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -1/+90 |
| | |||||
* | Fix RSS feed when HLS only is enabled | Chocobozzz | 2020-08-24 | 1 | -3/+33 |
| | |||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 1 | -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 accounts | Chocobozzz | 2020-05-06 | 1 | -0/+12 |
| | |||||
* | Don't leak unlisted videos in comments feed | Chocobozzz | 2020-04-21 | 1 | -1/+11 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -29/+29 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -38/+38 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 1 | -2/+3 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 1 | -6/+1 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -3/+3 |
| | | | | Because they need dev dependencies | ||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -1/+1 |
| | |||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -3/+3 |
| | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | Fix feeds with channel filter | Chocobozzz | 2018-09-13 | 1 | -11/+110 |
| | |||||
* | Correctly migrate to fs-extra | Chocobozzz | 2018-08-27 | 1 | -1/+0 |
| | |||||
* | Add refresh video on search | Chocobozzz | 2018-08-27 | 1 | -0/+1 |
| | |||||
* | Improve tests when waiting pending jobs | Chocobozzz | 2018-06-13 | 1 | -3/+3 |
| | |||||
* | Add video comments RSS | Chocobozzz | 2018-06-08 | 1 | -0/+120 |