1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-25 01:16:21 +02:00
pocketbase/forms
2023-10-21 15:52:19 +03:00
..
validators updated relation field validation message 2023-10-21 15:52:19 +03:00
admin_login_test.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
admin_login.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
admin_password_reset_confirm_test.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
admin_password_reset_confirm.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
admin_password_reset_request_test.go updated LastVerificationSentAt and LastResetSentAt fill sequence 2023-08-17 14:03:11 +03:00
admin_password_reset_request.go added more descriptive internal password reset error message 2023-09-15 20:45:28 +03:00
admin_upsert_test.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
admin_upsert.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
apple_client_secret_create_test.go added apple oauth2 integration 2023-03-01 23:29:51 +02:00
apple_client_secret_create.go updated changelog and formatting 2023-03-28 07:59:37 +03:00
backup_create_test.go [#2599] added option to upload a backup file from the Admin UI 2023-08-28 20:06:48 +03:00
backup_create.go added backup apis and tests 2023-05-13 22:12:42 +03:00
backup_upload_test.go [#2599] added option to upload a backup file from the Admin UI 2023-08-28 20:06:48 +03:00
backup_upload.go [#2599] added option to upload a backup file from the Admin UI 2023-08-28 20:06:48 +03:00
base.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
collection_upsert_test.go added SchemaField.Presentable field 2023-08-21 12:58:18 +03:00
collection_upsert.go added SchemaField.Presentable field 2023-08-21 12:58:18 +03:00
collections_import_test.go [#3110] normalized view queries with numeric or expression ids 2023-08-11 14:29:18 +03:00
collections_import.go [#2044] fixed view collections import 2023-03-12 16:43:27 +02: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_email_change_confirm_test.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
record_email_change_confirm.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
record_email_change_request_test.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
record_email_change_request.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
record_oauth2_login_test.go initial v0.8 pre-release 2022-10-30 10:28:14 +02:00
record_oauth2_login.go updated changelog and formatting 2023-03-28 07:59:37 +03:00
record_password_login_test.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
record_password_login.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
record_password_reset_confirm_test.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
record_password_reset_confirm.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
record_password_reset_request_test.go updated LastVerificationSentAt and LastResetSentAt fill sequence 2023-08-17 14:03:11 +03:00
record_password_reset_request.go added more descriptive internal password reset error message 2023-09-15 20:45:28 +03:00
record_upsert_test.go [#2868] fixed unique validator detailed error message not being returned when camelCase field name is used 2023-07-06 23:14:18 +03:00
record_upsert.go renamed record upsert local requestInfo to requestData to distinguish better from models.RequestInfo 2023-10-08 22:52:14 +03:00
record_verification_confirm_test.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
record_verification_confirm.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
record_verification_request_test.go updated LastVerificationSentAt and LastResetSentAt fill sequence 2023-08-17 14:03:11 +03:00
record_verification_request.go updated LastVerificationSentAt and LastResetSentAt fill sequence 2023-08-17 14:03:11 +03:00
settings_upsert_test.go [#1240] added dedicated before/after auth hooks and refactored the submit interceptors 2023-01-15 17:00:28 +02:00
settings_upsert.go updated ui/dist and some lint warnings 2023-07-30 13:40:22 +03:00
test_email_send_test.go added backup apis and tests 2023-05-13 22:12:42 +03:00
test_email_send.go initial v0.8 pre-release 2022-10-30 10:28:14 +02:00
test_s3_filesystem_test.go added backup apis and tests 2023-05-13 22:12:42 +03:00
test_s3_filesystem.go added backup apis and tests 2023-05-13 22:12:42 +03:00