Commit graph

164 commits

Author SHA1 Message Date
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
d7f35991df Add case-insensitive check for username equality 2023-01-12 00:24:33 +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
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