aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Requests -> RequestSchedulersChocobozzz2017-06-2525-67/+62
|
* Rename 'npm run upgrade' to 'npm run upgrade-peertube'Chocobozzz2017-06-253-2/+3
| | | | It was confusing with the command 'npm run update'
* Oup's, forgot to increate timeout testChocobozzz2017-06-251-1/+1
|
* Fix travis testsChocobozzz2017-06-251-1/+2
|
* Fix issue with node-sass and yarnChocobozzz2017-06-251-1/+2
|
* Return to sequelize@4.0.0-2 (makes tests fail)Chocobozzz2017-06-253-40/+37
|
* Fix play scriptChocobozzz2017-06-251-1/+1
|
* Fix client adminChocobozzz2017-06-253-31/+34
|
* Fix client buildChocobozzz2017-06-253-31/+606
| | | | | | | A node dep is in ES2015, but uglify is not compatible. Temporary quick fix -> use babel on this module (awaiting an official support of uglify and webpack for ES2015)
* Update dependenciesChocobozzz2017-06-253-269/+429
|
* Update sequelizeChocobozzz2017-06-252-35/+40
|
* Stop mocha tests after a failureChocobozzz2017-06-241-1/+1
|
* Excluse .js.map when scanning models/ directoryChocobozzz2017-06-241-1/+2
|
* Don't generate yarn lockfile on upgradeChocobozzz2017-06-242-4/+2
|
* Update systemd service templateChocobozzz2017-06-202-2/+2
|
* Fix client compilationChocobozzz2017-06-205-6/+3
|
* Update README schemasChocobozzz2017-06-201-6/+6
|
* Share models between server and clientChocobozzz2017-06-1730-61/+89
|
* Use typescript standard and lint all filesChocobozzz2017-06-16143-1955/+2022
|
* Fix client compilationChocobozzz2017-06-162-5/+6
|
* Create types for model enumsChocobozzz2017-06-1621-29/+89
|
* Add this context to instance model functionsChocobozzz2017-06-1611-33/+39
|
* Reorganize model filesChocobozzz2017-06-1643-83/+128
|
* BaseRequestScheduler -> AbstractRequestSchedulerChocobozzz2017-06-166-11/+11
|
* Update readme/doc with new client port for devChocobozzz2017-06-143-4/+9
|
* Fix video update testChocobozzz2017-06-122-19/+16
|
* Convert scripts to typescriptChocobozzz2017-06-127-70/+65
|
* Fix prod clean scriptChocobozzz2017-06-121-1/+1
|
* Fix prod buildChocobozzz2017-06-114-9/+17
|
* Better models define typingChocobozzz2017-06-1117-31/+31
|
* Bundle webtorrent with webpack. Closes ↵Chocobozzz2017-06-116-19/+6
| | | | https://github.com/Chocobozzz/PeerTube/issues/50
* Update webpack stackChocobozzz2017-06-1132-77/+424
|
* Update client modulesChocobozzz2017-06-1119-905/+874
|
* Better build/dev scriptsChocobozzz2017-06-1115-27/+612
|
* Use shared modelsChocobozzz2017-06-1110-35/+65
|
* Adapt scripts to typescriptChocobozzz2017-06-107-13/+17
|
* Type functionsChocobozzz2017-06-1096-541/+987
|
* require -> importChocobozzz2017-06-0533-67/+66
|
* Type modelsChocobozzz2017-05-2576-803/+1697
|
* First typescript iterationChocobozzz2017-05-20113-1805/+1982
|
* Update READMEChocobozzz2017-05-051-2/+2
|
* Server: move requests lib in their own directoryChocobozzz2017-05-057-16/+18
|
* Server: finish old jobs at startupChocobozzz2017-05-053-20/+44
|
* Server: check ffmpeg at startupChocobozzz2017-05-051-0/+25
|
* Server: split videos controllerChocobozzz2017-05-054-264/+339
|
* Client: little refractoringChocobozzz2017-05-0523-103/+57
|
* Fix unset video language on video updateChocobozzz2017-05-054-8/+21
|
* Client: fix update button displayed on non owned videoChocobozzz2017-05-054-4/+7
|
* Fix testsChocobozzz2017-05-053-3/+3
|
* Server: Fix video propagation with transcoding enabledChocobozzz2017-05-054-13/+26
|