aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for npm run scriptsChocobozzz2017-09-073-7/+11
|
* Update webpack configChocobozzz2017-09-061-1/+1
|
* Convert tests to typescriptChocobozzz2017-09-042-3/+3
|
* Move video file metadata in their own tableChocobozzz2017-08-252-11/+10
| | | | Will be used for user video quotas and multiple video resolutions
* Fix upgrade script \nChocobozzz2017-07-231-1/+1
|
* Better typescript typing for a better worldChocobozzz2017-07-102-2/+2
|
* Fix upgrade peertube script (bad semver comparison)Chocobozzz2017-07-101-3/+10
|
* Video search -> case insensitiveChocobozzz2017-07-061-2/+2
|
* Update videojs -> 6Chocobozzz2017-07-062-1/+4
|
* Move to promisesChocobozzz2017-07-054-53/+47
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Rename 'npm run upgrade' to 'npm run upgrade-peertube'Chocobozzz2017-06-251-0/+0
| | | | It was confusing with the command 'npm run update'
* Return to sequelize@4.0.0-2 (makes tests fail)Chocobozzz2017-06-251-0/+2
|
* Fix play scriptChocobozzz2017-06-251-1/+1
|
* Stop mocha tests after a failureChocobozzz2017-06-241-1/+1
|
* Don't generate yarn lockfile on upgradeChocobozzz2017-06-241-3/+1
|
* Use typescript standard and lint all filesChocobozzz2017-06-162-3/+3
|
* Convert scripts to typescriptChocobozzz2017-06-124-66/+54
|
* Fix prod clean scriptChocobozzz2017-06-121-1/+1
|
* Update webpack stackChocobozzz2017-06-113-8/+8
|
* Better build/dev scriptsChocobozzz2017-06-117-6/+14
|
* Adapt scripts to typescriptChocobozzz2017-06-106-10/+13
|
* Fix upgrade script (again...)Bigard Florian2017-04-271-2/+2
|
* Fix upgrade scriptBigard Florian2017-04-271-1/+1
|
* Add yarn to npm run upgradeBigard Florian2017-04-271-3/+8
|
* Remove unnecessary scriptChocobozzz2017-04-261-244/+0
|
* Remove Node 4 supportChocobozzz2017-04-261-1/+13
|
* Fix travis lint testsChocobozzz2017-04-261-2/+2
|
* Client: fix compilationChocobozzz2017-04-262-0/+4
|
* Server: kill all if e process exits in npm run devChocobozzz2017-03-041-1/+1
|
* Document update host scriptChocobozzz2017-02-082-3/+2
|
* Fix update host scriptChocobozzz2017-02-081-2/+2
|
* Admin password stuffChocobozzz2017-01-272-19/+18
|
* Do not let admin put password on cli argument when reseting passwordChocobozzz2017-01-231-9/+25
|
* Fix check scriptChocobozzz2017-01-191-2/+2
|
* Server: create transaction refractoringChocobozzz2017-01-151-1/+0
|
* Server: add script that reset the password of a userChocobozzz2017-01-151-0/+45
|
* Server: fix mongo to postgresql scriptChocobozzz2017-01-121-5/+5
|
* Add script to migrate from mongodb to postgresqlChocobozzz2016-12-272-4/+250
| | | | Usage: NODE_ENV=production ./scripts/mongo-to-postgre.js --mongo-database peertube-prod
* Fix real world scriptChocobozzz2016-12-251-1/+3
|
* Update scripts with postgresqlChocobozzz2016-12-254-33/+27
|
* First version with PostgreSQLChocobozzz2016-12-191-1/+2
|
* Add script when the host/port of a pod changeChocobozzz2016-11-221-0/+51
|
* Server: fix db clean for clean scriptChocobozzz2016-11-161-1/+1
|
* Server: fix db clean for clean scriptChocobozzz2016-11-161-1/+2
|
* Fix upgrade scriptChocobozzz2016-10-211-1/+1
|
* Fix check scriptChocobozzz2016-10-211-1/+1
|
* Add upgrade scriptChocobozzz2016-10-212-0/+17
|
* Server: add npm run check to check CORS, bittorrent tracker...Chocobozzz2016-10-212-0/+175
|
* Update clean scriptChocobozzz2016-10-136-10/+40
|
* There are no typings anymoreChocobozzz2016-10-101-1/+1
|