Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codam-coding-college/codam-web-greeter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: codam-coding-college/codam-web-greeter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 19 commits
  • 17 files changed
  • 4 contributors

Commits on Nov 18, 2024

  1. Bump cross-spawn from 7.0.3 to 7.0.6 (#30)

    Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
    - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
    - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: cross-spawn
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    3aaa949 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Bump path-to-regexp and express in /server

    Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.
    
    
    Updates `path-to-regexp` from 0.1.10 to 0.1.12
    - [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
    - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
    - [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12)
    
    Updates `express` from 4.21.1 to 4.21.2
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
    - [Commits](expressjs/express@4.21.1...4.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: path-to-regexp
      dependency-type: indirect
    - dependency-name: express
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and FreekBes committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    ef12357 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2025

  1. 2024 > 2025

    FreekBes authored Jan 18, 2025
    Configuration menu
    Copy the full SHA
    5a1010a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

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

Commits on Feb 4, 2025

  1. fix: remove old version entirely when reinstalling

    When reinstalling codam-webgreeter, greeter.css and other static files are not remove before re-building.
    
    changes:
    - rm dist build greeter.css for the build rule
    hazamashoken authored and FreekBes committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    63d7fe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc18dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    902abe2 View commit details
    Browse the repository at this point in the history
  4. download user's Intra picture to ~/.face on login

    requires latest version of the codam-web-greeter data server
    FreekBes committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    55dfe2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5d6954 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21c6697 View commit details
    Browse the repository at this point in the history
  7. add key debug mode

    FreekBes committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    09e0e16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dff6eb6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    31aade4 View commit details
    Browse the repository at this point in the history
  10. allow switching off debugkeys

    useful when typing passwords...
    FreekBes committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    fe22c81 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e9056a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de7baea View commit details
    Browse the repository at this point in the history
  13. bump version to v1.3.0

    FreekBes committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    ff03106 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc8af93 View commit details
    Browse the repository at this point in the history
  15. fix: invert if statement

    FreekBes committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    40103ac View commit details
    Browse the repository at this point in the history
Loading