Jake Barnby
d23f993a6c
Fix validator constructor
2025-10-21 00:13:43 +13:00
Jake Barnby
bfe639fb70
Fix key
2025-10-21 00:13:32 +13:00
Jake Barnby
568651291e
Update libs
2025-10-20 23:13:17 +13:00
Eldad Fux
da6dff2d17
Merge branch 'feat-disposable-emails' of github.com:appwrite/appwrite into feat-disposable-emails
2025-10-19 22:22:13 +01:00
Eldad Fux
b4aab6134e
Merge remote-tracking branch 'origin/1.8.x' into feat-disposable-emails
2025-10-19 22:20:31 +01:00
Eldad Fux
1c465a8cda
refactor: standardize email validation across API controllers
...
- Reintroduced the Utopia Emails validator in multiple API controllers to ensure consistent email validation practices.
- Removed deprecated email validation references, streamlining the codebase and aligning with recent updates to the Utopia Emails library.
2025-10-19 22:16:03 +01:00
Eldad A. Fux and GitHub
8ab6c2d83b
Merge branch '1.8.x' into feat-disposable-emails
2025-10-19 22:13:31 +01:00
Eldad Fux
c89d075200
refactor: streamline disposable email validation in account API
...
- Replaced the previous disposable email validation logic with the EmailNotDisposable validator from the Utopia Emails library for consistency and improved maintainability.
- Removed unnecessary configuration loading related to disposable emails, aligning with recent updates to the email validation process.
2025-10-19 22:09:26 +01:00
Eldad Fux
6c6c71484d
refactor: replace disposable email validation logic with Utopia Emails library
...
- Introduced the EmailNotDisposable validator from the Utopia Emails library for improved disposable email validation in the account API.
- Removed the deprecated disposable emails configuration loading from the config files to streamline the codebase.
2025-10-19 22:01:27 +01:00
Eldad Fux
18a66bae4e
chore: update Utopia Emails dependency to version 0.5 and remove deprecated email validator
...
- Updated the Utopia Emails dependency version from 0.4.* to 0.5.* in composer.json and composer.lock.
- Removed the custom Email validator class and its associated tests as it is no longer needed with the new Utopia Emails library.
2025-10-19 21:55:52 +01:00
Eldad Fux
68b72f3162
feat: integrate Utopia Emails library for email validation
...
- Added Utopia Emails library as a dependency in composer.json.
- Updated email validation references across multiple API controllers to use the new Utopia Emails validator.
- Removed the deprecated disposable emails configuration file.
- Updated composer.lock to reflect the new library and version changes for existing dependencies.
2025-10-19 21:44:22 +01:00
shimon
09075a05db
typo fix
2025-10-19 16:22:13 +03:00
shimon
9f80952251
linter
2025-10-19 16:15:13 +03:00
shimon
d0e0f67fee
Implement 'includeTotal' parameter across various API endpoints to control total count in responses
2025-10-19 15:45:16 +03:00
shimon
f16de4abb9
Refactor XList classes to consistently implement 'includeTotal' parameter for total count control in database queries
2025-10-19 14:46:55 +03:00
shimon
7bbe08f23e
Enhance XList classes to support 'includeTotal' parameter for controlling total count in database queries
2025-10-19 14:38:32 +03:00
shimon
3229956eef
Enhance XList actions to include 'includeTotal' parameter for total count control
2025-10-19 13:16:39 +03:00
Damodar Lohani and GitHub
254f026458
Merge pull request #10667 from appwrite/fix-auth-refactor
...
Fix: reset argon 2 options to previous default
2025-10-19 14:00:25 +05:45
Damodar Lohani
248d3aea7a
Fix: reset argon 2 options to previous default
2025-10-19 05:44:44 +00:00
Jake Barnby
11042af051
Update db
2025-10-18 02:19:43 +13:00
ArnabChatterjee20k
5098973e0d
reverted longtext resource file
2025-10-17 18:14:16 +05:30
Luke B. Silver and GitHub
07d55d17a3
Merge pull request #10658 from appwrite/update-domains-0.8.3
...
update domain lib to 0.8.4
2025-10-17 13:09:36 +01:00
Chirag Aggarwal
abfab60eec
update to 0.8.4
2025-10-17 17:05:47 +05:30
Chirag Aggarwal
fc3ac122dd
Merge branch '1.8.x' into update-domains-0.8.3
2025-10-17 17:05:24 +05:30
ArnabChatterjee20k
d0976ff429
updated registers config
2025-10-17 14:16:45 +05:30
ArnabChatterjee20k
157783f782
merged feat-mongodb
2025-10-17 13:58:27 +05:30
Jake Barnby and GitHub
3963b632d8
Merge pull request #10663 from appwrite/update-apple-swift
...
chore: update apple and swift sdks to 13.2.2
2025-10-17 07:01:25 +00:00
Chirag Aggarwal
1936a01464
chore: update apple and swift sdks to 13.2.2
2025-10-17 12:28:31 +05:30
ArnabChatterjee20k
e3a70373e1
updated docuemntsdb transaction path names
2025-10-16 22:19:53 +05:30
ArnabChatterjee20k
a6e5563f8e
reverted docker compose
2025-10-16 21:51:56 +05:30
ArnabChatterjee20k
470d84a843
* updated transactions
...
* updated tests
2025-10-16 21:45:30 +05:30
Luke B. Silver and GitHub
2cbfa6930f
Merge pull request #10655 from appwrite/fix-test-dependencies-projects
...
Refactor ProjectsConsoleClientTest to remove test dependencies
2025-10-16 11:30:50 +01:00
ArnabChatterjee20k
80037f7e8d
updated http php for mongodb setup
2025-10-16 15:57:13 +05:30
Chirag Aggarwal
33a856af41
update domain lib to 0.8.3
2025-10-16 15:54:43 +05:30
Chirag Aggarwal
5d1d937fde
remove changes
2025-10-16 15:29:59 +05:30
Chirag Aggarwal
83ec855f4b
skip harder ones
2025-10-16 15:18:21 +05:30
Luke B. Silver and GitHub
5ce9b8eaeb
Merge pull request #10656 from appwrite/feat-replace-sleep-in-webhooks-service
...
Replace sleep in webhook tests with assertEventually
2025-10-16 10:45:32 +01:00
Khushboo Verma
be983eb68a
Remove race condition
2025-10-16 14:40:47 +05:30
Chirag Aggarwal
c6f144313d
more tests
2025-10-16 14:29:57 +05:30
Chirag Aggarwal
ae8ec1c736
formatting
2025-10-16 14:26:39 +05:30
ArnabChatterjee20k
cc848c90a7
updated lock file
2025-10-16 14:25:22 +05:30
ArnabChatterjee20k
e0c293c5b4
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-16 14:25:14 +05:30
Chirag Aggarwal
19d7f02371
more tests
2025-10-16 14:25:12 +05:30
Khushboo Verma
f0660f3fda
Replace sleep in webhook tests with assertEventually
2025-10-16 14:23:35 +05:30
ArnabChatterjee20k
2d82013261
updated docker compose setup for mongodb which was causing issue for mongo transactions
2025-10-16 14:22:28 +05:30
Chirag Aggarwal
9ded176cf2
Refactor ProjectsConsoleClientTest to remove test dependencies
...
- Remove @depends annotations to make tests independent
- Each test now creates its own team and project instead of relying on shared state
- Replace sleep() calls with assertEventually() for more reliable async testing
- Change test methods to return void instead of passing data between tests
- Remove unnecessary sleep() call that was causing test flakiness
2025-10-16 14:21:30 +05:30
Damodar Lohani and GitHub
2e10cd0009
Merge pull request #10654 from appwrite/fix-undefined-var
...
Fix: undefined variable warning
2025-10-16 13:40:04 +05:45
Damodar Lohani
7ff664e62b
Fix: undefined $user
2025-10-16 07:38:13 +00:00
ArnabChatterjee20k
5a6561f158
vectordb (in progress)
...
* pools , env setup
* collections, db endpoints
2025-10-16 12:53:39 +05:30
Damodar Lohani and GitHub
9dd1939d1f
Merge pull request #10468 from appwrite/feat-apps-module-dl
...
Feat apps module dl
2025-10-16 11:40:27 +05:45