|
66297dc78a
|
Fix AP User invalid url
/ docker (push) Successful in 4m6s
|
2025-04-11 15:02:54 +02:00 |
|
|
7b7a91676e
|
Remove demo workflow
/ docker (push) Successful in 4m20s
|
2025-04-11 12:48:16 +02:00 |
|
|
da518345d5
|
Add more fields to user
/ docker (push) Has been cancelled
/ test (push) Has been cancelled
|
2025-04-11 12:47:19 +02:00 |
|
|
495b7aead2
|
Add workflow for building container
|
2025-04-11 11:12:58 +02:00 |
|
|
d767921e0e
|
Addr flag for debug server, logging
|
2025-04-11 11:12:04 +02:00 |
|
|
03178f59e6
|
Note about http errors
|
2025-04-11 11:11:54 +02:00 |
|
|
227a9e377f
|
Rename and implement dockerfile
|
2025-04-11 11:11:34 +02:00 |
|
|
f2616c041b
|
Impl identicons serverside, broken though for some reason
/ test (push) Waiting to run
|
2025-04-10 16:40:15 +02:00 |
|
|
da2a89010c
|
Signing works
|
2025-04-10 16:40:06 +02:00 |
|
|
d272fa90b4
|
AP stuff almost works
/ test (push) Waiting to run
|
2025-04-09 17:35:31 +02:00 |
|
|
98191fd098
|
Add proper logfile support
/ test (push) Waiting to run
|
2025-04-08 17:29:28 +02:00 |
|
|
28a4f4121e
|
See previous commit
/ test (push) Waiting to run
|
2025-04-08 16:34:04 +02:00 |
|
|
671d18d2ba
|
Add note info stuff to debug server. Also docs
/ test (push) Waiting to run
|
2025-04-08 16:33:47 +02:00 |
|
|
9990a205d8
|
Fix interface name typo
|
2025-04-08 16:33:37 +02:00 |
|
|
a7dab0fe43
|
Add note interface
|
2025-04-08 16:33:26 +02:00 |
|
|
a4ab7f0294
|
Fix parsing error
|
2025-04-08 16:32:38 +02:00 |
|
|
91ff8d2ea1
|
Regenerate
|
2025-04-08 16:32:31 +02:00 |
|
|
115a167e75
|
Formatting
|
2025-04-08 16:32:17 +02:00 |
|
|
b0db12490c
|
Fix optional types and access func
|
2025-04-08 16:31:47 +02:00 |
|
|
fb95ee48cc
|
Fix bad deletion cleaner func
/ test (push) Waiting to run
- Was delete if before `now`
- Should be delete if before `now - 30 days`
|
2025-04-08 09:29:02 +02:00 |
|
|
ecd4ed2ef8
|
Add ticker for cleaning deleted users
|
2025-04-08 09:21:21 +02:00 |
|
|
954e4c5a34
|
Add debug server flag and run it in main
/ test (push) Waiting to run
|
2025-04-07 17:43:05 +02:00 |
|
|
59b2bc0deb
|
Add methods to db user
|
2025-04-07 17:42:53 +02:00 |
|
|
d691b5193e
|
Add utility interfaces
|
2025-04-07 17:42:32 +02:00 |
|
|
f1d4a7251b
|
go mod tidy
|
2025-04-07 17:42:24 +02:00 |
|
|
befaccd59c
|
Move new web stuff into dedicated folder
|
2025-04-07 17:42:04 +02:00 |
|
|
7bb32cb429
|
Update goals
|
2025-04-07 17:41:52 +02:00 |
|
|
befbc07946
|
Add flag for controlling out path for model gen
/ test (push) Waiting to run
|
2025-04-07 10:40:59 +02:00 |
|
|
349e78e433
|
Add two new webservers for new version
/ test (push) Has been cancelled
One will be debug and localhost only, other one public stuff
|
2025-04-05 22:02:31 +02:00 |
|
|
0cd5031e4e
|
Update main file to have switch to new version
|
2025-04-05 22:01:59 +02:00 |
|
|
f453983f80
|
Add inserter for self stuff
|
2025-04-05 22:01:42 +02:00 |
|
|
427675f38e
|
chore(storage): run gorm gen
|
2025-04-05 22:01:22 +02:00 |
|
|
3f5df241db
|
Remove default stuff from models
|
2025-04-05 22:01:00 +02:00 |
|
|
a943f229e6
|
Add hardcoded IDs for default roles
|
2025-04-05 22:00:36 +02:00 |
|
|
9fdb57407b
|
Make icon optional
If not set, will be an identicon later
|
2025-04-05 22:00:17 +02:00 |
|
|
5a032d2007
|
Fix typo
|
2025-04-05 22:00:07 +02:00 |
|
|
9cca79ec4c
|
Merge branch 'main' of git.mstar.dev:mstar/linstrom
/ test (push) Waiting to run
|
2025-04-05 12:23:38 +02:00 |
|
|
910717cf01
|
Add attempts for default data
|
2025-04-05 12:22:00 +02:00 |
|
|
c25f27e82e
|
Move utils into shared folder
|
2025-04-05 12:21:44 +02:00 |
|
|
4ef9e19fbc
|
Add cleaner services
/ test (push) Waiting to run
Initial cleaner is for expiring access tokens
|
2025-04-04 16:16:08 +02:00 |
|
|
6f16289b41
|
Missing from previous commit
|
2025-04-04 16:15:52 +02:00 |
|
|
6a2b213787
|
Add access token check to auth
|
2025-04-04 16:15:25 +02:00 |
|
|
8f53e8a967
|
Fix another gen definition
/ test (push) Waiting to run
|
2025-04-04 14:06:47 +02:00 |
|
|
d33ed051f4
|
Fix gorm gen being not good with typing
/ test (push) Waiting to run
|
2025-04-04 13:50:42 +02:00 |
|
|
b33f6c2af7
|
chore(storage): Run generator
/ test (push) Waiting to run
|
2025-04-04 13:46:27 +02:00 |
|
|
11e0059631
|
Add first helper method to user
|
2025-04-04 13:46:11 +02:00 |
|
|
f3a139b809
|
Add notification data
/ test (push) Waiting to run
|
2025-04-04 11:26:03 +02:00 |
|
|
500bf48295
|
chore(storage): Regenerate role helpers
/ test (push) Has been cancelled
|
2025-04-02 15:59:42 +02:00 |
|
|
8f8ad3035a
|
Comment all new code
/ test (push) Waiting to run
|
2025-04-02 15:33:07 +02:00 |
|
|
b6f12b7acf
|
Update code style
|
2025-04-02 13:45:54 +02:00 |
|