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
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
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
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
b75f5263a2
Merge branch 'main' into chore-sync-main-into-1.5.x
2024-04-23 23:43:53 +00:00
Eldad Fux
9fc0342cf1
Updated injections
2024-04-23 13:30:20 +02:00
Eldad Fux
d67df5feb1
Fixed formatting
2024-04-22 22:45:55 +02:00
Eldad Fux
13eb3bccd0
Fixed users tests
2024-04-15 12:36:42 +02: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
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
5ce3de4933
Merge remote-tracking branch 'origin/main' into feat-eldad2-coroutines
2024-04-02 02:13:15 +02:00
Steven Nguyen
955eb297ab
Merge pull request #7681 from appwrite/1.5.x-api-descriptions
...
Email attachment example
2024-04-01 09:50:54 -07:00
Vincent (Wen Yu) Ge
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
Vincent (Wen Yu) Ge
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
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
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
Vincent (Wen Yu) Ge
acd7f6ef02
Add same updates for push notifications
2024-03-29 15:59:35 +00:00
Jake Barnby
2d03fc1ce0
Fix msg91 params
2024-03-13 15:42:16 +01:00
Matej Bačo
db1674811f
Finish fixing code QL warnings
2024-03-08 13:57:20 +01:00
Torsten Dittmann
0be79cadd8
fix: formatting
2024-03-08 11:25:07 +01:00
Torsten Dittmann
f486767b65
fix: messaging hostname
2024-03-08 11:22:58 +01:00
Jake Barnby
7d3f8a80ea
Push SDKs
2024-03-08 10:58:46 +01:00
Jake Barnby
f6521670d0
Remove permissions validations
2024-03-07 20:45:09 +01:00
Jake Barnby
2d02a7df53
Add JWT preview route for push images
2024-03-07 20:43:20 +01:00
Jake Barnby
7d896c3155
Add bucketId and fileId to image data
2024-03-07 18:40:45 +01:00
Matej Bačo
005a239932
Auth fixes
2024-03-07 18:24:01 +01:00
Matej Bačo
efeb898be1
Import fixes
2024-03-07 15:29:42 +01:00
Torsten Dittmann
0a1d572c72
chore: run formatter
2024-03-06 18:34:21 +01:00
Vincent (Wen Yu) Ge
0cde18ef74
Merge branch '1.5.x' into 1.5.x-api-descriptions
2024-02-27 10:49:29 -05:00
Vincent (Wen Yu) Ge
7914eac0c4
Add attachment ID format
2024-02-27 15:43:25 +00:00
Jake Barnby
7945f1398f
Fix tests
2024-02-27 00:27:35 +13:00
Jake Barnby
1da971ce75
Change status param to draft and base status on draft and scheduledAt params
2024-02-26 23:52:32 +13:00
Jake Barnby
1867dce002
Merge remote-tracking branch 'origin/fix-rescheduling' into feat-remove-status-param
2024-02-26 23:38:09 +13:00
Jake Barnby
564c1df701
Fix rescheduling with existing schedule
2024-02-26 23:37:12 +13:00
Jake Barnby
a89c0540ad
Fix scheduledAt not updated
2024-02-26 18:46:26 +13:00
Jake Barnby
36845edc2f
Rescheduling fixes
2024-02-26 17:14:59 +13:00
Vincent (Wen Yu) Ge
b32d40f3e2
Improve messages
2024-02-26 02:25:45 +00:00
Vincent (Wen Yu) Ge
ab36133a8f
Add descriptions
2024-02-25 22:58:33 +00:00
Jake Barnby
0a37a0dd20
Merge pull request #7645 from appwrite/feat-dev-apns
...
Allow setting APNS to sandbox mode
2024-02-24 14:07:20 +13:00
Jake Barnby
11e9f43982
Allow setting APNS to sandbox mode
2024-02-24 13:34:08 +13:00
Jake Barnby
8742bfaee8
Fix missing subscribe on topic update
2024-02-23 23:56:49 +13:00
Jake Barnby
a877850707
Fix GraphQL tests
2024-02-22 02:26:17 +13:00
Jake Barnby
9498d680fb
Add doc refs
2024-02-21 22:04:27 +13:00
Jake Barnby
3aeb62377c
Fix missed update with image
2024-02-21 17:07:52 +13:00
Jake Barnby
41be4da5c9
Merge remote-tracking branch 'origin/1.5.x' into feat-push-images
2024-02-21 13:01:53 +13:00
Jake Barnby
a9d1aa5bca
Merge pull request #7620 from appwrite/refactor-remove-resource-collection
...
Refactor remove resource collection
2024-02-21 13:00:48 +13:00
Jake Barnby
ad8450af32
Merge remote-tracking branch 'origin/1.5.x' into feat-push-images
2024-02-21 03:29:00 +13:00
Jake Barnby
400b28de8a
Replace resourceCollection with switch
2024-02-21 03:25:01 +13:00
Jake Barnby
439e7b1ccf
Merge remote-tracking branch 'origin/feat-remove-callback-resources' into feat-email-attachments
...
# Conflicts:
# app/worker.php
# src/Appwrite/Platform/Workers/Messaging.php
2024-02-21 02:00:46 +13:00
Jake Barnby
bbce53cda5
Auto trigger messaging events
2024-02-21 01:06:35 +13:00
Jake Barnby
4bc6c202d9
Use compound ID for push notification image
2024-02-20 18:25:57 +13:00
Jake Barnby
42e1b0dfe3
Merge remote-tracking branch 'origin/feat-email-attachments' into feat-push-images
2024-02-20 18:06:29 +13:00
Jake Barnby
022c4678ec
Allow attaching files from storage to emails
2024-02-20 00:08:57 +13:00
Jake Barnby
7a420000fa
Fix image permissions check and URL
2024-02-19 20:48:52 +13:00
Jake Barnby
1bb75fdd63
Merge remote-tracking branch 'origin/1.5.x' into feat-push-images
...
# Conflicts:
# src/Appwrite/Extend/Exception.php
2024-02-19 20:44:11 +13:00
Jake Barnby
2fffbd93f8
Lint fix
2024-02-15 22:41:45 +13:00
Jake Barnby
d38197380e
Support adding image to push notification via storage file
2024-02-15 22:36:34 +13:00
Jake Barnby
5f59f4c5c8
Fix syntax error
2024-02-15 17:56:06 +13:00
Jake Barnby
afba7f75f0
Update appropriate total count when mutating topic
2024-02-15 17:23:30 +13:00
Jake Barnby
ae7a5c6c9c
Merge pull request #7580 from appwrite/feat-subscribe-permission
...
Feat subscribe permission
2024-02-15 16:47:44 +13:00
Jake Barnby
1f470aecd2
Add subscribe permission to topics
2024-02-13 17:24:31 +13:00
Jake Barnby
01e88e65d6
Fix swapping options/credentials on create/update smtp provider
2024-02-13 15:16:37 +13:00
Jake Barnby
ff1f7e4819
Merge pull request #7569 from appwrite/fix-telesign-params
...
Fix telesign params
2024-02-13 12:38:49 +13:00
Jake Barnby
0bd3fe6473
Merge pull request #7571 from appwrite/fix-updating-message-status
...
Fix updating message status
2024-02-13 12:38:39 +13:00
Jake Barnby
06b15c79ff
Merge pull request #7572 from appwrite/attributes-query-fix
...
fix Indexes
2024-02-13 12:37:59 +13:00
fogelito
ace75b0786
parseQueries
2024-02-12 18:02:04 +02:00
fogelito
2f9cadf4c0
remove var_dump
2024-02-12 15:30:34 +02:00
fogelito
6aae8cbf64
Add cursor test
2024-02-12 15:27:19 +02:00
fogelito
e5bada0493
typo
2024-02-12 12:03:31 +02:00