Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 1 | -3/+3 |
| | | | | Introduce include and isLocal instead | ||||
* | Filter host for channels and playlists search | Chocobozzz | 2021-07-28 | 1 | -4/+4 |
| | |||||
* | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 1 | -0/+69 |
| | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service | ||||
* | Refactor a little bit controllers | Chocobozzz | 2021-05-12 | 1 | -1/+1 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 3 | -3/+6 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 8 | -2059/+6 |
| | |||||
* | Update channel updatedAt when uploading a video | Chocobozzz | 2021-05-10 | 1 | -0/+1 |
| | |||||
* | Fix remote actor creation date | Chocobozzz | 2021-05-07 | 1 | -2/+0 |
| | |||||
* | Plugin user.getAuthUser is now async | Chocobozzz | 2021-05-05 | 1 | -0/+4 |
| | | | | So we can load the full user | ||||
* | Add size info in db for actor images | Chocobozzz | 2021-04-08 | 1 | -6/+11 |
| | |||||
* | Update data in DB when regenerate thumbnails | Chocobozzz | 2021-04-08 | 1 | -0/+5 |
| | |||||
* | Add ability to update the banner | Chocobozzz | 2021-04-08 | 2 | -2/+20 |
| | |||||
* | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 3 | -5/+94 |
| | |||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 2 | -4/+4 |
| | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | ||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 2 | -11/+101 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 1 | -16/+14 |
| | |||||
* | Use named chunk for embed on analyze | Chocobozzz | 2021-02-25 | 1 | -1/+0 |
| | |||||
* | Fix separate SQL query for video get | Chocobozzz | 2021-02-25 | 1 | -2/+3 |
| | |||||
* | Update server dependencies | Chocobozzz | 2021-02-03 | 1 | -42/+52 |
| | |||||
* | Allow user to search through their watch history (#3576) | Rigel Kent | 2021-01-13 | 1 | -1/+2 |
| | | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts | ||||
* | Retrieve user by id instead of username | Chocobozzz | 2021-01-11 | 1 | -3/+3 |
| | |||||
* | Support activeMonth and activeHalfyear in nodeinfo | Chocobozzz | 2020-12-30 | 1 | -1/+3 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 7 | -78/+83 |
| | |||||
* | Refactor a little bit client canonical URL | Chocobozzz | 2020-12-08 | 1 | -10/+22 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -1/+8 |
| | |||||
* | Fix incorrect IDs in AP federation | Chocobozzz | 2020-11-20 | 1 | -1/+2 |
| | |||||
* | Remove notifications of muted accounts/servers | Chocobozzz | 2020-11-18 | 1 | -1/+54 |
| | |||||
* | Cleanup follows of orphean actors | Chocobozzz | 2020-11-10 | 1 | -0/+1 |
| | |||||
* | Add check constraints live tests | Chocobozzz | 2020-11-09 | 1 | -2/+1 |
| | |||||
* | Fix replay saving | Chocobozzz | 2020-11-09 | 1 | -2/+2 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -77/+82 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 1 | -22/+23 |
| | |||||
* | Add abuse messages/states notifications | Chocobozzz | 2020-07-31 | 2 | -6/+27 |
| | |||||
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 1 | -1/+3 |
| | |||||
* | Add migrations | Chocobozzz | 2020-07-10 | 3 | -25/+24 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 4 | -31/+87 |
| | |||||
* | add blocked filter in users list to filter banned users | Rigel Kent | 2020-07-02 | 1 | -4/+17 |
| | | | | fixes #2914 | ||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 7 | -7/+7 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -0/+38 |
| | |||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 1 | -1/+25 |
| | | | | | | | | | | | | 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 last login date to users | Chocobozzz | 2020-05-07 | 1 | -2/+27 |
| | |||||
* | Add auth plugin info in users list | Chocobozzz | 2020-05-05 | 1 | -1/+3 |
| | |||||
* | Support logout and add id and pass tests | Chocobozzz | 2020-05-04 | 1 | -2/+2 |
| | |||||
* | Begin auth plugin support | Chocobozzz | 2020-05-04 | 1 | -1/+6 |
| | |||||
* | Factorize rest-table and fix/simplify SQL | Rigel Kent | 2020-05-01 | 1 | -2/+2 |
| | |||||
* | Add filter inputs for blacklisted videos and muted accounts/servers | Rigel Kent | 2020-05-01 | 1 | -6/+26 |
| | |||||
* | Fix user video quota with webtorrent disabled | Chocobozzz | 2020-04-16 | 1 | -32/+60 |
| | |||||
* | Fix typo in db field check | Chocobozzz | 2020-04-03 | 1 | -1/+1 |
| | |||||
* | Add overview of a user's actions in user-edit (#2558) | Rigel Kent | 2020-03-27 | 1 | -21/+128 |
| | |||||
* | Wrap videos list query in raw SQL | Chocobozzz | 2020-03-10 | 1 | -1/+1 |
| |