1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-08 09:14:37 +02:00
Commit Graph

897 Commits

Author SHA1 Message Date
Gani Georgiev
ecdf9c26cd added comments and typedoc group tags to the generated docs 2023-06-28 21:39:57 +03:00
Gani Georgiev
a672ab959f merged jsvm migrations and hooks and updated the ambient TS types location 2023-06-27 14:45:04 +03:00
Gani Georgiev
1571ebe4eb use microseconds when inserting the auto generated migration 2023-06-27 00:35:17 +03:00
Gani Georgiev
b8bb5e8d72 fixed migrate down not returning the correct migrations order when the stored applied time is in seconds 2023-06-27 00:33:31 +03:00
Gani Georgiev
af77554250 enabled baseBinds for the goja migrations 2023-06-26 23:17:37 +03:00
Gani Georgiev
3b68782cfb synced with master 2023-06-26 18:21:49 +03:00
Gani Georgiev
1679c88e6d updated binder test cases 2023-06-26 13:04:15 +03:00
Gani Georgiev
91bbbc4bdb added eager empty string check 2023-06-26 12:53:15 +03:00
Gani Georgiev
4ab9c6f87f updated ui/dist 2023-06-26 12:50:21 +03:00
Gani Georgiev
68157a3a65 added missing array value normalization 2023-06-26 12:47:56 +03:00
Gani Georgiev
e6cf4ad2ef updated go deps 2023-06-26 12:44:14 +03:00
Gani Georgiev
edd2eaae88 added negative number test 2023-06-26 12:42:53 +03:00
Gani Georgiev
2e8e835a68 updated ui/dist 2023-06-26 12:33:55 +03:00
Gani Georgiev
9cba6ac386 [#2763] fixed multipart/form-data array value bind 2023-06-26 12:30:51 +03:00
Gani Georgiev
8388e36f28 updated readme note 2023-06-26 11:03:54 +03:00
Gani Georgiev
051b3702b0 replaced DynamicList with a more generic (model) helper to allow creating pointer slice of any type 2023-06-25 20:19:12 +03:00
Gani Georgiev
39accdba58 updated go deps 2023-06-23 22:26:05 +03:00
Gani Georgiev
32de0aa40a use direct string comparison in the ApiError message test 2023-06-23 22:23:03 +03:00
Gani Georgiev
9bfcdd086a replaced .* errors with constructors and added apisBinds tests 2023-06-23 22:20:13 +03:00
Gani Georgiev
1d20124467 updated changelog 2023-06-23 14:15:53 +03:00
Gani Georgiev
435eca6f35 [#2762] added Yandex OAuth2 provider
Co-authored-by: Valentine <xb2w1z@gmail.com>
2023-06-23 14:13:43 +03:00
Gani Georgiev
0a61db6efd add @todo note to the RequestData struct 2023-06-23 13:38:13 +03:00
Gani Georgiev
7ab8405946 removed goja middlewares that don't make much sense in the goja context 2023-06-23 12:54:08 +03:00
Gani Georgiev
6fa3e99be2 use inflector.UcFirst instead of strings.Title 2023-06-22 21:54:39 +03:00
Gani Georgiev
3160fb2d99 added DynamicModel form tag and removed unused helper 2023-06-22 16:32:21 +03:00
Gani Georgiev
1cbf16b3bf ucfirst the DynamicModel field name so that we can use later the same FieldMapper resolver rules 2023-06-22 16:29:58 +03:00
Gani Georgiev
dad289b90d bind hooksWatch flag 2023-06-21 21:46:13 +03:00
Gani Georgiev
c795ecd21e updated jsvm generated types 2023-06-21 20:40:43 +03:00
Gani Georgiev
21607f0f66 updated cobra.Command constructor and update structConstructor to use goja.Object.Set 2023-06-21 20:36:57 +03:00
Gani Georgiev
fc311a8d28 removed the temp len binding as the issue was fixed in goja#521 2023-06-21 13:40:59 +03:00
Gani Georgiev
93606c6647 added DynamicModel and DynamicList goja bindings 2023-06-21 11:21:54 +03:00
Gani Georgiev
1adcfcc03b adde json map Get and Set helpers 2023-06-20 22:57:51 +03:00
Gani Georgiev
ed4304dc30 added jsvm typings and docs generation 2023-06-20 08:54:02 +03:00
Gani Georgiev
c0a6a21b9e updated code comments and added some notes 2023-06-19 21:45:45 +03:00
Gani Georgiev
a7bb599cd0 Merge branch 'master' into develop 2023-06-16 14:48:52 +03:00
Gani Georgiev
bd94940eef updated changelog 2023-06-16 14:47:34 +03:00
Sven-Kristjan Kompus
caf343ef9c
[#2726] removed unnecessary Dao().TotalAdmins() call 2023-06-16 14:43:05 +03:00
Gani Georgiev
28ba4655c1 added note about the disk space when creating backups 2023-06-16 12:24:28 +03:00
Gani Georgiev
bd95a5b74c [#2693] removed the implicit autosnapshot migration creation as it is not clear to the users when it happens 2023-06-14 13:21:37 +03:00
Gani Georgiev
745b230097 updated jsvm mapper and updated godoc formatting 2023-06-14 13:14:30 +03:00
Gani Georgiev
ec303a60ed [#2271] added dao.CanAccessRecord() helper 2023-06-14 13:13:21 +03:00
Gani Georgiev
e99b0627d6 synced with master 2023-06-10 23:43:09 +03:00
Gani Georgiev
d1bcaa65b1 updated changelog 2023-06-10 23:34:32 +03:00
Gani Georgiev
2d60ad170e updated ui/dist 2023-06-10 23:32:41 +03:00
Simon Loir
0ba963a5d7
[#2681] fixed collection index column sort normalization 2023-06-10 23:30:32 +03:00
Gani Georgiev
b77b6d1a18 updated ui/dist 2023-06-09 13:45:42 +03:00
Gani Georgiev
779b23d919 synced with master 2023-06-09 13:33:38 +03:00
Gani Georgiev
87a6f1bebb updated deps and removed unnecessary normalizeSort() call 2023-06-09 13:32:01 +03:00
Gani Georgiev
aa5b5bb83e added default initial -created sort 2023-06-09 13:07:34 +03:00
Gani Georgiev
af193d440d [#2675] fixed implicit relation display fields serialization 2023-06-09 12:57:17 +03:00