Commit graph

350 commits

Author SHA1 Message Date
baldo 217ed6ff20 Version => SNAPSHOT 2022-07-14 20:13:40 +02:00
baldo 720acfb276 Refactor some server-side string types into newtypes. 2022-07-14 20:13:02 +02:00
baldo 6c2bd85287 Update server dependencies. 2022-07-14 20:12:45 +02:00
baldo 1f44e3c694 Added some sanity checks to password hashing scripts. 2022-07-14 10:52:22 +02:00
baldo bc304d9bfa Added script to generate password hashes. 2022-07-11 13:24:15 +02:00
baldo 62df108999 Version bump => 0.18.1 2022-07-11 12:13:22 +02:00
baldo 73ef6ac422 Fix deployment: No more symlinks in dist. 2022-07-11 12:13:06 +02:00
baldo 5e8bd35bf1 Version bump => 0.18.0 2022-07-11 11:25:24 +02:00
baldo 16da719e2c yarn audit fix 2022-07-11 11:25:24 +02:00
baldo 9c55508970 Use npm for publishing for now. 2022-07-11 11:25:09 +02:00
baldo ad2db3427d Allow having multiple users for admin login.
* Use password hashes via bcrypt.
* Trying to reduce the risk of timing attacks against login.
2022-07-07 13:10:57 +02:00
baldo 2eb0aab89f New TODO. 2022-07-07 11:19:11 +02:00
baldo 975d5288a3 Refactoring of sorting and filtering in API. 2022-07-07 11:18:30 +02:00
baldo 3590ba048d More types refactoring. 2022-07-07 11:16:59 +02:00
baldo 29be32907c Server side types refactoring. 2022-07-07 11:15:34 +02:00
baldo 361d7a07a5 Update server dependencies 2022-07-07 11:14:52 +02:00
baldo c0fe593dbf Removed unused type guard. 2022-07-07 11:14:00 +02:00
baldo b6b16f5250 Server side type refactoring. 2022-07-07 11:12:40 +02:00
baldo 4c77f9f5ab Suppress wrong typeguard warnings 2022-07-07 11:11:06 +02:00
baldo a81dc30f0a Updated server dependencies. 2022-07-07 11:10:46 +02:00
baldo 3e2828e6d5 Version => Snapshot 2022-07-07 11:10:28 +02:00
baldo 5d49e1bcb8 Update server dependencies. 2022-07-07 11:10:14 +02:00
baldo 61a4cc1269 Fix: Workaround GLIBC not found issue in Webstorm 2022-07-07 11:09:57 +02:00
baldo 061f25db39 Fix: Run NixOS wrappers in interactive shell
* Makes sure run configurations terminate properly.
2022-07-07 11:09:35 +02:00
baldo dabc675aa9 New api endpoint for client config. 2022-07-07 11:08:35 +02:00
baldo 7ef13bc28c Extracted some types to shared module. 2022-07-07 11:08:15 +02:00
baldo 7671bfd4d3 Add wrapper scripts for node / yarn on NixOS. 2022-05-19 11:56:17 +02:00
baldo 1967637d98 Use yarn instead of npm. 2022-05-19 11:17:23 +02:00
baldo 8cccf4d9cd
Merge pull request #63 from freifunkhamburg/dependabot/npm_and_yarn/mout-1.2.3
Bump mout from 1.2.2 to 1.2.3
2022-02-22 15:27:14 +01:00
baldo 2a8a4eb2b2
Merge pull request #64 from freifunkhamburg/dependabot/npm_and_yarn/ajv-6.12.6
Bump ajv from 6.12.2 to 6.12.6
2022-02-22 15:27:02 +01:00
dependabot[bot] 8d02b06531
Bump ajv from 6.12.2 to 6.12.6
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 03:21:18 +00:00
dependabot[bot] 67c5d01cb9
Bump mout from 1.2.2 to 1.2.3
Bumps [mout](https://github.com/mout/mout) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/mout/mout/releases)
- [Changelog](https://github.com/mout/mout/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mout/mout/compare/v1.2.2...v1.2.3)

---
updated-dependencies:
- dependency-name: mout
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09 22:57:30 +00:00
baldo 734135fc19 Updated LICENSE. 2022-02-09 18:16:59 +01:00
baldo 2bf3101338 Updated REFACTOR.md. 2022-02-09 18:15:06 +01:00
baldo 002ae4419f Implement custom logger to replace scribe.js.
* scribe.js is unmaintained and adds unnecessary complexity.
2022-02-09 18:02:59 +01:00
baldo 2df8539c46 Version bump => 0.17.0 2022-02-07 21:06:30 +01:00
baldo 93fa21fff0 Update jest config to avoid deprecated settings. 2022-02-07 21:06:30 +01:00
baldo b50cbfe3c0 npm audit fix 2022-02-07 21:06:30 +01:00
baldo be10257c0e Update deps. 2022-02-07 21:06:30 +01:00
baldo 2da00b6a29 Update nodejs to >= 16.x 2022-02-07 20:36:48 +01:00
baldo 0fc869624a Version bump => 0.16.1 2021-11-01 20:57:24 +01:00
baldo d37cdf1b32 Even more server-side depency updates. 2021-11-01 20:55:40 +01:00
baldo 5edeea4573 Lots of package updates. 2021-10-14 17:18:30 +02:00
baldo 83c2d24381
Merge pull request #54 from freifunkhamburg/dependabot/npm_and_yarn/pug-code-gen-2.0.3
Bump pug-code-gen from 2.0.2 to 2.0.3
2021-10-14 16:41:24 +02:00
baldo 77a2b88600
Merge pull request #55 from freifunkhamburg/dependabot/npm_and_yarn/is-svg-4.3.1
Bump is-svg from 4.2.1 to 4.3.1
2021-10-14 16:41:15 +02:00
baldo 33e8ed8f6c
Merge pull request #56 from freifunkhamburg/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.20 to 4.17.21
2021-10-14 16:41:07 +02:00
baldo 56c7478aa2
Merge pull request #57 from freifunkhamburg/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Bump hosted-git-info from 2.8.8 to 2.8.9
2021-10-14 16:40:57 +02:00
baldo 580efbb946
Merge pull request #62 from freifunkhamburg/dependabot/npm_and_yarn/codemirror-5.63.3
Bump codemirror from 5.55.0 to 5.63.3
2021-10-14 16:40:41 +02:00
dependabot[bot] b46476074e
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-14 14:40:11 +00:00
dependabot[bot] 81a0a01015
Bump pug-code-gen from 2.0.2 to 2.0.3
Bumps [pug-code-gen](https://github.com/pugjs/pug) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug-code-gen@2.0.2...pug@2.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-14 14:40:04 +00:00