Eldad Fux
87ca2dfb32
Applied fixes for tests
2024-04-15 07:29:32 +02:00
Eldad Fux
49a50b32a7
Test DB failure
2024-04-15 06:29:12 +02:00
Eldad Fux
fd2410d2ae
Fixed bootstrap
2024-04-14 22:42:31 +02:00
Eldad Fux
766b2ba13e
Avatars tests are green!
2024-04-14 22:17:07 +02:00
Eldad Fux
6cade89369
New init structure
2024-04-14 11:22:53 +02:00
Eldad Fux
9e234b7600
updated server
2024-04-14 10:58:05 +02:00
Eldad A. Fux and GitHub
8dd9b58513
Merge pull request #7950 from appwrite/fix-recovery-code-removal
...
Fix: recovery code removal
2024-04-11 17:28:15 +02:00
Matej Bačo
65115f876c
Improve logic for recovery code factor
2024-04-11 07:52:54 +00:00
fogelito
bec10c0052
Add previous Error
2024-04-11 10:49:45 +03:00
fogelito
00ebf5c10f
Remove var_dumps
2024-04-11 10:46:18 +03:00
fogelito
c7281af6e2
Move App::init to general.php
2024-04-11 10:28:16 +03:00
Jake Barnby
ff8ebb4f7e
Match memberships on internal ID
2024-04-11 19:09:04 +12:00
fogelito
ab3b1ac51a
Add groups
2024-04-11 10:06:07 +03:00
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