Christy Jacob
b3fb7cfdb6
Merge branch '1.6.x' into optimise-webhook-events
2025-01-17 18:01:37 +05:30
Christy Jacob
1b53df4a32
Merge pull request #9232 from appwrite/chore-optimise-events-payloads
...
feat: optimise events payloads
2025-01-17 17:54:42 +05:30
Christy Jacob
5240d0f9c6
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into optimise-webhook-events
2025-01-17 11:48:41 +00:00
Christy Jacob
5b28e7c478
chore: review comments
2025-01-17 11:48:19 +00:00
loks0n
40f16fab50
docs: add compression vars to documentation
2025-01-17 10:17:49 +00:00
Christy Jacob
f66f75b808
chore: review comments
2025-01-17 10:43:02 +05:30
Christy Jacob
458b7bb877
Merge branch '1.6.x' of github.com:appwrite/appwrite into chore-optimise-events-payloads
2025-01-17 10:42:16 +05:30
Christy Jacob
a2962b6b95
chore: review comments
2025-01-17 10:42:06 +05:30
Christy Jacob
8bdafb46d6
chore: review comments & refactoring
2025-01-17 10:38:39 +05:30
Luke B. Silver
83a911fb88
Merge branch '1.6.x' into fix-funciton-usage
2025-01-16 18:06:19 +00:00
loks0n
7db65f46ae
feat: add compression toggle env
2025-01-16 17:23:22 +00:00
Christy Jacob
e8f97baf26
fix: incorrect project payloads
2025-01-16 13:14:47 +05:30
Jake Barnby
6e7997a8a8
Merge remote-tracking branch 'origin/1.6.x' into feat-apns-content-available
...
# Conflicts:
# composer.lock
2025-01-15 15:01:55 +13:00
Jake Barnby
f54684133d
Merge pull request #9208 from appwrite/fix-perplexity-ai-template-scopes
...
Add missing scope on function template
2025-01-14 21:26:31 +13:00
Jake Barnby
3fa78e3c3b
Log path with populated parameters
2025-01-14 14:50:40 +13:00
Darshan
993686c4d1
Merge branch '1.6.x' into 'split-collections'.
2025-01-13 18:13:12 +05:30
Eldad A. Fux
2ab6ab8cb2
Merge pull request #9163 from ItzNotABug/add-logs-to-db
...
Add logs db init for consistency
2025-01-13 13:32:44 +01:00
Jake Barnby
1cd7c397de
Revert "Fix dead connections"
2025-01-13 19:24:58 +13:00
Darshan
17311bac6d
Merge branch '1.6.x' into add-logs-to-db
2025-01-13 11:20:31 +05:30
Darshan
d997b558dc
update: there are no multiple connections for logs.
...
As confirmed by Damodar, Logs DB is similar to Console DB. so no multiple connections.
2025-01-13 11:20:17 +05:30
Christy Jacob
cde1d6e83e
Merge pull request #9190 from appwrite/fix-dead-connections
...
Fix dead connections
# Conflicts:
# composer.lock
2025-01-13 18:03:40 +13:00
Steven Nguyen
f48c843bea
fix(users): ensure user can delete session
...
The session document created by users.createSession() was missing
delete permissions for the user so when the user tried to delete it,
they got a 401 error.
This PR ensure the permissions are added just like if the document was
created from the Account API so that the user has access to delete the
document.
2025-01-11 17:56:36 +00:00
Darshan
4fe2611ccc
add: missing scope to template to prevent a crash on console.
2025-01-11 11:07:10 +05:30
Christy Jacob
9b404db87f
Merge pull request #9207 from appwrite/fix-abuse-sms
...
fix sms usage
2025-01-10 23:07:07 +05:30
loks0n
1695e90399
fix: metric
2025-01-10 17:33:08 +00:00
Steven Nguyen
c2124d6803
Merge pull request #9200 from ChiragAgg5k/fix-email-otp
...
fix: disabling of email-otp when user wants to
2025-01-10 07:23:20 -08:00
Fabian Gruber
26c86d465b
Merge branch '1.6.x' into PLA-1958
2025-01-10 13:18:53 +01:00
Christy Jacob
f153e1bebf
Merge pull request #9138 from appwrite/fix-installation-oauth-collision
...
Fix: VCS identity collision
2025-01-10 17:08:31 +05:30
Christy Jacob
a7fdfc629c
Merge pull request #9198 from appwrite/feat-project-sms-usage
...
feat project sms usage
2025-01-10 15:42:00 +05:30
Chirag Aggarwal
642eac098c
Merge branch '1.6.x' into fix-email-otp
2025-01-10 14:40:28 +05:30
Jake Barnby
b88d9c51fb
Revert "Fix dead connections"
2025-01-10 20:19:34 +13:00
ChiragAgg5k
d86984f6cf
chore: used config in auth
2025-01-10 08:42:10 +05:30
loks0n
cc7cef59b3
isset over empty
2025-01-09 19:03:25 +00:00
loks0n
ee9e4f90c1
chore: specs
2025-01-09 18:57:00 +00:00
loks0n
9687fdb0a5
Merge branch 'feat-project-sms-usage' of https://github.com/appwrite/appwrite into feat-project-sms-usage
2025-01-09 18:33:08 +00:00
loks0n
7c9c3d9214
feat: sms rates
2025-01-09 18:33:07 +00:00
Luke B. Silver
7847dfe9c0
Merge branch '1.6.x' into feat-project-sms-usage
2025-01-09 17:20:52 +00:00
loks0n
76e1b27cef
fix: create dummy resource
2025-01-09 16:41:24 +00:00
loks0n
d068067a98
feat: project sms usage
2025-01-09 16:35:40 +00:00
Luke B. Silver
16b32a1069
Merge branch '1.6.x' into feat-free-sms-limit-authphone
2025-01-08 14:07:40 +00:00
Darshan
2ea3bad502
Merge branch '1.6.x' into add-hostname-to-audits
2025-01-08 19:11:23 +05:30
Matej Bačo
78c6766baf
Merge branch '1.6.x' into fix-installation-oauth-collision
2025-01-08 14:06:45 +01:00
Matej Bačo
4226e92387
Improve DB schema
2025-01-08 13:05:49 +00:00
ChiragAgg5k
2178bb44cd
fix: attribute
2025-01-08 17:14:07 +05:30
ChiragAgg5k
1f240ca27a
chore: moved non-countrycode tracking outside abuse
2025-01-08 17:09:55 +05:30
ChiragAgg5k
ff056fa145
chore: shifted authphone usage tracking to api calls
2025-01-08 17:01:01 +05:30
Jake Barnby
941c9f1905
Add connection health check to http error handler
2025-01-08 21:15:33 +13:00
Jake Barnby
71b892132b
Mark connections as unhealthy on lost connection error from DB
2025-01-08 18:39:06 +13:00
Jake Barnby
2c04ace022
Add connection for project
2025-01-08 18:38:24 +13:00
Christy Jacob
b64eb2df38
Merge pull request #9146 from appwrite/feat-rollback-specifications
...
Set base specification CPUs to 0.5 again
2025-01-07 12:34:23 +05:30