Commit Graph

8501 Commits

Author SHA1 Message Date
Jake Barnby aee1d44062 Set failed and delivery errors for failure cases 2024-01-17 14:57:29 +13:00
Jake Barnby 0ffe1d5346 Fix limits 2024-01-17 14:54:25 +13:00
Jake Barnby be9728937a Update src/Appwrite/Platform/Tasks/ScheduleMessages.php
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
2024-01-17 14:35:12 +13:00
Khushboo Verma 2bc50b2cee Send email to all members of the org 2024-01-16 19:09:33 +05:30
Khushboo Verma 5b96957955 WIP: Send email to all members of the org 2024-01-16 17:20:53 +05:30
Bradley Schofield 4be38d79ac Run Linter 2024-01-16 11:18:20 +00:00
Bradley Schofield 198f68b807 Implement Response and Request filters as well as migrations 2024-01-16 11:10:07 +00:00
Khushboo Verma 84c57e29c6 Update template name 2024-01-16 14:05:35 +05:30
Matej Bačo 39997c817f Fix failing tests 2024-01-15 14:37:47 +00:00
Matej Bačo 4f5755e7d0 Implement session renewal 2024-01-15 13:43:21 +00:00
Khushboo Verma 5904b17b5c Design changes 2024-01-15 17:07:12 +05:30
Matej Bačo ffa4ad09ec Merge remote-tracking branch 'origin/1.5.x' into feat-smtp-test 2024-01-15 11:07:32 +00:00
Matej Bačo 8668f15835 Linter fix 2024-01-15 11:02:05 +00:00
Matej Bačo d5be48a846 Finish custom SMTP feature 2024-01-15 10:18:17 +00:00
Jake Barnby 4cc6d4161d Merge branch 'feat-message-scheduling' into feat-maintenance-delete-expired-targets 2024-01-15 20:33:38 +13:00
Jake Barnby 4d9fb1d687 Merge remote-tracking branch 'origin/1.5.x' into feat-message-scheduling
# Conflicts:
#	src/Appwrite/Platform/Workers/Messaging.php
2024-01-15 20:07:01 +13:00
Jake Barnby 772617f231 Mark invalid targets on message send then delete on maintenance sweep 2024-01-15 19:52:40 +13:00
Jake Barnby ae60089413 Inline update 2024-01-15 19:31:42 +13:00
Jake Barnby ce78d8c473 Set schedule inactive after message send so deletes worker picks it up 2024-01-15 19:29:19 +13:00
Jake Barnby a05a5da9bb Remove todo 2024-01-15 19:02:54 +13:00
Jake Barnby f25dd32767 Fix delete callback 2024-01-15 19:00:41 +13:00
Jake Barnby 1666ba1645 Fix missing time check 2024-01-15 18:43:17 +13:00
Jake Barnby a2d0385eba Check more failure cases 2024-01-15 18:28:40 +13:00
Jake Barnby 099094f719 Fix target fetch limits in worker 2024-01-15 18:27:48 +13:00
Jake Barnby 78fe9ebb37 Fix invalid coalesce 2024-01-15 18:26:30 +13:00
Jake Barnby 44a28173e4 Merge branch '1.5.x' into feat-remove-apns-endpoint 2024-01-15 16:33:43 +13:00
loks0n 0a0479f4c5 chore: fmt 2024-01-13 10:11:25 +00:00
loks0n 521cb963a5 fix: hide oauth in specs 2024-01-13 10:09:02 +00:00
loks0n 56fe939713 Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-ssr 2024-01-13 09:55:44 +00:00
loks0n c8ce360ce9 chore: remove 'universal' references 2024-01-12 17:30:36 +00:00
Bradley Schofield 4cb48638be Rename usage_network_infinity to usage_bandwidth_infinity 2024-01-12 15:22:18 +00:00
Torsten Dittmann e2a0c2d825 sync: with 1.5.x 2024-01-12 14:04:31 +01:00
Torsten Dittmann 78f7b1897e fix: hotfix for redirect param in custom templates (#7437)
* fix: hotfix for redirect param in custom templates
* fix: redirect param variables
* fix: variable typo
* chore: update comments for template variables
2024-01-11 21:36:05 +01:00
Khushboo Verma d443602cbc resolve merge conflicts 2024-01-12 01:55:32 +05:30
Christy Jacob 6aa707fff2 Merge pull request #7424 from appwrite/feat-security-phrases
Added security phrase to magic URL
2024-01-11 19:13:06 +04:00
loks0n 032ce1ec0c feat: standardise token length 2024-01-11 10:51:26 +00:00
Matej Bačo a2856f6acc Update copy & AI translations 2024-01-11 10:23:25 +00:00
Matej Bačo ed28bb9295 Merge remote-tracking branch 'origin/1.5.x' into feat-improve-logging 2024-01-11 10:22:50 +00:00
Matej Bačo 479c70d0aa Fix after revert 2024-01-11 08:25:55 +00:00
Matej Bačo e0db651240 Revert "Translated security phrase copy with AI"
This reverts commit b72dd35f45.
2024-01-11 08:25:09 +00:00
Matej Bačo 04831a91c7 Update src/Appwrite/Platform/Tasks/DevGenerateTranslations.php 2024-01-11 09:20:00 +01:00
Jake Barnby 449e8cc06c Fix function schedules 2024-01-11 19:32:24 +13:00
Jake Barnby 62304f817d Fix maintenance worker 2024-01-11 16:15:11 +13:00
Jake Barnby 87a4d7db88 Update service refs 2024-01-11 16:08:40 +13:00
Jake Barnby 81f1eb3506 Abstract scheduling base 2024-01-11 16:06:59 +13:00
Jake Barnby 6904285560 Check provider enabled 2024-01-11 15:55:08 +13:00
Jake Barnby 513ed9de05 Merge remote-tracking branch 'origin/1.5.x' into scheduling-temp
# Conflicts:
#	app/controllers/api/messaging.php
#	tests/e2e/Services/Messaging/MessagingBase.php
2024-01-11 13:06:15 +13:00
Matej Bačo 2d204d593a code formatting 2024-01-10 15:10:05 +00:00
Matej Bačo bf14d1d97d Add random security phrases 2024-01-10 15:09:39 +00:00
Matej Bačo b72dd35f45 Translated security phrase copy with AI 2024-01-10 15:01:42 +00:00