Matej Bačo
|
eda189dbf1
|
AI review improvements
|
2025-12-29 13:24:26 +01:00 |
|
Matej Bačo
|
eb2c616089
|
Improve key unit tests
|
2025-12-29 10:47:27 +01:00 |
|
Matej Bačo
|
5f5d9b4fcb
|
Add async key cleanup
|
2025-12-29 09:04:47 +01:00 |
|
Matej Bačo
|
7c56a76feb
|
self PR review fixes
|
2025-12-29 08:59:07 +01:00 |
|
Matej Bačo
|
b4c1b96d43
|
Fix General tests
|
2025-12-27 19:28:08 +01:00 |
|
Matej Bačo
|
44d8c66e95
|
Merge branch '1.8.x' into chore-php-types
|
2025-12-27 19:18:45 +01:00 |
|
Matej Bačo
|
ee0f15eed6
|
QA bug fixing
|
2025-12-27 19:08:12 +01:00 |
|
Matej Bačo
|
c54d1d29a5
|
Update stats of all key ypes
|
2025-12-27 18:44:01 +01:00 |
|
Chirag Aggarwal
|
7e37046959
|
chore: remove warning logs when skipping ssl certificate generation
|
2025-12-27 20:19:27 +05:30 |
|
Chirag Aggarwal
|
b78be65376
|
fix: make getScreenshot output param to use ImageFormat enum
|
2025-12-24 13:39:51 +05:30 |
|
Matej Bačo
|
e111b4cc18
|
Increase JWT abuse limit
|
2025-12-23 15:42:14 +01:00 |
|
Matej Bačo
|
9477a5d980
|
Fix extensability of collections
|
2025-12-23 13:30:43 +01:00 |
|
Matej Bačo
|
c0c1d693c2
|
DB schema update for keys
|
2025-12-23 13:06:25 +01:00 |
|
Matej Bačo
|
6e47fb6c70
|
Implement auth for organization and account keys
|
2025-12-23 13:06:19 +01:00 |
|
Matej Bačo
|
cca49f8f6a
|
Improve docs
|
2025-12-23 12:11:01 +01:00 |
|
Matej Bačo
|
b0bd9e5b78
|
Fix security requirement
|
2025-12-23 12:09:07 +01:00 |
|
Matej Bačo
|
6f7cca7d68
|
Allow key header for account keys
|
2025-12-23 12:06:30 +01:00 |
|
Matej Bačo
|
bce3ce85d5
|
account key support
|
2025-12-23 11:59:38 +01:00 |
|
Chirag Aggarwal
|
bbeca28026
|
refactor use env variables for queue and class names
|
2025-12-23 16:09:42 +05:30 |
|
Torsten Dittmann
|
37e76e52f6
|
Make JWT expiry configurable for account JWTs
|
2025-12-22 21:27:29 +04:00 |
|
Torsten Dittmann
|
96b11b02e6
|
feat: allow custom jwt duration
|
2025-12-22 21:08:48 +04:00 |
|
Matej Bačo
|
c69382f29f
|
Fix invalid index
|
2025-12-19 16:11:43 +01:00 |
|
Matej Bačo
|
d45d27b780
|
Merge branch '1.8.x' into chore-php-types
|
2025-12-19 16:06:46 +01:00 |
|
Jake Barnby
|
dd9f6ed820
|
Merge pull request #10996 from appwrite/revert-10872-refactor-auth-single-instance
Revert "Refactor auth single instance"
|
2025-12-19 14:37:41 +00:00 |
|
Jake Barnby
|
a7b243aff9
|
Merge pull request #10992 from appwrite/update-header-name
Update: Header name.
|
2025-12-19 13:56:00 +00:00 |
|
Jake Barnby
|
dc85d44647
|
Revert "Refactor auth single instance"
|
2025-12-20 02:54:50 +13:00 |
|
Jake Barnby
|
68deee4a56
|
Revert "Fix auth calls"
|
2025-12-20 02:54:21 +13:00 |
|
Matej Bačo
|
859d146e85
|
Apply suggestions from code review
|
2025-12-19 13:41:18 +01:00 |
|
Matej Bačo
|
69d5ce0f55
|
Switch over to resource-based key DB structure
|
2025-12-19 13:40:32 +01:00 |
|
Matej Bačo
|
0a3877a900
|
New DB schema
|
2025-12-19 13:09:34 +01:00 |
|
Darshan
|
33f90fcf6a
|
re-add headers.
|
2025-12-19 17:02:55 +05:30 |
|
Darshan
|
2f1eee390b
|
update: header name.
|
2025-12-19 16:23:22 +05:30 |
|
Steven Nguyen
|
36519c13a8
|
Merge branch '1.8.x' into fix-smtp-auth-check
|
2025-12-18 17:21:03 -08:00 |
|
Matej Bačo
|
9fb1aaadaf
|
Merge pull request #10984 from appwrite/fix-devkey-scopes
Fix: Add scopes for devkeys
|
2025-12-18 17:26:15 +01:00 |
|
Torsten Dittmann
|
d9ac4f2f2d
|
Merge pull request #10986 from appwrite/fix-oauth-verified-emails
|
2025-12-18 19:04:56 +04:00 |
|
Jake Barnby
|
0058e88217
|
Fix auth calls
|
2025-12-19 01:53:05 +13:00 |
|
Torsten Dittmann
|
81b4065921
|
Fix identity connecting
- Add MockUnverified OAuth2 provider config
- Add /v1/mock/tests/general/oauth2/user-unverified endpoint
- Add MockUnverified class for unverified OAuth2 flow
- Update Mock::isEmailVerified to respect user['verified'] flag
- Add end-to-end tests for linking unverified and verified OAuth2 users
- Enable stopOnFailure in phpunit.xml
|
2025-12-18 16:44:04 +04:00 |
|
Torsten Dittmann
|
d094d6a081
|
Remove OAuth email verification comments
|
2025-12-18 16:00:41 +04:00 |
|
Torsten Dittmann
|
bae194e866
|
Link account by email during OAuth
|
2025-12-18 15:59:33 +04:00 |
|
Torsten Dittmann
|
144e88452e
|
Use general bad request for unverified OAuth email
|
2025-12-18 15:49:59 +04:00 |
|
Torsten Dittmann
|
89980b1f0e
|
Enforce email verification when linking OAuth2
|
2025-12-18 15:46:03 +04:00 |
|
Matej Bačo
|
7dea3f19a9
|
Add scopes for devkeys
|
2025-12-18 12:31:00 +01:00 |
|
Jake Barnby
|
937cac454a
|
Merge branch '1.8.x' into chore-specs
|
2025-12-18 09:32:37 +00:00 |
|
Jake Barnby
|
e6781cb4c3
|
Release SDKs
|
2025-12-18 21:41:50 +13:00 |
|
Jake Barnby
|
f46ec96040
|
Fix merge
|
2025-12-18 20:11:52 +13:00 |
|
Jake Barnby
|
2dc813342a
|
Fix merge
|
2025-12-18 19:30:43 +13:00 |
|
Jake Barnby
|
fd08f7dd36
|
Update lock
|
2025-12-18 18:43:07 +13:00 |
|
Jake Barnby
|
13f4aa9a80
|
Merge remote-tracking branch 'origin/1.8.x' into refactor-auth-single-instance
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/vcs.php
# app/controllers/general.php
# app/controllers/shared/api.php
# app/init/resources.php
# composer.lock
# src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/Create.php
# src/Appwrite/Platform/Workers/Migrations.php
|
2025-12-18 18:17:41 +13:00 |
|
Darshan
|
6d9a6051bf
|
add: platform support on migrations.
|
2025-12-17 17:41:14 +05:30 |
|
Darshan
|
461c5895a4
|
fix: missing cases.
|
2025-12-17 17:27:18 +05:30 |
|