264 Commits (ec3bf519ed5059706631a02d3650c2b3804fd291)
 

Author SHA1 Message Date
  Pekka Helenius ec3bf519ed Add tests for controllers 4 years ago
  Pekka Helenius f0759fd9cb Implement BookStoreTestWebContextBuilder class 4 years ago
  Pekka Helenius 6269a9c549 User_Role composite key: add NotNull constraint annotation 4 years ago
  Pekka Helenius ee59a73934 Add Maven dependency: spring-security-test 4 years ago
  Pekka Helenius 673cd993f4 Role name: add NotBlank constraint annotation 4 years ago
  Pekka Helenius 619fa55776 User username & password: add NotBlank constraint annotation 4 years ago
  Pekka Helenius e145cb9030 Explicitly use MySQL mode for H2 database 4 years ago
  Pekka Helenius cab8315a71 Add apireftable ID for table element 4 years ago
  Pekka Helenius 5c5ed43caa Drop unnecessary 'HttpOnly' value as unit tests do not like it 4 years ago
  Pekka Helenius 36d39dbcc9 Add booklist ID 4 years ago
  Pekka Helenius cf16711291 Also exclude 'password' from server log entries 4 years ago
  Pekka Helenius 4f65b9d93b Tests reference sheet: add note about authorization matrix 4 years ago
  Pekka Helenius c68df8225b Add missing messages 4 years ago
  Pekka Helenius 805eaaba97 Add Spring statistics help page + links (dev mode only) 4 years ago
  Pekka Helenius 8aac39be5d Add development end points 4 years ago
  Pekka Helenius 0a3e775c1a Implement a controller for development end points 4 years ago
  Pekka Helenius 55b06c4860 App init: consider both non-existing & existing H2 & SQL data 4 years ago
  Pekka Helenius 62715cce8a BasePathAwareController: expect only a single category 4 years ago
  Pekka Helenius 7fc8dd678d Dev props & Spring security: add actuator end point, formatting updates 4 years ago
  Pekka Helenius f7346ed776 Category: return only a single Category object since category is unique 4 years ago
  Pekka Helenius 7ea9f1ccef BookHash: add findByBookId method 4 years ago
  Pekka Helenius 5ef9f27136 Role: return only a single Role object since role is unique 4 years ago
  Pekka Helenius 4c50e3085d Extend UserRoleRepository methods: add findByCompositeId 4 years ago
  Pekka Helenius 39045b8314 Enable application statistics end point 4 years ago
  Pekka Helenius 5ba4227c1e Prevent CSRF token leaks in server logs 4 years ago
  Pekka Helenius df782ec504 Add notes about missing input form validations 4 years ago
  Pekka Helenius a9102319b8 Add SameSite cookie and Content Security Policy header 4 years ago
  Pekka Helenius 84acd3f455 Author's name can't have numbers 4 years ago
  Pekka Helenius dca1f70f43 More specific Bcrypt configuration 4 years ago
  Pekka Helenius 5537aefd03 Update README 4 years ago
  Pekka Helenius 01814c1950 Update SQL schema & DB structure plans 4 years ago
  Pekka Helenius 6aa7a3600a Add test reference document sheet 4 years ago
  Pekka Helenius d6d29311de Add missing Maven imports for SQL 4 years ago
  Pekka Helenius 31cc8b4ace Be more informative: add available profile options 4 years ago
  Pekka Helenius 37a03d6ed7 Update dev configuration: add comments 4 years ago
  Pekka Helenius 2f7f4864b3 Prepare application for deployment; add production settings, add 4 years ago
  Pekka Helenius 5d2b648ab3 Add warning statement about custom queries 4 years ago
  Pekka Helenius b3526137f8 Add SQL server security note 4 years ago
  Pekka Helenius 249bd5b6b4 Prevent unauthorized users to alter book prices 4 years ago
  Pekka Helenius b4a4158a8b Update helpdesk view description 4 years ago
  Pekka Helenius b6cc0ac887 Book hash IDs: consider potential hash collisions; move logic into 4 years ago
  Pekka Helenius 0450a8fcc5 REST API help reference page: add 'publish' attribute into examples 4 years ago
  Pekka Helenius e3017394dd Re-define Book publish attribute JSON read/write policy 4 years ago
  Pekka Helenius 5e043c3a69 Consider too long user inputs for username login field 4 years ago
  Pekka Helenius dc4d9a76b3 Update authorization checks and improve their descriptions 4 years ago
  Pekka Helenius 534204e76f Delete unused import 4 years ago
  Pekka Helenius a9f35eb743 Register classes as Spring services, deprecate instance attribute 4 years ago
  Pekka Helenius 6dcb1abbc3 Minor style/readability fixes 4 years ago
  Pekka Helenius 13fd73a09e Enable BCryptPasswordEncoder 4 years ago
  Pekka Helenius 9fb7a98d32 Replace PasswordEncoderFactories with BCryptPasswordEncoder 4 years ago