Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor error code values for URI compatibility | Rigel Kent | 2021-06-02 | 1 | -9/+9 |
| | |||||
* | correct error codes and backward compat | Rigel Kent | 2021-06-02 | 1 | -8/+16 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 2 | -10/+11 |
| | |||||
* | Fix remote actor creation date | Chocobozzz | 2021-05-07 | 1 | -11/+17 |
| | |||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 1 | -5/+46 |
| | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | ||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 1 | -2/+12 |
| | |||||
* | Allow users/visitors to search through an account's videos (#3589) | Rigel Kent | 2021-01-19 | 1 | -4/+23 |
| | | | | | | | * WIP: account search * add search to account view * add tests for account search | ||||
* | Add missing audit log if the user deletes its account | Chocobozzz | 2021-01-04 | 1 | -0/+2 |
| | |||||
* | Fix tests timeout | Chocobozzz | 2020-12-14 | 1 | -1/+2 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -24/+25 |
| | |||||
* | Add tests to gif resizer | Chocobozzz | 2020-11-25 | 1 | -3/+20 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 1 | -2/+2 |
| | |||||
* | test search for subscriptions and video-channels | Rigel Kent | 2020-07-29 | 1 | -2/+30 |
| | |||||
* | Add migrations | Chocobozzz | 2020-07-10 | 3 | -850/+21 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 1 | -2/+2 |
| | |||||
* | add blocked filter in users list to filter banned users | Rigel Kent | 2020-07-02 | 1 | -5/+29 |
| | | | | fixes #2914 | ||||
* | preserve original variable names server-side | Rigel Kent | 2020-06-10 | 1 | -2/+2 |
| | |||||
* | rename blacklist to block/blocklist, merge block and auto-block views | Rigel Kent | 2020-06-10 | 1 | -2/+2 |
| | | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790 | ||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 1 | -23/+147 |
| | | | | | | | | | | | | 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 deleted display | Chocobozzz | 2020-05-29 | 1 | -3/+5 |
| | |||||
* | Add last login date to users | Chocobozzz | 2020-05-07 | 1 | -0/+3 |
| | |||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -1/+1 |
| | |||||
* | Support logout and add id and pass tests | Chocobozzz | 2020-05-04 | 1 | -11/+23 |
| | |||||
* | Begin auth plugin support | Chocobozzz | 2020-05-04 | 1 | -4/+10 |
| | |||||
* | Fix user video quota with webtorrent disabled | Chocobozzz | 2020-04-16 | 1 | -2/+33 |
| | |||||
* | Add overview of a user's actions in user-edit (#2558) | Rigel Kent | 2020-03-27 | 1 | -14/+108 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 5 | -171/+171 |
| | |||||
* | Fix subscriptions tests | Chocobozzz | 2020-01-10 | 1 | -1/+1 |
| | |||||
* | Tests for totalRepliesFromVideoAuthor | Rigel Kent | 2020-01-03 | 1 | -1/+1 |
| | |||||
* | Improve SQL query for my special playlists | Chocobozzz | 2020-01-03 | 1 | -2/+3 |
| | |||||
* | Add miniature quick actions to add video to Watch later playlist | Rigel Kent | 2020-01-02 | 1 | -2/+4 |
| | |||||
* | Add test to search in my videos | Chocobozzz | 2019-12-30 | 1 | -0/+18 |
| | |||||
* | Don't notify on muted instance | Chocobozzz | 2019-12-19 | 1 | -6/+204 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again | ||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -2/+19 |
| | |||||
* | Add CLI plugins tests | Chocobozzz | 2019-07-24 | 1 | -1/+18 |
| | |||||
* | Fix/connection with email (#1917) | Nassim Bounouas | 2019-07-02 | 1 | -0/+11 |
| | | | | | | | | | | | | * #1916 Load user by email - insensitive query * Revert "Case insensitive login" This reverts commit c1521ca3d757bee91f7dfbb15b3717162bf4997d. * #1916 Load user - insensitive query for username and sensitive for email * #1916 Unit test for insensitive username login && documentation | ||||
* | Fix user tests | Chocobozzz | 2019-06-11 | 1 | -1/+2 |
| | |||||
* | Add more embed parameters | Chocobozzz | 2019-06-11 | 1 | -1/+2 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -3/+56 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 1 | -4/+11 |
| | | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step | ||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -29/+11 |
| | |||||
* | Add ability to specify channel on registration | Chocobozzz | 2019-05-28 | 1 | -2/+12 |
| | |||||
* | All API tests in parallel | Chocobozzz | 2019-05-15 | 3 | -29/+29 |
| | |||||
* | Redundancy and search tests in parallel too | Chocobozzz | 2019-05-14 | 2 | -16/+17 |
| | |||||
* | Fix thumbnail when listing my videos | Chocobozzz | 2019-05-13 | 1 | -2/+5 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 5 | -15/+17 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 5 | -30/+9 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 5 | -24/+31 |
| | | | | Because they need dev dependencies | ||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 4 | -421/+486 |
| |