aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix (again) youtube importChocobozzz2021-01-191-11/+5
|
* Avoir some circular dependenciesChocobozzz2020-05-041-13/+0
|
* Support audio files importChocobozzz2020-04-031-3/+11
|
* Move to eslintcontainChocobozzz2020-02-031-2/+2
|
* Add infohash cacheChocobozzz2020-01-031-1/+1
|
* Type toActivityPubObject functionsChocobozzz2019-08-211-1/+4
|
* Add plugin static files cacheChocobozzz2019-07-241-8/+4
|
* Move config in its own fileChocobozzz2019-04-111-1/+1
|
* Use a single file instead of segments for HLSChocobozzz2019-02-111-1/+0
|
* Implement contact form on server sideChocobozzz2019-01-101-4/+2
|
* Add tmp and redundancy directoriesChocobozzz2018-12-041-3/+3
|
* Optimize config endpointChocobozzz2018-11-231-3/+3
|
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-1/+4
|
* Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file
* Fix config endpointChocobozzz2018-10-031-9/+20
|
* show last commit hash alongside server version in footerRigel Kent2018-10-011-0/+13
|
* Speed up overviews routeChocobozzz2018-09-141-18/+6
|
* Correctly migrate to fs-extraChocobozzz2018-08-271-2/+3
|
* Cleanup utils helperChocobozzz2018-08-141-144/+7
|
* Add torrent testsChocobozzz2018-08-081-2/+1
|
* Import torrents with webtorrentChocobozzz2018-08-081-4/+11
|
* Import magnets with webtorrentChocobozzz2018-08-081-1/+10
|
* Cleanup req files on bad requestChocobozzz2018-07-311-1/+27
|
* Fix last commitChocobozzz2018-07-261-1/+2
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-1/+2
|
* Fix nodeinfo endpointChocobozzz2018-07-241-3/+2
|
* adding initial support for nodeinfoRigel Kent2018-07-241-0/+30
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-11/+11
| | | | publishing a video
* feature: IP filtering on signup pageRigel Kent2018-05-221-0/+36
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Add account viewChocobozzz2018-04-241-60/+2
|
* Fix error loggingChocobozzz2018-03-261-1/+1
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-3/+15
|
* Add ability to update some configuration keysChocobozzz2018-01-171-1/+1
|
* Add ability to disable video commentsChocobozzz2018-01-031-1/+1
|
* Begin to add avatar to actorsChocobozzz2017-12-291-2/+28
|
* Set port if not specified in webfingerChocobozzz2017-12-191-2/+16
|
* Begin moving video channel to actorChocobozzz2017-12-191-9/+11
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-8/+9
|
* Cleanup helpersChocobozzz2017-11-271-3/+2
|
* Send server announce when users upload a videoChocobozzz2017-11-271-6/+12
|
* Handle follow/acceptChocobozzz2017-11-271-0/+11
|
* Adapt client with video channelsChocobozzz2017-10-261-1/+0
|
* Use async/await in lib and initializersChocobozzz2017-10-261-9/+11
|
* Use async/await in controllersChocobozzz2017-10-261-0/+9
|
* Change how we handle resolutionChocobozzz2017-10-091-1/+1
| | | | It was an enum before, now we just use video height
* Implement video transcoding on server sideChocobozzz2017-10-031-2/+25
|
* Handle blacklist (#84)Green-Star2017-09-221-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Formated -> FormattedChocobozzz2017-08-251-6/+6
|
* Add ability to limit user registrationsChocobozzz2017-07-251-1/+19
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-1/+1
|