Add ability to generate HLS in CLI
[oweals/peertube.git] / server / helpers / utils.ts
2019-09-11 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-06 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-05 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-03 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22 ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22 ChocobozzzMerge branch 'feature/strong-model-types' into develop
2019-08-21 ChocobozzzType toActivityPubObject functions 2071/head
2019-07-24 ChocobozzzAdd plugin static files cache
2019-05-15 ChocobozzzMerge branch 'master' into develop
2019-04-11 ChocobozzzMove config in its own file
2019-02-11 ChocobozzzMerge branch 'develop' into pr/1285
2019-02-11 ChocobozzzMerge branch 'develop' into pr/1217
2019-02-11 ChocobozzzMerge branch 'feature/correctly-send-activities' into...
2019-02-11 ChocobozzzUse a single file instead of segments for HLS
2019-02-06 ChocobozzzMerge branch 'release/v1.2.0'
2019-01-10 ChocobozzzImplement contact form on server side
2018-12-07 ChocobozzzMerge branch 'move-utils-to-shared' of https://github...
2018-12-06 ChocobozzzMerge branch 'hotfix/docker' into develop
2018-12-04 ChocobozzzAdd tmp and redundancy directories
2018-11-23 ChocobozzzOptimize config endpoint
2018-11-13 ChocobozzzMerge branch 'master' into develop
2018-10-19 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-17 ChocobozzzMerge branch 'feature/webtorrent-disabling' into develop
2018-10-16 ChocobozzzAdd ability for users to block an account/instance...
2018-10-11 ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-08 Felix AbleitnerSet bitrate limits for transcoding (fixes #638) (#1135)
2018-10-03 ChocobozzzFix config endpoint
2018-10-01 Rigel Kentshow last commit hash alongside server version in footer
2018-09-20 ChocobozzzMerge branch 'develop' into cli-wrapper 941/head
2018-09-14 ChocobozzzSpeed up overviews route
2018-08-27 ChocobozzzCorrectly migrate to fs-extra
2018-08-14 ChocobozzzCleanup utils helper
2018-08-08 ChocobozzzAdd torrent tests
2018-08-08 ChocobozzzImport torrents with webtorrent
2018-08-08 ChocobozzzImport magnets with webtorrent
2018-08-07 ChocobozzzMerge branch 'release/beta-10' into develop
2018-08-06 ChocobozzzMerge branch 'release/beta-10' into develop
2018-07-31 ChocobozzzCleanup req files on bad request
2018-07-26 ChocobozzzFix last commit
2018-07-25 Rigel Kentexpliciting type checks and predicates (server only)
2018-07-24 ChocobozzzFix nodeinfo endpoint
2018-07-24 Rigel Kentadding initial support for nodeinfo
2018-06-12 ChocobozzzAdd concept of video state, and add ability to wait...
2018-05-22 Rigel Kentfeature: IP filtering on signup page
2018-04-24 ChocobozzzAdd account view
2018-03-26 ChocobozzzFix error logging
2018-02-14 ChocobozzzAdd ability to set video thumbnail/preview
2018-01-17 ChocobozzzAdd ability to update some configuration keys
2018-01-03 ChocobozzzAdd ability to disable video comments
2017-12-29 ChocobozzzBegin to add avatar to actors
2017-12-19 ChocobozzzSet port if not specified in webfinger
2017-12-19 ChocobozzzBegin moving video channel to actor
2017-12-13 ChocobozzzMove models to typescript-sequelize
2017-11-27 ChocobozzzCleanup helpers
2017-11-27 ChocobozzzSend server announce when users upload a video
2017-11-27 ChocobozzzHandle follow/accept
2017-10-26 ChocobozzzAdapt client with video channels
2017-10-26 ChocobozzzUse async/await in lib and initializers
2017-10-26 ChocobozzzUse async/await in controllers
2017-10-09 ChocobozzzChange how we handle resolution
2017-10-03 ChocobozzzImplement video transcoding on server side
2017-09-22 Green-StarHandle blacklist (#84)
2017-08-25 ChocobozzzFormated -> Formatted
2017-07-25 ChocobozzzAdd ability to limit user registrations
2017-07-11 ChocobozzzRemove "function" in favor of () => {}
2017-07-05 ChocobozzzMove to promises
2017-06-20 ChocobozzzUpdate systemd service template
2017-06-17 ChocobozzzShare models between server and client
2017-06-16 ChocobozzzUse typescript standard and lint all files
2017-06-11 ChocobozzzUpdate webpack stack
2017-06-10 ChocobozzzType functions
2017-05-25 ChocobozzzType models
2017-05-20 ChocobozzzFirst typescript iteration