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
Gani Georgiev
f8f3ca25ee
updated duplicated field name error
2022-07-18 18:10:30 +03:00
Gani Georgiev
e01f76d37b
allow switching schema field names when renaming fields
2022-07-18 16:26:37 +03:00
Gani Georgiev
47fc9b1066
normalized null handling in search filters
2022-07-18 14:07:25 +03:00
Gani Georgiev
eaf08a5c15
[ #151 ] updated the tests to ensure that the cascaded record files are also deleted
2022-07-18 13:19:07 +03:00
Gani Georgiev
8ef3d4e966
[ #151 ] remove files on cascade deletion
2022-07-18 12:04:27 +03:00
Gani Georgiev
04e0cec32c
updated ui/dist
2022-07-18 01:06:55 +03:00
Gani Georgiev
9a231ba7b3
applied some of the changes from #149
2022-07-18 01:03:09 +03:00
Gani Georgiev
7f959011b8
moved field option btns inside the panel
2022-07-18 00:55:53 +03:00
Gani Georgiev
994761b728
normalized the caster to return always non-null value and fixed minor ui issues
2022-07-18 00:16:09 +03:00
Gani Georgiev
f19b9e3552
commented golangci-lint action as it is not go1.18+ ready
2022-07-17 22:25:28 +03:00
Gani Georgiev
36783b8f04
added golangci-lint action
2022-07-17 22:20:40 +03:00
Gani Georgiev
a076cc906f
[ #147 ] added CONTRIBUTING.md
2022-07-17 20:33:12 +03:00
Gani Georgiev
b1a30f4050
fixed figure tag typo
2022-07-16 11:57:31 +03:00
Gani Georgiev
4506fb17e9
adding video presets to the file options
2022-07-16 11:54:54 +03:00
Gani Georgiev
72f72bc84f
added invalid form-group styles
2022-07-16 10:40:04 +03:00
Gani Georgiev
7fd5102fb5
updated EmailOptions domain input tooltips
2022-07-16 10:39:19 +03:00
Gani Georgiev
d6bdc51009
changed the storage slide panel transition to local
2022-07-16 10:38:47 +03:00
Gani Georgiev
789373d15d
[ #100 ] resets the initial loadList results
2022-07-15 19:37:30 +03:00
Gani Georgiev
2dc000da65
improve error reporting on OAuth2 user profile fetch
2022-07-15 18:52:37 +03:00
Simon Krauter
1095637bcd
[ #116 ] fix BaseModel.RefreshUpdated comment
2022-07-14 23:17:53 +03:00
Gani Georgiev
c4fcba5210
[ #109 ] prealocated handlers and replaced OnRecordBeforeDeleteRequest with OnModelBeforeDelete
2022-07-14 22:35:57 +03:00
Gani Georgiev
d8c8289269
added odd default circle icon size for better visual vertical alignment in firefox
2022-07-14 21:21:47 +03:00
Gani Georgiev
dbbfa243bc
added new lines for readability and consistency
2022-07-14 20:01:53 +03:00
Valley
a16b0c9004
[ #114 ] simplified some code by returning early and added cap for slices
2022-07-14 19:26:08 +03:00
Gani Georgiev
03a7bafa66
use the original vite2 default port and bump the min js-sdk to v0.2.1
2022-07-14 17:09:08 +03:00
Gani Georgiev
d129959098
added store.RemoveAll() helper method
2022-07-14 16:39:42 +03:00
Gani Georgiev
6749559a22
log the response error not the handler one
2022-07-14 11:52:35 +03:00
Gani Georgiev
28bc2678e9
minor ui improvements and upgraded dependencies
2022-07-14 09:58:53 +03:00