Commit graph

154 commits

Author SHA1 Message Date
11dfbe6658 Add more comment and pointer on usernames 2023-01-11 23:25:24 +01:00
6816f24700 Fix Dockerfile.embedded not including webui 2023-01-10 01:35:33 +01:00
996d92bbf5 Switch base image to Debian on Dockerfile.embedded 2023-01-10 01:27:29 +01:00
705bed402b Switch base image to Debian on Dockerfile.embedded 2023-01-10 01:26:39 +01:00
3de158e5a5 Improve comments and code readability 2023-01-10 01:21:53 +01:00
f6ad6db2f7 Dockerfile.embedded: Use build-embed-host instead of build-embed 2022-12-24 20:49:28 +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
055bdcabff Fix main.go intendation 2022-12-24 20:35:47 +01:00
2bb8ea59e7 NPM: revert build-embed as default, Add build-embed-host 2022-12-23 11:56:51 +01:00
8b08e13b72 OPENAPI: Add pattern to uid & bump version to 3.1.0 2022-12-23 02:23:29 +01:00
c07bc1b27a Update README 2022-12-23 01:54:11 +01:00
4b66b7a2fa Add Dockerfile(s) for frontend and backend, renamed the existing one to Dockerfile.embedded 2022-12-23 01:54:03 +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
f434fcbc72 Add more comments 2022-12-22 18:12:00 +01:00
783e2c044d Move comments regex in helper file 2022-12-22 18:08:25 +01:00
58020420c3 Move username regex check in a helper function 2022-12-22 17:55:36 +01:00
1d11a5ba81 Add regex matching check also when creating a new user 2022-12-22 17:37:01 +01:00
13b2cc066e Remove commented line of code in database 2022-12-22 17:24:44 +01:00
0402e2fd84 Merge branch 'main' into dev 2022-12-22 17:20:31 +01:00
31349781da Preparing to merge main 2022-12-22 17:20:22 +01:00
1fc1df577d Revert back db tables check 2022-12-22 17:17:28 +01:00
003e66d841 Fix data directory creation 2022-12-22 16:51:52 +01:00
7543fd36e0 Fix data directory not creating on first run 2022-12-22 16:40:57 +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
d25bf6a53e Add dockerfile to readme 2022-12-13 01:56:49 +01:00
3bf1c4e262 Add missing spaces between // and the comment 2022-12-13 01:54:48 +01:00
c4f2b23858 Remove binary files 2022-12-13 01:52:41 +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
4cad313aaa Fix docker entrypoint 2022-12-12 22:07:34 +01:00
4570504fbc Revert back to scratch container (as tests have been successfully passed) 2022-12-12 22:01:34 +01:00
49057d6b13 Change base image to debian for some testing 2022-12-12 19:27:02 +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
00e6b3de7b Fix fmt.Errorf issue in PostPhoto 2022-12-10 02:13:58 +01:00