1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-25 01:16:21 +02:00
pocketbase/forms
2022-08-21 14:30:36 +03:00
..
validators normalized the caster to return always non-null value and fixed minor ui issues 2022-07-18 00:16:09 +03:00
admin_login_test.go updated tests 2022-08-08 19:16:33 +03:00
admin_login.go updated the user and admin login email validator to check only the string format 2022-08-20 07:58:42 +03:00
admin_password_reset_confirm_test.go updated tests 2022-08-08 19:16:33 +03:00
admin_password_reset_confirm.go added WithConfig factory to all forms 2022-08-07 15:38:21 +03:00
admin_password_reset_request_test.go updated tests 2022-08-08 19:16:33 +03:00
admin_password_reset_request.go added WithConfig factory to all forms 2022-08-07 15:38:21 +03:00
admin_upsert_test.go added custom insertion id regex check 2022-08-11 10:29:01 +03:00
admin_upsert.go added custom insertion id regex check 2022-08-11 10:29:01 +03:00
base.go added custom insertion id regex check 2022-08-11 10:29:01 +03:00
collection_upsert_test.go added custom insertion id regex check 2022-08-11 10:29:01 +03:00
collection_upsert.go added custom insertion id regex check 2022-08-11 10:29:01 +03:00
collections_import_test.go fixed after hooks 2022-08-08 20:14:46 +03:00
collections_import.go test deleteMissing with schema changes 2022-08-10 13:22:27 +03:00
realtime_subscribe_test.go initial public commit 2022-07-07 00:19:05 +03:00
realtime_subscribe.go [#75] added option to test s3 connection and send test emails 2022-08-21 14:30:36 +03:00
record_upsert_test.go added custom insertion id regex check 2022-08-11 10:29:01 +03:00
record_upsert.go added custom insertion id regex check 2022-08-11 10:29:01 +03:00
settings_upsert_test.go updated tests 2022-08-08 19:16:33 +03:00
settings_upsert.go added WithConfig factory to all forms 2022-08-07 15:38:21 +03:00
test_email_send_test.go [#75] added option to test s3 connection and send test emails 2022-08-21 14:30:36 +03:00
test_email_send.go [#75] added option to test s3 connection and send test emails 2022-08-21 14:30:36 +03:00
user_email_change_confirm_test.go updated tests 2022-08-08 19:16:33 +03:00
user_email_change_confirm.go added WithConfig factory to all forms 2022-08-07 15:38:21 +03:00
user_email_change_request_test.go updated tests 2022-08-08 19:16:33 +03:00
user_email_change_request.go updated tests 2022-08-08 19:16:33 +03:00
user_email_login_test.go updated tests 2022-08-08 19:16:33 +03:00
user_email_login.go updated the user and admin login email validator to check only the string format 2022-08-20 07:58:42 +03:00
user_oauth2_login_test.go updated tests 2022-08-08 19:16:33 +03:00
user_oauth2_login.go added WithConfig factory to all forms 2022-08-07 15:38:21 +03:00
user_password_reset_confirm_test.go updated tests 2022-08-08 19:16:33 +03:00
user_password_reset_confirm.go added WithConfig factory to all forms 2022-08-07 15:38:21 +03:00
user_password_reset_request_test.go updated tests 2022-08-08 19:16:33 +03:00
user_password_reset_request.go added WithConfig factory to all forms 2022-08-07 15:38:21 +03:00
user_upsert_test.go added custom insertion id regex check 2022-08-11 10:29:01 +03:00
user_upsert.go added custom insertion id regex check 2022-08-11 10:29:01 +03:00
user_verification_confirm_test.go updated tests 2022-08-08 19:16:33 +03:00
user_verification_confirm.go added WithConfig factory to all forms 2022-08-07 15:38:21 +03:00
user_verification_request_test.go updated tests 2022-08-08 19:16:33 +03:00
user_verification_request.go added WithConfig factory to all forms 2022-08-07 15:38:21 +03:00