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

Change from single user (config) to database based multi user system. #1165

Closed
wants to merge 38 commits into from

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    ae0d9d2 View commit details
    Browse the repository at this point in the history
  2. style checks

    fnkbsi committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    61e3f00 View commit details
    Browse the repository at this point in the history
  3. delete noAccessController to rename

    fnkbsi committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    7a15857 View commit details
    Browse the repository at this point in the history
  4. add renamed NoAccessController

    fnkbsi authored and fnkbsi committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    9d84a5a View commit details
    Browse the repository at this point in the history
  5. style check

    fnkbsi committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    1359cc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Removed out commented code; cleaned the import areas, removed useless…

    … brackets
    fnkbsi committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    cc3db61 View commit details
    Browse the repository at this point in the history
  2. Increased spring-boot version to 3.1.0

    fnkbsi authored and fnkbsi committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    4f51fc3 View commit details
    Browse the repository at this point in the history
  3. Revert Commit, because not Java 11 compatible

    fnkbsi authored and fnkbsi committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    45d9ab3 View commit details
    Browse the repository at this point in the history
  4. adding missing newline at the file end (style check)

    fnkbsi authored and fnkbsi committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    7aa3bd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. WebUserController: correct return url if passwort is blank

    fnkbsi authored and fnkbsi committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    6564cdc View commit details
    Browse the repository at this point in the history
  2. BeanConfiguration: added @Autowired to HikariDataSource and @bean to …

    …initDataSource() (changed to public) to use the dataSource in SecurityConfiguration; deleted initDataSource in dslContext()
    fnkbsi committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    edd2365 View commit details
    Browse the repository at this point in the history
  3. SecurityConfiguration: changed DataSource to HikariDataSource and added

    @Autowired, also changed position; removed getDataSource Methode with the spring-boot import
    fnkbsi committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    778318f View commit details
    Browse the repository at this point in the history
  4. pom.xml: revomed dependency of org.springframework.boot and moved dep…

    …endency org.springframework artifactId spring-jdbc to the springframework section
    fnkbsi committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    fa7a2fc View commit details
    Browse the repository at this point in the history
  5. BeanConfiguration: initDataSource returns the new HikariDataSourcedir…

    …ectly;
    
    At dslContext(), if dataSource isn't initialized then run initDataSource()
    fnkbsi authored and fnkbsi committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    54e7198 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. BeanConfiguration: renamed initDataSource() --> dataSource(); removed @…

    …Autowired attribute from HikariDataSource
    fnkbsi committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    98b9ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    040878c View commit details
    Browse the repository at this point in the history
  3. SecurityConfiguration: adapt SecurityFilterChain, so Usesr have "read"

    but no "write" access
    fnkbsi committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    647ca1c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 13, 2023

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

Commits on Dec 24, 2023

  1. Rename db migration script to avoid conflict with master. Included if…

    … not exist clauses
    Frank authored and Frank committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    0276925 View commit details
    Browse the repository at this point in the history
  2. Rename db migration script removed "if not exist" clauses because of …

    …compatibiliy to MySql
    fnkbsi committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    bd62f19 View commit details
    Browse the repository at this point in the history
  3. Merge db migration script V1_0_4 from master

    fnkbsi committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    2f67258 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fde7dc View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Feb 1, 2024

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

Commits on Feb 6, 2024

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

Commits on Feb 19, 2024

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

Commits on Mar 28, 2024

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

Commits on Apr 3, 2024

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

Commits on Apr 19, 2024

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

Commits on May 13, 2024

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

Commits on Aug 7, 2024

  1. add baseline B1_0_5

    fnkbsi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c5c719e View commit details
    Browse the repository at this point in the history
  2. renamed migration script V1_0_4_1_update.sql -> V1_0_6... so it will …

    …included after Baseline
    fnkbsi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bb24bd7 View commit details
    Browse the repository at this point in the history
  3. renamed migration script V1_0_4_1_update.sql -> V1_0_6... so it will …

    …included after Baseline
    fnkbsi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cdca6a2 View commit details
    Browse the repository at this point in the history
  4. Merge origin/master into MultiUser_dev

    # Conflicts:
    #	src/main/java/de/rwth/idsg/steve/config/SecurityConfiguration.java
    fnkbsi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9474644 View commit details
    Browse the repository at this point in the history
  5. SecurityConfiguration (correcting some merging mistakes): remove User…

    …DetailsService, re-add Antpaths to securityFilterChain using AntPathRequestMatcher
    fnkbsi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d50ba33 View commit details
    Browse the repository at this point in the history
  6. Update Licence-Header

    fnkbsi committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    172a778 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. undo some style changes

    fnkbsi committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    e2141b6 View commit details
    Browse the repository at this point in the history