Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lint | Chocobozzz | 2019-06-19 | 1 | -4/+11 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 4 | -24/+77 |
| | |||||
* | Add class to email change form | Chocobozzz | 2019-06-12 | 2 | -2/+2 |
| | |||||
* | Add ability to change email in client | Chocobozzz | 2019-06-11 | 7 | -1/+142 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 1 | -1/+1 |
| | | | | | | | * 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 set a public to private in client | Chocobozzz | 2019-06-07 | 3 | -30/+22 |
| | |||||
* | Add checkbox to bulk update videos support field | Chocobozzz | 2019-05-31 | 3 | -2/+25 |
| | |||||
* | Group videos on chronological order | Chocobozzz | 2019-05-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-05-21 | 1 | -0/+1 |
|\ | |||||
| * | Fix pagination in my videos page | Chocobozzz | 2019-05-21 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'feature/audio-upload' into develop | Chocobozzz | 2019-05-21 | 3 | -7/+7 |
|\ \ | |/ |/| | |||||
| * | Add audio upload tests | Chocobozzz | 2019-05-17 | 1 | -1/+1 |
| | | |||||
| * | Support audio upload in client | Chocobozzz | 2019-05-17 | 2 | -6/+6 |
| | | |||||
* | | Fix reordering playlist | Chocobozzz | 2019-05-17 | 1 | -1/+3 |
|/ | |||||
* | Fix my account settings responsive | Chocobozzz | 2019-04-11 | 2 | -1/+13 |
| | |||||
* | Add new instance follower notification in client | Chocobozzz | 2019-04-09 | 1 | -4/+4 |
| | |||||
* | Add newInstanceFollower in notification settings | Chocobozzz | 2019-04-09 | 1 | -2/+4 |
| | |||||
* | Add delete/manual approval instance followers in client | Chocobozzz | 2019-04-08 | 1 | -9/+4 |
| | |||||
* | Improve playlist element style | Chocobozzz | 2019-04-05 | 1 | -1/+1 |
| | |||||
* | Add video miniature dropdown | Chocobozzz | 2019-04-05 | 1 | -1/+3 |
| | |||||
* | Refactor videos selection components | Chocobozzz | 2019-04-05 | 3 | -154/+57 |
| | |||||
* | Refactor video miniatures | Chocobozzz | 2019-04-03 | 5 | -122/+15 |
| | |||||
* | Update translations | Chocobozzz | 2019-04-03 | 1 | -2/+2 |
| | |||||
* | Restore videos list components | Chocobozzz | 2019-04-02 | 5 | -90/+65 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add icon to delete history button | Chocobozzz | 2019-03-20 | 2 | -8/+8 |
| | |||||
* | Add my library section in menu | Chocobozzz | 2019-03-20 | 1 | -9/+18 |
| | |||||
* | Add playlist channel validator when playlist is public | Chocobozzz | 2019-03-18 | 3 | -11/+23 |
| | |||||
* | Add video channel view | Chocobozzz | 2019-03-18 | 8 | -20/+52 |
| | |||||
* | Playlist support in watch page | Chocobozzz | 2019-03-18 | 3 | -247/+6 |
| | |||||
* | Playlist reorder support | Chocobozzz | 2019-03-18 | 4 | -68/+166 |
| | |||||
* | Playlist videos component | Chocobozzz | 2019-03-18 | 3 | -9/+262 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 9 | -11/+111 |
| | |||||
* | Add/update/delete/list my playlists | Chocobozzz | 2019-03-18 | 13 | -5/+535 |
| | |||||
* | Video abuse notification is not only for local videos | Chocobozzz | 2019-02-20 | 1 | -1/+1 |
| | |||||
* | Refactor ellipsis CSS | Chocobozzz | 2019-02-20 | 1 | -3/+1 |
| | |||||
* | fix undefined change ownership icons | Josh Morel | 2019-01-28 | 1 | -2/+2 |
| | |||||
* | Refactor how we use icons | Chocobozzz | 2019-01-17 | 9 | -19/+26 |
| | | | | Inject them in an angular component so we can easily change their color | ||||
* | Warn user when they want to delete a channel | Chocobozzz | 2019-01-14 | 1 | -3/+7 |
| | | | | | Because they will not be able to create another channel with the same actor name | ||||
* | Correctly scroll in notification preferences | Chocobozzz | 2019-01-09 | 2 | -5/+3 |
| | |||||
* | Add notifications in the client | Chocobozzz | 2019-01-09 | 11 | -2/+211 |
| | |||||
* | Refractor notification service | Chocobozzz | 2018-12-19 | 18 | -102/+81 |
| | | | | Shorter name and use primeng component | ||||
* | Add ability to disable and clear history | Chocobozzz | 2018-12-18 | 4 | -2/+88 |
| | |||||
* | Add history page on client | Chocobozzz | 2018-12-18 | 7 | -3/+168 |
| | |||||
* | My account menu -> open entries on hover | Chocobozzz | 2018-12-05 | 3 | -92/+57 |
| | |||||
* | Fix checkbox margins | Chocobozzz | 2018-11-19 | 1 | -8/+12 |
| | |||||
* | Fix new Angular 7 issues | Chocobozzz | 2018-11-15 | 1 | -0/+4 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 4 | -14/+10 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 4 | -7/+9 |
| | | | | | | | | 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 | ||||
* | Merge branch 'feature/webtorrent-disabling' into develop | Chocobozzz | 2018-10-17 | 2 | -0/+9 |
|\ |