aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/utils.ts
Commit message (Expand)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
* 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
* feature: IP filtering on signup pageRigel Kent2018-05-221-0/+36
* 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
* Implement video transcoding on server sideChocobozzz2017-10-031-2/+25
* Handle blacklist (#84)Green-Star2017-09-221-1/+4
* 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