Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer using Object.values | Chocobozzz | 2022-08-17 | 1 | -3/+2 |
| | |||||
* | Use same mastodon regex for usernames | Chocobozzz | 2022-08-03 | 1 | -3/+3 |
| | |||||
* | Resolve enums at compile time | Chocobozzz | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -2/+2 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -7/+2 |
| | |||||
* | Add banner tests | Chocobozzz | 2021-04-08 | 1 | -11/+2 |
| | |||||
* | Add banners support | Chocobozzz | 2021-04-08 | 1 | -4/+4 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Refactor email enabled function | Chocobozzz | 2020-02-17 | 1 | -4/+3 |
| | |||||
* | Creating a user with an empty password will send an email to let him set his ↵ | John Livingston | 2020-02-17 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Update validator dependency | Chocobozzz | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 1 | -0/+5 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | -0/+10 |
| | |||||
* | Fix express validator | Chocobozzz | 2019-07-25 | 1 | -1/+0 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -1/+6 |
| | |||||
* | Fix optional privacy in upload endpoint | Chocobozzz | 2019-04-25 | 1 | -3/+2 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -1/+7 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -0/+5 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | move to boolean switch | Rigel Kent | 2018-10-13 | 1 | -5/+4 |
| | |||||
* | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 1 | -1/+7 |
| | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo | ||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 1 | -0/+5 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -6/+7 |
| | |||||
* | Fix images size limit | Chocobozzz | 2018-06-22 | 1 | -2/+1 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -0/+5 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -4/+6 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -0/+5 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 1 | -17/+9 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 1 | -2/+19 |
| | |||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 1 | -2/+11 |
| | | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video | ||||
* | Usernames are case insensitive now | Chocobozzz | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | Support roles with rights and add moderator role | Chocobozzz | 2017-10-27 | 1 | -6/+5 |
| | |||||
* | Upgrade express validator to v4 | Chocobozzz | 2017-09-15 | 1 | -10/+0 |
| | |||||
* | Add tests for npm run scripts | Chocobozzz | 2017-09-07 | 1 | -0/+1 |
| | |||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 1 | -1/+7 |
| | |||||
* | Upgrade common server dependencies | Chocobozzz | 2017-08-25 | 1 | -8/+6 |
| | |||||
* | Create types for model enums | Chocobozzz | 2017-06-16 | 1 | -1/+3 |
| | |||||
* | Type functions | Chocobozzz | 2017-06-10 | 1 | -6/+18 |
| | |||||
* | require -> import | Chocobozzz | 2017-06-05 | 1 | -3/+1 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+34 |