| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
since heroku detects yarn.lock automatically
|
|
|
| |
Fail the script if a command inside it fails to prevent a install with exitcode 0 even when commands in it are failing.
|
| |
|
|
|
|
| |
This reverts commit ed83dfc862768572eab0c2aed629b1700ac9e224.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
webpack scripts are meant to “build” assets, so place them under the same namespace
* dev => build:dev
* build => build:prod
|
| |
|
|
|
|
| |
make upgrade easier
|
| |
|
| |
|
| |
|
|
|