Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add moderation helpers to plugins | Chocobozzz | 2020-05-07 | 1 | -1/+1 |
| | |||||
* | Add external login tests | Chocobozzz | 2020-05-04 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -31/+42 |
| | |||||
* | Begin auth plugin support | Chocobozzz | 2020-05-04 | 1 | -2/+12 |
| | |||||
* | Add filter inputs for blacklisted videos and muted accounts/servers | Rigel Kent | 2020-05-01 | 1 | -2/+14 |
| | |||||
* | Do not support subscriptions to accounts | Chocobozzz | 2020-04-16 | 1 | -0/+1 |
| | |||||
* | Creating a user with an empty password will send an email to let him set his ↵ | John Livingston | 2020-02-17 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests | ||||
* | Upgrade express-rate-limit | Chocobozzz | 2020-02-04 | 1 | -2/+0 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 2 | -6/+4 |
| | |||||
* | Add ability to skip count query | Chocobozzz | 2020-01-08 | 1 | -2/+5 |
| | |||||
* | Share playlists state | Chocobozzz | 2020-01-06 | 1 | -2/+2 |
| | |||||
* | Improve SQL query for my special playlists | Chocobozzz | 2020-01-03 | 1 | -4/+3 |
| | |||||
* | Add miniature quick actions to add video to Watch later playlist | Rigel Kent | 2020-01-02 | 1 | -1/+1 |
| | |||||
* | Add search bars for a user's videos and playlist library | Rigel Kent | 2019-12-28 | 1 | -1/+2 |
| | |||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 1 | -0/+1 |
| | |||||
* | Add action hooks to user routes | Chocobozzz | 2019-12-06 | 1 | -5/+20 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 config instance warning modal | Chocobozzz | 2019-09-05 | 1 | -6/+6 |
| | |||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -9/+13 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -1/+2 |
| | |||||
* | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 2 | -12/+1 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 3 | -3/+3 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 1 | -0/+1 |
| | |||||
* | Moderators can only manage users | Chocobozzz | 2019-07-30 | 1 | -1/+6 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -0/+1 |
| | |||||
* | Add rate limit to registration and API endpoints | Chocobozzz | 2019-07-04 | 1 | -5/+13 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -0/+1 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 2 | -11/+23 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 1 | -2/+6 |
| | | | | | | | * 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 | ||||
* | Upgrade server dependencies | Chocobozzz | 2019-06-06 | 1 | -1/+4 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -2/+1 |
| | |||||
* | Add ability to specify channel on registration | Chocobozzz | 2019-05-28 | 1 | -2/+3 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 2 | -9/+12 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 3 | -3/+6 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 3 | -6/+8 |
| | |||||
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 1 | -1/+2 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature | ||||
* | Cleanup invalid rates/comments/shares | Chocobozzz | 2019-03-19 | 1 | -3/+1 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 7 | -52/+48 |
| | |||||
* | Add videos playlist exist tests | Chocobozzz | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 2 | -0/+49 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -3/+3 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2019-02-21 | 1 | -4/+2 |
| | |||||
* | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 2 | -11/+11 |
| | | | | And add some tests | ||||
* | allow administration to change/reset a user's password | Rigel Kent | 2019-02-11 | 1 | -0/+1 |
| | |||||
* | Move subscriptions controllers in its own file | Chocobozzz | 2019-01-14 | 3 | -154/+174 |
| | |||||
* | Add notifications in the client | Chocobozzz | 2019-01-09 | 1 | -1/+14 |
| | |||||
* | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 2 | -5/+13 |
| |