Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Add audio support in upload | Chocobozzz | 2019-05-16 | 2 | -0/+9 |
|/ | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 4 | -3/+24 |
| | |||||
* | Fix privacy warning position on mobile | Chocobozzz | 2019-04-15 | 2 | -1/+2 |
| | |||||
* | Add debug component to help admins to fix IP issues | Chocobozzz | 2019-04-11 | 12 | -10/+130 |
| | |||||
* | Add logs page in client | Chocobozzz | 2019-04-11 | 17 | -24/+344 |
| | |||||
* | Add logs endpoint | Chocobozzz | 2019-04-10 | 9 | -40/+0 |
| | |||||
* | Add delete/manual approval instance followers in client | Chocobozzz | 2019-04-08 | 6 | -12/+145 |
| | |||||
* | Refactor videos selection components | Chocobozzz | 2019-04-05 | 3 | -129/+42 |
| | |||||
* | Refactor video miniatures | Chocobozzz | 2019-04-03 | 3 | -51/+26 |
| | |||||
* | Update client dep | Chocobozzz | 2019-04-02 | 2 | -2/+1 |
| | |||||
* | Upgrade server dep | Chocobozzz | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | Restore videos list components | Chocobozzz | 2019-04-02 | 2 | -50/+38 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 12 | -7/+315 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fix custom CSS help | Chocobozzz | 2019-03-20 | 1 | -8/+8 |
| | |||||
* | Add isNSFW instance configuration key | Chocobozzz | 2019-02-20 | 2 | -0/+10 |
| | |||||
* | Lazy import some modules | Chocobozzz | 2019-02-15 | 4 | -13/+27 |
| | |||||
* | Fix moderators that cannot access the muted servers table | Chocobozzz | 2019-02-15 | 1 | -1/+1 |
| | |||||
* | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 7 | -49/+42 |
| | | | | And add some tests | ||||
* | cleanup and remove paramSubs | Rigel Kent | 2019-02-11 | 3 | -10/+9 |
| | |||||
* | move user-password to Input decorator | Rigel Kent | 2019-02-11 | 2 | -11/+3 |
| | |||||
* | remove isAdministration | Rigel Kent | 2019-02-11 | 4 | -17/+7 |
| | |||||
* | allow administration to change/reset a user's password | Rigel Kent | 2019-02-11 | 9 | -4/+192 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -1/+5 |
| | |||||
* | Refactor how we use icons | Chocobozzz | 2019-01-17 | 4 | -7/+8 |
| | | | | Inject them in an angular component so we can easily change their color | ||||
* | Fix notification z-index on modals | Chocobozzz | 2019-01-15 | 1 | -2/+2 |
| | |||||
* | Increase abuse length to 3000 | Chocobozzz | 2019-01-14 | 5 | -4/+17 |
| | | | | And correctly handle new lines | ||||
* | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 3 | -2/+13 |
| | |||||
* | Add contact form checkbox in admin form | Chocobozzz | 2019-01-10 | 2 | -377/+321 |
| | |||||
* | Fix notification with large message | Chocobozzz | 2018-12-20 | 2 | -3/+3 |
| | |||||
* | Refractor notification service | Chocobozzz | 2018-12-19 | 14 | -116/+84 |
| | | | | Shorter name and use primeng component | ||||
* | Fix followers search | Chocobozzz | 2018-12-13 | 1 | -1/+1 |
| | |||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 2 | -0/+11 |
| | |||||
* | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 2 | -2/+36 |
| | | | | | | | | | | | | | * 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 | ||||
* | Fix checkbox margins | Chocobozzz | 2018-11-19 | 1 | -29/+40 |
| | |||||
* | Fix new Angular 7 issues | Chocobozzz | 2018-11-15 | 3 | -3/+3 |
| | |||||
* | Make abuse-delete confirmation box clearer | mike stedman | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Change "delete" to "delete this report" | Mike | 2018-10-18 | 1 | -1/+1 |
| | | | Closes #1295. | ||||
* | Better typings | Chocobozzz | 2018-10-18 | 3 | -6/+6 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 3 | -5/+5 |
| | | | | | | | | 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 | ||||
* | Fix code typos | Chocobozzz | 2018-10-16 | 4 | -7/+7 |
| | |||||
* | Add ability to mute a user/instance by server in client | Chocobozzz | 2018-10-16 | 11 | -0/+218 |
| | |||||
* | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 3 | -4/+6 |
| | |||||
* | update tslint config and fix member ordering (#1279) | BO41 | 2018-10-16 | 2 | -15/+14 |
| | |||||
* | improve description of the HTTP video import feature | Rigel Kent | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | Add ability to list all local videos on client | Chocobozzz | 2018-10-10 | 1 | -11/+0 |
| | |||||
* | Add ability to search on followers/following | Chocobozzz | 2018-10-10 | 7 | -6/+45 |
| | |||||
* | Add checkbox to check every rows | Chocobozzz | 2018-10-08 | 1 | -1/+2 |
| | |||||
* | Add users search filter | Chocobozzz | 2018-10-08 | 7 | -7/+8 |
| |