root
|
7d841abf70
|
Fix Dockerfile.embedded failing to build
|
2023-05-31 11:04:58 +00:00 |
|
|
6f74aaeaaf
|
Remove stuff for the exam grader && improve README
|
2023-01-25 19:00:04 +01:00 |
|
|
56d4c7410a
|
Fix show more comments appearing too many times
|
2023-01-18 00:07:24 +01:00 |
|
|
728f89300f
|
Revert vite metadata
|
2023-01-17 23:52:21 +01:00 |
|
|
c5b5472f0e
|
Fix photos appering twice in profileview
|
2023-01-17 23:43:58 +01:00 |
|
|
8b38411710
|
Fix ProfileView making weird request when leaving the view
|
2023-01-15 15:38:15 +01:00 |
|
|
811a5190eb
|
Fix user profile view not always showing the right user
|
2023-01-15 15:28:49 +01:00 |
|
|
7812304be8
|
Add followers & following lists
|
2023-01-15 15:06:02 +01:00 |
|
|
1ed38b5da1
|
Add showModal function to Modal component
|
2023-01-15 14:07:33 +01:00 |
|
|
8a2399a8f7
|
Change slogan
|
2023-01-12 01:53:37 +01:00 |
|
|
83b7eb46a2
|
Improve code readability
|
2023-01-12 01:45:14 +01:00 |
|
|
542be61281
|
Spinner: add comment
|
2023-01-12 01:04:45 +01:00 |
|
|
dcddfa742e
|
Modal: add comment
|
2023-01-12 01:04:09 +01:00 |
|
|
bef9d69028
|
PostCard: improve code readability
|
2023-01-12 01:02:12 +01:00 |
|
|
b827b06240
|
UserCard: improve general code quality
|
2023-01-12 00:53:17 +01:00 |
|
|
20dadfe6b6
|
Remove useless code
|
2023-01-12 00:41:42 +01:00 |
|
|
00fa614eaa
|
Remove useless code
|
2023-01-12 00:39:36 +01:00 |
|
|
1873db9006
|
Fix username changing only on frontend
|
2023-01-12 00:39:11 +01:00 |
|
|
f95ec8dcf1
|
Fix pointer on usernames too long
|
2023-01-11 23:25:40 +01:00 |
|
|
11dfbe6658
|
Add more comment and pointer on usernames
|
2023-01-11 23:25:24 +01:00 |
|
|
b663aa28dd
|
Vue: fix UserCard not always showing the username
|
2022-12-24 20:48:07 +01:00 |
|
|
1ffa5355be
|
Vue: fix usercard 'name' prop mutation
|
2022-12-24 20:45:08 +01:00 |
|
|
cb5d6774e2
|
Vue: Add v-bind:key directive in every v-for
|
2022-12-24 20:40:41 +01:00 |
|
|
2bb8ea59e7
|
NPM: revert build-embed as default, Add build-embed-host
|
2022-12-23 11:56:51 +01:00 |
|
|
97c1e3e00f
|
Fix axios base url on embedded build
|
2022-12-23 01:17:03 +01:00 |
|
|
0bd6f4461d
|
Fix lazy loading skipping items
|
2022-12-23 01:00:51 +01:00 |
|
|
54453fea34
|
Fix show more button in comments not re-appearing when posting a new comment
|
2022-12-22 18:22:37 +01:00 |
|
|
747a5be567
|
Remove useless try/catch (errors already handled by the interceptor)
|
2022-12-22 18:19:02 +01:00 |
|
|
31349781da
|
Preparing to merge main
|
2022-12-22 17:20:22 +01:00 |
|
|
ec0b06affc
|
Merge remote-tracking branch 'origin' into dev
|
2022-12-22 16:30:20 +01:00 |
|
|
3e8901925b
|
Add workaround in vite.config
|
2022-12-22 16:28:15 +01:00 |
|
|
33ee0a303d
|
Fix navbar does not disappear when user is not logged in
|
2022-12-17 19:06:41 +01:00 |
|
|
c0c6dccdec
|
Fix photos not showing where the response is less big than limit
|
2022-12-15 15:10:06 +01:00 |
|
|
fba46f28ff
|
Fix show more button appearing in unwanted situations
|
2022-12-15 14:54:48 +01:00 |
|
|
3e4c28123e
|
Improve lazy loading
|
2022-12-15 14:46:27 +01:00 |
|
|
92522876b7
|
Fix error when there is no network connection
|
2022-12-15 14:22:28 +01:00 |
|
|
8613a5780f
|
Fix login sessions
|
2022-12-15 13:43:52 +01:00 |
|
|
a5d7c24a54
|
Remove useless style tag
|
2022-12-15 13:39:09 +01:00 |
|
|
f6a61e3dd2
|
Add spinner when loading images, increase timeout to 20s
|
2022-12-15 13:38:16 +01:00 |
|
|
4881fecbca
|
Improve frontend readability, move modal to root component, add interceptors, fix usercard on XS displays
|
2022-12-13 01:48:28 +01:00 |
|
|
6840c34d7b
|
Add file mime type check & switch usercard errors to modal
|
2022-12-12 22:53:34 +01:00 |
|
|
a53799d441
|
Add DOCKERFILE
|
2022-12-12 19:05:23 +01:00 |
|
|
e86526761c
|
Add comments under posts and fix user profile
|
2022-12-12 18:06:56 +01:00 |
|
|
4c4481393d
|
Fix profile view follow & ban status, Add ban status in GET profile API call
|
2022-12-12 12:37:30 +01:00 |
|
|
25be953a11
|
Add followed & banned status to search result in backend and frontend
|
2022-12-10 01:23:38 +01:00 |
|
|
740aaef0ea
|
Refine user profile and navbar
|
2022-12-10 01:02:48 +01:00 |
|
|
a2d7eb8d13
|
Add user profile and search in the frontend, fix PutFollow, DeleteFollow behavior in the backend
|
2022-12-09 22:32:02 +01:00 |
|
|
c4611b92f8
|
First webui commit
|
2022-12-09 03:53:16 +01:00 |
|
|
69c0388954
|
Add decaf webui
|
2022-11-24 14:46:29 +01:00 |
|