1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-03-30 17:28:18 +02:00

221 Commits

Author SHA1 Message Date
Gani Georgiev
48a9b82024 synced with master 2025-02-25 20:12:09 +02:00
Gani Georgiev
653f2d8b16 [] fixed request.body.json.* values extraction 2025-02-21 18:00:13 +02:00
Gani Georgiev
5c41938cb9 updated logs code comments 2025-02-11 00:38:22 +02:00
Gani Georgiev
26f0df36bc [] load the request info context during password/OAuth2/OTP authentication 2025-02-10 16:57:25 +02:00
Gani Georgiev
2a1fdc1613 added realtime api record resolve tests 2025-02-09 23:26:41 +02:00
Gani Georgiev
923b791675 removed unnecessary strings.ToLower 2025-01-31 14:06:48 +02:00
Gani Georgiev
33340a6977 [] added support for case-insensitive password auth 2025-01-26 12:24:37 +02:00
Gani Georgiev
91d4ca5c06 replaced archived survey dep with osutils.YesNoPrompt helper 2025-01-21 21:05:30 +02:00
Gani Georgiev
a4a228b368 replaced exists bool db scans with int for broader drivers compatibility 2025-01-20 14:16:00 +02:00
Gani Georgiev
2124b77a2a fixed multiple comment blocks parsing 2025-01-19 22:08:20 +02:00
Gani Georgiev
baf4857bee synced with master 2025-01-18 14:23:13 +02:00
Gani Georgiev
b8ea953059 [] fixed fields extraction for view query with multi-level comments 2025-01-18 12:11:36 +02:00
Gani Georgiev
c70ca97888 removed unnecessary count 2025-01-17 15:58:57 +02:00
Gani Georgiev
e4d637e6e0 added test for partially matched table name/alias as suffix 2025-01-12 13:24:33 +02:00
Gani Georgiev
f4108cb354 synced with master 2025-01-12 13:02:51 +02:00
Gani Georgiev
8b89bce2a8 [] fixed unique validator error 2025-01-12 11:37:24 +02:00
Gani Georgiev
e103d987ce soft-deprecated Record.GetUploadedFiles in favour of Record.GetUnsavedFiles 2025-01-10 11:45:55 +02:00
Gani Georgiev
b150a3a98a upgraded to jwt/v5 2025-01-05 11:18:00 +02:00
Gani Georgiev
73f1b223ff directly resolve to null for auth check with missing RequestInfo.Auth field 2025-01-01 17:19:30 +02:00
Gani Georgiev
3074ed3c5e fixed comment typos 2024-12-30 21:58:29 +02:00
Gani Georgiev
26cb1cef37 added ServeEvent.InstallerFunc field 2024-12-30 20:30:07 +02:00
Gani Georgiev
a8952cfca2 [] expanded the hidden fields check and allow targetting hidden fields in the List API rule 2024-12-29 17:31:58 +02:00
Gani Georgiev
074e977e90 use typed int64 const 2024-12-28 10:23:40 +02:00
Gani Georgiev
07fb052da1 added extra validators for the collection int64 field options 2024-12-28 10:13:18 +02:00
Gani Georgiev
d34c8ec048 added record.SetRandomPassword() helper and updated oauth2 autogenerated password handling 2024-12-26 13:24:03 +02:00
Gani Georgiev
56f951e5a2 added crons web apis and ui listing 2024-12-25 22:24:24 +02:00
Gani Georgiev
39df26ee21 changed store.Store to accept generic key type 2024-12-23 15:44:00 +02:00
Gani Georgiev
274d499279 synced with master 2024-12-19 11:46:35 +02:00
Gani Georgiev
a3377c992b fixed code comment typos 2024-12-19 11:41:34 +02:00
Gani Georgiev
ef0170cf0b [] replaced strconv.Itoa with strconv.FormatInt where it could overflow 2024-12-17 21:41:55 +02:00
Gani Georgiev
76b9051011 [] refresh the token key on email change 2024-12-17 11:44:27 +02:00
Gani Georgiev
0d720c3c9d print inline attachments in the dev mail send 2024-12-17 09:28:26 +02:00
Gani Georgiev
3e5e02a32c synced with master 2024-12-16 16:03:51 +02:00
Gani Georgiev
9b4200a65c updated deps and changelog 2024-12-16 15:04:19 +02:00
Gani Georgiev
cb3936a499 [] fixed model->record and model->collection events sync 2024-12-16 14:49:24 +02:00
Gani Georgiev
011f323bcc updated restore backup log error from debug to warn 2024-12-14 10:40:55 +02:00
Gani Georgiev
d5d764f83e avoid unnecessary copying the backup archive on restore when the local file system is used 2024-12-14 10:16:36 +02:00
Gani Georgiev
20d378cd76 updated collection db methods godoc 2024-12-12 23:01:01 +02:00
Gani Georgiev
8e63e81561 speedup records cascade delete 2024-12-12 22:55:55 +02:00
Gani Georgiev
09a24e1de6 synced with master 2024-12-12 12:17:02 +02:00
Gani Georgiev
9490a220bc moved unnecessary reassignment 2024-12-12 12:11:47 +02:00
Gani Georgiev
f533320722 updated go deps and bumped app version 2024-12-11 19:00:28 +02:00
Gani Georgiev
e51456bce2 [] added poc implementation for the dry submit removal 2024-12-11 18:43:48 +02:00
Gani Georgiev
35196674e6 skip unnecessary validator in case the default pattern is used 2024-12-11 18:27:21 +02:00
Gani Georgiev
7481c3f7f4 replaced LOWER with COLLATE NOCASE 2024-12-11 11:08:29 +02:00
Gani Georgiev
9efd68ff4c [] updated text field validation message 2024-12-09 12:24:12 +02:00
Gani Georgiev
3634fd9c26 synced with master 2024-12-09 08:25:44 +02:00
Gani Georgiev
9747f46c1d [] fixed x-forwarded-for typo 2024-12-09 04:39:14 +02:00
Gani Georgiev
f7c85940c4 synced with master 2024-12-08 14:43:07 +02:00
Gani Georgiev
85c31ba068 [] fixed text field max validation error message 2024-12-08 13:23:18 +02:00