Gani Georgiev
b0ca9b2f1b
updated export/import form
2022-08-07 11:14:49 +03:00
Gani Georgiev
956263d1fc
updated admin and user upsert forms
2022-08-06 22:16:58 +03:00
Gani Georgiev
51d635bc12
fixed popup hide
2022-08-06 18:59:28 +03:00
Gani Georgiev
5fb45a1864
updated CollectionsImport and CollectionUpsert forms
2022-08-06 18:15:18 +03:00
Gani Georgiev
4e58e7ad6a
added ImportPopup
2022-08-06 08:03:34 +03:00
Gani Georgiev
93ab5fbea2
added page export and import
2022-08-05 23:25:16 +03:00
Gani Georgiev
f459dd8812
import scaffoldings
2022-08-05 06:00:38 +03:00
Gani Georgiev
95f9d685dc
updated base model comments
2022-08-03 16:26:36 +03:00
Gani Georgiev
bb00f198bc
changed btns transition to local
2022-08-03 10:16:13 +03:00
Gani Georgiev
0e1b9a3897
updated go version constraint for the github action
2022-08-02 21:36:36 +03:00
Gani Georgiev
e32cf12908
updated ui/dist
2022-08-02 21:32:36 +03:00
Gani Georgiev
c152f99793
fixed datepicker clipped input borders
2022-08-02 21:31:42 +03:00
Gani Georgiev
f8b7a40837
switch to stable go 1.19.0
2022-08-02 20:57:03 +03:00
Gani Georgiev
a049a37624
updated sdk to ^0.3.0
2022-08-02 17:00:14 +03:00
Gani Georgiev
8268c26d8b
fixed README typo
2022-08-01 22:30:14 +03:00
Gani Georgiev
6292e6cc2e
unify the prod and dev env and use only relative base path ./ in the Admin UI
2022-08-01 20:55:31 +03:00
Gani Georgiev
fbeaabf6aa
removed no longer needed ui.DistIndexHTML var
2022-08-01 20:53:06 +03:00
Gani Georgiev
30d1b9f358
refactored the admin ui routes registration for better sub-path deployment support
2022-08-01 20:37:51 +03:00
Gani Georgiev
16fa099685
added default admin CSP
2022-08-01 18:10:18 +03:00
Gani Georgiev
bb4bebc724
removed box-shadow for image-preview modals
2022-08-01 18:00:06 +03:00
Gani Georgiev
9d0ea7635b
[ #204 ] fixed query string parsing
2022-08-01 14:20:21 +03:00
Yin Shanyang
d35134e913
[ #250 ] added armv7 on linux as a build target
2022-08-01 10:29:06 +03:00
Gani Georgiev
ce8af46fff
unified file field styles
2022-07-31 23:28:47 +03:00
Gani Georgiev
87ecb1114c
cleaning up no longer needed ui helper methods
2022-07-31 23:21:55 +03:00
Gani Georgiev
c070be2c47
[ #238 ] removed implicit select items grouping
2022-07-31 18:52:51 +03:00
Gani Georgiev
4f0041a128
added dart-sdk to the readme
2022-07-31 13:05:05 +03:00
Gani Georgiev
0ac24af7c9
updated ui/dist
2022-07-31 11:51:06 +03:00
Gani Georgiev
96b2c5fedf
added Dart to the api preview examples
2022-07-30 21:04:44 +03:00
Gani Georgiev
4019ca5f00
[ #223 ] change the default prod backend url to relative path to support sub-path deployment
2022-07-30 20:59:09 +03:00
Gani Georgiev
20fe3c8c91
added debug log for the invalid uploaded file(s)
2022-07-30 14:11:08 +03:00
Gani Georgiev
d87a5e544c
updated admin ui dependencies
2022-07-30 08:02:41 +03:00
Gani Georgiev
bb527be493
fixed panic on expanding existing byt non-relation type field
2022-07-30 07:58:42 +03:00
Gani Georgiev
9e3b230c8e
added debug log for established realtime connection
2022-07-28 08:26:05 +03:00
Gani Georgiev
686198a22e
normalize number filter literals
...
Always cast number literals to provide consistent eq/neq behavior when combined with COALESCE, because '1' = 1 is TRUE but COALESCE('1', '') = COALESCE(1, '') will result to FALSE.
2022-07-28 05:23:58 +03:00
Gani Georgiev
086b992c7d
[ #228 ] added target=_blank to the email links
2022-07-26 15:17:10 +03:00
Takeshi Sato
88d8cec3d9
[ #207 ] use read-only scopes for the GitHub OAuth2 provider
2022-07-24 18:04:53 +03:00
Gani Georgiev
7926501649
updated comments and added CSP header check in the tests
2022-07-21 17:22:31 +03:00
Gani Georgiev
4c2cd5a534
simplify the svg extension check
2022-07-21 12:58:06 +03:00
Gani Georgiev
5d8fc939e2
[ #164 ] serve common media files inline and fix svg content-type
2022-07-21 12:56:17 +03:00
Gani Georgiev
1a5180d7d3
added support to filter request.user.profile relation fields
2022-07-20 22:33:24 +03:00
Gani Georgiev
8a08a4764d
[ #166 ] fixed api preview examples
2022-07-19 19:41:03 +03:00
Gani Georgiev
66b317f01c
run tests before goreleaser
2022-07-19 17:24:58 +03:00
Gani Georgiev
ab5a770346
updated tests
2022-07-19 17:23:34 +03:00
Gani Georgiev
65697add43
temporary skip tests in the release action until the async email hooks get fixed
2022-07-19 14:46:02 +03:00
Gani Georgiev
841415f0ff
move field delete in a dropdown to prevent accidental clicks
2022-07-19 14:36:35 +03:00
Gani Georgiev
f295ce9403
run added password reset and verification sent hooks tests
2022-07-19 14:20:28 +03:00
Gani Georgiev
383b2a1279
[ #160 ] support expand query parameter for create and update requests
2022-07-19 13:31:52 +03:00
Gani Georgiev
73fb12c2bc
[ #156 ] added forcePathStyle to the s3 config
2022-07-19 10:45:38 +03:00
Kenneth Lee
571c4dcc8d
[ #163 ] fixed migrate down cmd
2022-07-18 23:00:54 +03:00
Gani Georgiev
f56adf26f4
added the app name in the document title and fixed the double initial load on records list
2022-07-18 19:44:10 +03:00