Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 1 | -3/+9 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 2 | -0/+86 |
| | |||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 3 | -0/+60 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | Remove inferred type | Chocobozzz | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 1 | -2/+2 |
| | |||||
* | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | * 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 | ||||
* | Merge branch 'feature/webtorrent-disabling' into develop | Chocobozzz | 2018-10-17 | 1 | -0/+1 |
|\ | |||||
| * | move to boolean switch | Rigel Kent | 2018-10-13 | 1 | -1/+1 |
| | | |||||
| * | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 1 | -0/+1 |
| | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | | Add ability to mute a user/instance by server in server api | Chocobozzz | 2018-10-16 | 1 | -4/+4 |
| | | |||||
* | | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 1 | -2/+2 |
| | | |||||
* | | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 3 | -1/+129 |
|/ | |||||
* | Add users search filter | Chocobozzz | 2018-10-08 | 1 | -1/+1 |
| | |||||
* | Check video channel name is unique on our instance | Chocobozzz | 2018-10-01 | 1 | -1/+0 |
| | |||||
* | Check current password on server side | Chocobozzz | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Cache user token | Chocobozzz | 2018-09-20 | 2 | -3/+4 |
| |