aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/constants.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use bullmq job dependencyChocobozzz2022-08-091-2/+8
|
* Move to bullmqChocobozzz2022-08-091-2/+2
|
* Automatically rebuild native modules on ABI changeChocobozzz2022-08-031-1/+1
|
* Add rejected state to followsChocobozzz2022-07-271-1/+2
| | | | Prevent reprocessing already rejected follows
* Clearer live sessionChocobozzz2022-07-221-1/+1
| | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information
* Add ability for client to create server logsChocobozzz2022-07-181-0/+6
|
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-061-38/+43
| | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated
* Introduce experimental telemetryChocobozzz2022-07-061-1/+2
|
* Process images in a dedicated workerChocobozzz2022-06-271-0/+4
|
* Introduce worker threads to process remote imagesChocobozzz2022-06-241-3/+6
|
* Add toki pona in video languagesChocobozzz2022-06-241-0/+1
|
* Fix removed sha segments on fast restreamChocobozzz2022-06-241-1/+1
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-231-1/+7
|\
| * Fix fast restream in saved permanent liveChocobozzz2022-06-231-1/+7
| |
* | store uploaded video filename (#4885)kontrollanten2022-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-201-1/+1
|\|
| * Relax views federationChocobozzz2022-06-201-1/+1
| |
* | Optimize view endpointChocobozzz2022-06-171-2/+4
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-171-1/+4
|\|
| * Send views in a dedicated queueChocobozzz2022-06-171-0/+3
| |
| * Increase max watch sectionsChocobozzz2022-06-171-1/+1
| |
* | Fix various typosluz paz2022-06-071-1/+1
| | | | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* | Add ability to set default feed items countChocobozzz2022-05-241-7/+0
| |
* | Improve admin users list tableChocobozzz2022-05-241-1/+1
| | | | | | | | | | | | * Fix last login sort with null values * Remember last selected columns * Display last login date by default
* | Add ability to set a custom video import timeoutChocobozzz2022-05-241-1/+1
|/
* Don't sign (created) when using rsa-sha256Chocobozzz2022-05-091-1/+1
|
* Handle HTTP signature draft 11Chocobozzz2022-05-061-5/+1
|
* Add ability to filter overall video stats by dateChocobozzz2022-05-061-1/+1
|
* Support live session in serverChocobozzz2022-05-031-1/+1
|
* Add ability to provide rtmp listening hostnameChocobozzz2022-05-021-2/+5
|
* Add missing video mime typesChocobozzz2022-04-201-0/+10
|
* Improve viewer counterChocobozzz2022-04-151-1/+1
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Improve views/viewers documentationChocobozzz2022-04-151-2/+2
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-2/+15
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Rename studio to editorChocobozzz2022-03-221-4/+4
|
* Add video edition finished notificationChocobozzz2022-03-221-1/+1
|
* Don't store remote rates of remote videosChocobozzz2022-03-181-1/+1
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Process video torrents in orderChocobozzz2022-03-161-0/+3
| | | | Prevent update before video torrent generation for example
* Add latency setting supportChocobozzz2022-03-091-3/+7
|
* Remove uneeded memoizeChocobozzz2022-03-081-3/+1
|
* Possibility to set custom RTMP/RTMPS hostname (#4811)kontrollanten2022-03-011-2/+2
| | | | | | | | | * live: set custom RTMP/RTMPS hostname closes #4786 * dont use webserver.hostname as default * check that rtmp/s.hostname is set
* Fix client html performance regressionChocobozzz2022-02-281-1/+3
|
* Add basic video editor supportChocobozzz2022-02-281-1/+21
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix video file storage column consistencyChocobozzz2022-02-221-1/+1
|
* Fix import timeout inconsistencyChocobozzz2022-02-091-1/+1
|
* Add ability to cancel & delete video importsChocobozzz2022-01-191-1/+3
|
* Add simplified/traditional chinese languagesChocobozzz2022-01-171-0/+4
|
* Increase captions max sizeChocobozzz2022-01-141-1/+1
|
* Cleanup unavailable remote AP resourceChocobozzz2021-12-281-3/+12
|