Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1_4 #127

Merged
merged 202 commits into from
Sep 2, 2024
Merged

Release 1_4 #127

merged 202 commits into from
Sep 2, 2024

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    f01973f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cc6446 View commit details
    Browse the repository at this point in the history
  3. [Task] #6 production ready code (m)

    move httpdocs folder to dist
    have compile without sourcemaps for faster speed
    Type-Style committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c19508f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e09f978 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca85337 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c2a2fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e478d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bae1b4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de31448 View commit details
    Browse the repository at this point in the history
  10. [Task] #6 basic log (#26)

    Type-Style authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    861336b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    63b3525 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2de635c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7c5ad3c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    95aec15 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    81cac92 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. 10 webhook for writing (#36)

    * [Change] #3 clean up npm scripts, to have clean folder before build
    
    * [Task] #10 created data types in typescript
    
    * [Temp] #10 created subroute for writing, and folder structure
    
    * [Change] #3 include to use relative paths from src folder in ts and node
    
    https://stackoverflow.com/questions/43281741/how-can-i-use-paths-in-tsconfig-json
    See comment from Remo H. Hansen with at least 100 upvoted
    
    * [Change] Update VSCode to keep files open
    
    * [Task] #18 setup dotenv for secret variables
    
    * [Temp, Task] #10 Validate inputs using express-validator and custom functions
    
    * [Task] #18 prevent parameter pollution
    
    * [Task] #10 validating incoming parameter and logging errors
    
    * [Task] #7 add basic cache to express
    
    * [Changes] #7 Error Handling, to include basic custom Error Handling
    
    * [Task] #10 enhanced validation to only allow known parameters
    
    * [Change] #35 added Jest, tests for helper functions when writing
    
    * [Task] #10 better error Handling
    
    * [Task] #35 add tests for writing webhook validation
    
    * [TASK] #18 protect Webhook using KEY
    
    * [Fix] #35 test know import path structure now
    
    * [Task] #35 add test for protected webhook
    
    * [Task] #35 refactor build to run jest tests
    
    * [Task] #10 switched to crypto instead of bcrypt for dependency issue
    
    see synk inflight
    
    * [Fix] #36 PRQ Feedback
    Type-Style authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3e1fbbd View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. [Task] #3 improve error handling, logger and added chalk

    to colorize console output.
    Had to use chalk version 4 because of typescript converting to require, and chalk5 do want import syntax.
    Type-Style committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    781d61d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d84638 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63085ed View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    8873654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91fba3b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    a22f970 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c779de6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a5137d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e8dab1 View commit details
    Browse the repository at this point in the history
  5. [FIX] #10 Error Handling

    Type-Style committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ff7c287 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10391c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    552dc32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bfdced View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bee573 View commit details
    Browse the repository at this point in the history
  4. [Task] #10 write time

    Type-Style committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9e801fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b801af4 View commit details
    Browse the repository at this point in the history
  6. [Task] #10 output seconds

    Type-Style committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b7360b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cd1c07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8799b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e39b8a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. [Task] #38 add favicon

    Type-Style committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6393efc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    353817c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7df2d8 View commit details
    Browse the repository at this point in the history
  4. [Task] #32 speed tests

    Type-Style committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    976096a View commit details
    Browse the repository at this point in the history
  5. [Task] #33 add ignore

    Type-Style committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e9d0bbe View commit details
    Browse the repository at this point in the history
  6. [Task] #32 test finetuning

    Type-Style committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e97d965 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a89b42 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c346ffb View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    003e57d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbbbb46 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. [Task] #7 enhance static options to include common filetypes; index file

    start is used as index file to avoid collisions with host provider
    Type-Style committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    50c9700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e2761 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0b9db6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29cc03c View commit details
    Browse the repository at this point in the history
  5. [!!! Task] #32 limit JSON Data to be 1000 lines: replace last line wi…

    …th most recent entry
    Type-Style committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1145e9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19aa8eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1d6827 View commit details
    Browse the repository at this point in the history
  8. [temp] test y tests fail

    Type-Style committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    df0711c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    88413e1 View commit details
    Browse the repository at this point in the history
  2. Create node.js.yml

    Type-Style authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9702002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62123b7 View commit details
    Browse the repository at this point in the history
  4. Create main.yml

    Type-Style authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    32d5579 View commit details
    Browse the repository at this point in the history
  5. [!!!Fix] Created new workflow to build / test node, commented tests b…

    …ack in.
    
    Increased time between server calls in test, to check difference time more accurately
    Type-Style committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0ca2a85 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    8fb1057 View commit details
    Browse the repository at this point in the history
  2. 42 output json (#44)

    * [Task] #42, created route to output json
    
    * [Task] #42 added tests for read json
    Type-Style authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5ddf951 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. 41 add rate limiter (#45)

    * [Task] #18, limit request size for security reasons
    
    * [Task] #43, introduce gzip to transfer data
    
    * [Task] #34 improve error handling, log server shutdowns
    
    * [Task] #34 installed and integrated tooBusy to send 503 when load is high
    
    * [Task] #34 improved tooBusy, improved formatting
    
    * [Task, Temp] #41 installed ratelimiter and slowDown
    
    * [Task] #42 cleanup ipv6 addresses
    
    * [Change] #10 error handling for better gitBash and txt output, also reduced stack in case of validation errors
    
    * [Task] #41 prepare Log for RateLImit errors
    
    * [Temp] #41 write route rateLImited
    
    temp: see Todos
    
    * [Task] #34 colorize prefix in console
    
    * [Task] #42 extract middlewares and move to folder
    
    * [Task] #41 ratelimiter cleaning up periodicly
    
    * [Task] #41 skip tests in rateLimiting
    Type-Style authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f1a628c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Bump follow-redirects from 1.15.5 to 1.15.6 (#47)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ce6e636 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. 43 secure output route (#46)

    * [Task] #43 create color pallette
    
    via atmos
    
    * [Task] #43 create color pallette
    
    via atmos
    
    * [Task] #43 cleanup colors and svg
    
    * [Task] #41 remove test code
    
    * [CHANGE] #3 reconfigured nodemon to copy static files
    
    * [Task] #18 replaced getRawBody with builtIn express urlEncoded
    
    * [Temp, Task] #43 basic login page, not yet used as middleware
    
    * [Temp] #43, create and validate json web token
    
    * [Task] #43, add slowDown and RateLimit for failed login attempts
    
    * [Task] #43, ratelimit for login page
    
    * [Task] #43, add global ratelimiter
    
    * [fix] #7, improve error handeling for express errors
    
    * [Task] #43 rework body limitations to be checked only appropiate methods
    
    * [Task] #43 added check for data before using it
    
    * [Task] #43 check that body is ignored for GET in request
    
    * [Task] #43 login test
    
    * [Task] #43 create tests for login
    
    * [Task] #43 fine tune error handling
    
    * [Task] #43, finished login and jwt related tests
    
    * [Change] #34, no further need for test logging
    
    * [Task] #43, fine tune jwt, middleware process improved
    
    * [CHANGE] #43 created new esLint to have clientside js without ts
    
    * [Temp] #43 test to see new linter configuration
    
    * [Change] #43 switched to bcrypt for passwords
    
    * [Task] #43 read return json in all cases
    
    * [Task] #43 introduced color classes
    
    * [Task] #43, prq feedback
    
    * [Temp} #43 figuring out why tests dont run on github
    
    * [Task] #43 code cleanup
    Type-Style authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    45c3a89 View commit details
    Browse the repository at this point in the history
  2. 48 move login to seperate controller (#49)

    * [Task] #43, add label to form
    
    * [Task] #48 login controller
    Type-Style authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    da13c77 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. 50 integrate csrf protection for login form (#53)

    * [Task] #50, create CSRF Validation for login form
    
    * [Task] #43, added icon to repository for later use
    
    * [Task] #50, cleanup cetntralized; rename token functions
    
    * [Task] #50, reduced token length and improved error handling
    
    * [Task] #50 csrf tests added to login
    
    * [Task] #50, added test case for csrf, repaired integration
    Type-Style authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8ab8cba View commit details
    Browse the repository at this point in the history
  2. fix: upgrade express-rate-limit from 7.1.5 to 7.2.0 (#52)

    Snyk has created this PR to upgrade express-rate-limit from 7.1.5 to 7.2.0.
    
    See this package in npm:
    https://www.npmjs.com/package/express-rate-limit
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1018d2e View commit details
    Browse the repository at this point in the history
  3. fix: package.json & package-lock.json to reduce vulnerabilities (#54)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    eb76667 View commit details
    Browse the repository at this point in the history
  4. [Snyk] Upgrade express from 4.18.2 to 4.18.3 (#51)

    * fix: upgrade express from 4.18.2 to 4.18.3
    
    Snyk has created this PR to upgrade express from 4.18.2 to 4.18.3.
    
    See this package in npm:
    https://www.npmjs.com/package/express
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * 50 integrate csrf protection for login form (#53)
    
    * [Task] #50, create CSRF Validation for login form
    
    * [Task] #43, added icon to repository for later use
    
    * [Task] #50, cleanup cetntralized; rename token functions
    
    * [Task] #50, reduced token length and improved error handling
    
    * [Task] #50 csrf tests added to login
    
    * [Task] #50, added test case for csrf, repaired integration
    
    * fix: upgrade express-rate-limit from 7.1.5 to 7.2.0 (#52)
    
    Snyk has created this PR to upgrade express-rate-limit from 7.1.5 to 7.2.0.
    
    See this package in npm:
    https://www.npmjs.com/package/express-rate-limit
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    
    ---------
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ff66e39 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    2a81a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d616b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. [Task] npm upgrade

    Type-Style committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    16429e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. 58 react setup (#59)

    * [Task] #58 install react via npm, incl. types and eslint plugins
    
    * [Task] #58, tsconfig for react folder
    
    * [Task] #58 esLint config
    
    * [Task] #58, webpack and react setup
    
    * [Task] #58, render welcome from express instead of static
    
    * [Task] #58 eslint scripts
    
    * [Task] #58, eslint react setup
    
    * [TASK] #58 integrate webpack in build and dev npm scripts
    Type-Style authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d65da31 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. [Temp] Test csp

    Type-Style committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    27ebfed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cc9776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c05d21c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    7645937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    265ce0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adfde74 View commit details
    Browse the repository at this point in the history
  4. [Task] #58 app setup react

    Type-Style committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9908b73 View commit details
    Browse the repository at this point in the history
  5. [Temp] #58 conctact module css

    Type-Style committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0d72aeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b63bb97 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. [Task] #61, create font

    Type-Style committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2d6bab0 View commit details
    Browse the repository at this point in the history
  2. Revert "[Task] #58 remove learning files"

    This reverts commit b63bb97.
    Type-Style committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    12f2a6f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    887ecf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa0b668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eec473 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28af1bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a38e6fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    062f84c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e68e304 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. [Task] #58, toggle state

    Type-Style committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    94e234c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    d7b57d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed2fd14 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    9b53001 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. [Task] #58 fetch more contacts

    Type-Style committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fe49d56 View commit details
    Browse the repository at this point in the history
  2. fix: package.json & package-lock.json to reduce vulnerabilities (#62)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-EJS-6689533
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored May 3, 2024
    Configuration menu
    Copy the full SHA
    272bbce View commit details
    Browse the repository at this point in the history
  3. Bump tar and npm (#60)

    Bumps [tar](https://github.com/isaacs/node-tar) to 6.2.1 and updates ancestor dependency [npm](https://github.com/npm/cli). These dependencies need to be updated together.
    
    
    Updates `tar` from 6.2.0 to 6.2.1
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.2.0...v6.2.1)
    
    Updates `npm` from 10.5.0 to 10.5.2
    - [Release notes](https://github.com/npm/cli/releases)
    - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
    - [Commits](npm/cli@v10.5.0...v10.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    - dependency-name: npm
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2024
    Configuration menu
    Copy the full SHA
    01c30fd View commit details
    Browse the repository at this point in the history
  4. Bump ejs from 3.1.9 to 3.1.10 (#63)

    Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
    - [Release notes](https://github.com/mde/ejs/releases)
    - [Commits](mde/ejs@v3.1.9...v3.1.10)
    
    ---
    updated-dependencies:
    - dependency-name: ejs
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2024
    Configuration menu
    Copy the full SHA
    5eb9c72 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    4916309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d2bbbe View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    49c6d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bf0d91 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. [Task] #61 install Material UI

    Type-Style committed May 10, 2024
    Configuration menu
    Copy the full SHA
    56835ea View commit details
    Browse the repository at this point in the history
  2. [Task] #61, test mui

    Type-Style committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d47d0a2 View commit details
    Browse the repository at this point in the history
  3. [CHANGE, MultiLine] #61 color variables levels removed, MUI Overwrite…

    …s introduced
    
    color variables levels are replaced by color-mix.
    
    MUI Experimental API with Variables is used and to overwrite theme colors in css (since I want CSS to be single source of truth for colors)
    Type-Style committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f058aa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f46941d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7df4555 View commit details
    Browse the repository at this point in the history
  6. [Task] #61, naming update

    Type-Style committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bbb8421 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c9a8c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5b4ee6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    8fad5c5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    afdc3b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8bc18c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    3316aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e62c563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5bf0ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a04e2c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6879f65 View commit details
    Browse the repository at this point in the history
  6. [Task] #63, login validation

    Type-Style committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2a64701 View commit details
    Browse the repository at this point in the history
  7. [Task] #63, add error icon

    Type-Style committed May 16, 2024
    Configuration menu
    Copy the full SHA
    97e93ec View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. [Task] #61, cut design update

    Type-Style committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a012ed9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c505d2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e0bb6b View commit details
    Browse the repository at this point in the history
  4. [Task] #61, loading icon

    Type-Style committed May 21, 2024
    Configuration menu
    Copy the full SHA
    10646b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59b31e0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    5bc4e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ace6b5a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    ffd8183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e5781a View commit details
    Browse the repository at this point in the history
  3. fix: upgrade multiple dependencies with Snyk (#68)

    Snyk has created this PR to upgrade:
      - react from 18.2.0 to 18.3.1.
        See this package in npm: https://www.npmjs.com/package/react
      - react-dom from 18.2.0 to 18.3.1.
        See this package in npm: https://www.npmjs.com/package/react-dom
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored May 27, 2024
    Configuration menu
    Copy the full SHA
    980317e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86babe8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9aa2fc View commit details
    Browse the repository at this point in the history
  6. [FIx] #64, fix csrf test

    Type-Style committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d3e19f1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. [Task] #64, repair test cases

    Type-Style committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3f92443 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade express-slow-down from 2.0.1 to 2.0.2 (#69)

    Snyk has created this PR to upgrade express-slow-down from 2.0.1 to 2.0.2.
    
    See this package in npm:
    express-slow-down
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored May 28, 2024
    Configuration menu
    Copy the full SHA
    1f080db View commit details
    Browse the repository at this point in the history
  3. [fix] #64, linter fixes

    Type-Style committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ae7e36e View commit details
    Browse the repository at this point in the history
  4. [Task] Editor Config

    Type-Style committed May 28, 2024
    Configuration menu
    Copy the full SHA
    49947f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6468b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9718083 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    9e1c22d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2626ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0638f10 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    d618d46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59ea9c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Bump braces from 3.0.2 to 3.0.3 (#76)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    02018ab View commit details
    Browse the repository at this point in the history
  2. fix: upgrade @mui/icons-material from 5.15.16 to 5.15.18 (#75)

    Snyk has created this PR to upgrade @mui/icons-material from 5.15.16 to 5.15.18.
    
    See this package in npm:
    @mui/icons-material
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    270b0b4 View commit details
    Browse the repository at this point in the history
  3. fix: upgrade react-router-dom from 6.23.0 to 6.23.1 (#74)

    Snyk has created this PR to upgrade react-router-dom from 6.23.0 to 6.23.1.
    
    See this package in npm:
    react-router-dom
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    809e809 View commit details
    Browse the repository at this point in the history
  4. fix: upgrade express-slow-down from 2.0.2 to 2.0.3 (#73)

    Snyk has created this PR to upgrade express-slow-down from 2.0.2 to 2.0.3.
    
    See this package in npm:
    express-slow-down
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    951780d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. fix: upgrade express-rate-limit from 7.2.0 to 7.3.0 (#82)

    Snyk has created this PR to upgrade express-rate-limit from 7.2.0 to 7.3.0.
    
    See this package in npm:
    express-rate-limit
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6e520ee View commit details
    Browse the repository at this point in the history
  2. fix: upgrade express-validator from 7.0.1 to 7.1.0 (#81)

    Snyk has created this PR to upgrade express-validator from 7.0.1 to 7.1.0.
    
    See this package in npm:
    express-validator
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    33d6dbc View commit details
    Browse the repository at this point in the history
  3. fix: upgrade axios from 1.7.1 to 1.7.2 (#80)

    Snyk has created this PR to upgrade axios from 1.7.1 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    740bacd View commit details
    Browse the repository at this point in the history
  4. fix: upgrade @mui/icons-material from 5.15.18 to 5.15.19 (#79)

    Snyk has created this PR to upgrade @mui/icons-material from 5.15.18 to 5.15.19.
    
    See this package in npm:
    @mui/icons-material
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ea7bf04 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. fix: upgrade @mui/icons-material from 5.15.19 to 5.15.20 (#88)

    Snyk has created this PR to upgrade @mui/icons-material from 5.15.19 to 5.15.20.
    
    See this package in npm:
    @mui/icons-material
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3a1f9c8 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade react-router-dom from 6.23.1 to 6.24.0 (#91)

    Snyk has created this PR to upgrade react-router-dom from 6.23.1 to 6.24.0.
    
    See this package in npm:
    react-router-dom
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ef310ad View commit details
    Browse the repository at this point in the history
  3. 77 design base layout (#85)

    * [Task] #77 1st draft layout
    
    * [Change] #70 update token expire date
    
    * [Temp] #77, log out data on valid request, temp: error handling and display
    
    * [Temp]
    
    * [Task] #77, login Button functionality, default state
    
    * [Task] #77, removed outdated comments
    
    * [Task] #77, introduced linearBuffer Bar for login
    
    * [Task] #77, added modeSwticher to start page
    
    * [Task] #77, display last entry on map demo
    
    * [Task] #77, enhance login, show pastUser if availabe, show user on mainpage
    
    * [!!!Task] #77 first draft of functionality
    
    * [Task] #77 move map to new location
    
    * [Task] #77 create testData
    
    * [Fix] #77 codeFactor complains
    Type-Style authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a4c195a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    431fc7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d366717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1455199 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. fix: upgrade @mui/material from 5.15.16 to 5.15.20 (#92)

    Snyk has created this PR to upgrade @mui/material from 5.15.16 to 5.15.20.
    
    See this package in npm:
    @mui/material
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d516382 View commit details
    Browse the repository at this point in the history
  2. [Fix] #94, refactor-ignore logic (multiline) (#95)

    Serverside: When writing entry, the most recent previous entry is checked wether to be ignored.
    Also if more than 2 items already exist meaning writing is preparing at least the 3rd entry, we recalculate distances and timing if previousItems are ignored.
    
    Frontend:
    In order to benefit and get the recent information that a previous item is being ignored, frontEnd askes for the current item again and merges it and following items.
    
    Remember the most recent item can never be ignored due to policy. Maybe there is no further writing, so I want to have the latest datapoint.
    Type-Style authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b70c248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4efcbf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e26a19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a55e4d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fix: package.json & package-lock.json to reduce vulnerabilities (#101)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9e01a1c View commit details
    Browse the repository at this point in the history
  2. fix: upgrade @mui/material from 5.15.20 to 5.16.5 (#102)

    Snyk has created this PR to upgrade @mui/material from 5.15.20 to 5.16.5.
    
    See this package in npm:
    @mui/material
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    50d8c1d View commit details
    Browse the repository at this point in the history
  3. 93 fix error message when server not available (#103)

    * [Fix] #93, offline message improvement
    
    * [Task] #93, removed background in status module when no data is present
    
    * [Task] #61, add cut class to map for styling
    
    * [Fix] #93 fix tests, be more specific on url, and let test fail non silently when csrf is not found
    Type-Style authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0de8b24 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    6e87449 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. fix: upgrade @emotion/react from 11.11.4 to 11.13.0 (#104)

    Snyk has created this PR to upgrade @emotion/react from 11.11.4 to 11.13.0.
    
    See this package in npm:
    @emotion/react
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    008e24b View commit details
    Browse the repository at this point in the history
  2. fix: upgrade @emotion/styled from 11.11.5 to 11.13.0 (#105)

    Snyk has created this PR to upgrade @emotion/styled from 11.11.5 to 11.13.0.
    
    See this package in npm:
    @emotion/styled
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b232179 View commit details
    Browse the repository at this point in the history
  3. fix: upgrade react-router-dom from 6.25.0 to 6.25.1 (#106)

    Snyk has created this PR to upgrade react-router-dom from 6.25.0 to 6.25.1.
    
    See this package in npm:
    react-router-dom
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ee33d4b View commit details
    Browse the repository at this point in the history
  4. fix: upgrade @mui/icons-material from 5.16.4 to 5.16.5 (#107)

    Snyk has created this PR to upgrade @mui/icons-material from 5.16.4 to 5.16.5.
    
    See this package in npm:
    @mui/icons-material
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    87afbd3 View commit details
    Browse the repository at this point in the history
  5. fix: upgrade express-rate-limit from 7.3.1 to 7.4.0 (#108)

    Snyk has created this PR to upgrade express-rate-limit from 7.3.1 to 7.4.0.
    
    See this package in npm:
    express-rate-limit
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f14c9e3 View commit details
    Browse the repository at this point in the history
  6. 109 marker and line design (#110)

    * [Task] #109, start polyline
    
    * [Task] #94, marker
    
    * [Task] #109, gradient color polyline color based on speed
    
    * [Task] #109 linter fixes
    Type-Style authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    842d0c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fix: upgrade react-router-dom from 6.25.1 to 6.26.0 (#113)

    Snyk has created this PR to upgrade react-router-dom from 6.25.1 to 6.26.0.
    
    See this package in npm:
    react-router-dom
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5775d84 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade @mui/material from 5.16.5 to 5.16.6 (#112)

    Snyk has created this PR to upgrade @mui/material from 5.16.5 to 5.16.6.
    
    See this package in npm:
    @mui/material
    
    See this project in Snyk:
    https://app.snyk.io/org/type-style/project/e2bcd002-cb74-409c-ba55-fb6349df1cbc?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    Type-Style and snyk-bot authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6773f8d View commit details
    Browse the repository at this point in the history
  3. Switch polyline (#114)

    * [Revert] #109 remove polyColor Plugin
    
    * [Fix, MultiLine] #109, refactor coloring lines;
    
    while fetchinng new data vs reloading
    MaxSpeed might change the more entries are fetched.
    Example Testcase and after 6 entries are there, reload and see colors change ... well not with this fix.
    
    * [Task] #109, improve polyline display, remove unused code
    Type-Style authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e2df714 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fb42c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfc3440 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f76fe8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d57a38 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11d760a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    14573d6 View commit details
    Browse the repository at this point in the history
  2. [Task] #77, status design

    Type-Style committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    70ff0d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    5368424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1292b35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b699807 View commit details
    Browse the repository at this point in the history
  4. [Task, multiline] #83, map tilelayer

    Introduced new map TileLayers using layers control, and styled it
    Introduced markerClusterGroup from @changey, since others had issues like broken marker images, or lack for typescript support
    Refined dashed array styles
    Addapted context changes, to fetch mode globally, for seperate map theme
    Markers have none style if neither end or start, to be targeted
    Introduced Layer array for tilelayers
    When Layers are changed theme for map is set/updated
    Type-Style committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c852365 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76e54a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35055b3 View commit details
    Browse the repository at this point in the history
  7. [Task] #83, adjust imports

    Type-Style committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c5eb790 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e14ffd7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    905ffcc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d19cfcd View commit details
    Browse the repository at this point in the history
  11. Bump webpack from 5.91.0 to 5.94.0 (#117)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.91.0...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    494aa06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c4e3a92 View commit details
    Browse the repository at this point in the history
  13. [Task] #83, code cleanup

    Type-Style committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    3ba611c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ff36df7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    646bbaf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d51e1ff View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    042c743 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    5854f6f View commit details
    Browse the repository at this point in the history