aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Client: fix prod build processChocobozzz2016-09-191-1/+1
|
* Remove livereload module (role of webpack now)Chocobozzz2016-07-181-3/+0
|
* Add production webpack, big thanks to @AngularClassChocobozzz2016-06-031-0/+5
|
* Adapt npm scriptsChocobozzz2016-06-0311-46/+16
|
* Follow the angular styleguide for the directories structureChocobozzz2016-05-275-5/+6
|
* Move livereload to an external script and remove from express.Chocobozzz2016-05-213-2/+4
| | | | Developers have to use the livereload plugin in their web browser now.
* Use bash for danger scripts instead of env shChocobozzz2016-05-192-2/+2
|
* Fix some typescript compilations issuesChocobozzz2016-05-131-1/+1
|
* Update to Angular RC 1Chocobozzz2016-05-133-2/+3
|
* Use scripty instead of writing shell commands in package.jsonChocobozzz2016-04-3013-0/+106
|