Bradley Schofield
44cbfb2769
Add null check to hash
2023-11-07 16:17:14 +00:00
Khushboo Verma
018800c7ae
Merge branch '1.4.x' into fix-prevent-webhook-abuse
2023-11-07 13:02:25 +05:30
Steven Nguyen
30b8ff9166
Add pagination to listByGroup to fix infinite loop problem
2023-11-03 17:47:52 +00:00
Steven Nguyen
03da0380ea
Ensure schedules for deleted projects are deleted
2023-11-03 17:47:16 +00:00
Khushboo Verma
4a3b8fb70e
Change projectId to projectInternalId
2023-11-03 15:32:50 +05:30
Khushboo Verma
9be32184d6
Refactor loop
2023-11-03 14:54:51 +05:30
Prateek Banga
f97d1fa9e3
adds log api in messaging controller
2023-11-02 18:00:17 +05:30
Prateek Banga
270e6e7c15
review changes
2023-11-02 16:43:24 +05:30
Bradley Schofield
e158d134b0
Merge branch 'main' into feat-improve-migration-validations
2023-11-02 10:48:38 +00:00
Prateek Banga
76d7369314
fixes description for messaging service models
2023-11-02 12:20:15 +05:30
Khushboo Verma
d95e4790a0
Delete VCS documents when project is deleted
2023-11-01 15:06:28 +05:30
Khushboo Verma
8798d183bd
Merge branch '1.4.x' into fix-vcs-documents-not-deleted
2023-11-01 14:41:07 +05:30
Khushboo Verma
64630490a5
Delete linked VCS repos and comments on function deletion
2023-11-01 14:36:31 +05:30
Jake Barnby
3652ab61d8
Revert "Enum tests"
...
This reverts commit 74450b1178 .
2023-11-01 21:02:42 +13:00
Jake Barnby
74450b1178
Enum tests
2023-11-01 18:29:54 +13:00
Steven Nguyen
755699de8a
Bump appwrite version to 1.4.9
2023-10-31 12:40:45 -07:00
Steven Nguyen
c4e22b1085
Fix warning when cookie is null
2023-10-31 18:25:35 +00:00
Khushboo Verma
ce6d873cf4
Added cURL timeout and not store response data for webhooks
2023-10-31 15:55:11 +05:30
Prateek Banga
a58f473b29
adds createdAt and updatedAt in messaging models
2023-10-31 14:01:42 +05:30
prateek banga
06daa544e8
review changes
2023-10-30 23:37:57 +05:30
Steven Nguyen
c1df289df7
Bump appwrite version to 1.4.8
2023-10-27 10:31:43 -07:00
Christy Jacob
24824e1582
Merge pull request #7015 from appwrite/feat-delete-orphaned-projects
...
Feat delete orphaned projects
2023-10-27 20:21:52 +04:00
shimon
75484fa018
$collectionsConfig fix
2023-10-27 19:07:27 +03:00
shimon
917a4e9ab1
$collectionsConfig fix
2023-10-27 19:06:16 +03:00
Christy Jacob
bcdebee598
Merge pull request #7024 from appwrite/fix-cookie-header
...
Fix: Cookie Header
2023-10-27 19:36:05 +04:00
Matej Bačo
71807635b3
Move cookie-header logic to request
2023-10-27 17:23:43 +02:00
shimon
07ef5535ef
dry run
2023-10-27 18:23:41 +03:00
Prateek Banga
bc6df4bab7
add recipients array check in API instead of worker
2023-10-27 13:42:27 +05:30
Steven Nguyen
7c1ab91ebc
Add support for variables in email template subject
2023-10-26 16:58:31 -07:00
Steven Nguyen
fc4fa977a0
Update emails from certificate worker to match pattern of other emails
...
Since the certificate worker is sending a job to the mails worker just
like the controllers, it should prepare the email in the same way by
localizing and then sending the inner template for the mail worker to
apply the layout and final variables.
This commit also fixes a problem with a missing subject.
2023-10-26 16:56:44 -07:00
Steven Nguyen
836ce852ed
Refactor email templates
...
Update the mails worker to only be responsible for building the final
email using the base (layout) template and the user, team, project, and
redirect variables.
It is the responsibility of the controller to perform localization and
determine whether a custom or default email template should be used.
If the default one is used, it has to be rendered using the hello,
footer, thanks, and signature variables so that it matches the custom
template. Then, it can be sent to the worker.
2023-10-26 16:47:14 -07:00
Steven Nguyen
70a3820009
Remove unused mail vars
2023-10-26 16:23:58 -07:00
Torsten Dittmann
c81b4576b4
chore: remove install analytics
2023-10-26 22:25:35 +02:00
shimon
fc348b2055
dry run
2023-10-26 21:12:13 +03:00
shimon
7e6378b23b
dry run
2023-10-26 20:56:32 +03:00
shimon
0f43aa6872
dry run
2023-10-26 20:53:36 +03:00
shimon
831122679f
creating script
2023-10-26 17:45:23 +03:00
Prateek Banga
5a9b1f0c24
removes provider from topics
2023-10-26 19:44:06 +05:30
prateek banga
c2cd544948
review changes
2023-10-26 13:46:45 +05:30
Prateek Banga
34b3ed68ee
adds total count for subscribers in topics model
2023-10-26 12:37:39 +05:30
prateek banga
fd4a81c4fc
made review changes
2023-10-25 23:03:23 +05:30
Torsten Dittmann
fbcbd0d430
feat: realtime error handling
2023-10-24 14:32:22 +02:00
Jake Barnby
d5b6421285
Merge remote-tracking branch 'origin/1.4.x' into sync-1.4.x-to-1.5.x
...
# Conflicts:
# composer.lock
2023-10-24 19:46:57 +13:00
Christy Jacob
3e2b6c4344
Merge pull request #6990 from appwrite/feat-1.4.7-release-prep
...
Prepare 1.4.7 release
2023-10-24 00:49:44 +04:00
Steven Nguyen
3addf76a2a
Bump appwrite version to 1.4.7
2023-10-23 13:36:29 -07:00
shimon
0411f9f530
fix function-worker body param typo
2023-10-23 16:33:26 +03:00
Torsten Dittmann
d19baafc59
chore: fix linting
2023-10-20 14:43:48 +02:00
Torsten Dittmann
4f77510b0a
fix: only apply hook flags to mails worker
2023-10-20 14:42:22 +02:00
Torsten Dittmann
1f97aaf591
fix: disable swoole tcp hook for mails worker
2023-10-20 14:40:59 +02:00
prateek banga
af40c63357
review changes
2023-10-20 17:02:13 +05:30
prateek banga
6c260223ba
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into sync-1.4.x-to-1.5.x
2023-10-20 15:00:22 +05:30
prateek banga
161bbfb822
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into sync-1.4.x-to-1.5.x
2023-10-20 14:55:17 +05:30
prateek banga
db9e7b0199
review changes
2023-10-20 13:28:23 +05:30
shimon
dd47ef4fd9
email template path
2023-10-19 20:57:24 +03:00
Christy Jacob
01e842782f
Merge branch '1.4.x' into feat-1.4.6-release-prep
2023-10-19 05:28:02 -04:00
Jake Barnby
389d367fca
Set hard timeouts for API dbs
2023-10-19 15:32:45 +13:00
Steven Nguyen
435b20df77
Bump appwrite version to 1.4.6
2023-10-18 16:07:47 -07:00
Christy Jacob
be26e4b729
chore: remove resque library and update health check endpoints
2023-10-18 19:44:06 +00:00
Christy Jacob
4724d729fb
Merge branch 'refactor-workers-sn' of https://github.com/appwrite/appwrite into feat-delegate-deletes
2023-10-18 18:59:51 +00:00
Christy Jacob
066dd6393d
Merge branch 'refactor-workers-sn' of https://github.com/appwrite/appwrite into feat-delegate-deletes
2023-10-18 18:57:16 +00:00
Christy Jacob
72d0865ad8
chore: use deletes worker for deleting audit logs
2023-10-18 18:54:20 +00:00
Christy Jacob
688f2e5a56
Merge branch 'refactor-workers-sn' of github.com:appwrite/appwrite into remove-obsolete-tasks
2023-10-18 22:19:52 +04:00
shimon
8a52dc3485
some fixes
2023-10-18 20:21:39 +03:00
Christy Jacob
050cb28d4f
fix: incorrect events
2023-10-18 20:30:47 +04:00
Prateek Banga
55187d4781
fix typo
2023-10-18 13:30:01 +05:30
Prateek Banga
4bef86d88b
review changes
2023-10-18 13:19:21 +05:30
Christy Jacob
33ec5b3d7b
chore: re-order tests
2023-10-18 02:36:50 +04:00
Christy Jacob
011df60c0d
feat: remove old worker class
2023-10-18 01:17:02 +04:00
Christy Jacob
685a953705
Merge branch 'refactor-workers-sn' of github.com:appwrite/appwrite into remove-obsolete-tasks
2023-10-17 23:30:44 +04:00
Christy Jacob
617ded14aa
chore: cleanup obsolete CLI tasks
2023-10-17 23:30:11 +04:00
Christy Jacob
7806cf1b55
chore: cleanup obsolete CLI tasks
2023-10-17 23:29:25 +04:00
shimon
593e5ab316
some fixes
2023-10-17 22:08:01 +03:00
shimon
1036cb406d
some fixes
2023-10-17 21:32:38 +03:00
Prateek Banga
b86f531b30
adds data in message model and search param in messages query validator
2023-10-17 23:45:46 +05:30
Prateek Banga
ffeb3f8fcf
review work
2023-10-17 22:53:26 +05:30
Matej Bačo
8b6d050b0d
Fix failing event tests
2023-10-17 18:23:10 +02:00
shimon
56f565bf30
addressing some comments
2023-10-17 07:23:33 +03:00
shimon
e8dbd043ec
addressing some comments
2023-10-17 07:02:54 +03:00
shimon
9a6d88a819
addressing some comments
2023-10-17 06:44:36 +03:00
Jake Barnby
dbfe5e45aa
Delegate custom deletes
2023-10-17 12:18:51 +13:00
shimon
0e2cf14e12
minor fix
2023-10-16 18:17:13 +03:00
Shimon Newman
710ac707e3
Update src/Appwrite/Event/Audit.php
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2023-10-16 18:11:29 +03:00
shimon
2451d9fef1
Merge branch '1.4.x' of github.com:appwrite/appwrite into refactor-workers-sn
...
Conflicts:
src/Appwrite/Platform/Workers/Deletes.php
2023-10-16 17:06:59 +03:00
shimon
2fcda9fc11
Merge branch 'cl-1.4.x' of github.com:appwrite/appwrite into refactor-workers-sn
2023-10-16 17:03:43 +03:00
shimon
94178f8eaf
rollback to Usage
2023-10-15 20:41:09 +03:00
Yatharth Verma
96f389cee5
merge 1.4.x changes to my branch
2023-10-14 11:57:40 +05:30
Bradley Schofield
5274f1234b
Merge branch 'main' into feat-improve-migration-validations
2023-10-13 16:23:25 +01:00
Torsten Dittmann
c0c4cffba2
fix: relative links to absolute v2
2023-10-13 15:43:44 +02:00
Prateek Banga
feac25f401
adds already sent exception in update message
2023-10-13 18:35:49 +05:30
Prateek Banga
0b1b7646d5
review changes
2023-10-13 18:26:54 +05:30
Christy Jacob
d8714ec3fa
fix: rename domains collection to rules in hamster script
2023-10-13 12:54:10 +04:00
Christy Jacob
b3d8998735
chore: update hamster script
2023-10-13 12:29:03 +04:00
Jake Barnby
1ac3372239
Set queue name per worker
2023-10-12 17:55:30 +13:00
Jake Barnby
0ebb256b16
Revert formatting
2023-10-12 15:31:58 +13:00
Jake Barnby
096a529618
Revert "Merge branch 'feat-db-per-process' of github.com:appwrite/appwrite into feat-db-per-process"
...
This reverts commit 6f42305484 , reversing
changes made to 69abd222e8 .
2023-10-12 15:30:01 +13:00
Jake Barnby
6f42305484
Merge branch 'feat-db-per-process' of github.com:appwrite/appwrite into feat-db-per-process
...
# Conflicts:
# bin/worker-databases
# src/Appwrite/Event/Database.php
# src/Appwrite/Platform/Workers/Databases.php
2023-10-12 15:28:52 +13:00
Jake Barnby
69abd222e8
Simplify
2023-10-12 15:26:01 +13:00
Jake Barnby
7a78f49eb9
Allow multiprocess for db queue
2023-10-12 15:23:16 +13:00
Jake Barnby
5d845208d9
Simplify
2023-10-12 15:02:53 +13:00
shimon
1c8b38502a
sync with main
2023-10-11 17:07:06 +03:00
shimon
2cd4514086
sync with main
2023-10-11 16:03:15 +03:00
shimon
893b1d0ba7
Merge branch 'main' of github.com:appwrite/appwrite into refactor-workers
...
Conflicts:
.gitmodules
app/controllers/api/functions.php
app/controllers/api/health.php
app/init.php
app/views/install/compose.phtml
composer.lock
src/Appwrite/Migration/Migration.php
src/Appwrite/Platform/Workers/Builds.php
src/Appwrite/Platform/Workers/Deletes.php
src/Appwrite/Platform/Workers/Functions.php
src/Executor/Executor.php
2023-10-11 12:08:13 +03:00
Jake Barnby
d238d79e29
Allow multiprocess for db queue
2023-10-11 21:28:29 +13:00
Prateek Banga
17ba6355e0
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-10-10 19:52:19 +05:30
Prateek Banga
bb52647366
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-mailgun-provider
2023-10-10 19:06:39 +05:30
Prateek Banga
1e5a2a78aa
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into sync-1.5.x-with-1.4.x
2023-10-10 17:46:44 +05:30
Torsten Dittmann
920d2b2db3
Merge branch 'cl-1.4.x' into 1.4.x
2023-10-10 11:59:24 +02:00
Steven Nguyen
071920fb30
Bump version to 1.4.5
2023-10-09 16:39:46 -07:00
Prateek Banga
a77a212e2c
adds scheduling for messaging worker
2023-10-09 17:29:26 +05:30
Bradley Schofield
9cb1cf418c
Improve Error Handling and Add more Validation
2023-10-06 17:02:01 +01:00
Prateek Banga
a92390dda2
review changes
2023-10-06 19:23:46 +05:30
Prateek Banga
d842191cc6
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-mailgun-provider
2023-10-06 03:53:16 +05:30
Prateek Banga
d5cc214546
Merge branch 'main' of https://github.com/appwrite/appwrite into sync-main-1.5.x
2023-10-06 03:44:36 +05:30
shimon
948f36a023
sync with 1.4
2023-10-05 16:15:39 +03:00
Prateek Banga
22d445587e
review changes
2023-10-05 16:57:48 +05:30
Prateek Banga
5891872fad
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-10-04 17:27:56 +05:30
Prateek Banga
48b91e39a8
review changes
2023-10-04 16:15:59 +05:30
shimon
a643a8c907
sync with 1.4
2023-10-04 13:43:21 +03:00
Jake Barnby
d1502029d1
Fix missing array flag on migration errors response model rule
2023-10-04 15:05:42 +13:00
shimon
e3668a4d06
sync with 1.4
2023-10-03 21:56:36 +03:00
shimon
429dabaaee
sync with 1.4
2023-10-03 19:50:48 +03:00
shimon
3b00e396d5
sync with main
2023-10-03 15:15:13 +03:00
shimon
6d60b0bd8c
sync with 1.4
2023-10-03 11:40:34 +03:00
shimon
2bb4d8fb89
sync with 1.4
2023-10-02 17:02:48 +03:00
shimon
75d8741eaa
sync against master
2023-10-01 21:30:52 +03:00
shimon
b1da87f970
migrations worker
2023-10-01 21:06:25 +03:00
shimon
b02d51c794
migrations worker
2023-10-01 20:39:26 +03:00
shimon
47d27096db
deletes & databases workers
2023-10-01 11:04:12 +03:00
shimon
9cf83151cd
certificates worker
2023-09-28 20:37:07 +03:00
shimon
a10246a9bd
build && audit && usage workers
2023-09-28 13:45:15 +03:00
Christy Jacob
ac844d33ef
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into cl-1.4.x
2023-09-27 23:25:48 +00:00
Christy Jacob
0c2cd174a5
chore: prep for 1.4.4
2023-09-27 21:28:28 +00:00
Christy Jacob
50600d6f2a
Merge pull request #6343 from appwrite/master
...
Merge master into 1.4.x
2023-09-27 17:20:32 -04:00
shimon
dcf0107a79
sync with master
2023-09-27 20:10:21 +03:00
shimon
c4bd6e008e
Merge branch 'master' of github.com:appwrite/appwrite into refactor-workers
...
Conflicts:
.env
app/cli.php
app/config/collections.php
app/console
app/controllers/api/account.php
app/controllers/api/databases.php
app/controllers/api/functions.php
app/controllers/api/projects.php
app/controllers/api/storage.php
app/controllers/api/teams.php
app/controllers/api/users.php
app/controllers/general.php
app/controllers/shared/api.php
app/init.php
app/worker.php
app/workers/audits.php
app/workers/builds.php
app/workers/certificates.php
app/workers/databases.php
app/workers/deletes.php
app/workers/functions.php
app/workers/mails.php
bin/worker-usage
composer.json
composer.lock
docker-compose.yml
src/Appwrite/Event/Delete.php
src/Appwrite/Event/Mail.php
src/Appwrite/Platform/Tasks/Maintenance.php
2023-09-27 18:51:17 +03:00
Prateek Banga
90352c57ac
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-09-27 18:58:18 +05:30
Prateek Banga
234f7f003b
updated test cases for msg91 provider, moves worker to use provider from settings
2023-09-27 18:58:00 +05:30
Prateek Banga
63bd4d6daf
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-09-27 16:57:07 +05:30
Prateek Banga
a0858ccc4e
adds message description, options to mailgun provider
2023-09-26 13:12:44 +05:30
Christy Jacob
79d7bd8379
chore: linter
2023-09-26 00:10:17 +04:00
Christy Jacob
39dc153a22
chore: remove comments
2023-09-26 00:05:01 +04:00
Christy Jacob
d4debddc46
chore: update hamster script
2023-09-26 00:01:42 +04:00
Christy Jacob
d1d523e1dc
chore: update hamster script
2023-09-26 00:01:34 +04:00
Torsten Dittmann
c273e3d8e1
Merge pull request #6229 from btme0011/fix-6212-Issue-With-Linkedin-OAuth
2023-09-24 01:57:58 +02:00
Yatharth Verma
f07f246f8d
fix conflicts
2023-09-22 22:53:41 +05:30
Prateek Banga
e00b273577
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-09-21 22:19:30 +05:30
Prateek Banga
3ebcfe548d
Adds get message endpoint
2023-09-21 16:26:53 +05:30
Prateek Banga
0510de5eab
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-09-20 23:37:35 +05:30
Prateek Banga
35d842171c
review changes
2023-09-20 23:37:10 +05:30
Prateek Banga
afef225339
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-09-20 17:39:36 +05:30
Prateek Banga
f9030132a5
messaging worker logic to send message to providers batch limit
2023-09-20 17:38:29 +05:30
Prateek Banga
a2e34b5b64
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-mailgun-provider
2023-09-20 16:59:07 +05:30
Matej Bačo
8926d24a0d
One more env var rename
2023-09-19 09:35:32 +02:00
Matej Bačo
d87dbad768
PR review changes
2023-09-19 09:31:57 +02:00
Matej Bačo
6a7950aa34
Add function domains force https
2023-09-18 12:27:47 +02:00
Jake Barnby
9ba609c46e
Merge pull request #6238 from appwrite/1.4.x
...
1.4.x
2023-09-15 18:49:55 -04:00
Jake Barnby
ff7b102550
Merge remote-tracking branch 'origin/1.4.x' into chore-update-appwrite-version
2023-09-15 12:21:42 -04:00
Christy Jacob
bede0d43d4
fix: add try catch block in the schedules task
2023-09-15 05:24:00 +00:00
Christy Jacob
1e6b37f980
chore: update appwrite version
2023-09-14 19:53:32 +00:00
Prateek Banga
d2ce8155e6
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-messages-event-config
2023-09-15 01:06:17 +05:30
Christy Jacob
50405f838e
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into chore-cleanup-dockerfile
2023-09-14 18:07:53 +00:00
prateek banga
7d51da2e69
review changes
2023-09-14 16:43:38 +05:30
prateek banga
2fe94be4c1
review changes
2023-09-14 16:34:53 +05:30
Akhil Anand
5ba6491dd5
fix-6212-Issue-With-Linkedin-OAuth
2023-09-14 13:16:45 +05:30
Prateek Banga
350549db7d
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-add-messaging-response-models
2023-09-14 02:17:34 +05:30
Akhil Anand
2aa788d7d5
fix-6212-Issue-With-Linkedin-OAuth
2023-09-13 21:31:26 +05:30
prateek banga
4bb611efc4
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-09-13 17:48:18 +05:30
prateek banga
778056d8e0
Merge branch 'feat-messages-event-config' of https://github.com/appwrite/appwrite into feat-mailgun-provider
2023-09-13 17:08:37 +05:30
prateek banga
f472ae578f
Merge branch 'feat-add-messaging-response-models' of https://github.com/appwrite/appwrite into feat-messages-event-config
2023-09-13 17:02:56 +05:30
prateek banga
9b6fc440d9
Review changes and adds enabled in providers collection
2023-09-13 16:57:59 +05:30
Prateek Banga
420eb8857a
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-09-13 00:07:32 +05:30
Prateek Banga
6affa6b5a0
Merge branch 'feat-messages-event-config' of https://github.com/appwrite/appwrite into feat-mailgun-provider
2023-09-13 00:07:09 +05:30
Prateek Banga
a723744b06
Merge branch 'feat-add-messaging-response-models' of https://github.com/appwrite/appwrite into feat-messages-event-config
2023-09-13 00:06:49 +05:30
Prateek Banga
11a458f1df
change providers to authProviders in remaining places
2023-09-13 00:06:18 +05:30
Binyamin Yawitz
5cb03da001
Extracting function event validator to its own class.
2023-09-11 23:24:11 -04:00
Prateek Banga
996de004fb
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-09-11 20:41:52 +05:30
Prateek Banga
ddbee0a55b
Merge branch 'feat-messages-event-config' of https://github.com/appwrite/appwrite into feat-mailgun-provider
2023-09-11 20:41:12 +05:30
Prateek Banga
8957640d27
Merge branch 'feat-add-messaging-response-models' of https://github.com/appwrite/appwrite into feat-messages-event-config
2023-09-11 20:40:32 +05:30
Prateek Banga
78a2f6f246
review changes
2023-09-11 20:36:43 +05:30
Prateek Banga
a59cfb6461
review changes
2023-09-11 20:30:21 +05:30
Jake Barnby
d4f6b99ee2
Fix mock enum endpoint
2023-09-07 19:25:42 -04:00
Christy Jacob
b9675f736b
Update src/Appwrite/Migration/Version/V19.php
...
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
2023-09-06 23:32:49 -04:00
Christy Jacob
732a2b4a98
chore: linter
2023-09-06 22:10:43 +00:00
Christy Jacob
4250a634d3
Merge branch 'fix-migration-issues' of https://github.com/appwrite/appwrite into fix-migration-issues
2023-09-06 22:08:55 +00:00
Christy Jacob
c439202d3c
chore: review comments
2023-09-06 22:08:26 +00:00
Christy Jacob
d96a6d7883
Apply suggestions from code review
...
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
2023-09-06 18:06:31 -04:00
Christy Jacob
ec9ecb6cd4
chore: linter
2023-09-06 20:08:07 +00:00
Christy Jacob
430ec73a98
fix: incorrect attribute name
2023-09-06 20:01:43 +00:00
Christy Jacob
aac46cd5fe
fix: migration issues
2023-09-06 19:59:42 +00:00
Christy Jacob
5cfabc7a12
fix: migrations fix and update changelog
2023-09-06 19:25:07 +00:00
Christy Jacob
11f2ee8a1c
feat: prep for 1.4.2
2023-09-06 18:22:04 +00:00
Christy Jacob
4ea0541623
Merge pull request #6150 from appwrite/fix-global-vars
...
Fix: Global variables
2023-09-06 13:51:13 -04:00
Christy Jacob
30713f58f9
Merge pull request #6146 from appwrite/fix-create-function-request-filter
...
Fix create execution request filter from previous SDK version
2023-09-05 23:50:08 -04:00
Christy Jacob
53b1c87c6e
Merge pull request #6141 from appwrite/fix-overwrite-executor-variable
...
Fix _APP_EXECUTOR_HOST for upgrades
2023-09-05 19:35:31 -04:00
prateek banga
3d286a2171
Merge branch 'feat-mailgun-provider' into feat-topics-controller
2023-09-05 23:10:59 +05:30
prateek banga
38d81c058b
lint fix
2023-09-05 23:10:33 +05:30
prateek banga
6aa443454b
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-09-05 22:58:43 +05:30
prateek banga
597fd965f7
Merge branch 'feat-add-messaging-response-models' of https://github.com/appwrite/appwrite into feat-messages-event-config
2023-09-05 22:57:48 +05:30
prateek banga
78a53aee37
adds messaging event and updates messaging worker
2023-09-05 22:40:48 +05:30
Matej Bačo
79726dbfb6
Fix formatting
2023-09-05 13:16:20 +02:00