1
0
Fork 0
mirror of synced 2024-09-01 18:31:28 +12:00
Commit graph

17555 commits

Author SHA1 Message Date
Torsten Dittmann
2da7cc6e69
Merge pull request #6164 from appwrite/fix-skip-non-ascii-chars-image 2023-09-29 21:18:12 +02:00
Steven Nguyen
9d47237da9
Merge branch '1.4.x' into fix-skip-non-ascii-chars-image 2023-09-29 11:07:31 -07:00
Torsten Dittmann
4205614b74
Merge pull request #6363 from appwrite/fix-avatar-tests
Fix avatars tests
2023-09-29 20:04:37 +02:00
Steven Nguyen
f2feecf84e
Fix avatars tests
Because the tests referenced images on the appwrite.io website, but the
appwrite.io website changed, the tests broke. This updates the tests to
reference valid images/URLs.

In addition, the favicon test was changed to use github.com because
appwrite.io has an SVG favicon which the avatars API does not support.
2023-09-29 10:25:22 -07:00
Bradley Schofield
1136dc9e64 Add Test and don't stop on special char 2023-09-29 16:27:59 +01:00
Bradley Schofield
615d61d962 Merge branch '1.4.x' into fix-skip-non-ascii-chars-image 2023-09-29 09:21:17 +01:00
Christy Jacob
583f8dbc54
Merge pull request #6349 from appwrite/fix-empty-fulltext-search
Fix empty fulltext search
2023-09-28 15:42:07 -04:00
Christy Jacob
d3e27be2d3
Merge pull request #6353 from appwrite/chore-changes-initials-fix
Update CHANGES.md to add fix for avatar initials
2023-09-28 14:47:59 -04:00
Steven Nguyen
c85cf65e8f
Update CHANGES.md to add fix for avatar initials 2023-09-28 09:33:20 -07:00
Jake Barnby
aa1cf053f7
Add test ensuring no 500 on bad serach 2023-09-28 18:58:29 +13:00
Jake Barnby
4491975f78
Update database 2023-09-28 18:41:58 +13:00
Christy Jacob
6211a58b2b
Merge pull request #6348 from appwrite/chore-generate-specs
Generate 1.4.x and latest specs
2023-09-27 20:13:57 -04:00
Steven Nguyen
faf69a7a4e
Generate 1.4.x and latest specs 2023-09-27 16:42:04 -07:00
Christy Jacob
4f88ba8b88
Merge pull request #6347 from appwrite/chore-prep-for-1.4
Chore prep for 1.4
2023-09-27 18:59:16 -04:00
Christy Jacob
df3eef3471
Merge pull request #6346 from appwrite/chore-add-health-endpoints
Chore add health endpoints
2023-09-27 18:44:06 -04:00
Christy Jacob
9fa93e0449 chore: review comments 2023-09-27 22:13:03 +00:00
Christy Jacob
70988f5f7e chore: update changelog 2023-09-27 21:52:12 +00:00
Christy Jacob
9adeac5f2c chore: update changelog 2023-09-27 21:51:56 +00:00
Christy Jacob
d4a8137e63 chore: update changelog 2023-09-27 21:50:07 +00:00
Christy Jacob
c93780cb27 chore: generate new specs 2023-09-27 21:37:34 +00:00
Christy Jacob
0c2cd174a5 chore: prep for 1.4.4 2023-09-27 21:28:28 +00:00
Matej Bačo
d625b9abc8 Remvoe unnessessary comments 2023-09-27 21:25:12 +00:00
Matej Bačo
2d578dddac Remove double test 2023-09-27 21:25:04 +00:00
Matej Bačo
e58bf7f695 Rename audits back to logs 2023-09-27 21:24:56 +00:00
Matej Bačo
5120152369 Add all worker health endpoints 2023-09-27 21:24:41 +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
Christy Jacob
540116502f
Merge pull request #6342 from appwrite/feat-bump-assistant
Bump appwrite-assistant to prevent it from crashing w/o open ai key
2023-09-27 17:17:04 -04:00
Christy Jacob
d0f2a101a7
Merge pull request #6332 from appwrite/fix-long-running-functions
Fix execution call timeout
2023-09-27 17:16:30 -04:00
Christy Jacob
9ec6597464
Merge pull request #6344 from appwrite/chore-bump-composer
Bump composer to fix migration bug
2023-09-27 17:14:57 -04:00
Eldad A. Fux
c659c5978f
Merge pull request #6277 from appwrite/feat/avatar-colors
Update avatar font and default colors
2023-09-27 21:35:32 +03:00
Steven Nguyen
376cfc9d6a
Bump composer to fix migration bug 2023-09-27 11:18:03 -07:00
Steven Nguyen
43f491c5bf
Bump appwrite-assistant to prevent it from crashing w/o open ai key 2023-09-27 10:46:48 -07:00
Eldad A. Fux
59a850d8b8
Merge pull request #5926 from Dksie09/sentence-case
converted desc to sentence case
2023-09-27 18:16:40 +03:00
Vincent (Wen Yu) Ge
86f0e6008c
Merge branch 'master' into sentence-case 2023-09-27 11:11:58 -04:00
Matej Bačo
872531dc95 Fix execution call timeout 2023-09-26 10:06:22 +02:00
Steven Nguyen
4a0c77a8df
Update avatar font and default colors 2023-09-25 15:55:15 -07:00
Christy Jacob
6a28499f1b
Merge pull request #6329 from appwrite/patch-oauth-flows-1.4.x
Patch: Disable console protection
2023-09-25 09:34:43 -04:00
Christy Jacob
ad83a34857
Merge pull request #6317 from appwrite/feat-event-json-parsing
Feat: Parse event body
2023-09-25 09:34:23 -04:00
Christy Jacob
0b19b62f39
Merge pull request #6326 from appwrite/fix-max-function-body
Fix: Execution body limit
2023-09-25 09:31:48 -04:00
Matej Bačo
420d2a9c36 @Meldiron Disable console endpoint protection 2023-09-25 15:05:51 +02:00
Matej Bačo
c35f05f495 Increase max body size 2023-09-25 11:12:41 +02:00
Matej Bačo
a6aa38f1d8 Fix test 2023-09-25 09:55:55 +02:00
Matej Bačo
303c8a16ca Fix test 2023-09-24 14:38:33 +02:00
Matej Bačo
fee30e0239 Remove unnessessary test code 2023-09-24 14:34:27 +02:00
Matej Bačo
310517fd29 Auto-parse event bodies + test 2023-09-24 13:19:31 +02:00
Torsten Dittmann
c273e3d8e1
Merge pull request #6229 from btme0011/fix-6212-Issue-With-Linkedin-OAuth 2023-09-24 01:57:58 +02:00
Torsten Dittmann
614e91b60a
Merge pull request #6260 from appwrite/fix-delete-project-domains 2023-09-24 01:54:28 +02:00
Christy Jacob
9dde039adf
Merge pull request #6290 from appwrite/fix-deployment-delete
Fix deployment delete
2023-09-22 11:37:50 -04:00
Christy Jacob
e35b07bf0a
Merge pull request #6268 from appwrite/fix-download-deployment-desc
Add Description for Download Deployment
2023-09-22 06:24:48 -04:00
Steven Nguyen
d731d2b619
Remove legacy comment 2023-09-21 15:35:40 -07:00