aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/cli/prune-storage.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-2/+2
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-14/+27
|
* Cleanup tests importsChocobozzz2022-08-171-3/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+2
| | | | Since it requires an external dependency
* Move test functions outside extra-utilsChocobozzz2021-12-171-3/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-1/+1
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Add hls to prune storage scriptChocobozzz2021-12-101-35/+14
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-4/+37
|
* Reorganize importsChocobozzz2021-07-201-3/+2
|
* Refactor requestsChocobozzz2021-07-201-3/+3
|
* Use an object to represent a serverChocobozzz2021-07-201-7/+7
|
* Shorter server command namesChocobozzz2021-07-201-15/+15
|
* Introduce videos commandChocobozzz2021-07-201-3/+2
|
* Introduce user commandChocobozzz2021-07-201-2/+1
|
* Introduce server commandsChocobozzz2021-07-201-16/+15
|
* Introduce sql commandChocobozzz2021-07-201-1/+1
|
* Introduce playlist commandChocobozzz2021-07-201-5/+2
|
* Introduce accounts commandChocobozzz2021-07-201-10/+7
|
* Introduce CLI commandChocobozzz2021-07-201-4/+3
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-15/+15
|
* Fix prune storage testsChocobozzz2021-06-171-0/+4
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-2/+3
|
* Add live transcoding bit rate testsChocobozzz2020-11-251-7/+7
|
* Update dependenciesChocobozzz2020-02-281-1/+1
|
* Move to eslintcontainChocobozzz2020-02-031-9/+10
|
* Don't always replace actor avatarChocobozzz2019-11-251-4/+12
|
* Add avatar to prune scriptChocobozzz2019-08-091-0/+199