1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-25 01:16:21 +02:00
Commit Graph

578 Commits

Author SHA1 Message Date
Gani Georgiev
7a2360d785 [#2029] enable any id aliased column in a view query to be detected as relation field 2023-03-23 19:51:06 +02:00
Gani Georgiev
67ecebe935 [#1939] removed redundant COALESCE normalizations 2023-03-23 19:30:35 +02:00
Gani Georgiev
5cbdbf6c10 updated ui/dist 2023-03-23 16:15:19 +02:00
Gani Georgiev
0710214701 added new field indicator 2023-03-23 10:42:27 +02:00
Gani Georgiev
9736a45e80 renamed daos.GetTableColumns and daos.GetTableInfo for consistency 2023-03-22 17:15:17 +02:00
Gani Georgiev
923fc26a31 changed types.JsonArray to support generics 2023-03-22 17:12:44 +02:00
Gani Georgiev
a79f3a7c56 removed test js file 2023-03-22 16:53:34 +02:00
Gani Georgiev
8430944650 deprecated SchemaField.Unique 2023-03-22 15:47:34 +02:00
Gani Georgiev
9b54fd3516 added debug log for already committed response error 2023-03-22 15:42:35 +02:00
Gani Georgiev
226352f884 replaced indirect expand field.Unique with unique index constraint check 2023-03-21 21:38:28 +02:00
Gani Georgiev
2a682a10b2 preload tinymce 2023-03-21 18:52:13 +02:00
Gani Georgiev
b67549209a [#2118] added option to explicitly set the record id from the Admin UI 2023-03-21 17:56:31 +02:00
Gani Georgiev
1126a0e16f updated changelog and ui/dist 2023-03-21 15:55:42 +02:00
Gani Georgiev
17472cb40a minor internal indexes handling adjustments and test 2023-03-21 15:31:20 +02:00
Gani Georgiev
981de64c7f added Index.Build helper method 2023-03-21 14:26:44 +02:00
Gani Georgiev
1b45e23c81 removed unnecessary helper method and updated index parser regex 2023-03-19 22:15:18 +02:00
Gani Georgiev
29621303df updated indexes column migration to load unique fields and custom indexes 2023-03-19 22:13:52 +02:00
Gani Georgiev
a0ec5707d1 (no tests) collection indexes scaffoldings 2023-03-19 16:18:33 +02:00
Gani Georgiev
695c20a969 decreased bcrypt round hash for admins to 12 for consistency with the auth records 2023-03-19 16:10:11 +02:00
Gani Georgiev
95bb2eb871 update automigrate templates to check collection indexes 2023-03-19 16:02:29 +02:00
Gani Georgiev
971916c20d removed unnecessary mail layou css class 2023-03-19 10:16:23 +02:00
Gani Georgiev
44f5172db7 added create index sql parser 2023-03-19 10:15:26 +02:00
Gani Georgiev
5fd103481c updated ui/dist 2023-03-19 10:14:44 +02:00
Gani Georgiev
82abd7e0b0 minor collection ui adjustments 2023-03-19 08:17:36 +02:00
Gani Georgiev
361cfb56b7 [#1904] simplified default mail template styles 2023-03-16 22:35:03 +02:00
Gani Georgiev
4d16d0e16e new schema and indexes ui 2023-03-16 19:21:16 +02:00
Gani Georgiev
254e691e92 [#2072] registered RemoveTrailingSlash middleware only for the /api/* routes 2023-03-15 18:09:49 +02:00
Gani Georgiev
e735d9d21b synced with master 2023-03-14 02:04:34 +02:00
Gani Georgiev
31b24ecb86 removed eager unique collection name check to allow lazy validation during bulk import 2023-03-14 01:31:30 +02:00
Gani Georgiev
3eb3d0bbdf lowered auth record bcrypt round factor to 12 2023-03-13 15:52:51 +02:00
Gani Georgiev
f180af7af7 synced with master 2023-03-12 18:09:16 +02:00
Gani Georgiev
cce9116fa7 updated ui/dist 2023-03-12 17:31:24 +02:00
Gani Georgiev
7cfbe49b32 updated changelog 2023-03-12 17:22:50 +02:00
Gani Georgiev
b564be06f4 updated RecordsPicker to show proper view colllection relations 2023-03-12 17:12:35 +02:00
Gani Georgiev
f5493dd608 updated ui/dist 2023-03-12 17:00:57 +02:00
Gani Georgiev
49227f5436 fixed views relation picker load action and updated the record preview 2023-03-12 16:44:24 +02:00
Gani Georgiev
94d2f296b2 [#2044] fixed view collections import 2023-03-12 16:43:27 +02:00
Gani Georgiev
d046811df7 optimized single relation lookups 2023-03-07 23:28:35 +02:00
Gani Georgiev
4768e07c0b added multiple->single value conversion warning 2023-03-06 23:24:50 +02:00
Gani Georgiev
0547202382 use nonconcurrent db when deleting log requests 2023-03-06 23:24:31 +02:00
Gani Georgiev
684f91f7e5 added indirect view update by source collection field change 2023-03-06 20:10:18 +02:00
Gani Georgiev
bce4094134 updated changelog 2023-03-06 15:32:46 +02:00
Gani Georgiev
6a60bc1df3 meged apple-oauth2 2023-03-06 15:30:35 +02:00
Gani Georgiev
19b7a7a74f updated ui/dist 2023-03-06 15:29:03 +02:00
Gani Georgiev
8de0e61cf4 synced with master 2023-03-06 15:27:17 +02:00
Gani Georgiev
5344ec83fa normalized values on maxSelect change 2023-03-06 15:20:07 +02:00
Gani Georgiev
af34eb544d [#1989] fixed RecordInfo multiple files preview 2023-03-06 13:33:15 +02:00
Gani Georgiev
65aa114103 added google OAuth2 verified_email check 2023-03-05 19:19:11 +02:00
Gani Georgiev
8728161288 sync with latest changes 2023-03-05 16:16:07 +02:00
Gani Georgiev
2420b2804a synced with master 2023-03-05 16:12:51 +02:00