Damodar Lohani
084ea103b1
Merge branch 'main' into feat-project-changes
2025-05-26 01:45:06 +00:00
Torsten Dittmann
d3e8b2a465
Merge pull request #1878 from appwrite/fix-support
...
Fix undefined errors
6.0.13
2025-05-25 19:35:14 +02:00
Torsten Dittmann
1b15ed2c44
Merge pull request #1891 from appwrite/fix-project-disable-stated
...
Remove unused service disabled check from organization page
2025-05-25 19:34:50 +02:00
Torsten Dittmann
0b06034809
Remove unused services import
2025-05-25 19:11:37 +02:00
Torsten Dittmann
f7073dab95
Update @appwrite.io/pink-svelte to commit 90cb757
2025-05-25 19:07:27 +02:00
Torsten Dittmann
6c0889d79f
Remove unused service disabled check from organization page
2025-05-25 19:07:15 +02:00
Matej Bačo
4c490c082c
Merge pull request #1890 from appwrite/fix-site-deployment
...
Chore: Push forgotten commit
2025-05-25 18:23:26 +02:00
Matej Bačo
43467b856c
Fix formatting
2025-05-25 18:15:10 +02:00
Matej Bačo
9ec96431b3
Upgrade to Cloud SDK including chunk upload fixes
2025-05-25 17:59:34 +02:00
Matej Bačo
1b8f44fba6
Forgotten commit
2025-05-25 11:03:32 +02:00
Matej Bačo
7224761b2b
Merge pull request #1888 from appwrite/fix-site-deployment
...
Fix domain check and max size
6.0.12
2025-05-25 00:51:12 +02:00
Matej Bačo
52411930f1
Linter fix
2025-05-24 23:31:33 +02:00
Matej Bačo
90af2d522c
Fix frozen rule creation
2025-05-24 23:31:13 +02:00
Matej Bačo
e21e468c5c
Fix domain check and max size
2025-05-24 23:25:02 +02:00
Matej Bačo
5d88164756
Merge pull request #1887 from appwrite/fix-sessions-list
...
Fix: Sessions list
2025-05-24 23:12:52 +02:00
Matej Bačo
6d0ac93312
Formatting fix
2025-05-24 23:07:26 +02:00
Matej Bačo
7f42cb3d9c
Fix freeze, layout
2025-05-24 23:05:51 +02:00
Torsten Dittmann
8979a63a61
Merge pull request #1885 from appwrite/fix-e2e
...
Fix: E2E based on the new console flow
2025-05-24 16:21:55 +02:00
Steven Nguyen
512a2f9843
Merge pull request #1884 from appwrite/fix-hardcoded-upload-limits
...
Fix: hardcoded max file size values
2025-05-24 00:17:13 -07:00
Darshan
afc87af590
address comments.
2025-05-24 12:44:57 +05:30
Darshan
974020f615
fix: e2es, finally!
2025-05-24 11:23:30 +05:30
Darshan
0f39af39d7
fix: hardcoded max file size values.
2025-05-24 10:13:37 +05:30
Matej Bačo
2a38336efe
Merge pull request #1883 from appwrite/fix-self-hosted-ports
...
Fix: Self-hosted ports
6.0.11
2025-05-23 23:25:28 +02:00
Matej Bačo
b310d94ba2
fix-self-hosted-ports
2025-05-23 23:18:52 +02:00
Arman
0c60417968
Merge pull request #1881 from appwrite/fix-logs-links-deployment-table
...
fix: logs missing url, deploments overview table
2025-05-23 15:13:20 +02:00
Arman
275b0f4cd3
fix: logic
2025-05-23 13:57:03 +02:00
Arman
6a4aba84e2
fix: log request
2025-05-23 13:52:13 +02:00
Darshan
d28bcbf1ac
Merge pull request #1879 from appwrite/update-domain-type
...
Update domain types
2025-05-23 15:31:16 +05:30
Arman
6816c63fa8
fix: logs missing url, deploments overview table
2025-05-23 11:27:44 +02:00
Ernst Mulders
026f7e17de
Merge pull request #1880 from appwrite/fix/fix-cronjob-field-to-text
...
Cronjob field as text
2025-05-23 10:35:24 +02:00
ernstmul
cdd1eb6dc8
Cronjob field as text
2025-05-23 10:31:25 +02:00
Darshan
b457086fc5
fix: prop names.
2025-05-23 13:50:40 +05:30
Darshan
6ead88a743
update: rename all domain vars to proxy if ProxyRule type for clarity in sites.
2025-05-23 13:50:25 +05:30
Darshan
289d9fc94c
update: rename all domain vars to proxy if ProxyRule type for clarity in functions.
2025-05-23 13:04:30 +05:30
Darshan
737aeb4227
update: fix status code with correct options, show target to rules.
2025-05-23 12:50:32 +05:30
Steven Nguyen
2a6dbc729f
fix(billing): fix error when currentPlan or organization is undefined
...
When going from /account to /organization/[organization]/change-plan,
the currentPlan and organization variables may not be defined as the
states are still being set. This change ensures an error isn't thrown
so that the states can update fully.
2025-05-22 16:31:25 -07:00
Steven Nguyen
1d8458084a
fix(support): fix upgrade URL for free organization
...
Even though upgradeURL isn't used when there are no free orgs, this line
is still evaluated and will throw an error because freeOrganization
is undefined. This commit adds a null check to prevent this error.
2025-05-22 16:28:32 -07:00
Darshan
0341bc368d
Merge pull request #1876 from appwrite/fix-upload-limit
...
Fix upload limit
6.0.10
2025-05-22 19:32:46 +05:30
Darshan
4eae18e77f
fix: lint and param type.
2025-05-22 19:27:17 +05:30
Darshan
23ec4373bc
remove: new tag on DENO.
2025-05-22 19:23:23 +05:30
Darshan
9d87492445
add: deployment upload limit logic.
2025-05-22 19:21:23 +05:30
Darshan
7f6252c407
Merge pull request #1875 from appwrite/manage-dns-tabs
...
Manage DNS tabs
2025-05-22 19:10:16 +05:30
Darshan
0126622e51
fix: return to domains list on deletion.
2025-05-22 18:41:09 +05:30
Darshan
4b23c8edfd
fix: check.
2025-05-22 18:21:49 +05:30
Darshan
1c055ee47d
Merge branch 'main' of https://github.com/appwrite/console
2025-05-22 18:16:59 +05:30
Darshan
a07f7e269f
update: DNS tabs on functions.
2025-05-22 18:14:45 +05:30
Darshan
757f20cfdf
update: DNS tabs on settings.
2025-05-22 18:13:46 +05:30
Darshan
4af7da2d41
update: DNS tabs on sites.
2025-05-22 18:12:02 +05:30
Darshan
d3e51c6e7c
update: badge sizes.
2025-05-22 18:11:43 +05:30
Arman
990e43e65a
Merge pull request #1874 from appwrite/feat-use-combobox-branch-input
...
feat: use combobox for branch inputs
2025-05-22 14:14:07 +02:00