Commit Graph

51 Commits

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