pocketbase/apis
Gani Georgiev 920e893e11 [#6433] fixed realtime delete event for RecordProxy and other custom record models 2025-02-09 19:24:45 +02:00
..
api_error_aliases.go added apis.ToApiError alias 2024-11-22 20:44:29 +02:00
backup.go [#6152] skip the default body size limit for the backup endpoint 2024-12-20 13:45:17 +02:00
backup_create.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
backup_test.go [#6152] skip the default body size limit for the backup endpoint 2024-12-20 13:45:17 +02:00
backup_upload.go moved FindUploadedFiles in RequestEvent 2024-09-30 16:27:59 +03:00
base.go added crons web apis and ui listing 2024-12-25 22:24:24 +02:00
base_test.go moved FindUploadedFiles in RequestEvent 2024-09-30 16:27:59 +03:00
batch.go added note and tests regarding the shared batch Authorization header 2024-11-23 11:54:25 +02:00
batch_test.go added note and tests regarding the shared batch Authorization header 2024-11-23 11:54:25 +02:00
collection.go [#5741] use random string as id for non-system collections and fields 2024-10-29 20:08:16 +02:00
collection_import.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
collection_import_test.go updated superusers test tokens with the new id 2024-11-04 15:48:28 +02:00
collection_test.go added required validator for the TextField.Pattern option in case it is a primary key 2024-11-19 17:21:43 +02:00
cron.go added crons web apis and ui listing 2024-12-25 22:24:24 +02:00
cron_test.go added crons web apis and ui listing 2024-12-25 22:24:24 +02:00
file.go added env variables support for the thumbs generation limits 2024-11-23 20:38:30 +02:00
file_test.go updated superusers test tokens with the new id 2024-11-04 15:48:28 +02:00
health.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
health_test.go updated superusers test tokens with the new id 2024-11-04 15:48:28 +02:00
installer.go added ServeEvent.InstallerFunc field 2024-12-30 20:30:07 +02:00
logs.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
logs_test.go updated superusers test tokens with the new id 2024-11-04 15:48:28 +02:00
middlewares.go removed RequestEvent.UnsafeRealIP 2024-11-05 21:49:45 +02:00
middlewares_body_limit.go updated godoc and renamed cors middleware handler 2024-11-21 22:22:58 +02:00
middlewares_body_limit_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
middlewares_cors.go updated ui/dist and added fallback debug log 2024-11-22 23:30:44 +02:00
middlewares_gzip.go fixed gzip middleware not applying when serving static files 2024-11-28 13:51:43 +02:00
middlewares_rate_limit.go changed store.Store to accept generic key type 2024-12-23 15:44:00 +02:00
middlewares_rate_limit_test.go fixed rate limiter rules matching to acount for the Audience field 2024-11-18 14:46:06 +02:00
middlewares_test.go refactored installer and removed RequireSuperuserAuthOnlyIfAny 2024-11-05 21:12:17 +02:00
realtime.go [#6433] fixed realtime delete event for RecordProxy and other custom record models 2025-02-09 19:24:45 +02:00
realtime_test.go updated tests 2024-11-19 22:37:44 +02:00
record_auth.go [#4999] added Notion OAuth2 provider 2024-10-10 14:50:25 +03:00
record_auth_email_change_confirm.go [#5964] refresh the token key on email change 2024-12-17 11:44:27 +02:00
record_auth_email_change_confirm_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_email_change_request.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_email_change_request_test.go updated superusers test tokens with the new id 2024-11-04 15:48:28 +02:00
record_auth_impersonate.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_impersonate_test.go updated superusers test tokens with the new id 2024-11-04 15:48:28 +02:00
record_auth_methods.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_methods_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_otp_request.go updated otp request error message 2024-11-26 19:51:21 +02:00
record_auth_otp_request_test.go otp changes - added sentTo field, allow e.Record to be nil when requesting OTP, etc. 2024-11-13 18:34:43 +02:00
record_auth_password_reset_confirm.go [#5964] refresh the token key on email change 2024-12-17 11:44:27 +02:00
record_auth_password_reset_confirm_test.go [#5964] refresh the token key on email change 2024-12-17 11:44:27 +02:00
record_auth_password_reset_request.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_password_reset_request_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_refresh.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_refresh_test.go updated superusers test tokens with the new id 2024-11-04 15:48:28 +02:00
record_auth_verification_confirm.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_verification_confirm_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_verification_request.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_verification_request_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_with_oauth2.go [#6337] added support for case-insensitive password auth 2025-01-26 12:24:37 +02:00
record_auth_with_oauth2_redirect.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_auth_with_oauth2_redirect_test.go fixed oauth2 redirect test 2024-11-21 12:11:00 +02:00
record_auth_with_oauth2_test.go [#6337] added support for case-insensitive password auth 2025-01-26 12:24:37 +02:00
record_auth_with_otp.go [#6073] added poc implementation for the dry submit removal 2024-12-11 18:43:48 +02:00
record_auth_with_otp_test.go otp changes - added sentTo field, allow e.Record to be nil when requesting OTP, etc. 2024-11-13 18:34:43 +02:00
record_auth_with_password.go bumped app version and updated dependencies 2025-01-31 13:29:19 +02:00
record_auth_with_password_test.go [#6337] added support for case-insensitive password auth 2025-01-26 12:24:37 +02:00
record_crud.go replaced exists bool db scans with int for broader drivers compatibility 2025-01-20 14:16:00 +02:00
record_crud_auth_origin_test.go updated superusers test tokens with the new id 2024-11-04 15:48:28 +02:00
record_crud_external_auth_test.go updated superusers test tokens with the new id 2024-11-04 15:48:28 +02:00
record_crud_mfa_test.go updated superusers test tokens with the new id 2024-11-04 15:48:28 +02:00
record_crud_otp_test.go updated superusers test tokens with the new id 2024-11-04 15:48:28 +02:00
record_crud_superuser_test.go refactored installer and removed RequireSuperuserAuthOnlyIfAny 2024-11-05 21:12:17 +02:00
record_crud_test.go [#6201] expanded the hidden fields check and allow targetting hidden fields in the List API rule 2024-12-29 17:31:58 +02:00
record_helpers.go replaced exists bool db scans with int for broader drivers compatibility 2025-01-20 14:16:00 +02:00
record_helpers_test.go return an error in case of required MFA so that external handlers can react if necessary 2024-11-21 11:12:25 +02:00
serve.go added ServeEvent.InstallerFunc field 2024-12-30 20:30:07 +02:00
settings.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
settings_test.go updated superusers test tokens with the new id 2024-11-04 15:48:28 +02:00