aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/utils.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move to promisesChocobozzz2017-07-051-17/+7
* Update systemd service templateChocobozzz2017-06-201-1/+1
* Share models between server and clientChocobozzz2017-06-171-2/+6
* Use typescript standard and lint all filesChocobozzz2017-06-161-1/+0
* Update webpack stackChocobozzz2017-06-111-12/+1
* Type functionsChocobozzz2017-06-101-10/+6
* Type modelsChocobozzz2017-05-251-1/+8
* First typescript iterationChocobozzz2017-05-201-0/+54