|
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 |
|
|
607fde717d
|
Improve comments in database.go+
|
2022-12-10 02:08:05 +01:00 |
|
|
0d02082785
|
OPENAPI: Remove trailing space
|
2022-12-10 02:05:39 +01:00 |
|
|
c05abb44fd
|
OPENAPI: Fix regex & missing lenght for image/jpg and make it a component
|
2022-12-10 02:04:41 +01:00 |
|
|
0645bd1848
|
Add CodeFactor badge to README
|
2022-12-10 01:53:24 +01:00 |
|
|
8b0d3b1181
|
Update README
|
2022-12-10 01:47:39 +01:00 |
|
|
f1bbebd067
|
Change default paths to /tmp directory
|
2022-12-10 01:45:35 +01:00 |
|
|
bdbf679366
|
Removed database
|
2022-12-10 01:30:19 +01:00 |
|
|
133e85642c
|
Prepare database for merge
|
2022-12-10 01:28:59 +01:00 |
|
|
f6df067e81
|
Delete cmd/webapi/data/photos directory
|
2022-12-10 01:26:55 +01:00 |
|
|
ad84d60596
|
Delete wasaphoto.db
|
2022-12-10 01:26:35 +01:00 |
|
|
6ad8f52330
|
Add db and data dir to gitignore
|
2022-12-10 01:26:00 +01:00 |
|
|
acfa1374ff
|
Add followed & banned status to search result in backend
|
2022-12-10 01:25:38 +01:00 |
|
|
25be953a11
|
Add followed & banned status to search result in backend and frontend
|
2022-12-10 01:23:38 +01:00 |
|
|
931bf8b79f
|
OPENAPI: Add followed and banned status in search result
|
2022-12-10 01:05:44 +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 |
|
|
e38f5d08ab
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-12-08 11:51:01 +01:00 |
|
|
3237326106
|
Fix OpenAPI specifications
|
2022-12-06 22:52:50 +01:00 |
|
|
9ef3954746
|
Merge remote-tracking branch 'refs/remotes/origin/main'
|
2022-12-06 22:36:32 +01:00 |
|
|
4a3e653e2b
|
Merge branch 'dev'
|
2022-12-06 22:35:01 +01:00 |
|
|
0cede6c261
|
Add a space before the comment in registerWebUI
|
2022-12-06 22:33:50 +01:00 |
|