Commit Graph

20 Commits

Author SHA1 Message Date
7820d875f2
Added documentation and CI pipeline 2024-01-16 09:24:04 +01:00
c5f60ecc25
Added Docker support 2024-01-15 12:01:16 +01:00
37c1957082
Added unit tests for PostController 2024-01-15 10:54:11 +01:00
34c359bb76
Added unit tests for UserController 2024-01-15 09:35:20 +01:00
a577b29eec
Refactored JSON emitting code and fixed some bugs 2024-01-12 16:42:01 +01:00
61679ee40f
Refactored JSON emitting code and fixed some bugs 2024-01-12 16:41:27 +01:00
eac2ee3291
Added 'deletePost' method and fixed some bugs 2024-01-12 11:40:04 +01:00
4cd54d81c1
Retrieve posts according to their expiration date 2024-01-12 11:11:45 +01:00
8607f4dab6
Added 'updatePost' method and improved query system 2024-01-12 10:06:45 +01:00
10e595d346
Added 'getPostByTitle' method and improved query design 2024-01-11 17:08:07 +01:00
df471937a3
Added 'getPosts' function 2024-01-11 16:02:29 +01:00
c33c7bdfa6
Fixed a bug 2024-01-11 11:45:42 +01:00
007a80b1bc
Added 'addNewPost' method 2024-01-11 10:47:11 +01:00
cfc770f9e8
Add JSON support to API response 2024-01-10 16:33:51 +01:00
a8c4820a6f
Added 'deleteUser' method 2024-01-10 10:07:07 +01:00
0e3bb8ff49
Added password hashing function and fixed various bugs 2024-01-10 09:05:46 +01:00
a42db7592f
Added 'addNewUser' service 2024-01-09 16:52:33 +01:00
8abb6d7c0c
Configured spring security 2024-01-09 11:38:27 +01:00
b87575f8fc
Added 'Post' and 'User' classes 2024-01-09 10:58:24 +01:00
27731b4b81
First upload, added controllers layout 2024-01-09 09:43:11 +01:00