Commit graph

223 commits

Author SHA1 Message Date
Ewout Stortenbeker
553ea4bd96 extra data check 2022-11-07 13:39:13 +01:00
Ewout Stortenbeker
228f32fe72 removed old jsdoc 2022-10-25 21:50:46 +02:00
Ewout Stortenbeker
84982050c1 updated comment 2022-10-25 21:50:23 +02:00
Ewout Stortenbeker
f5983c38c0 Fixes #40: rule paths prefixed by '/rules' 2022-10-25 21:49:41 +02:00
Ewout Stortenbeker
7fa0e276ac Use types of new acebase-core version 2022-10-25 21:17:10 +02:00
Ewout Stortenbeker
1a38cc318c moved Api import, fixed dbOptions type 2022-10-22 23:06:20 +02:00
Ewout Stortenbeker
6750e9891b fixed emit return values 2022-10-22 23:04:10 +02:00
Ewout Stortenbeker
60325c6e79 moved EventSubscriptionCallback import 2022-10-22 23:03:25 +02:00
Ewout Stortenbeker
709d277c43 moved Api import 2022-10-22 23:02:02 +02:00
Ewout Stortenbeker
4fcb2b26a3 using renamed Query & QueryOptions 2022-10-22 23:01:44 +02:00
Ewout Stortenbeker
482d4554fa edited comment 2022-10-22 23:00:19 +02:00
Ewout Stortenbeker
67c85395e2 added textLocaleKey 2022-10-22 22:59:29 +02:00
Ewout Stortenbeker
bbf377daaa moved Api & SerializedValue imports 2022-10-22 22:59:04 +02:00
Ewout Stortenbeker
994f981726 moved ValueMutation import 2022-10-22 22:58:21 +02:00
Ewout Stortenbeker
f0301713f1 moved ValueChange import 2022-10-22 22:58:04 +02:00
Ewout Stortenbeker
5e98d01e5e moved IAceBaseSchemaInfo import 2022-10-22 22:57:12 +02:00
Ewout Stortenbeker
9595a48a82 fixed schema type 2022-10-22 22:56:43 +02:00
Ewout Stortenbeker
698c6350c2 moved SerializedValue import 2022-10-22 22:56:02 +02:00
Ewout Stortenbeker
e4e6e9e2c9
Fix ESM rootpath (#29)
* Fix ESM rootpath issue

* chore: build
2022-09-10 11:53:42 +02:00
Ewout Stortenbeker
e34a6b23cd fix crash if logging is not enabled 2022-08-19 20:36:43 +02:00
Ewout Stortenbeker
fcb17b41b1 add AUTH start param / environment var 2022-07-05 23:17:27 +02:00
Ewout Stortenbeker
529a045ba0 new adminOnly middleware function, should fix #26 2022-07-05 23:16:02 +02:00
Ewout Stortenbeker
6236163e86 allow query token for logs endpoint 2022-06-27 21:27:18 +02:00
Ewout Stortenbeker
22b0d5ac2c new logs endpoint 2022-06-27 21:26:47 +02:00
Ewout Stortenbeker
bcb56fd4c1 use new db logging class 2022-06-27 21:26:00 +02:00
Ewout Stortenbeker
8a9dc7091a new db logging class 2022-06-27 21:23:45 +02:00
Ewout Stortenbeker
55b7054d28 fix details type 2022-06-27 21:23:15 +02:00
Ewout Stortenbeker
6100364c5f cancel transactions without error if val:undefined 2022-05-31 16:50:06 +02:00
Ewout Stortenbeker
ec3cd8eb28 websocket transaction now returns cursor 2022-05-31 16:37:26 +02:00
Ewout Stortenbeker
0f25a54b58 Merge branch 'master' of https://github.com/appy-one/acebase-server 2022-05-31 15:11:54 +02:00
Ewout Stortenbeker
c1722f164a fixed response types 2022-05-31 15:10:51 +02:00
Ewout Stortenbeker
12bc889754 optional map property 2022-05-31 15:09:38 +02:00
Ewout Stortenbeker
a583a7c26a add response context with cursor 2022-05-31 15:08:29 +02:00
Ewout Stortenbeker
7163833b03 non-optional context (always set by middleware) 2022-05-31 14:58:57 +02:00
Ewout Stortenbeker
ae34ad703a fix rule check fallthroughs on .read, .schema etc 2022-05-31 14:57:59 +02:00
Ewout Stortenbeker
51b93399d8 fix CommonJS import of Socket.IO Server 2022-05-31 14:52:54 +02:00
David Rodrigue
13058f11b9 fix handling of PNG profile pic 2022-05-30 11:33:25 -05:00
Ewout Stortenbeker
b6da1d970f - allow extend http methods in upper and lowercase
- fixed extend request handler types (express Request/Response)
2022-05-20 14:49:40 +02:00
Ewout Stortenbeker
468c3415d3 Exporting email and OAuthProvder types 2022-05-20 14:45:49 +02:00
Ewout Stortenbeker
ac736855f2 exporting Express Request/Response types 2022-05-20 14:44:55 +02:00
Ewout Stortenbeker
9de89b2a2e updated OAuthProvider types 2022-05-20 14:44:20 +02:00
Ewout Stortenbeker
0a53ea0bad corrected return type 2022-05-20 14:43:22 +02:00
Ewout Stortenbeker
7be8564221 Fix #19 (defaultAccessRule type) 2022-05-20 14:42:55 +02:00
Ewout Stortenbeker
bd5446873b updated socket.io dependency to v4.5 2022-05-13 17:28:53 +02:00
Ewout Stortenbeker
e52495f136 Allow tsc compiling with @types/node@10 2022-05-13 17:28:07 +02:00
Ewout Stortenbeker
4df134a97a removed empty line 2022-05-12 11:36:05 +02:00
Ewout Stortenbeker
c4a2668d17 updated moved simple-fetch imports 2022-05-05 16:44:50 +02:00
Ewout Stortenbeker
5930d72fd5 import fetch, await picture fetch 2022-05-05 16:44:06 +02:00
Ewout Stortenbeker
20e08bf98e Moved simple-fetch 2022-05-05 16:42:11 +02:00
Ewout Stortenbeker
7b0b599979 Replaced require calls 2022-05-05 16:42:01 +02:00