Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Fix lint | Chocobozzz | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 42 | -90/+102 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 39 | -65/+70 |
| | | | | | | | | 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 | 4 | -0/+16 |
|\ | |||||
| * | Fix webtorrent disabling | Chocobozzz | 2018-10-17 | 1 | -11/+0 |
| | | |||||
| * | move to boolean switch | Rigel Kent | 2018-10-13 | 4 | -17/+19 |
| | | |||||
| * | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 4 | -0/+25 |
| | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | | Fix code typos | Chocobozzz | 2018-10-16 | 7 | -12/+12 |
| | | |||||
* | | Add ability to mute a user/instance by server in client | Chocobozzz | 2018-10-16 | 17 | -26/+407 |
| | | |||||
* | | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 24 | -26/+477 |
| | | |||||
* | | update tslint config and fix member ordering (#1279) | BO41 | 2018-10-16 | 5 | -31/+29 |
| | | |||||
* | | improve description of the HTTP video import feature | Rigel Kent | 2018-10-15 | 1 | -1/+1 |
|/ | |||||
* | Fix angular build | Chocobozzz | 2018-10-10 | 1 | -2/+2 |
| | |||||
* | Add ability to list all local videos on client | Chocobozzz | 2018-10-10 | 10 | -21/+73 |
| | |||||
* | Add ability to search on followers/following | Chocobozzz | 2018-10-10 | 8 | -9/+48 |
| | |||||
* | Add explicit error message that changing video ownership only works with ↵ | Lucas Declercq | 2018-10-10 | 1 | -3/+12 |
| | | | | | | | | | | | | local accounts (#1214) * Add explicit error message that changing video ownership only works with local accounts * Remove superfluous logger * Remove unneeded end() to error responses * Add a message on client side to prevent transfering ownership to a remote account | ||||
* | Add checkbox to check every rows | Chocobozzz | 2018-10-08 | 1 | -1/+2 |
| | |||||
* | Add users search filter | Chocobozzz | 2018-10-08 | 13 | -12/+41 |
| | |||||
* | Add bulk actions in users table | Chocobozzz | 2018-10-08 | 12 | -44/+196 |
| | |||||
* | remove confirm modal for asset injection in edit-custom-config (#1219) | Micah Elizabeth Scott | 2018-10-07 | 1 | -24/+0 |
| | |||||
* | Fix videos list when page is empty | Chocobozzz | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | Add user moderation in the account page | Chocobozzz | 2018-10-05 | 13 | -45/+121 |
| | |||||
* | Move user moderation tool in a separate component | Chocobozzz | 2018-10-05 | 17 | -207/+235 |
| | |||||
* | Add user history and resume videos | Chocobozzz | 2018-10-05 | 6 | -6/+48 |
| | |||||
* | add resize listener (#1182) | BO41 | 2018-10-05 | 1 | -1/+12 |
| | | | | | | | | | | * add resize listener * respect user decision * change listener to rxjs * review changes | ||||
* | Remove unused variable | Chocobozzz | 2018-10-05 | 1 | -3/+0 |
| | |||||
* | fix account URI in remote comment modal (partial rollback) | Rigel Kent | 2018-10-05 | 1 | -0/+1 |
| | |||||
* | fix account URI in remote comment modal (cleanup) | Rigel Kent | 2018-10-05 | 2 | -2/+1 |
| | |||||
* | fix account URI in remote comment modal | Rigel Kent | 2018-10-04 | 2 | -1/+5 |
| | |||||
* | Fix hotkey translations | Chocobozzz | 2018-10-03 | 4 | -16/+20 |
| | |||||
* | Fix Delete title button | Chocobozzz | 2018-10-03 | 3 | -2/+9 |
| | |||||
* | Add comments feeds popover in watch page | Chocobozzz | 2018-10-02 | 4 | -5/+38 |
| | |||||
* | Don't throw an error on empty search | Chocobozzz | 2018-10-01 | 1 | -5/+2 |
| | |||||
* | add allow advancedSearch with empty search | Rigel Kent | 2018-10-01 | 3 | -3/+25 |
| | | | | | | a.k.a. filters on all videos also added a badge showing the rough number of active filters | ||||
* | Check video channel name is unique on our instance | Chocobozzz | 2018-10-01 | 1 | -1/+8 |
| | |||||
* | show last commit hash alongside server version in footer | Rigel Kent | 2018-10-01 | 2 | -1/+6 |
| | |||||
* | Fix error when clicking on the disabled publish button | Chocobozzz | 2018-10-01 | 2 | -2/+8 |
| | |||||
* | Fix my account subtitles | Chocobozzz | 2018-10-01 | 1 | -4/+4 |
| | |||||
* | Update captions in sequence to avoid concurrence issues | Chocobozzz | 2018-10-01 | 1 | -11/+5 |
| | |||||
* | various display improvements | Rigel Kent | 2018-09-29 | 4 | -3/+7 |
| | |||||
* | fix message space on video upload cancel | Rigel Kent | 2018-09-29 | 2 | -2/+3 |
| | |||||
* | Fix advanced options in upload form | Chocobozzz | 2018-09-28 | 2 | -4/+4 |
| | |||||
* | Update translations | Chocobozzz | 2018-09-28 | 1 | -1/+3 |
| | |||||
* | Fix some i18n tags | Chocobozzz | 2018-09-28 | 6 | -6/+14 |
| | |||||
* | Fix no other videos displayed on some videos | Chocobozzz | 2018-09-28 | 3 | -25/+18 |
| | |||||
* | Display other videos on xl screens on the right | Chocobozzz | 2018-09-28 | 1 | -1/+9 |
| | |||||
* | correct local subscribe in the subscription menu | Rigel Kent | 2018-09-28 | 3 | -5/+10 |
| | |||||
* | Check current password on server side | Chocobozzz | 2018-09-26 | 3 | -25/+21 |
| |