Commit Graph

  • 041f95fd1e CSRF value should be automatically injected when using a th:action master neviyn 2021-06-15 15:41:05 +0100
  • 0865f51478 Landing now shows logout if logged in instead of create account neviyn 2021-06-15 15:34:58 +0100
  • c6bd0e2ad9 Moved logout form inside authorized element neviyn 2021-06-15 10:03:03 +0100
  • eec46598f6 Login redirect now set via thymeleaf not JS neviyn 2021-06-15 09:49:24 +0100
  • 71fcbd5ef0 Fixed behaviour when no images or tags have been added. Added test for this case. neviyn 2021-05-21 23:00:23 +0100
  • 0b1bb099df Added test for when there are multiple pages of images neviyn 2021-05-21 22:59:24 +0100
  • 87b77cf5aa Added view of image selected for upload neviyn 2021-05-15 00:57:14 +0100
  • a3bcade36b Added a couple of tests for ImageController neviyn 2021-05-14 11:16:33 +0100
  • 8d0a5217a5 Made BaseControllerTest an internal class neviyn 2021-05-14 11:16:22 +0100
  • a97df591a7 Moved @Secured to the class level for MemberController & UploadController neviyn 2021-05-13 19:55:17 +0100
  • 6025642bbb Added some basic tests for BaseController neviyn 2021-05-12 17:29:39 +0100
  • a0c207b46b IDs of data contained in migration are now hard set neviyn 2021-05-12 17:27:27 +0100
  • 99610305b6 Added equals and hashcode override for Member entity neviyn 2021-05-12 15:48:51 +0100
  • ef039478d5 Added user registration neviyn 2021-05-11 19:03:41 +0100
  • 174955d1eb Increased number of images on a page neviyn 2021-05-10 23:34:59 +0100
  • b5ac6ed462 Made tag lists and image edit controls look nicer neviyn 2021-05-10 23:32:44 +0100
  • 0ea4b27c94 Added autocomplete attributes for login fields neviyn 2021-05-10 23:08:00 +0100
  • 20b9dcf1d5 Changed logins to have proper redirections neviyn 2021-05-10 22:49:58 +0100
  • 1bce01e07e Can now remove tags from images neviyn 2021-05-10 20:33:09 +0100
  • a78bea1167 Made some containers fluid, tag counts are no longer part of the search link neviyn 2021-05-10 15:55:28 +0100
  • 1a154f2db4 Gallery page now lists common tags, added basic pagination controls neviyn 2021-05-10 15:42:46 +0100
  • 03df15818e Added some database indices neviyn 2021-05-10 15:34:27 +0100
  • 50a853d2ba Increased max upload size neviyn 2021-05-10 14:32:06 +0100
  • 86645cf2e8 Removed unused data class neviyn 2021-05-09 21:11:36 +0100
  • 4e3c60925c Images can now be deleted neviyn 2021-05-09 21:06:46 +0100
  • c4c44ad4da Added page for viewing a single image, tracking number of images a tag has. neviyn 2021-05-09 20:25:19 +0100
  • ca567b2e60 Entity primary keys are now forcibly sequence generated neviyn 2021-05-09 16:00:34 +0100
  • 87303d1ad7 Image uploads now get a generated thumbnail version neviyn 2021-05-09 15:44:05 +0100
  • bd09ba1fe0 Added some initialisation tests neviyn 2021-05-07 14:00:04 +0100
  • 96104c3899 Added spacing about submit button neviyn 2021-05-07 13:59:51 +0100
  • 80195c5081 Integrated noresults with gallery, gallery search bar shows current searches neviyn 2021-05-07 11:50:51 +0100
  • 4e7643f976 Added base profile page, navbar, changed some href binding neviyn 2021-05-07 11:20:23 +0100
  • e4dd1c243e Renamed users to members, added flyway database versioning neviyn 2021-05-06 22:47:53 +0100
  • f97358aeb4 Optimised searching for multiple tags at once neviyn 2021-05-06 21:30:11 +0100
  • 90bb712bc3 Forced ordering of search results neviyn 2021-04-30 16:56:19 +0100
  • 0d325506e0 Added _ as a usable search character neviyn 2021-04-30 16:55:33 +0100
  • cb729f6be4 Images now fetch their uploader lazily neviyn 2021-04-30 16:36:27 +0100
  • 52bf9b1898 Uploading and tag searching now working neviyn 2021-04-30 16:25:29 +0100
  • 1a1594bcc1 Login now functional neviyn 2021-04-30 12:46:12 +0100
  • 1f43e53a83 Added login page neviyn 2021-04-30 12:27:40 +0100
  • 4cf91146db Added auto population of authorization roles neviyn 2021-04-30 00:49:47 +0100
  • b47b534b6f Started work on file uploader neviyn 2021-04-30 00:48:28 +0100
  • 0e959d60d4 Added more proper tag searching neviyn 2021-04-29 22:26:15 +0100
  • 7ab9409ef0 Improved validation on tag terms neviyn 2021-04-29 22:25:35 +0100
  • c2e06354c2 Added empty templates for gallery and upload neviyn 2021-04-29 22:00:12 +0100
  • 39276d7f07 Using webjars, updated header fragment neviyn 2021-04-29 21:59:37 +0100
  • 4930b67dc3 Using webjars, updated header fragment neviyn 2021-04-29 21:36:23 +0100
  • 3540c077f1 Added some nicer error pages neviyn 2021-04-29 21:19:33 +0100
  • 2ad500d758 Added uploaded image count to landing page neviyn 2021-04-29 21:18:45 +0100
  • 3ba35d33ec Fixed image repository query and call neviyn 2021-04-29 21:18:13 +0100
  • 7544b3ddc0 Fixed controller mappings neviyn 2021-04-29 21:17:41 +0100
  • 4a46b8b979 Reformatting neviyn 2021-04-29 20:23:35 +0100
  • 7b8d4a7b4e Added some potential routes neviyn 2021-04-29 20:22:00 +0100
  • ab44ecfef6 Added route for serving images from known disk location neviyn 2021-04-29 11:32:23 +0100
  • 89b798e32d User accounts can now be disabled neviyn 2021-04-29 00:41:58 +0100
  • 935f283589 Added base security configuration neviyn 2021-04-29 00:36:26 +0100
  • 285cd5c75f Added base repositories neviyn 2021-04-29 00:28:36 +0100
  • 25342e97f1 Added base entities neviyn 2021-04-29 00:19:57 +0100
  • 0d4d5cfefd Repo init neviyn 2021-04-29 00:03:31 +0100