Torsten Dittmann
11fdefa2b8
chore: run formatter
2024-04-10 19:49:16 +02:00
Torsten Dittmann
8cad8f5533
fix: admin mode on console
2024-04-10 19:46:31 +02:00
Matej Bačo
860d292df9
Fix recovery code removal
2024-04-10 14:01:25 +00:00
Matej Bačo
b5b8aa5302
Add recovery code as factor
2024-04-10 13:57:36 +00:00
Matej Bačo
c87a7053b4
Fix bug in MFA protected group
2024-04-10 11:42:20 +00:00
Eldad Fux
211bcf8948
Removed proxy db
2024-04-09 21:02:02 +02:00
fogelito
84ffc95773
Revert
2024-04-09 18:25:49 +03:00
fogelito
f73f8c9ae1
Move test tp base
2024-04-09 18:24:01 +03:00
fogelito
6edd0ea90d
Merge branch 'main' of https://github.com/appwrite/appwrite into collection-not-found
...
Conflicts:
composer.lock
2024-04-09 17:56:52 +03:00
fogelito
a465c625e9
mode
2024-04-09 17:52:30 +03:00
fogelito
2bbff0e0b6
Disable console project
2024-04-09 17:45:16 +03:00
fogelito
12434fd846
RELATIONSHIP_VALUE_INVALID
2024-04-09 15:38:55 +03:00
fogelito
65ab721c3d
InvalidRelationshipValue
2024-04-09 15:32:23 +03:00
Damodar Lohani
99cb38c674
fix linter issues
2024-04-08 03:57:08 +00:00
Damodar Lohani and GitHub
d3bbcce302
Prevent functions domain to be used as custom domain
2024-04-08 09:31:15 +05:45
Damodar Lohani
4612636144
fix test
2024-04-08 03:45:02 +00:00
Damodar Lohani
82e6db903a
prevent functions domain and subdomain to be added as custom domain
2024-04-08 03:29:35 +00:00
Steven Nguyen
f53dd03b93
feat(messaging): Add attachments param to update email endpoint
...
The param is added to the end to reduce the impact on param order
in SDKs.
2024-04-04 08:06:33 -07:00
Jake Barnby and GitHub
1f79d953d7
Merge pull request #7906 from appwrite/fix-7832-missing-event-param
...
Fix delete message event not firing
2024-04-04 14:53:31 +13:00
Steven Nguyen and GitHub
4a2056890d
fix(storage): add missing chunkId param to create file abuse key
...
A previous PR added chunkId as an abuse key param to fix a problem where uploading multiple chunks of a file would trigger the `general_rate_limit_exceeded` error. For some reason, the parameter disappeared from the abuse key causing a regression. This PR adds the param back to fix the regression.
Reference:
* https://github.com/appwrite/appwrite/issues/7879
* https://github.com/appwrite/appwrite/pull/7154
2024-04-03 13:28:41 -07:00
Jake Barnby
fb408636a4
Set token secrets as sensitive event params
2024-04-03 16:36:53 +13:00
Jake Barnby
e224ca440b
Allow setting event parameters as sensitive
2024-04-03 16:36:21 +13:00
Matej Bačo
aaa1465e21
Fix code bugs
2024-04-02 16:58:45 +00:00
Matej Bačo
1234770dc8
CI/CD fixes
2024-04-02 18:48:12 +02:00
Matej Bačo
d091b37a15
Merge branch 'refactor-usage-sn' into refactor-usage-sn-1.5.x
2024-04-02 18:42:17 +02:00
Steven Nguyen
18603ac266
fix(messaging): fix delete message event not firing
...
The parameter and paylaod was missing from the request so it
failed to trigger.
Manually setting the payload is important because the payload
isn't in the response body like it is for create/update
operations.
2024-04-02 08:14:25 -07:00
Eldad Fux
a1db69b7e7
Fixed missing System namespace
2024-04-02 08:13:28 +02:00
Eldad Fux
5ce3de4933
Merge remote-tracking branch 'origin/main' into feat-eldad2-coroutines
2024-04-02 02:13:15 +02:00
Eldad Fux
b570368f10
Fixed auth error in users usage
2024-04-01 23:57:20 +02:00
Eldad A. Fux and GitHub
f875c6aa70
Merge pull request #7884 from appwrite/refactor-var-dump
...
Remove var_dump calls
2024-04-01 20:11:49 +02:00
Eldad Fux
6ce8781af1
Fixed email escaping
2024-04-01 19:39:26 +02:00
Steven Nguyen and GitHub
955eb297ab
Merge pull request #7681 from appwrite/1.5.x-api-descriptions
...
Email attachment example
2024-04-01 09:50:54 -07:00
2e2c38871d
Update app/controllers/api/messaging.php
...
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com >
2024-04-01 10:30:12 -04:00
0ef562ef4d
Update app/controllers/api/messaging.php
...
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com >
2024-04-01 10:30:06 -04:00
Eldad A. Fux and GitHub
0f321421c1
Merge pull request #7895 from appwrite/feat-use-system-for-env
...
Updated getEnv to use system lib
2024-04-01 14:58:12 +02:00
Eldad Fux
bbf8b96931
Fixed default format
2024-04-01 14:41:17 +02:00
Eldad Fux
beda5293b4
Fix format
2024-04-01 13:08:46 +02:00
Eldad Fux
8ed1da4ea8
Updated getEnv to use system lib
2024-04-01 13:02:47 +02:00
ItzNotABug
f2305c2b6c
update: remove the redundant call to fetch the topic document again.
2024-04-01 13:46:09 +05:30
Damodar Lohani
00c45c2507
new environment for certificates and security emails
2024-03-31 03:32:55 +00:00
Steven Nguyen and GitHub
5ee5ffb288
refactor: remove var_dump calls
2024-03-29 21:24:05 +00:00
Vincent (Wen Yu) Ge
acd7f6ef02
Add same updates for push notifications
2024-03-29 15:59:35 +00:00
Matej Bačo
5275d0b021
Merge branch 'refactor-usage-sn' into feat-configurable-collections
2024-03-29 10:48:11 +01:00
Jake Barnby
d5d45c5076
Fix not hiding tokens for clients via realtime
2024-03-26 18:59:56 +13:00
fogelito
b7103e9462
tests serviceStatusForDatabases
2024-03-21 22:59:09 +02:00
Christy Jacob and GitHub
b8077ca665
Merge pull request #7853 from appwrite/fix-functions-domain-permissions-1.5.x
...
Fix functions domain permissions 1.5.x
2024-03-21 23:43:18 +05:30
Christy Jacob and GitHub
f2dbda10c0
Merge pull request #7852 from appwrite/fix-function-domain-permissions
...
Fix function domain permissions
2024-03-21 12:29:21 +05:30
Christy Jacob and GitHub
380b5f7f84
Merge pull request #7414 from appwrite/remove-cloud-scripts
...
remove cloud related scripts
2024-03-21 01:27:34 +05:30
Steven Nguyen and GitHub
7604d35138
fix(functions): fix permissions for function domains
...
Execution via domain should be blocked if permissions does not contain
any and permissions does not contain guests.
2024-03-20 15:53:41 +00:00
Steven Nguyen and GitHub
47f442b98e
fix(functions): fix permissions for function domains
...
Execution via domain should be blocked if permissions does not contain
any and permissions does not contain guests.
2024-03-20 15:49:05 +00:00