Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comment filtering by reply count | Rigel Kent | 2019-12-27 | 1 | -0/+14 |
| | |||||
* | Add more filters to admin follows table | Chocobozzz | 2019-11-29 | 1 | -0/+14 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -1/+1 |
| | | | | In favour of HLS | ||||
* | Fix blacklist sort | Chocobozzz | 2019-09-04 | 1 | -5/+5 |
| | |||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 1 | -3/+17 |
| | |||||
* | Sort on videoQuotaUsed in backend | Chocobozzz | 2019-07-25 | 1 | -0/+2 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -3/+9 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -1/+11 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 1 | -17/+31 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+0 |
| | |||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 1 | -1/+11 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 1 | -3/+18 |
| | |||||
* | Fix video sort | Chocobozzz | 2018-12-18 | 1 | -1/+5 |
| | |||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -1/+1 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | Add ability to mute a user/instance by server in server api | Chocobozzz | 2018-10-16 | 1 | -2/+0 |
| | |||||
* | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 1 | -0/+18 |
| | |||||
* | Fix videos overview tags section | Chocobozzz | 2018-08-31 | 1 | -5/+8 |
| | |||||
* | Trending by interval | Chocobozzz | 2018-08-31 | 1 | -10/+34 |
| | |||||
* | Cleanup utils helper | Chocobozzz | 2018-08-14 | 1 | -0/+3 |
| | |||||
* | Optimize search SQL query (I hope :p) | Chocobozzz | 2018-07-27 | 1 | -13/+1 |
| | |||||
* | Fix last commit | Chocobozzz | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | Add videos list filters | Chocobozzz | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 1 | -2/+50 |
| | |||||
* | Fix sort inconsistency | Chocobozzz | 2018-02-19 | 1 | -7/+7 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -8/+9 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns | ||||
* | Type functions | Chocobozzz | 2017-06-10 | 1 | -3/+3 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 1 | -0/+6 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+21 |