Gani Georgiev
|
cdeb9a94ed
|
added action arg to the before Dao hook to allow skipping the default persist behavior
|
2023-07-29 19:52:36 +03:00 |
|
Gani Georgiev
|
0110869c89
|
soft deprecated apis.RequestData(c) in favor of apis.RequestInfo(c) and updated jsvm bindings
|
2023-07-17 23:13:39 +03:00 |
|
Gani Georgiev
|
d77479131a
|
[#2868] fixed unique validator detailed error message not being returned when camelCase field name is used
|
2023-07-06 23:14:18 +03:00 |
|
Gani Georgiev
|
aba6279feb
|
Merge branch 'master' into develop
|
2023-04-14 12:58:03 +03:00 |
|
Gani Georgiev
|
8317ae2e6b
|
[#2287] fixed unique field detailed error not being returned on DrySubmit failure
|
2023-04-13 22:37:10 +03:00 |
|
Gani Georgiev
|
a77b62e5bd
|
added extra table name checks in the overwritten dao hooks in case of duplicated ids
|
2023-04-12 16:46:08 +03:00 |
|
Gani Georgiev
|
59f23d3d23
|
[#2277] added check for nil dao hooks
|
2023-04-12 16:09:35 +03:00 |
|
Gani Georgiev
|
a1487c3235
|
updated the record file handling for the before update hook too
|
2023-04-01 12:51:00 +03:00 |
|
Gani Georgiev
|
899b8217e0
|
fix realtime events firing before files upload completion
|
2023-04-01 11:47:01 +03:00 |
|
Gani Georgiev
|
0acf8198a4
|
revert record upsert changes on upload failure
|
2023-03-26 22:49:18 +03:00 |
|
Gani Georgiev
|
a0ec5707d1
|
(no tests) collection indexes scaffoldings
|
2023-03-19 16:18:33 +02:00 |
|
Gani Georgiev
|
21b152b58c
|
fixed formatting and typos
|
2023-02-23 21:51:42 +02:00 |
|
Gani Georgiev
|
503c65a767
|
[#1896] run files upload after record save
|
2023-02-22 22:06:59 +02:00 |
|
Gani Georgiev
|
1075292321
|
fixed godoc formatting
|
2023-02-20 13:31:03 +02:00 |
|
Gani Georgiev
|
6d08a5f36f
|
[#1377] added Authentik OAuth2 provider
Co-authored-by: Marc Singer <ms@pr0.tech>
|
2023-01-16 11:50:45 +02:00 |
|
Gani Georgiev
|
36ab3fd162
|
[#1240] added dedicated before/after auth hooks and refactored the submit interceptors
|
2023-01-15 17:00:28 +02:00 |
|
Gani Georgiev
|
59e4939e1d
|
added unique id validator error
|
2023-01-11 22:29:48 +02:00 |
|
Gani Georgiev
|
9b880f5ab4
|
filter enhancements
|
2023-01-07 22:27:11 +02:00 |
|
Gani Georgiev
|
a43713ce14
|
[#1291] added condition to switch between the db pools in case of dry submit
|
2022-12-18 11:32:15 +02:00 |
|
Gani Georgiev
|
bd16680548
|
[#1291] fixed nested tx deadlock when creating new user with OAuth2
|
2022-12-18 11:11:34 +02:00 |
|
Gani Georgiev
|
21f442293f
|
[#356] trigger password validators when any of the password related fields is set
|
2022-12-12 12:42:15 +02:00 |
|
Gani Georgiev
|
707f35f461
|
[#1194] refactored forms.RecordUpsert to allow easier file upload
|
2022-12-11 01:01:15 +02:00 |
|
Gani Georgiev
|
37bac5cc50
|
abstract rest.UploadedFile to allow loading local files
|
2022-12-10 16:47:45 +02:00 |
|
Gani Georgiev
|
355f7053fd
|
[#1187] move file upload and delete out of the record save transaction
|
2022-12-06 12:26:29 +02:00 |
|
Gani Georgiev
|
0fa5edb0b1
|
added custom goja field mapper to handle all caps identifiers and allowed errors unwrapping
|
2022-11-30 17:23:41 +02:00 |
|
Gani Georgiev
|
b1c7a012c5
|
[#961] updated min username length and added tests
|
2022-11-08 12:55:18 +02:00 |
|
Gani Georgiev
|
90dba45d7c
|
initial v0.8 pre-release
|
2022-10-30 10:28:14 +02:00 |
|
Gani Georgiev
|
f61d0ec6f7
|
synced with master
|
2022-08-31 21:33:17 +03:00 |
|
Gani Georgiev
|
235670fae8
|
[#367] fixed wildcard multiple file upload deletion and added support to delete a single file by its name
|
2022-08-31 20:33:07 +03:00 |
|
Gani Georgiev
|
f5ff7193a9
|
[#276] added support for linking external auths by provider id
|
2022-08-31 13:38:31 +03:00 |
|
Gani Georgiev
|
147344546b
|
added custom insertion id regex check
|
2022-08-11 10:29:01 +03:00 |
|
Gani Georgiev
|
8009d37d24
|
updated tests
|
2022-08-08 19:16:33 +03:00 |
|
Gani Georgiev
|
a426484916
|
added WithConfig factory to all forms
|
2022-08-07 15:38:21 +03:00 |
|
Gani Georgiev
|
956263d1fc
|
updated admin and user upsert forms
|
2022-08-06 22:16:58 +03:00 |
|
Gani Georgiev
|
20fe3c8c91
|
added debug log for the invalid uploaded file(s)
|
2022-07-30 14:11:08 +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 |
|
Valley
|
a16b0c9004
|
[#114] simplified some code by returning early and added cap for slices
|
2022-07-14 19:26:08 +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
|
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 |
|
Valley
|
d64fbf9011
|
[#38] added lint and used the lint suggestions
|
2022-07-09 17:17:41 +03:00 |
|
Gani Georgiev
|
3d07f0211d
|
initial public commit
|
2022-07-07 00:19:05 +03:00 |
|