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 | 1 | -8/+8 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Add migrations | Chocobozzz | 2020-07-10 | 1 | -20/+20 |
| | |||||
* | 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 | ||||
* | 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 | 1 | -27/+28 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | Add ability to specify channel on registration | Chocobozzz | 2019-05-28 | 1 | -2/+12 |
| | |||||
* | All API tests in parallel | Chocobozzz | 2019-05-15 | 1 | -3/+3 |
| | |||||
* | Fix thumbnail when listing my videos | Chocobozzz | 2019-05-13 | 1 | -2/+5 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 1 | -5/+4 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 1 | -10/+3 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -4/+4 |
| | | | | Because they need dev dependencies | ||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -416/+476 |
| | |||||
* | Add check params account ratings tests | Chocobozzz | 2019-04-09 | 1 | -18/+14 |
| | |||||
* | Add /accounts/:username/ratings endpoint (#1756) | Yohan Boniface | 2019-04-09 | 1 | -1/+31 |
| | | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account | ||||
* | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -0/+16 |
| | | | | And add some tests | ||||
* | Add notifications in the client | Chocobozzz | 2019-01-09 | 1 | -4/+0 |
| | |||||
* | Merge branch 'move-utils-to-shared' of ↵ | Chocobozzz | 2018-12-07 | 1 | -4/+4 |
|\ | | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared | ||||
| * | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 1 | -0/+2 |
|/ | | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required | ||||
* | Add users search filter | Chocobozzz | 2018-10-08 | 1 | -1/+35 |
| | |||||
* | Check current password on server side | Chocobozzz | 2018-09-26 | 1 | -4/+29 |
| | |||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host | ||||
* | Add quota used in users list | Chocobozzz | 2018-08-14 | 1 | -1/+7 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -5/+26 |
| | |||||
* | Add ability to delete our account | Chocobozzz | 2018-08-08 | 1 | -1/+16 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -0/+23 |
| |