aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix lintChocobozzz2017-07-124-7/+2
* Set correctly preview image for open graphChocobozzz2017-07-121-12/+1
* Add previews cache system between podsChocobozzz2017-07-1214-15/+172
* Remove "function" in favor of () => {}Chocobozzz2017-07-1125-91/+86
* Add tests for open graph tagsChocobozzz2017-07-112-0/+97
* Use global uuid instead of remoteId for videosChocobozzz2017-07-1139-141/+411
* Remove any typing from serverChocobozzz2017-07-115-18/+20
* Better typescript typing for a better worldChocobozzz2017-07-1019-76/+162
* Fix error loggingChocobozzz2017-07-0721-49/+49
* Async signature and various fixesChocobozzz2017-07-0710-54/+40
* Video search -> case insensitiveChocobozzz2017-07-061-8/+4
* Move to promisesChocobozzz2017-07-0579-2445/+1926
* Fix test (#71)Green-Star2017-07-0212-17/+22
* Move ensureRegistrationEnabled to middlewaresChocobozzz2017-06-253-11/+23
* ClientLocal -> OAuthClientLocalChocobozzz2017-06-252-7/+7
* Requests -> RequestSchedulersChocobozzz2017-06-258-21/+21
* Oup's, forgot to increate timeout testChocobozzz2017-06-251-1/+1
* Fix travis testsChocobozzz2017-06-251-1/+2
* Excluse .js.map when scanning models/ directoryChocobozzz2017-06-241-1/+2
* Update systemd service templateChocobozzz2017-06-201-1/+1
* Share models between server and clientChocobozzz2017-06-1710-12/+41
* Use typescript standard and lint all filesChocobozzz2017-06-166-9/+11
* Create types for model enumsChocobozzz2017-06-1616-28/+62
* Add this context to instance model functionsChocobozzz2017-06-1610-32/+38
* Reorganize model filesChocobozzz2017-06-1643-83/+128
* BaseRequestScheduler -> AbstractRequestSchedulerChocobozzz2017-06-166-11/+11
* Fix video update testChocobozzz2017-06-122-19/+16
* Convert scripts to typescriptChocobozzz2017-06-121-1/+1
* Better models define typingChocobozzz2017-06-1117-31/+31
* Update webpack stackChocobozzz2017-06-117-18/+30
* Update client modulesChocobozzz2017-06-111-0/+2
* Use shared modelsChocobozzz2017-06-113-4/+6
* Type functionsChocobozzz2017-06-1087-541/+936
* require -> importChocobozzz2017-06-0530-60/+52
* Type modelsChocobozzz2017-05-2573-637/+1495
* First typescript iterationChocobozzz2017-05-20107-1747/+1755
* Server: move requests lib in their own directoryChocobozzz2017-05-057-16/+18
* Server: finish old jobs at startupChocobozzz2017-05-052-20/+39
* Server: check ffmpeg at startupChocobozzz2017-05-051-0/+25
* Server: split videos controllerChocobozzz2017-05-054-264/+339
* Fix unset video language on video updateChocobozzz2017-05-052-7/+7
* Client: fix update button displayed on non owned videoChocobozzz2017-05-052-2/+2
* Fix testsChocobozzz2017-05-053-3/+3
* Server: Fix video propagation with transcoding enabledChocobozzz2017-05-054-13/+26
* Server: add tests to video transcoderChocobozzz2017-05-042-0/+116
* Server: add job scheduler to transcode video filesChocobozzz2017-05-047-23/+321
* Server: little refractoring when listing videosChocobozzz2017-05-011-10/+12
* Server: add tests for video blacklistsChocobozzz2017-05-018-7/+300
* Format video blacklistChocobozzz2017-04-264-21/+20
* Add ability for an administrator to remove any video (#61)Green-Star2017-04-265-21/+212