Commit History

Author SHA1 Message Date
  Steinar Bang 82f454794a Change PostgreSQL JDBC driver version from 9.4.1211.jre7 to the current newest stable, 42.2.5 5 years ago
  Steinar Bang 47f4e939d1 Use JSoup to set error message on the login.html page returned by login POST submit, instead of having one static HTML page per error message 5 years ago
  Steinar Bang 6087e9d64e Avoid the need for a NOSONAR comment by passing User instead of Optional<User> as a method argument 5 years ago
  Steinar Bang 2333ab76ac Allow reload of the permissions modify and permission add pages 5 years ago
  Steinar Bang 2f79d2960f Add blank deselect row to the permission selector in the permission modify page 5 years ago
  Steinar Bang 0d932238f1 Avoid getting multiple blank lines in modify roles role dropown when an edited role is saved 5 years ago
  Steinar Bang b99c6ea8b5 Blank out user edit fields when saving an edited user 5 years ago
  Steinar Bang e54388159f Use action types from the top level actiontypes file in the reducers 5 years ago
  Steinar Bang 6e322c6498 Use creator functions made by createAction() to create redux actions 5 years ago
  Steinar Bang 61b59b5230 Split the reducers into one file per reducer 5 years ago
  Steinar Bang d55afa651d Copy files verbatim to preserve history 5 years ago
  Steinar Bang 16fe6e3abf Move reducer.js to reducers/index.js 5 years ago
  Steinar Bang 5da1698071 Set state on the <Provider> in the simplest way possible 5 years ago
  Steinar Bang 312639ade1 Remove unnecessary use of local state from the authservice useradmin react components 5 years ago
  Steinar Bang 73b088542e Move authservice useradmin react components to a subdirectory 5 years ago
  Steinar Bang 8b1fb7acdb Move files unchanged to preserve history 5 years ago
  Steinar Bang 0cca0fa221 Use maven batch mode on travis-ci builds to avoid control character output in the console 5 years ago
  Steinar Bang dd3854a529 Replace ${project.version} with 1.0.2 in maven URL for the authservice feature repository in example in the README 5 years ago
  Steinar Bang 617b149987 Upgrade apache shiro version from 1.3.1 to 1.3.2 in example in the README 5 years ago
  Steinar Bang 6089737801 [maven-release-plugin] prepare for next development iteration 5 years ago
  Steinar Bang d0b077c014 [maven-release-plugin] prepare release authservice-1.0.2 5 years ago
  Steinar Bang ba2ef8253d Add version 1.0.2 to the release history in the README 5 years ago
  Steinar Bang c479418c06 Upgrade apache shiro from version 1.3.1 to version 1.3.2 5 years ago
  Steinar Bang 6d7c5fc37c Add my original use case to the README 5 years ago
  Steinar Bang 88a7c355d7 Update release history in README with version 1.0.1 5 years ago
  Steinar Bang 6ff3dec587 [maven-release-plugin] prepare for next development iteration 5 years ago
  Steinar Bang 4f21d52604 [maven-release-plugin] prepare release authservice-1.0.1 5 years ago
  Steinar Bang 64e704dbd5 Remove initial admin user and role from the authservice PostgreSQL database, since this is now set up by the authservice liquibase bundle 5 years ago
  Steinar Bang af60e6c7f0 Insert initial user admin, initial role useradmin, and assign role useradmin to user admin from the authservice liquibase bundle 5 years ago
  Steinar Bang f4a46ccd5f Avoid primary key id conflict caused by copy/paste of users table from ukelonn 5 years ago