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 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
Chirag Aggarwal
734d2ce512
fix: use correct constant
2025-09-23 07:49:07 +05:30
Chirag Aggarwal
232b22b71e
use constants
2025-09-23 07:35:17 +05:30
Chirag Aggarwal
3e8211d6bd
refactor: improve code readability for schedules
2025-09-20 19:45:44 +05:30
Jake Barnby
97366e7fbd
Allow null for targets/topics/users
2025-09-01 19:39:13 +12:00
Jake Barnby
3fbda66e6c
Fix deprecation messages
2025-08-23 21:36:02 +12:00
Jake Barnby
1b4f2f2275
Fix acronym methods, deprecate old versions
2025-08-21 02:08:27 +12:00
Jake Barnby
86f7489640
Internal ID -> sequence
2025-05-26 17:42:11 +12:00
Christy Jacob and GitHub
f4e8d72593
Merge branch '1.6.x' into feat-group
2025-04-17 18:25:47 +04:00
ArnabChatterjee20k
b2f7ed48dd
Simplify constructor usage by inlining message; limit try/catch to DB operations
2025-04-17 10:16:26 +05:30
arnab
8d3070416a
added order exception in rest of the controllers
2025-04-16 17:29:36 +05:30
Chirag Aggarwal
abcaf6cd73
feat: sdk group attribute
2025-03-31 05:48:17 +00:00
shimon
60912cb084
_app_region
2025-03-17 18:14:58 +02:00
shimon
7149deeacb
_app_region
2025-03-17 18:11:49 +02:00
Jake Barnby
6e82bfe8e7
Update date
2025-02-26 14:00:16 +13:00
Jake Barnby
3a2babc906
Update date
2025-02-25 21:34:46 +13:00
Jake Barnby
03f0e382f4
Fix dates
2025-02-25 21:03:37 +13:00
Jake Barnby
b272a8b1e7
Pass queries
2025-02-25 20:26:00 +13:00
Jake Barnby
2924f408b3
Reapply "Remove blocks"
...
This reverts commit f49346485a .
2025-02-25 19:21:35 +13:00
Jake Barnby
b0547015a9
Add temp log date skip
2025-02-25 18:51:11 +13:00
Jake Barnby
f49346485a
Revert "Remove blocks"
...
This reverts commit 6f854b5eb6 .
2025-02-25 18:39:12 +13:00
Jake Barnby
6f854b5eb6
Remove blocks
2025-02-25 18:18:25 +13:00
shimon
06d22f910c
disable logs display
2025-02-23 20:51:38 +02:00
Bradley Schofield
20e87cb82f
Run Linter
2025-01-17 13:39:16 +09:00
Bradley Schofield
95dcb67747
Implement new SDK Class on 1.6.x
2025-01-17 13:31:39 +09:00
Steven Nguyen and GitHub
a502b1c566
Merge branch '1.6.x' into feat-apns-content-available
2024-12-31 22:56:15 +00:00
Christy Jacob
75b42e134a
chore: replace occurrences of dbForConsole to dbForPlatform
2024-12-12 14:30:26 +04:00
Jake Barnby
6c83eba693
Fix badge default to allow sending clear badge notifications
2024-12-10 23:34:24 +13:00
Jake Barnby
30fed93e2a
Remove variable variable usage
2024-12-10 23:33:49 +13:00
Jake Barnby
8649032b73
Fix badge param type
2024-12-10 22:52:39 +13:00
Jake Barnby
98149f56b5
Default empty title and body
2024-12-05 17:20:20 +13:00
Jake Barnby
f4917f7bc6
Reorder params
2024-12-05 17:04:11 +13:00
Jake Barnby
a461198547
Add critical and priority params
2024-12-04 19:27:55 +13:00
Jake Barnby
fa49244b4b
Fix param type
2024-12-03 22:50:40 +13:00
Jake Barnby
ab900d16d4
Allow apns content available
2024-12-03 17:19:06 +13:00
Fabian Gruber
fed9cdb408
use resource type constants
2024-10-29 16:10:57 +01:00
Fabian Gruber
225e2c21c3
feat: allow blocking based on resource attributes
2024-10-24 11:26:25 +02:00
Jake Barnby
a7f1cc128a
Validate cursor queries to avoid getDocument type error
2024-10-17 18:41:24 +13:00
Jake Barnby and GitHub
8bc37026cd
Revert "Feat adding coroutines"
2024-10-08 20:54:40 +13:00
Binyamin Yawitz
d14edf4207
reverting: to set coroutines as head
2024-10-01 10:30:47 -04:00
Binyamin Yawitz and GitHub
5512340cdd
Revert "Feat eldad4 coroutines"
2024-09-20 12:30:05 -04:00
Binyamin Yawitz
927dbc7e11
Merge branch 'refs/heads/1.6.x' into feat-eldad4-coroutines
...
# Conflicts:
# app/console
# app/controllers/api/account.php
# app/controllers/api/functions.php
# app/controllers/api/projects.php
# app/controllers/api/users.php
# app/controllers/api/vcs.php
# app/controllers/general.php
# app/controllers/mock.php
# app/controllers/shared/api.php
# app/init.php
# composer.json
# composer.lock
# src/Appwrite/Platform/Tasks/Doctor.php
# src/Appwrite/Platform/Tasks/ScheduleMessages.php
# src/Appwrite/Platform/Workers/Builds.php
# src/Appwrite/Utopia/Response.php
2024-07-17 14:31:13 -04:00
Binyamin Yawitz
300c0f0ee2
test: Messaging, refactor to use own auth
2024-06-10 07:49:12 -04:00
Matej Bačo
b8b81a9bd1
WIP: Schedulded executions
2024-06-07 19:05:29 +00:00
Matej Bačo
3b8799353d
PR review changes
2024-05-29 07:51:51 +00:00
Matej Bačo
711e26c605
Relay on lib to verify JWT expiry
2024-05-28 10:59:53 +00:00
Matej Bačo
b1ff989c3f
Implement tests, fix JWT maxAge
2024-05-28 09:25:54 +00:00
Eldad Fux
c53de9fb6b
Merge branch 'main' of github.com:appwrite/appwrite into feat-eldad4-coroutines
2024-05-08 18:21:55 +01:00
Steven Nguyen and GitHub
b75f5263a2
Merge branch 'main' into chore-sync-main-into-1.5.x
2024-04-23 23:43:53 +00:00