766c4b8884
Update .gitignore
2025-03-10 13:15:22 -07:00
226e524f37
merge upstream
2025-03-09 15:14:57 -07:00
Robert Paciorek
db795d93a4
bugfixes
...
- allow to add items to store while using replace action in server-side mods
- fixed wrong (inverted) logic for LastLevelCompleted
- fixed 'already an open DataReader' isse on GetTopRated* endpoints
- disabled AchievementTaskID 37 (WoJS) due to causing bug
2025-03-09 08:27:49 +00:00
b4d6c201af
Update README.md
2025-03-08 14:26:43 -08:00
7d03eaecd5
Update README.md
2025-03-08 14:17:46 -08:00
8e02d3aee7
Update README.md
2025-03-08 14:17:29 -08:00
1c03e7384b
Update README.md
...
add new endpoints
2025-03-08 14:06:02 -08:00
93e97122e6
Update README.md
2025-03-08 13:58:58 -08:00
60989a15bf
Update README.md
2025-03-08 13:57:56 -08:00
a53694db3d
Delete .gitea/workflows/build-and-publish.yaml
2025-03-08 13:55:29 -08:00
5f43787da0
Update .gitea/workflows/build-and-publish.yaml
Build And Publish Container / build (push) Failing after 2m16s
2025-03-08 13:01:07 -08:00
63114d3536
Update .gitea/workflows/build-and-publish.yaml
Build And Publish Container / build (push) Failing after 1m41s
2025-03-08 12:56:16 -08:00
0e00d0b7a2
Update .gitea/workflows/build-and-publish.yaml
Build And Publish Container / build (push) Has been cancelled
2025-03-08 12:54:32 -08:00
0276e4bd5b
Update .gitea/workflows/build-and-publish.yaml
Build And Publish Container / build (push) Failing after 32s
2025-03-08 12:47:25 -08:00
d006a426e4
Update .gitea/workflows/build-and-publish.yaml
Build And Publish Container / build (push) Failing after 2m18s
2025-03-08 12:20:46 -08:00
75f26cfd5a
Update .gitea/workflows/build-and-publish.yaml
Build And Publish Container / build (push) Failing after 1m55s
2025-03-08 11:58:28 -08:00
09bab7f70a
Update .gitea/workflows/build-and-publish.yaml
Build And Publish Container / build (push) Failing after 1m47s
2025-03-08 01:36:42 -08:00
a022d5ce24
Update .gitea/workflows/build-and-publish.yaml
Build And Publish Container / build (push) Successful in 1m17s
2025-03-08 01:24:58 -08:00
601661308e
Update .gitea/workflows/build-and-publish.yaml
Build And Publish Container / build (push) Successful in 32s
2025-03-08 01:23:15 -08:00
07970d05db
Update .gitea/workflows/build-and-publish.yaml
Build And Publish Container / build (push) Failing after 17s
2025-03-08 01:22:29 -08:00
8ae8f052c2
Update .gitea/workflows/build-and-publish.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 49s
2025-03-08 01:16:53 -08:00
f281b4da6a
Update .gitea/workflows/build-and-publish.yaml
2025-03-08 01:15:15 -08:00
2d59e33c0d
Update .gitea/workflows/build-and-publish.yaml
2025-03-08 01:13:10 -08:00
c96e8c84dc
Update .gitea/workflows/build-and-publish.yaml
2025-03-08 01:11:24 -08:00
a6aedd411a
Update .gitea/workflows/build-and-publish.yaml
2025-03-08 01:11:14 -08:00
9a43abad54
Add .gitea/workflows/build-and-publish.yaml
2025-03-08 01:11:02 -08:00
d2e6423831
Delete .gitea/gitea-ci.yaml
2025-03-08 01:10:40 -08:00
c8217950da
Add .gitea/gitea-ci.yaml
2025-03-08 01:05:27 -08:00
290ff9c577
Merge pull request 'Buddy System' ( #3 ) from buddies into master
...
Reviewed-on: https://gitea.milenia.local.alanmoon.net/Moonbase/jumpstart-games-reduxed/pulls/3
2025-03-07 18:20:39 -08:00
2e70d89ddb
Merge pull request 'Messaging System' ( #2 ) from messaging into master
...
Reviewed-on: https://gitea.milenia.local.alanmoon.net/Moonbase/jumpstart-games-reduxed/pulls/2
2025-03-07 18:19:53 -08:00
e0c1d2cab2
precense fixes
2025-03-07 18:13:17 -08:00
ded2acc5ca
implement precense endpoint
2025-03-07 17:42:44 -08:00
44aa98ef3a
implement buddy codes
2025-03-07 17:20:27 -08:00
c285eb31b9
Update README.md
2025-03-07 14:03:05 -08:00
08541ea377
Update README.md
2025-03-07 14:00:30 -08:00
5d0cb1581d
further system message fixes
2025-03-06 17:48:08 -08:00
20452e2058
make author viking optional for system messages
2025-03-06 15:42:45 -08:00
b090604bc1
add message for earning xp (wojs)
2025-03-06 12:35:25 -08:00
7e29d5cd4a
add system message support
2025-03-06 12:01:37 -08:00
c8c70b220e
revert nullable `ToVikingId
`
2025-03-06 11:49:59 -08:00
6c31296d3b
make `ToVikingId
` nullable for system messages
2025-03-06 11:45:50 -08:00
b7b99cd353
add `IsPrivate
field to
Message
`
2025-03-06 11:33:08 -08:00
c37a719aad
add `Id
field to
Buddy
`
2025-03-06 11:04:24 -08:00
3ba60972ad
fix best buddy set
2025-03-06 10:59:13 -08:00
6deebb947b
implement `UpdateBestBuddy
`
2025-03-06 10:52:16 -08:00
5bd62186f0
implement `RemoveBuddy
`
...
modify ``SendMessage``
add message of typeid 21 when reply is made
reworks some things in ``BuddyService``
2025-03-03 17:00:58 -08:00
684e8691d8
implement `AddBuddy
and
ApproveBuddy
`
2025-03-03 13:39:56 -08:00
6ede8af204
implement `BuddyService
`
...
add ``CreatedAt`` to ``Buddy`` model
add missing schemas
2025-03-03 13:29:34 -08:00
a3ba9556d0
data model fix
2025-03-03 12:42:49 -08:00
21b7cd9694
initial data model work
2025-03-03 12:35:08 -08:00