Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -0/+4 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -0/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | Don't use @shared in models | Chocobozzz | 2020-08-27 | 1 | -1/+1 |
| | | | | So other projects can use them | ||||
* | Add migrations | Chocobozzz | 2020-07-10 | 1 | -3/+6 |
| | |||||
* | Add last login date to users | Chocobozzz | 2020-05-07 | 1 | -0/+2 |
| | |||||
* | Add auth plugin info in users list | Chocobozzz | 2020-05-05 | 1 | -0/+2 |
| | |||||
* | Add overview of a user's actions in user-edit (#2558) | Rigel Kent | 2020-03-27 | 1 | -0/+5 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -1/+0 |
| | |||||
* | Share playlists state | Chocobozzz | 2020-01-06 | 1 | -2/+0 |
| | |||||
* | Improve SQL query for my special playlists | Chocobozzz | 2020-01-03 | 1 | -1/+10 |
| | |||||
* | Add miniature quick actions to add video to Watch later playlist | Rigel Kent | 2020-01-02 | 1 | -0/+5 |
| | |||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 1 | -0/+1 |
| | |||||
* | 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 welcome modal | Chocobozzz | 2019-09-05 | 1 | -2/+8 |
| | |||||
* | WIP plugins: load theme on client side | Chocobozzz | 2019-07-24 | 1 | -0/+3 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -0/+1 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -0/+5 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -0/+2 |
| | |||||
* | Add ability to disable and clear history | Chocobozzz | 2018-12-18 | 1 | -0/+4 |
| | |||||
* | 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 | ||||
* | Better typings | Chocobozzz | 2018-10-18 | 1 | -1/+0 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -0/+1 |
| | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137 | ||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | * 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 quota used in users list | Chocobozzz | 2018-08-14 | 1 | -0/+2 |
| | |||||
* | Flat shared module directory | Chocobozzz | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 1 | -0/+3 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -1/+2 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 1 | -0/+1 |
| | | | | | | | | | 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 | ||||
* | Add account avatar | Chocobozzz | 2017-12-04 | 1 | -5/+3 |
| | |||||
* | Make it compile at least | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Support roles with rights and add moderator role | Chocobozzz | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | Add video channels | Chocobozzz | 2017-10-26 | 1 | -1/+7 |
| | |||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 1 | -0/+1 |
| | |||||
* | Better typescript typing for a better world | Chocobozzz | 2017-07-10 | 1 | -0/+10 |