Commit graph

23594 commits

Author SHA1 Message Date
Damodar Lohani
ba83dd9252 fix dev key creation 2024-12-15 09:33:17 +00:00
Damodar Lohani
3ad865319c refactor: rename endpoint 2024-12-15 09:22:16 +00:00
Damodar Lohani
4ffdc9c103 fix existing test by adding dev key 2024-12-15 09:22:05 +00:00
Damodar Lohani
b25772483b key that expires after 5 second 2024-12-15 08:57:44 +00:00
Damodar Lohani
ae0e1eb302 fix lint 2024-12-15 08:54:13 +00:00
Damodar Lohani
172ef61663 remove devkey check on error 2024-12-15 08:54:10 +00:00
Damodar Lohani
44f70dad56 Merge remote-tracking branch 'origin/1.6.x' into feat-development-keys 2024-12-15 08:51:11 +00:00
Damodar Lohani
dcacb5ee2c test fix 2024-12-15 08:45:09 +00:00
Christy Jacob
9c2b78e612
Merge pull request #9102 from appwrite/feat-create-function-abuse-fix
Feat: createFunction abuse labels
2024-12-13 01:10:34 +04:00
Matej Bačo
905b4938a4 Fix failing test 2024-12-12 20:55:33 +00:00
Matej Bačo
8b3f09a981 Env var for function abuse limit 2024-12-12 21:10:22 +01:00
Christy Jacob
a148b624b0
Merge pull request #9104 from appwrite/fix-usage-payload-bug
Usage payload debug
2024-12-13 00:03:06 +04:00
Matej Bačo
fcd991fff2 Merge branch 'feat-create-function-abuse-fix' of github.com:appwrite/appwrite into feat-create-function-abuse-fix 2024-12-12 21:00:19 +01:00
Matej Bačo
ab7ea056e6 Increase limit 2024-12-12 21:00:04 +01:00
shimon
434aa6d140 Merge branch '1.6.x' of https://github.com/appwrite/appwrite into fix-usage-payload-bug 2024-12-12 21:58:33 +02:00
shimon
01019f5055 Usage payload debug 2024-12-12 21:54:59 +02:00
Matej Bačo
5a0369ce27
Merge branch '1.6.x' into feat-create-function-abuse-fix 2024-12-12 20:52:39 +01:00
Matej Bačo
04139d6901 Linter fix 2024-12-12 20:52:31 +01:00
Matej Bačo
9c4d0f2a79 Leftover 2024-12-12 20:48:28 +01:00
Matej Bačo
a18472507b Add createFunction abuse check + fix abuse 2024-12-12 20:45:49 +01:00
Christy Jacob
06adb3bcab
Merge pull request #9103 from appwrite/fix-usage-payload-bug
Usage payload debug
2024-12-12 23:31:58 +04:00
shimon
177fd92094 Usage payload debug 2024-12-12 21:20:55 +02:00
Christy Jacob
796b06fec5
Merge pull request #9101 from appwrite/fix-usage-payload-bug
Usage payload debug
2024-12-12 22:48:50 +04:00
Matej Bačo
6a9eeeb370 Add createFunction abuse labels 2024-12-12 19:39:24 +01:00
shimon
717b06950e Usage payload debug 2024-12-12 20:20:47 +02:00
Christy Jacob
ef150ac2c0
Merge pull request #9099 from appwrite/fix-usage-payload-bug
Fix usage payload bug
2024-12-12 20:58:12 +04:00
shimon
158954df0b Usage payload debug 2024-12-12 18:55:45 +02:00
shimon
c5605ac8be payload bug fix 2024-12-12 17:46:27 +02:00
shimon
dc64fe85e9 payload bug fix 2024-12-12 17:46:04 +02:00
Christy Jacob
653db9d7ad
Merge pull request #9098 from appwrite/fix-usage-payload-bug
payload bug fix
2024-12-12 18:57:55 +04:00
shimon
6a28d4eee6 payload bug fix 2024-12-12 16:55:14 +02:00
shimon
f6157dd2c0 payload bug fix 2024-12-12 16:44:41 +02:00
Christy Jacob
9a693ecfb5
Merge pull request #9055 from appwrite/PLA-1990
fix(realtime): decrement connectionCounter only if connection is known
2024-12-12 18:06:32 +04:00
Christy Jacob
3949ce5f6b
Merge pull request #9096 from appwrite/refactor-db-for-console
chore: replace occurrences of dbForConsole to dbForPlatform
2024-12-12 15:15:19 +04:00
Christy Jacob
c2371e14f2
Merge pull request #9097 from appwrite/fix-usage-payload-bug
Fix usage payload bug
2024-12-12 14:37:10 +04:00
shimon
ed66e8e41b payload bug fix 2024-12-12 12:36:34 +02:00
shimon
6dcd679412 payload bug fix 2024-12-12 12:34:39 +02:00
shimon
b145477114 payload bug fix 2024-12-12 12:30:36 +02:00
Christy Jacob
75b42e134a chore: replace occurrences of dbForConsole to dbForPlatform 2024-12-12 14:30:26 +04:00
Jake Barnby
0c3ed7f81b
Merge pull request #9092 from appwrite/migration-throw-error
Migration throw error
2024-12-12 20:01:30 +13:00
Christy Jacob
3b93b33dc9
Merge pull request #9076 from appwrite/fix-dont-checkout-git-history
feat: delete git folder
2024-12-11 19:11:04 +04:00
fogelito
17b5b3cf4b Remove comments 2024-12-11 17:06:19 +02:00
fogelito
4984abb0dd tests nulls 2024-12-11 16:58:00 +02:00
fogelito
66c5f959c0 Sentry Console::error 2024-12-11 16:34:13 +02:00
fogelito
142782825d Add throwable migration error 2024-12-11 13:31:17 +02:00
fogelito
071f050aaf Add throwable migration error 2024-12-11 12:57:25 +02:00
loks0n
13157837ec Merge branch '1.6.x' of https://github.com/appwrite/appwrite into fix-dont-checkout-git-history 2024-12-10 13:27:54 +00:00
Christy Jacob
203e11053f
Merge pull request #9085 from appwrite/update-usage-payload
Update usage-dump payload
2024-12-10 07:22:29 -06:00
shimon
834c237cd5 handling map size 2024-12-10 15:18:21 +02:00
loks0n
f2027bad2c chore: bump composer 2024-12-10 13:12:20 +00:00