Commit graph

15750 commits

Author SHA1 Message Date
ArnabChatterjee20k
4d47bc2ebf Merge remote-tracking branch 'upstream/1.8.x' into dat-647 2025-11-07 13:48:59 +05:30
ArnabChatterjee20k
119d6c1789 Merge remote-tracking branch 'upstream/1.8.x' into dat-647 2025-11-07 13:19:28 +05:30
Matej Bačo
ad6aff6af2 remove locale cache 2025-11-06 13:24:17 +01:00
Chirag Aggarwal
87b0bfcdfe Merge branch '1.8.x' into release-python 2025-11-06 08:33:07 +05:30
Steven Nguyen
25b3680b1d
Merge branch '1.8.x' into fix/sitesCreateDeployment 2025-11-04 11:36:37 -08:00
Chirag Aggarwal
c442dd3ef1 chore: release python sdk to 13.6.1 2025-11-04 17:19:42 +05:30
Jake Barnby
1d84f1666d Fix copy 2025-11-03 18:36:07 +13:00
Jake Barnby
aa6390062f Fix text centering 2025-11-03 18:35:59 +13:00
Jake Barnby
455b9b3ca7 Fix logo size 2025-11-03 18:35:43 +13:00
Jake Barnby
750ccdf33d Merge remote-tracking branch 'origin/1.8.x' into feat-operators 2025-11-03 16:06:09 +13:00
Eldad A. Fux
745e9e2bea
Merge pull request #10675 from appwrite/feat-screenshots-endpoint
POC - website screenshots
2025-11-01 18:03:37 +01:00
Matej Bačo
ea1099b112
Merge pull request #10746 from appwrite/ser-453
Update base template for session alert email
2025-10-31 13:47:22 +01:00
Hemachandar
f9542e2be2 Update base template for session alert email 2025-10-31 17:52:47 +05:30
Jake Barnby
3e291492fb Update versions 2025-11-01 01:16:24 +13:00
Jake Barnby
e7dc7a6fba Update specs 2025-11-01 01:05:15 +13:00
Jake Barnby
dc968a1fa4 Merge remote-tracking branch 'origin/1.8.x' into feat-operators
# Conflicts:
#	composer.lock
2025-11-01 00:56:06 +13:00
Jake Barnby
0fae37a999 Fix colors 2025-11-01 00:49:08 +13:00
Jake Barnby
77968be454 Fix template 2025-11-01 00:10:39 +13:00
Chirag Aggarwal
6bd52875dc update to major 2025-10-30 18:13:32 +05:30
Chirag Aggarwal
07214de370 update sdks 2025-10-30 10:03:36 +05:30
Damodar Lohani
d56bd44f67 Fix label parsing 2025-10-30 02:07:15 +00:00
Damodar Lohani
a39970c59a
Merge branch '1.8.x' into feat-screenshots-endpoint 2025-10-30 07:26:43 +05:45
Damodar Lohani
b30890c1d6 remove duplicate configs 2025-10-30 01:37:53 +00:00
Damodar Lohani
5c1f6244c8 remove dump 2025-10-30 01:32:22 +00:00
Damodar Lohani
7156036120 remove viewport fullpage duplicate 2025-10-30 01:31:45 +00:00
Chirag Aggarwal
baa7a170d9 update sdks 2025-10-29 18:54:29 +05:30
shimon
a7dbb3daea Refactor API parameters to replace 'includeTotal' with 'total' across multiple endpoints for consistency in response handling. 2025-10-29 11:08:08 +02:00
shimon
33000134df addrising comments + composer.lock 2025-10-29 09:17:10 +02:00
shimon
b893599ba8 Merge branch '1.8.x', commit 'f18aa6b6486d52ef97674c1ac483c476b85a6f21' of github.com:appwrite/appwrite into feat-disable-count
# Conflicts:
#	composer.lock
2025-10-29 09:03:44 +02:00
Damodar Lohani
8f87b9cb5e
Merge branch '1.8.x' into feat-screenshots-endpoint 2025-10-29 09:19:47 +05:45
Damodar Lohani
637bf4f231 add abuse limit 2025-10-29 03:30:43 +00:00
Jake Barnby
9f2ff0e1f7 Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
# Conflicts:
#	app/config/specs/open-api3-1.8.x-client.json
#	app/config/specs/open-api3-1.8.x-console.json
#	app/config/specs/open-api3-1.8.x-server.json
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-1.8.x-client.json
#	app/config/specs/swagger2-1.8.x-console.json
#	app/config/specs/swagger2-1.8.x-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
2025-10-28 17:22:02 +13:00
Luke B. Silver
e4f63ed0c9
Merge pull request #10694 from appwrite/update-sdks
update sdks
2025-10-27 11:16:26 +00:00
shimon
b760a88af7 Merge branch '1.8.x', commit 'ab1e51034826dde50034e6e73fc5d546e800dd6d' of github.com:appwrite/appwrite into feat-disable-count
# Conflicts:
#	composer.lock
2025-10-27 10:13:37 +02:00
Damodar Lohani
2afba50a8c Feat: usage stats for screenshot generated 2025-10-27 06:44:04 +00:00
Chirag Aggarwal
22f44c51d6 regen specs 2025-10-27 11:23:56 +05:30
eldadfux
61f4c7957a Add new configuration variable '_APP_BROWSER_HOST' for browser service communication; update avatar screenshot API to use System::getEnv for environment variable retrieval 2025-10-25 10:22:53 +01:00
eldadfux
f13c029751 Refactor avatar screenshot API to replace 'viewport' parameter with separate 'viewportWidth' and 'viewportHeight' parameters; update related tests for validation of new dimensions and edge cases. 2025-10-24 22:53:10 +01:00
Eldad Fux
d8bde641e9 Update appwrite-browser image to version 0.3.1; enhance avatar screenshot API by adding 'waitUntil' parameter and refactoring image processing logic for improved efficiency. 2025-10-24 21:42:10 +01:00
Matej Bačo
3dd1c3de13 Merge branch '1.8.x' into feat-tanstack-start-sites 2025-10-24 12:43:51 +02:00
Matej Bačo
4472437696 AI code review fix 2025-10-24 12:41:46 +02:00
Matej Bačo
ca39c2cde5 Add tanstack starter 2025-10-24 12:33:50 +02:00
Jake Barnby
24bfad100d
Merge pull request #10690 from appwrite/feat-resend
feat: resend adapter
2025-10-24 09:13:24 +00:00
Chirag Aggarwal
d90e2621a1 update sdks 2025-10-24 14:00:39 +05:30
Hemachandar
572870e320
Merge branch '1.8.x' into ser-376 2025-10-24 13:55:21 +05:30
Khushboo Verma
a6af0cc73a Skip auth check to delete vcs lock document 2025-10-23 20:27:45 +05:30
Chirag Aggarwal
f12481ce20 add update endpoint 2025-10-23 19:42:12 +05:30
Chirag Aggarwal
a280a565f6 feat: resend adapter 2025-10-23 19:06:11 +05:30
Matej Bačo
6f188a03d5 Manual QA bug fixing 2025-10-23 12:43:57 +02:00
Jake Barnby
7318ebf1d8
Merge branch 'feat-csv-export' of github.com:appwrite/appwrite into feat-csv-export 2025-10-23 21:34:21 +13:00