Commit Graph

  • 4f67dba6cb [#5800] skip default loadAuthToken middleware if e.Auth is already set Gani Georgiev 2024-11-05 09:06:18 +02:00
  • 47354f5aa9 updated jsvm types Gani Georgiev 2024-11-05 00:16:20 +02:00
  • 2f35ef29fe [#5797] fixed JSVM types errors Gani Georgiev 2024-11-05 00:06:48 +02:00
  • 755149c915 [#5793] added subscriptions.Broker.TotalClients() method v0.23.0-rc10 Gani Georgiev 2024-11-04 19:16:25 +02:00
  • f9a2d6c6ae updated ui/dist Gani Georgiev 2024-11-04 19:08:21 +02:00
  • 9e70c77736 added migration to normalize the system collection and field ids Gani Georgiev 2024-11-04 19:03:33 +02:00
  • b3d88349d7 updated superusers test tokens with the new id Gani Georgiev 2024-11-04 15:48:20 +02:00
  • 8d0e4a0460 restore crc32 checksum for the colelction and field ids Gani Georgiev 2024-11-04 10:51:32 +02:00
  • 83d91b3dd5 added realtime topic length validator v0.23.0-rc9 Gani Georgiev 2024-11-03 13:14:39 +02:00
  • 8c71a291ff silence hooks watch errors and just print as warning Gani Georgiev 2024-11-03 12:52:52 +02:00
  • 26ef0c697c registered a default http.Server.ErrorLog handler v0.22.23 Gani Georgiev 2024-11-03 12:25:54 +02:00
  • 08793ee99f fixed error message typo Gani Georgiev 2024-11-03 12:06:22 +02:00
  • 75d1c0bc18 updated changelog and jsvm types Gani Georgiev 2024-11-03 12:01:47 +02:00
  • 060a659f83 [#5789] updated the hooks watcher to account for the case when hooksDir is a symlink Gani Georgiev 2024-11-03 11:52:13 +02:00
  • caaac6b145 added topic length validator to avoid relying solely on the body limit for more user friendly error message Gani Georgiev 2024-11-03 11:11:51 +02:00
  • cd14714cf3 updated npm deps Gani Georgiev 2024-11-03 11:11:23 +02:00
  • 106ce0f0c4 added support for specifying collection id with the factory and added collections indexes validator to prevent duplicated definitions Gani Georgiev 2024-11-03 10:44:48 +02:00
  • c3557d4e94 [#5789] updated the hooks watcher to account for the case when hooksDir is a symlink Gani Georgiev 2024-11-03 00:11:40 +02:00
  • 1025fb2406 show generic index error and added support to autoreplace the collection id if part of an index name Gani Georgiev 2024-11-02 22:34:05 +02:00
  • fadb4e3d67 removed JSVM Collection class aliases Gani Georgiev 2024-11-02 22:00:58 +02:00
  • a446290a7a normalized Collection struct methods receiver Gani Georgiev 2024-11-02 11:20:21 +02:00
  • bc83fddaf2 updated changelog Gani Georgiev 2024-11-02 09:34:24 +02:00
  • 00da008d64 updated Store.GetOrSet to lock first with RLock/RUnlock Gani Georgiev 2024-11-01 22:06:53 +02:00
  • d3ca24e509 added more user friendly error message in case ServeEvent.Next() is not invoked Gani Georgiev 2024-11-01 19:10:33 +02:00
  • 1a1e3a2741 renamed build tag Gani Georgiev 2024-11-01 19:09:48 +02:00
  • b11ea60436 added rate limit label format info Gani Georgiev 2024-11-01 14:05:42 +02:00
  • 0c054bc6ff updated impersonate popup styles Gani Georgiev 2024-10-31 12:59:15 +02:00
  • 697545e73f auto select the first non-system collection on collection remove Gani Georgiev 2024-10-30 09:06:32 +02:00
  • 39415e0f49 don't unnecessary loads the records list while refrishing the collections Gani Georgiev 2024-10-30 08:44:09 +02:00
  • 8b42941bd3 removed the default cgo driver registration Gani Georgiev 2024-10-29 22:46:56 +02:00
  • 5a94ec9918 [#5741] use random string as id for non-system collections and fields Gani Georgiev 2024-10-29 20:08:16 +02:00
  • 658f0c4177 added support to reference collections in the UI with both their name and id Gani Georgiev 2024-10-29 13:38:30 +02:00
  • 421310d2f6 updated API preview disabled checks Gani Georgiev 2024-10-27 22:53:34 +02:00
  • 005047099d updated API preview Gani Georgiev 2024-10-27 22:12:37 +02:00
  • 49db093a51 fixed auto www redirect due to missing schema Gani Georgiev 2024-10-27 21:01:44 +02:00
  • 8646960abc reduce the default prewarmed jsvm pool size to 15 Gani Georgiev 2024-10-25 12:27:10 +03:00
  • 9d2637847d fixed typo Gani Georgiev 2024-10-25 10:36:40 +03:00
  • 747c490b0a fixed test case typo v0.23.0-rc8 Gani Georgiev 2024-10-25 10:17:01 +03:00
  • cb46591e70 updated changelog Gani Georgiev 2024-10-24 22:06:29 +03:00
  • 4c0b2154b0 updated ui/dist Gani Georgiev 2024-10-24 22:03:54 +03:00
  • 8c45d4d92d lock the _mfas and _otps delete api rule, fixed flaky tests, fixed jsvm types example Gani Georgiev 2024-10-24 21:59:00 +03:00
  • 0b7741f1f7 added additional godoc and updated the OAuth2 form to use the same created record pointer Gani Georgiev 2024-10-24 08:37:22 +03:00
  • c41a4dfc07 added v0.22.22 changelog entry Gani Georgiev 2024-10-18 17:43:33 +03:00
  • f3c948aa13 updated go deps Gani Georgiev 2024-10-18 17:42:48 +03:00
  • be908ad4bf added NaN checks Gani Georgiev 2024-10-18 17:38:19 +03:00
  • 0b30435183 updated go.mod v0.22.22 Gani Georgiev 2024-10-18 17:09:55 +03:00
  • c4b1e2d55e updated changelog Gani Georgiev 2024-10-18 17:08:02 +03:00
  • 58a0b28664 updated aws-sdk-go-v2 and moved the trimmed s3 driver in internal to preven getting included in the jsvm types Gani Georgiev 2024-10-18 17:07:53 +03:00
  • 2ff2cd874c updated ui/dist Gani Georgiev 2024-10-18 16:35:04 +03:00
  • 3dd644c15c updated changelog and min Go version Gani Georgiev 2024-10-18 16:33:34 +03:00
  • cffbe83399 backported JSVM toString Gani Georgiev 2024-10-18 16:32:43 +03:00
  • e18ea88113 updated ghupdate to prevent downloading unnecessary v0.23+ since it contains breaking changes Gani Georgiev 2024-10-18 16:06:24 +03:00
  • 3786e0816d added Instagram OAuth2 provider deprecation log Gani Georgiev 2024-10-18 16:05:36 +03:00
  • cbc88d7a01 backported some of the v0.23.0 form validators, fixes and tests Gani Georgiev 2024-10-18 16:03:49 +03:00
  • e92d3cccd0 updated jsvm types Gani Georgiev 2024-10-18 14:23:38 +03:00
  • ae86525c13 updated typo Gani Georgiev 2024-10-18 14:18:32 +03:00
  • 321351e0bb updated jsvm types v0.23.0-rc7 Gani Georgiev 2024-10-18 14:02:44 +03:00
  • 7685e64365 updated changelog Gani Georgiev 2024-10-18 13:58:20 +03:00
  • 6f2fe91da5 register the panic-recover handler after the activity logger Gani Georgiev 2024-10-18 13:47:10 +03:00
  • dbc074ee9a updated tests Gani Georgiev 2024-10-18 12:23:18 +03:00
  • 5dbf975424 [#5611] removed writable_schema usage Gani Georgiev 2024-10-18 07:55:25 +03:00
  • ade061cc80 [#5687] fixed BindBody FormData numeric string normalization Gani Georgiev 2024-10-16 10:20:06 +03:00
  • d43bcccb0b updated tygoja and the generated JSVM types to fix shortened return values from the same type Gani Georgiev 2024-10-15 22:12:22 +03:00
  • cfff7b6d11 added OIDC host change confirm message Gani Georgiev 2024-10-15 09:03:48 +03:00
  • 8271452430 removed unnecessary cast Gani Georgiev 2024-10-14 23:04:10 +03:00
  • 4209583a88 updated ui/dist v0.23.0-rc6 Gani Georgiev 2024-10-14 20:08:58 +03:00
  • 78e6a8996f [#5674] fixed realtime auth 403 error on resubscribe Gani Georgiev 2024-10-14 19:43:23 +03:00
  • f5c6b9652f refreshed go.sum Gani Georgiev 2024-10-14 18:20:18 +03:00
  • cb4e3f2d43 updated jsvm types Gani Georgiev 2024-10-14 18:17:38 +03:00
  • f9ee710cdd normalized builtin middlewares to return hook.Handler Gani Georgiev 2024-10-14 18:17:31 +03:00
  • 47d5ea3ce2 fixed comments and added default generic arg name Gani Georgiev 2024-10-14 14:32:52 +03:00
  • 56b756e16b [#5673] added check for empty OAuth2User.AvatarURL Gani Georgiev 2024-10-14 14:31:39 +03:00
  • ff3f4332ce added default hook handler arg name and router search helper Gani Georgiev 2024-10-13 13:25:04 +03:00
  • a1d9a9bbc9 updated go deps and the min Go version in the README Gani Georgiev 2024-10-12 11:54:16 +03:00
  • 3e0869a30b fixed typo Gani Georgiev 2024-10-12 11:40:54 +03:00
  • 11d241392a updated CHANGELOG v0.23.0-rc5 Gani Georgiev 2024-10-12 11:27:23 +03:00
  • 749c77cb9d fixed the UI Set Superusers only button click not properly resetting the input state Gani Georgiev 2024-10-12 11:24:07 +03:00
  • 3c87df9e55 added option to retrieve the OIDC user info from the id_token payload Gani Georgiev 2024-10-12 10:16:01 +03:00
  • 95d5ee40b0 [#5646] fixed single select, file and relation fields ui Gani Georgiev 2024-10-11 14:48:19 +03:00
  • 16d88681a3 fixed linked providers image path Gani Georgiev 2024-10-11 13:14:18 +03:00
  • 6a9784258f [#5641] changed the relation picker default sort to use rowid instead of created Gani Georgiev 2024-10-10 16:24:19 +03:00
  • 830e818eb7 [#5346] added monday.com OAuth2 provider Gani Georgiev 2024-10-10 15:41:01 +03:00
  • 397b69041e [#4999] added Notion OAuth2 provider Gani Georgiev 2024-10-10 14:46:22 +03:00
  • 64bbd6f841 twich - fixed comments and use the provider ctx Gani Georgiev 2024-10-10 14:45:47 +03:00
  • f7a6097464 fixed CopyIcon empty value check Gani Georgiev 2024-10-09 23:27:11 +03:00
  • 2b0c48c265 updated jsvm types v0.23.0-rc4 Gani Georgiev 2024-10-09 18:57:30 +03:00
  • fcb645ed77 updated changelog Gani Georgiev 2024-10-09 18:50:43 +03:00
  • 0a60cdfde6 added oauth2 jsvm name exception Gani Georgiev 2024-10-09 18:47:19 +03:00
  • 4d44f1cb5c fixed RedactedPasswordInput to prevent sending empty string of settings form resave Gani Georgiev 2024-10-09 18:29:08 +03:00
  • 01e13f5717 fixed jsvm example Gani Georgiev 2024-10-09 18:27:00 +03:00
  • f7ed55554f fixed flaky test Gani Georgiev 2024-10-09 17:28:55 +03:00
  • 4cf6069342 updated ui/dist Gani Georgiev 2024-10-09 17:14:51 +03:00
  • 54344f2b9d fixed autogenerated go collection update migration template Gani Georgiev 2024-10-09 17:11:14 +03:00
  • 307ce1aa4e hide the truncate button for view collections Gani Georgiev 2024-10-09 12:05:59 +03:00
  • c09cd8364a added explicit errors when trying to truncate view collections or deleting view records Gani Georgiev 2024-10-09 11:51:03 +03:00
  • 2c2246ecb9 fixed ApiPreview example typo v0.23.0-rc3 Gani Georgiev 2024-10-08 19:57:52 +03:00
  • 646331bfa2 [#5618] added support to conditionally reapply migrations Gani Georgiev 2024-10-08 16:23:58 +03:00
  • ed1dc54f27 make the create btn slightly larger Gani Georgiev 2024-10-08 16:22:49 +03:00
  • 4421d1a217 fixed field tag typo Gani Georgiev 2024-10-08 12:47:18 +03:00
  • 92b759438d updated realtime form validator with more human friendly message and added more tests Gani Georgiev 2024-10-08 12:46:42 +03:00