|
041f95fd1e
|
CSRF value should be automatically injected when using a th:action
|
2021-06-15 15:41:05 +01:00 |
|
|
0865f51478
|
Landing now shows logout if logged in instead of create account
|
2021-06-15 15:34:58 +01:00 |
|
|
c6bd0e2ad9
|
Moved logout form inside authorized element
|
2021-06-15 10:03:03 +01:00 |
|
|
eec46598f6
|
Login redirect now set via thymeleaf not JS
|
2021-06-15 09:49:24 +01:00 |
|
|
71fcbd5ef0
|
Fixed behaviour when no images or tags have been added.
Added test for this case.
|
2021-05-21 23:00:23 +01:00 |
|
|
0b1bb099df
|
Added test for when there are multiple pages of images
|
2021-05-21 22:59:24 +01:00 |
|
|
87b77cf5aa
|
Added view of image selected for upload
|
2021-05-15 00:57:14 +01:00 |
|
|
a3bcade36b
|
Added a couple of tests for ImageController
|
2021-05-14 11:16:33 +01:00 |
|
|
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 |
|