Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to set custom field to video form | Chocobozzz | 2020-08-21 | 1 | -1/+1 |
| | |||||
* | Optimize default sort when listing videos | Chocobozzz | 2020-08-20 | 5 | -64/+68 |
| | | | | createdAt does not have the appropriate index | ||||
* | Add ability to a video multiple times in a playlist | Chocobozzz | 2020-08-19 | 1 | -1/+3 |
| | |||||
* | Do not reuse reset password links | Chocobozzz | 2020-08-12 | 1 | -0/+1 |
| | |||||
* | Make channelName optionnal only for the API | kimsible | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | Add channelName to user-create server-side and models | kimsible | 2020-08-11 | 1 | -1/+5 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 1 | -3/+4 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 1 | -0/+1 |
| | |||||
* | Add abuse messages/states notifications | Chocobozzz | 2020-07-31 | 2 | -6/+21 |
| | |||||
* | Add abuse messages management in my account | Chocobozzz | 2020-07-31 | 2 | -1/+5 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 4 | -22/+141 |
| | |||||
* | test search for subscriptions and video-channels | Rigel Kent | 2020-07-29 | 1 | -2/+2 |
| | |||||
* | adapt notifications buttons for small screens | Rigel Kent | 2020-07-29 | 1 | -1/+6 |
| | |||||
* | harmonize search for libraries | Rigel Kent | 2020-07-29 | 3 | -5/+12 |
| | |||||
* | variable columns for users list, more columns possible, badge display for ↵ | Rigel Kent | 2020-07-29 | 1 | -2/+9 |
| | | | | statuses | ||||
* | Merge branch 'release/2.3.0' into develop | Chocobozzz | 2020-07-20 | 1 | -1/+1 |
|\ | |||||
| * | Fix: display username in password-reset and verify-email notifs | kimsible | 2020-07-20 | 1 | -1/+1 |
| | | |||||
* | | Add new abuses tests | Chocobozzz | 2020-07-10 | 2 | -4/+2 |
| | | |||||
* | | Add migrations | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
| | | |||||
* | | Implement abuses check params | Chocobozzz | 2020-07-10 | 1 | -5/+5 |
| | | |||||
* | | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 3 | -80/+199 |
|/ | |||||
* | add check-params test for user list | Rigel Kent | 2020-07-03 | 1 | -1/+1 |
| | | | | fixes #2918 | ||||
* | add blocked filter in users list to filter banned users | Rigel Kent | 2020-07-02 | 1 | -1/+9 |
| | | | | fixes #2914 | ||||
* | Fix users tests | Chocobozzz | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | update openapi spec with links and callback for search | Rigel Kent | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 1 | -11/+10 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -3/+8 |
| | | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal | ||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 9 | -11/+11 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 3 | -6/+4 |
| | |||||
* | Fix global search nsfw policy when logged in | Chocobozzz | 2020-06-15 | 1 | -1/+5 |
| | |||||
* | Use default nsfw instance policy for search index | Chocobozzz | 2020-06-12 | 1 | -1/+8 |
| | |||||
* | Add search index tests | Chocobozzz | 2020-06-10 | 2 | -4/+4 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 2 | -8/+115 |
| | |||||
* | 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) | ||||
* | Support broadcast messages | Chocobozzz | 2020-05-29 | 1 | -0/+13 |
| | |||||
* | Fix comments deleted display | Chocobozzz | 2020-05-29 | 1 | -1/+1 |
| | |||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 3 | -35/+61 |
| | |||||
* | Align follower handle display on instance display in tables | Rigel Kent | 2020-05-08 | 1 | -1/+1 |
| | |||||
* | Switch emails to pug templates and provide richer html/text-only versions | Rigel Kent | 2020-05-08 | 1 | -6/+14 |
| | |||||
* | Add moderation helpers to plugins | Chocobozzz | 2020-05-07 | 5 | -54/+14 |
| | |||||
* | Add last login date to users | Chocobozzz | 2020-05-07 | 1 | -1/+7 |
| | |||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -1/+10 |
| | |||||
* | Add plugin settings change watcher | Chocobozzz | 2020-05-04 | 2 | -1/+3 |
| | |||||
* | Add external login buttons | Chocobozzz | 2020-05-04 | 1 | -0/+4 |
| | |||||
* | Add external login tests | Chocobozzz | 2020-05-04 | 1 | -2/+2 |
| | |||||
* | Begin support for external auths | Chocobozzz | 2020-05-04 | 1 | -11/+45 |
| | |||||
* | Add ability for auth plugins to hook tokens validity | Chocobozzz | 2020-05-04 | 1 | -2/+1 |
| | |||||
* | Support logout and add id and pass tests | Chocobozzz | 2020-05-04 | 7 | -36/+47 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 13 | -22/+28 |
| | |||||
* | Begin auth plugin support | Chocobozzz | 2020-05-04 | 1 | -2/+12 |
| |