Jannis Mattheis
|
97c425c0ab
|
fix: appid mapping for sending messages
|
2026-07-17 14:32:08 +02:00 |
|
Jannis Mattheis
|
509707737a
|
fix: appid spec
It's optional on POST, so not readonly and not required.
|
2026-07-05 20:36:18 +02:00 |
|
饺子w (Yumechi)
|
ad977d3d9c
|
feat: EdDSA token for database leakage/index mitigation (#971)
* feat: EdDSA token for database leakage/index mitigation
* [skip ci]: remove token from api output
* fix: e2e tests
* fixup! fix: e2e tests
* doc: document tokens are now optional fields for app and aclient
* fixup(doc): swagger version again
* address review comments
* address review comments
|
2026-06-28 14:58:20 +00:00 |
|
饺子w (Yumechi)
|
496c166981
|
chore: Migrate github.com/jinzhu/gorm to gorm.io/gorm (#863)
* chore: Migrate github.com/jinzhu/gorm to gorm.io/gorm
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* chore: drop singleton connection limit on sqlite3 backend
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* enhance: database logging
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* Revert "chore: drop singleton connection limit on sqlite3 backend"
This reverts commit b494a3bd1f.
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* typo
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* rename unique_index -> uniqueIndex
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* drop uniqueIndex on primary key
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* migrate fully to new gorm tag format
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* specify unique index name
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* remove pluginConf duplicate index
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* disable auto migrate FK
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
---------
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
|
2025-10-29 22:23:10 +00:00 |
|
chrispruitt
|
72bd8c8ba6
|
Add default message priority for applications
Co-authored-by: Jannis Mattheis <contact@jmattheis.de>
|
2023-07-19 18:15:01 +00:00 |
|
Jannis Mattheis
|
3454dcd602
|
Use golangci-lint
|
2020-11-01 10:47:02 +01:00 |
|
Jannis Mattheis
|
e9bbe17fa4
|
Allow markdown in messages (#180)
|
2019-03-30 11:08:51 +01:00 |
|
饺子w
|
c89623abd0
|
use text for string storage in db (#173)
|
2019-03-21 16:51:14 +08:00 |
|
eternal-flame-AD
|
de09aae987
|
add extras to message model
|
2019-02-02 13:06:30 +01:00 |
|
Eugene Gavrilov
|
0ca18b817c
|
[#71] Make title in message not necessary field
|
2018-11-14 20:05:24 +01:00 |
|
Jannis Mattheis
|
6aa10ad917
|
Add ID to model.Client & model.Application
|
2018-03-11 17:58:44 +01:00 |
|
Jannis Mattheis
|
3a2da09186
|
Improve documentation
|
2018-02-28 20:22:25 +01:00 |
|
Jannis Mattheis
|
9c47b73b1d
|
Move models and add docu to models
|
2018-02-18 12:56:42 +01:00 |
|
Jannis Mattheis
|
ecdd7c51cd
|
Rename model.Message#TokenID to ApplicationID
|
2018-02-01 18:49:12 +01:00 |
|
Jannis Mattheis
|
9178d2d08b
|
Add message api
|
2018-02-01 18:49:12 +01:00 |
|
Jannis Mattheis
|
6770e6b654
|
Enable golint and fix golint-errors like adding documentation
|
2018-01-28 15:56:28 +01:00 |
|
Jannis Mattheis
|
8a989dc29a
|
Remove token and add app and client token & Adjust tests
|
2018-01-27 20:31:56 +01:00 |
|
Jannis Mattheis
|
d76ab85396
|
Add models
|
2018-01-23 18:03:51 +01:00 |
|