Jake Barnby and GitHub
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
Darshan and GitHub
99a1c19bad
Merge branch '1.6.x' into add-user-types
2025-01-14 13:47:15 +05:30
Darshan
fabf581d21
fix: tests.
2025-01-14 13:47:01 +05:30
Jake Barnby and GitHub
d9acec6324
Merge pull request #9220 from appwrite/chore-log-populated-path
...
Log path with populated parameters
2025-01-14 21:08:22 +13:00
Darshan and GitHub
04b2fc246e
Merge branch '1.6.x' into add-user-types
2025-01-14 13:19:51 +05:30
Darshan
e9479db0fa
add: anonymous user type to audit/activity.
2025-01-14 13:18:11 +05:30
Jake Barnby
3fa78e3c3b
Log path with populated parameters
2025-01-14 14:50:40 +13:00
shimon
246c334127
debug region validation
2025-01-13 21:05:19 +02:00
Chirag Aggarwal
e6cb17a6cc
chore: remove TEAM_INVITE_ALREADY_EXISTS
2025-01-13 18:51:23 +00:00
Chirag Aggarwal
b5449a8ca6
fix: resend invitation
2025-01-13 18:25:48 +00:00
ChiragAgg5k
11867bef50
chore: fix webhooks
2025-01-13 21:46:42 +05:30
Chirag Aggarwal
8b0465f129
fix: webhooks
2025-01-13 15:04:33 +00:00
Eldad A. Fux and GitHub
4ac21afc90
Merge pull request #9153 from ItzNotABug/split-collections
...
Split the collection definitions
2025-01-13 14:30:26 +01:00
Darshan
993686c4d1
Merge branch '1.6.x' into 'split-collections'.
2025-01-13 18:13:12 +05:30
Eldad A. Fux and GitHub
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 and GitHub
32c95391bf
Merge pull request #9214 from appwrite/revert-9213-fix-dead-connections
...
Revert "Fix dead connections"
2025-01-13 19:28:13 +13:00
Jake Barnby and GitHub
1cd7c397de
Revert "Fix dead connections"
2025-01-13 19:24:58 +13:00
Darshan and GitHub
17311bac6d
Merge branch '1.6.x' into add-logs-to-db
2025-01-13 11:20:31 +05:30
Darshan and GitHub
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
Jake Barnby and GitHub
9e8ed3e206
Merge pull request #9213 from appwrite/fix-dead-connections
...
Fix dead connections
2025-01-13 18:26:54 +13:00
Christy Jacob and Jake Barnby
cde1d6e83e
Merge pull request #9190 from appwrite/fix-dead-connections
...
Fix dead connections
# Conflicts:
# composer.lock
2025-01-13 18:03:40 +13:00
Jake Barnby and GitHub
7db24443ba
Merge pull request #9202 from appwrite/chore-update-database
...
Update database
2025-01-13 16:43:15 +13:00
Jake Barnby
10e036958a
Update libraries
2025-01-13 15:28:30 +13:00
Jake Barnby
00a5b8fbb9
Revert "Update database"
...
This reverts commit a45e0a59dd .
# Conflicts:
# composer.lock
2025-01-13 14:58:03 +13:00
Jake Barnby
c6dd2dbf40
Merge remote-tracking branch 'origin/1.6.x' into chore-update-database
2025-01-13 14:17:11 +13:00
Bradley Schofield
d54d0ea7b3
Address error validation comment
2025-01-13 09:35:05 +09:00
Khushboo Verma
aa130075e8
Add abuse limit
2025-01-13 01:20:13 +05:30
Khushboo Verma
dd26a564dc
Remove desc as private endpoint
2025-01-13 00:31:45 +05:30
Khushboo Verma
652ab4946d
Resolve merge conflict
2025-01-13 00:10:03 +05:30
Darshan
377627118f
address comments: change type names.
2025-01-12 18:27:58 +05:30
Darshan
f4f0b3f0fe
add: userTypeto audit data.
2025-01-12 17:06:27 +05:30
Darshan
e237f7c05d
address comments: make things less complex.
2025-01-12 16:58:38 +05:30
Darshan
1e62e26ef1
add: userType and keyName to Audits.
2025-01-12 12:42:52 +05:30
Steven Nguyen and GitHub
86874cbec1
Merge pull request #9209 from appwrite/fix-9052-delete-session
...
Ensure user can delete session
2025-01-11 11:09:20 -08:00
Steven Nguyen and GitHub
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
Chirag Aggarwal
99f736aa52
chore: add sensitive to fn logs n errors
2025-01-11 13:46:44 +00:00
Darshan
4fe2611ccc
add: missing scope to template to prevent a crash on console.
2025-01-11 11:07:10 +05:30
Chirag Aggarwal and GitHub
48fd3b371e
Merge branch '1.6.x' into chore-sensitive-check
2025-01-10 23:51:26 +05:30
Chirag Aggarwal
acea8812da
chore: add senstive attribute to session
2025-01-10 18:21:04 +00:00
Christy Jacob and GitHub
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 and GitHub
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
Matej Bačo
efe24db5a1
Fix site starting crashes
2025-01-10 15:28:09 +01:00
Chirag Aggarwal
13597d7c54
chore: abstract token secret hiding to response model
2025-01-10 13:47:38 +00:00
Christy Jacob and GitHub
5dc04ca8ca
Merge pull request #9056 from appwrite/PLA-1958
...
chore: add audit labels to project resources
2025-01-10 17:57:15 +05:30
Fabian Gruber and GitHub
26c86d465b
Merge branch '1.6.x' into PLA-1958
2025-01-10 13:18:53 +01:00
Christy Jacob and GitHub
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 and GitHub
a7fdfc629c
Merge pull request #9198 from appwrite/feat-project-sms-usage
...
feat project sms usage
2025-01-10 15:42:00 +05:30
Jake Barnby
428efdede0
Update lock
2025-01-10 22:32:25 +13:00
Christy Jacob and GitHub
619b716233
Merge pull request #9192 from ItzNotABug/fix-messaging-test-for-audits
...
Add assertEventually to messaging provider logs test
2025-01-10 14:50:31 +05:30