pocketbase/core
Gani Georgiev 33340a6977 [#6337] added support for case-insensitive password auth 2025-01-26 12:24:37 +02:00
..
validators added test for partially matched table name/alias as suffix 2025-01-12 13:24:33 +02:00
app.go changed store.Store to accept generic key type 2024-12-23 15:44:00 +02: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 changed store.Store to accept generic key type 2024-12-23 15:44:00 +02:00
base_backup.go added extra validators for the collection int64 field options 2024-12-28 10:13:18 +02:00
base_backup_test.go [#5607] rename aux.db to auxiliary.db 2024-10-06 16:45:57 +03:00
base_test.go added migration to normalize the system collection and field ids 2024-11-04 19:03:33 +02: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 merge v0.23.0-rc changes 2024-09-29 21:09:46 +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 added support for specifying collection id with the factory and added collections indexes validator to prevent duplicated definitions 2024-11-03 10:44:48 +02: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 removed unnecessary count 2025-01-17 15:58:57 +02:00
collection_query_test.go speedup records cascade delete 2024-12-12 22:55:55 +02:00
collection_record_table_sync.go updated error messages 2024-11-25 11:28:20 +02:00
collection_record_table_sync_test.go updated tests 2024-10-18 12:23:18 +03:00
collection_validate.go [#6337] added support for case-insensitive password auth 2025-01-26 12:24:37 +02: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 replaced exists bool db scans with int for broader drivers compatibility 2025-01-20 14:16:00 +02: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 replaced exists bool db scans with int for broader drivers compatibility 2025-01-20 14:16:00 +02:00
db_table_test.go [#5618] added support to conditionally reapply migrations 2024-10-08 16:25:05 +03:00
db_test.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
db_tx.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +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 fixed code comment typos 2024-12-19 11:41:34 +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 fixed comment typos 2024-12-30 21:58:29 +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 merge v0.23.0-rc changes 2024-09-29 21:09:46 +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 soft-deprecated Record.GetUploadedFiles in favour of Record.GetUnsavedFiles 2025-01-10 11:45:55 +02:00
field_file_test.go soft-deprecated Record.GetUploadedFiles in favour of Record.GetUnsavedFiles 2025-01-10 11:45:55 +02:00
field_json.go added extra validators for the collection int64 field options 2024-12-28 10:13:18 +02:00
field_json_test.go added extra validators for the collection int64 field options 2024-12-28 10:13:18 +02: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 updated error messages 2024-11-25 11:28:20 +02: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 replaced exists bool db scans with int for broader drivers compatibility 2025-01-20 14:16:00 +02: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 added migration to normalize the system collection and field ids 2024-11-04 19:03:33 +02:00
log_query.go updated code comments and added v0.23.0-rc release notes 2024-10-06 11:05:33 +03: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 replaced archived survey dep with osutils.YesNoPrompt helper 2025-01-21 21:05:30 +02: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 directly resolve to null for auth check with missing RequestInfo.Auth field 2025-01-01 17:19:30 +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 [#6337] added support for case-insensitive password auth 2025-01-26 12:24:37 +02:00
record_field_resolver_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_model.go soft-deprecated Record.GetUploadedFiles in favour of Record.GetUnsavedFiles 2025-01-10 11:45:55 +02: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 soft-deprecated Record.GetUploadedFiles in favour of Record.GetUnsavedFiles 2025-01-10 11:45:55 +02: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 [#6337] added support for case-insensitive password auth 2025-01-26 12:24:37 +02:00
record_query_expand.go [#6337] added support for case-insensitive password auth 2025-01-26 12:24:37 +02: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