aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Expand)AuthorAgeFilesLines
* Upgrade server packagesChocobozzz2017-10-314-8/+8
* Add video privacy settingChocobozzz2017-10-311-0/+12
* Add lazy description on serverChocobozzz2017-10-302-2/+7
* Support roles with rights and add moderator roleChocobozzz2017-10-271-6/+5
* Be tolerant with remote requestsChocobozzz2017-10-262-41/+65
* Fix lintChocobozzz2017-10-261-2/+2
* Adapt client with video channelsChocobozzz2017-10-261-1/+0
* Use async/await in lib and initializersChocobozzz2017-10-263-65/+60
* Use async/await in controllersChocobozzz2017-10-262-1/+9
* Add video channelsChocobozzz2017-10-266-59/+193
* Escape opengraph/oembed tagsChocobozzz2017-10-171-0/+17
* Improve transcoding qualityChocobozzz2017-10-171-1/+2
* Use preview instead of thumbnail for oembedChocobozzz2017-10-171-1/+1
* Video blacklist refractoringChocobozzz2017-10-101-2/+32
* Change how we handle resolutionChocobozzz2017-10-094-4/+83
* Implement video transcoding on server sideChocobozzz2017-10-032-4/+31
* Handle blacklist (#84)Green-Star2017-09-221-1/+4
* Upgrade express validator to v4Chocobozzz2017-09-155-65/+3
* Add tests for npm run scriptsChocobozzz2017-09-076-2/+15
* Begin user quotaChocobozzz2017-09-041-1/+7
* Upgrade common server dependenciesChocobozzz2017-08-256-59/+60
* Formated -> FormattedChocobozzz2017-08-251-6/+6
* Move video file metadata in their own tableChocobozzz2017-08-252-18/+40
* Add ability to limit user registrationsChocobozzz2017-07-251-1/+19
* Add previews cache system between podsChocobozzz2017-07-121-1/+4
* Remove "function" in favor of () => {}Chocobozzz2017-07-115-15/+11
* Use global uuid instead of remoteId for videosChocobozzz2017-07-112-10/+16
* Better typescript typing for a better worldChocobozzz2017-07-101-4/+14
* Fix error loggingChocobozzz2017-07-072-3/+3
* Async signature and various fixesChocobozzz2017-07-072-27/+22
* Move to promisesChocobozzz2017-07-055-165/+209
* 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
* Create types for model enumsChocobozzz2017-06-162-2/+5
* Update webpack stackChocobozzz2017-06-114-12/+25
* Type functionsChocobozzz2017-06-1010-96/+176
* require -> importChocobozzz2017-06-057-19/+13
* Type modelsChocobozzz2017-05-253-10/+10
* First typescript iterationChocobozzz2017-05-2016-326/+318
* Server: move requests lib in their own directoryChocobozzz2017-05-051-1/+1
* Fix unset video language on video updateChocobozzz2017-05-051-1/+1
* Update standard -> 10Chocobozzz2017-04-161-4/+10
* Server: add video language attributeChocobozzz2017-04-072-0/+6
* Server: Add NSFW in user profileChocobozzz2017-04-031-1/+6
* Server: add nsfw attributeChocobozzz2017-03-282-0/+6
* Server: add licence video attributeChocobozzz2017-03-272-0/+6
* Relax on tags (accept any characters and not required anymore)Chocobozzz2017-03-221-2/+1
* Add video category supportChocobozzz2017-03-222-0/+6
* Add like/dislike system for videosChocobozzz2017-03-082-1/+9