aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/videos-history.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to delete history elementChocobozzz2022-01-181-7/+29
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-3/+3
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Reorganize importsChocobozzz2021-07-201-2/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-201-7/+6
|
* Shorter server command namesChocobozzz2021-07-201-15/+15
|
* Introduce videos commandChocobozzz2021-07-201-23/+15
|
* Introduce user commandChocobozzz2021-07-201-9/+3
|
* Introduce login commandChocobozzz2021-07-201-2/+1
|
* Introduce sql commandChocobozzz2021-07-201-2/+2
|
* Introduce history commandChocobozzz2021-07-201-30/+29
|
* Introduce search commandChocobozzz2021-07-201-8/+7
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-0/+9
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+2
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Use test wrapper exit functionChocobozzz2019-04-241-5/+6
|
* Cleanup testsChocobozzz2019-04-241-10/+3
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-2/+2
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+1
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-2/+32
|
* Add history on server sideChocobozzz2018-12-181-5/+80
| | | | Add ability to disable, clear and list user videos history
* Move utils to /sharedbuoyantair2018-10-291-2/+2
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Add user history and resume videosChocobozzz2018-10-051-0/+128