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
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
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
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
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
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
Gani Georgiev
d4202e696b
[ #99 ] fix AutoExpandTextArea scrolling
2022-07-13 22:44:59 +03:00
Gani Georgiev
9de3cc99a0
updated api preview body params col sizes
2022-07-13 08:48:38 +03:00
Gani Georgiev
b2647ebca9
synced refresh button js timeout with the css animation
2022-07-12 20:03:13 +03:00
Gani Georgiev
ef226cf9c1
added refresh button to the other listing pages
2022-07-12 19:56:22 +03:00
Gani Georgiev
d71c3cd19c
updated ui/dist
2022-07-12 18:11:50 +03:00
Gani Georgiev
05a4071eba
[ #80 ] fixed before hooks data and added optional interceptor to upsert submit
2022-07-12 13:42:06 +03:00
Gani Georgiev
320d1482a4
[ #77 ] add warning on storage type change
2022-07-11 22:23:22 +03:00
Gani Georgiev
46399dddac
[ #78 ] enable fully qualified URIs for S3 endpoints and improved error reporting when uploading or deleting files
2022-07-11 21:00:17 +03:00
Gani Georgiev
52c288d9db
added linter skip comments and removed the Presentator specific inflector.Usernamify
2022-07-11 16:16:01 +03:00
Gani Georgiev
ed741662b2
removed the v prefix from the version command
2022-07-11 10:30:34 +03:00
Gani Georgiev
0c14f32822
added additional info about the @expand query parameter
2022-07-11 10:30:20 +03:00
Gani Georgiev
f62664098e
updated ui/dist
2022-07-10 21:14:38 +03:00
Gani Georgiev
7b2d88fa30
[ #45 ] don't set Last-Modified header if time.location data cannot be loaded
2022-07-10 20:53:24 +03:00
Gani Georgiev
0739e90ff2
[ #31 ] replaced the initial admin create interactive cli with Installer web page
2022-07-10 11:46:21 +03:00
Gani Georgiev
dfd9528847
[ #32 ] changed step value to any
2022-07-09 11:16:35 +03:00
Gani Georgiev
d4d425c61d
[ #6 ] added note for go1.19 on windows
2022-07-09 11:05:42 +03:00
Gani Georgiev
0f0c00bd03
[ #32 ] allow decimals in the number field
2022-07-09 10:57:21 +03:00
Gani Georgiev
a26006ad56
fixed typos
2022-07-09 00:54:48 +03:00
Gani Georgiev
b05a7be8a8
updated ui/dist
2022-07-08 13:15:01 +03:00
Gani Georgiev
de3ad44d66
[ #6 ] try building the base example with go 1.19
2022-07-08 13:13:48 +03:00
Gani Georgiev
daa2ceeec6
[ #18 ] fix sidebar overlay issue
2022-07-08 13:09:00 +03:00
Gani Georgiev
9e1cfb08d1
updated ui/dist
2022-07-08 10:31:51 +03:00
Gani Georgiev
e986848a7a
fixed typo in comment
2022-07-08 10:30:23 +03:00
Gani Georgiev
1bee6a575c
updated readme and paypal donation link
2022-07-07 23:50:25 +03:00
Gani Georgiev
3d07f0211d
initial public commit
2022-07-07 00:19:05 +03:00