Commit Graph

28 Commits

Author SHA1 Message Date
e5c7720a62 Enhancement: Add validation for unique values for short text fields
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
2025-08-03 19:29:41 +03:00
31a9e3a92b build(OpenApi): adapt to updated openapi generator
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-07-16 21:29:21 +02:00
1849033dbc style(PHP): adjust to codestyle updates
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-02-10 12:14:18 +01:00
e64ceb4d54 fix(Controller): replace deprecated annotations with attributes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-10-08 13:26:15 +02:00
9a46561716 chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-08-08 15:35:37 +02:00
1ec8fa169a fix(Capabilities): announce API 2.0
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-07-18 11:37:33 +02:00
dfe73cf3f6 fix: modify context nodes update
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
2024-07-02 14:33:36 +01:00
b67e8b6568 fix: modify return type
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
2024-06-28 05:02:08 +01:00
73b13c172f fix: handle update permission error
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
2024-06-28 04:58:47 +01:00
b1d1cec4b7 fix(Controller): remove unneeded endpoints
- nodes can be added and removed via `update()`, this is what web UI uses

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-10 13:46:13 +02:00
ba50e4b069 fix(Contexts): cast incoming node data on controller level
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-04 11:41:42 +02:00
f63f18c824 test(integration): add case on create context
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-04-26 11:43:34 +02:00
ef54640b33 feat(Contexts): API endpoint to delete a context
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:54:05 +01:00
b794cac2e6 fix: lint
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
2024-03-27 15:54:04 +01:00
fce7f47ecc feat(Contexts): API to create a new Context
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:53:55 +01:00
44c2bedfe7 feat(Contexts): API to get full context info
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:53:55 +01:00
94ecd739bf feat(Contexts): API endpoint for getting Contexts
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:53:54 +01:00
52683f156e fix(CI): cater to code style and static analysis
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:53:52 +01:00
7220bde802 feat(OpenAPI): add information on Contexts endpoints
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:53:52 +01:00
e70b306912 feat(Contexts): accept nodes in context update endpoint
- includes a fix to also show pages that have no content

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:53:51 +01:00
53d7416a6f fix(Contexts): fix return code when context not found
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:53:51 +01:00
0345d8bc2b feat(Contexts): API endpoint for Contexts ownership transfer
- also emits an Event for admin_audit

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:53:50 +01:00
8ec9d444c0 feat(Contexts): API to modify content order on a page
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:53:50 +01:00
d6e03b5b5d feat(Contexts): API endpoint to update basic information of a Context
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:53:49 +01:00
245e963550 feat(Contexts): API to add and remove a node to a Context
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:53:46 +01:00
3ea42fe139 feat(Contexts): API to create a new Context
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:50:43 +01:00
e776b781b8 feat(Contexts): API to get full context info
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:50:43 +01:00
a2462d5567 feat(Contexts): API endpoint for getting Contexts
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-03-27 15:50:42 +01:00