penpot/backend/src/app/rpc/commands
Andrey Antukh cacee40d11 🎉 Add proper schema encoding/decoding mechanism
this allows almost all api operations to success usin application/json
encoding with the exception of the update-file, which we need to
approach a bit differently;

the reason update-file is different, is because the operations vector
is right now defined without the context of shape type, so we are just
unable to properly parse the value to correct type using the schema
decoding mechanism
2024-08-21 11:27:36 +02:00
..
access_token.clj 🔥 Replace spec with schema on access-token rpc methods 2024-07-04 12:30:28 +02:00
audit.clj Improve ip-addr parsing 2024-07-24 21:07:11 +02:00
auth.clj 🐛 Fix unhandled exception on try to reuse registration token 2024-08-12 11:55:19 +02:00
binfile.clj ♻️ Add string length validation to backend RPC methods fields 2024-07-04 12:30:28 +02:00
comments.clj ♻️ Add string length validation to backend RPC methods fields 2024-07-04 12:30:28 +02:00
demo.clj ♻️ Refactor configuration validation 2024-07-10 15:16:28 +02:00
feedback.clj ♻️ Add string length validation to backend RPC methods fields 2024-07-04 12:30:28 +02:00
files.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
files_create.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
files_share.clj ♻️ Add string length validation to backend RPC methods fields 2024-07-04 12:30:28 +02:00
files_snapshot.clj 🎉 Add file-data offload mechanism 2024-08-09 14:28:18 +02:00
files_temp.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
files_thumbnails.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
files_update.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
fonts.clj 🎉 Add file-data offload mechanism 2024-08-09 14:28:18 +02:00
ldap.clj 🔥 Replace spec with schema on ldap RPC methods 2024-07-04 12:30:28 +02:00
management.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
media.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
profile.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
projects.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
search.clj 🔥 Replace spec with schema on search RPC methods 2024-07-04 12:30:28 +02:00
teams.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
verify_token.clj 🎉 New oops page with login and request access 2024-08-14 15:32:04 +02:00
viewer.clj 📎 Fix code style issue not catched by the linter 2024-07-04 12:30:28 +02:00
webhooks.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00