Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #943 from SISheogorath/feature/improveSetup | Christoph (Sheogorath) Kern | 2018-11-17 | 1 | -4/+6 |
|\ | | | | | Some minor improvements for setup script | ||||
| * | Some minor improvements for setup script | Sheogorath | 2018-09-06 | 1 | -4/+6 |
| | | | | | | | | | | | | | | Since we use `yarn` for our container setup and try to enforce dependencies, we should also use yarn in the setup script. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | | feat(bin): ensure email exists | Erona | 2018-10-29 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Erona <erona@loli.bz> | ||||
* | | feat(bin): add option --reset to reset user password | Erona | 2018-10-29 | 1 | -1/+21 |
| | | | | | | | | Signed-off-by: Erona <erona@loli.bz> | ||||
* | | refactor(bin): add function getPass in bin/manage_users | Erona | 2018-10-29 | 1 | -8/+11 |
| | | | | | | | | Signed-off-by: Erona <erona@loli.bz> | ||||
* | | refactor(bin): eliminate `var` and use template string refactor string things | Erona | 2018-10-29 | 1 | -15/+16 |
| | | | | | | | | Signed-off-by: Erona <erona@loli.bz> | ||||
* | | refactor(bin): add function showUsage to refactor usage things | Erona | 2018-10-29 | 1 | -8/+7 |
| | | | | | | | | Signed-off-by: Erona <erona@loli.bz> | ||||
* | | refactor(bin): refactor check args in bin/manage_users | Erona | 2018-10-29 | 1 | -14/+17 |
|/ | | | | Signed-off-by: Erona <erona@loli.bz> | ||||
* | Rebrand HackMD to CodiMD | Sheogorath | 2018-06-24 | 1 | -4/+3 |
| | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Prevent "wrong type"-issue | Sheogorath | 2018-01-29 | 1 | -1/+1 |
| | | | | | | | | | | The argument is may interpreted as number which causes the "pass" parameter of the user creation to fail. Probably the same applies to the mail address. But mail addresses are by definition not allowed to start by a number (iirc) which makes it less a problem. This is mainly a quick fix. Should be refactored a bit in future. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Add simple user-management tool for emailsignin … | Dario Ernst | 2018-01-29 | 1 | -0/+89 |
| | | | | | | | | | Currently, administrators of closed instances need to manually fiddle in their databases for user-management. This commit adds a small commandline utility that allows to create and delete users. Signed-off-by: Dario Ernst <dario@kanojo.de> | ||||
* | Prevent argument breaking by spaces | Sheogorath | 2017-10-10 | 1 | -2/+2 |
| | |||||
* | Remove npm install in heroku build | Yukai Huang | 2017-05-07 | 1 | -2/+0 |
| | | | | since heroku detects yarn.lock automatically | ||||
* | Add fail fast option | Sheogorath | 2017-01-23 | 1 | -0/+2 |
| | | | Fail the script if a command inside it fails to prevent a install with exitcode 0 even when commands in it are failing. | ||||
* | Remove config.js from setup files | Yukai Huang | 2017-01-13 | 2 | -6/+0 |
| | |||||
* | Revert "Rename npm script" | bananaappletw | 2017-01-04 | 1 | -1/+1 |
| | | | | This reverts commit ed83dfc862768572eab0c2aed629b1700ac9e224. | ||||
* | Remove unnecessary db config of heroku | bananaappletw | 2016-12-22 | 1 | -6/+0 |
| | |||||
* | Simplify output with sequelize database argument | Yukai Huang | 2016-12-12 | 1 | -29/+2 |
| | |||||
* | Fix heroku production db setting | Yukai Huang | 2016-12-12 | 1 | -1/+34 |
| | |||||
* | Remove bower occurences | Yukai Huang | 2016-12-11 | 2 | -9/+3 |
| | |||||
* | Rename npm script | Yukai Huang | 2016-12-10 | 1 | -1/+1 |
| | | | | | | | webpack scripts are meant to “build” assets, so place them under the same namespace * dev => build:dev * build => build:prod | ||||
* | Config heroku deployment | Yukai Huang | 2016-10-16 | 2 | -2/+39 |
| | |||||
* | Extract config.js from common.js to make client setting file clean and also ↵ | Wu Cheng-Han | 2016-10-10 | 1 | -3/+3 |
| | | | | make upgrade easier | ||||
* | Do not recommend anything in setup script | Yukai Huang | 2016-10-05 | 1 | -2/+5 |
| | |||||
* | Copy config only when file not exist | Yukai Huang | 2016-10-05 | 1 | -3/+11 |
| | |||||
* | Update config description | Yukai Huang | 2016-10-05 | 1 | -3/+3 |
| | |||||
* | Create bin/setup script | Yukai Huang | 2016-10-05 | 1 | -0/+41 |