pocketbase/core
Gani Georgiev e73077e7e7 [#6835] fixed json_each/json_array_length normalizations to properly check for array values 2025-05-13 21:26:33 +03:00
..
validators added test for partially matched table name/alias as suffix 2025-01-12 13:24:33 +02:00
app.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
auth_origin_model.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
auth_origin_model_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
auth_origin_query.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
auth_origin_query_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
base.go fixed dev sql log replacements 2025-05-02 11:12:33 +03:00
base_backup.go soft-deprecated and replaced GetFile with GetReader 2025-05-02 11:27:32 +03:00
base_backup_test.go [#5607] rename aux.db to auxiliary.db 2024-10-06 16:45:57 +03:00
base_test.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
collection_import.go updated collection indexes on system fields validator and normalized v0.23 old collections migration 2024-11-15 09:13:00 +02:00
collection_import_test.go added more geoPoint field acccess tests 2025-04-02 23:25:42 +03:00
collection_model.go [#6337] added support for case-insensitive password auth 2025-01-26 12:24:37 +02:00
collection_model_auth_options.go updated error messages 2024-11-25 11:28:20 +02:00
collection_model_auth_options_test.go added option to retrieve the OIDC user info from the id_token payload 2024-10-12 10:16:01 +03:00
collection_model_auth_templates.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
collection_model_base_options.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
collection_model_test.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
collection_model_view_options.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
collection_model_view_options_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
collection_query.go use rowid as collections order field 2025-04-27 22:08:31 +03:00
collection_query_test.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
collection_record_table_sync.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
collection_record_table_sync_test.go updated tests 2024-10-18 12:23:18 +03:00
collection_validate.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
collection_validate_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
db.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
db_builder.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
db_connect.go renamed build tag 2024-11-01 19:10:08 +02:00
db_connect_nodefaultdriver.go renamed build tag 2024-11-01 19:10:08 +02:00
db_model.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
db_model_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
db_retry.go added 'table is locked' error msg retry check 2024-11-15 07:45:27 +02:00
db_retry_test.go added 'table is locked' error msg retry check 2024-11-15 07:45:27 +02:00
db_table.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
db_table_test.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
db_test.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
db_tx.go delay default response body write for *Request hooks wrapped in a transaction 2025-04-27 16:25:51 +03:00
db_tx_test.go [#6122] fixed model->record and model->collection events sync 2024-12-16 14:49:24 +02:00
event_request.go [#6402] load the request info context during password/OAuth2/OTP authentication 2025-02-10 16:57:25 +02:00
event_request_batch.go added additional godoc and updated the OAuth2 form to use the same created record pointer 2024-10-24 08:37:22 +03:00
event_request_batch_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
event_request_test.go updated go deps and bumped app version 2024-12-11 19:00:28 +02:00
events.go [#6639] fixed RecordErrorEvent.Error and CollectionErrorEvent.Error sync with ModelErrorEvent.Error 2025-03-25 19:57:57 +02:00
external_auth_model.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
external_auth_model_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
external_auth_query.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
external_auth_query_test.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
field.go use typed int64 const 2024-12-28 10:23:40 +02:00
field_autodate.go [#6000] fixed autodate interceptors 2024-12-02 12:39:02 +02:00
field_autodate_test.go updated autodate test interceptors 2024-12-02 12:51:25 +02:00
field_bool.go added additional godoc and updated the OAuth2 form to use the same created record pointer 2024-10-24 08:37:22 +03:00
field_bool_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
field_date.go added additional godoc and updated the OAuth2 form to use the same created record pointer 2024-10-24 08:37:22 +03:00
field_date_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
field_editor.go added extra validators for the collection int64 field options 2024-12-28 10:13:18 +02:00
field_editor_test.go added extra validators for the collection int64 field options 2024-12-28 10:13:18 +02:00
field_email.go added support to reference collections in the UI with both their name and id 2024-10-29 13:38:30 +02:00
field_email_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
field_file.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
field_file_test.go soft-deprecated Record.GetUploadedFiles in favour of Record.GetUnsavedFiles 2025-01-10 11:45:55 +02:00
field_geo_point.go reversed the default geoPoint column props for consistency with the types.GeoPoint marshalization 2025-04-15 21:08:38 +03:00
field_geo_point_test.go reversed the default geoPoint column props for consistency with the types.GeoPoint marshalization 2025-04-15 21:08:38 +03:00
field_json.go changed the default json field max size to 1mb 2025-05-02 11:49:47 +03:00
field_json_test.go changed the default json field max size to 1mb 2025-05-02 11:49:47 +03:00
field_number.go added additional godoc and updated the OAuth2 form to use the same created record pointer 2024-10-24 08:37:22 +03:00
field_number_test.go fixed test case typo 2024-10-25 10:17:01 +03:00
field_password.go added additional godoc and updated the OAuth2 form to use the same created record pointer 2024-10-24 08:37:22 +03:00
field_password_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
field_relation.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
field_relation_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
field_select.go updated error messages 2024-11-25 11:28:20 +02:00
field_select_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
field_test.go lowered the max field id and name length limit to 100 2024-11-11 16:18:24 +02:00
field_text.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
field_text_test.go added extra validators for the collection int64 field options 2024-12-28 10:13:18 +02:00
field_url.go added support to reference collections in the UI with both their name and id 2024-10-29 13:38:30 +02:00
field_url_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
fields_list.go added option to insert/move fields at specific position 2024-11-24 12:41:57 +02:00
fields_list_test.go added option to insert/move fields at specific position 2024-11-24 12:41:57 +02:00
log_model.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
log_printer.go changed store.Store to accept generic key type 2024-12-23 15:44:00 +02:00
log_printer_test.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
log_query.go updated logs code comments 2025-02-11 00:38:22 +02:00
log_query_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
mfa_model.go added crons web apis and ui listing 2024-12-25 22:24:24 +02:00
mfa_model_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
mfa_query.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
mfa_query_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
migrations_list.go [#5618] added support to conditionally reapply migrations 2024-10-08 16:25:05 +03:00
migrations_list_test.go [#5618] added support to conditionally reapply migrations 2024-10-08 16:25:05 +03:00
migrations_runner.go updated dependencies and golangci-lint to v2 2025-04-12 20:05:21 +03:00
migrations_runner_test.go replaced exists bool db scans with int for broader drivers compatibility 2025-01-20 14:16:00 +02:00
otp_model.go added crons web apis and ui listing 2024-12-25 22:24:24 +02:00
otp_model_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
otp_query.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
otp_query_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_field_resolver.go [#6493] fixed request.body.json.* values extraction 2025-02-21 18:00:13 +02:00
record_field_resolver_multi_match.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_field_resolver_runner.go added more geoPoint field acccess tests 2025-04-02 23:25:42 +03:00
record_field_resolver_test.go [#6835] fixed json_each/json_array_length normalizations to properly check for array values 2025-05-13 21:26:33 +03:00
record_model.go [#6835] fixed json_each/json_array_length normalizations to properly check for array values 2025-05-13 21:26:33 +03:00
record_model_auth.go added record.SetRandomPassword() helper and updated oauth2 autogenerated password handling 2024-12-26 13:24:03 +02:00
record_model_auth_test.go added record.SetRandomPassword() helper and updated oauth2 autogenerated password handling 2024-12-26 13:24:03 +02:00
record_model_superusers.go always register the installer hooks in case the superuser is created by a console command 2024-11-06 14:23:16 +02:00
record_model_superusers_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_model_test.go [#6835] fixed json_each/json_array_length normalizations to properly check for array values 2025-05-13 21:26:33 +03:00
record_proxy.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_proxy_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_query.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
record_query_expand.go [#6689] updated to automatically routes raw write SQL statements to the nonconcurrent db pool 2025-05-02 10:27:41 +03:00
record_query_expand_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
record_query_test.go [#6337] added support for case-insensitive password auth 2025-01-26 12:24:37 +02:00
record_tokens.go upgraded to jwt/v5 2025-01-05 11:18:00 +02:00
record_tokens_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
settings_model.go [#6063] fixed x-forwarded-for typo 2024-12-09 04:39:14 +02:00
settings_model_test.go fixed rate limiter rules matching to acount for the Audience field 2024-11-18 14:46:06 +02:00
settings_query.go fixed field tag typo 2024-10-08 12:47:18 +03:00
settings_query_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
view.go fixed multiple comment blocks parsing 2025-01-19 22:08:20 +02:00
view_test.go fixed multiple comment blocks parsing 2025-01-19 22:08:20 +02:00