Commit Graph
7072 Commits
Author SHA1 Message Date
ernstmul 9391f10569 Fix: Show the summation of the graph, not the totals 2025-04-30 10:59:36 +02:00
Ernst MuldersandGitHub bd4a17d9a1 Merge pull request #1825 from appwrite/fix-firefox-region-behaviour
Fix: regions jumping around on Firefox
2025-04-30 10:11:33 +02:00
ernstmul 9a5f9368a2 Fix: disable checkbox when region is not available OR disabled 2025-04-30 10:10:38 +02:00
ernstmul fc6fe83eb1 Fix: regions jumping around on Firefox 2025-04-30 09:59:26 +02:00
Torsten DittmannandGitHub 15bb0191a9 Merge pull request #1808 from appwrite/fix-console-on-custom-domains
Fix: multi-region api access with custom-domains
2025-04-30 09:52:59 +02:00
Darshan fe82658bf1 update: use env var. 2025-04-30 13:11:04 +05:30
Jake Barnby bcadcc2484 Lint 2025-04-30 16:43:46 +12:00
Jake Barnby afe4432e5b Check channels/events 2025-04-30 16:38:32 +12:00
Jake Barnby df44a8ce69 Fix param 2025-04-30 16:25:51 +12:00
Steven NguyenandGitHub a40930c3b5 Merge pull request #1777 from appwrite/fix-support-change-plan
Fix: change-plan from `account` route
2025-04-29 14:15:52 -07:00
ernstmul 2bd38e3c93 Fix: correct apply credit flow on main 2025-04-28 12:04:12 +02:00
580779fc91 Update src/lib/helpers/string.ts
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
2025-04-24 09:53:47 +05:30
Darshan 5a478124bb fix: lint. 2025-04-23 11:39:17 +05:30
Darshan f6c7fd1bd2 update: allow ip-addresses and chrome extension ids. 2025-04-23 10:08:26 +05:30
Torsten DittmannandGitHub db96a08ad1 Merge pull request #1812 from appwrite/fix-oauth-endpoint
fix: oauth endpoints to follow multi region naming
2025-04-22 17:42:53 +02:00
Torsten Dittmann bef141729d fix: service worker to preload assets using fetch 2025-04-22 16:54:10 +02:00
Torsten Dittmann 1b2eace732 fix: remove service worker and adjust nginx caching 2025-04-22 16:19:23 +02:00
ChiragAgg5k c8b91e4022 fix: oauth endpoints to follow multi region naming 2025-04-22 19:49:12 +05:30
Darshan b07732359c update: jsdoc. 2025-04-19 12:09:34 +05:30
Darshan a169d21f7b fix: multi-region api access with custom-domains! 2025-04-19 11:59:17 +05:30
Darshan 4f9644419e lint. 2025-04-18 20:03:45 +05:30
Darshan b073bed10e fix: urls. 2025-04-18 20:00:35 +05:30
Darshan 4cfbe625c3 fix: background color when disabled. 2025-04-18 11:21:19 +05:30
Christy Jacob 803f90d2e8 chore: review comments 2025-04-16 02:04:24 +04:00
Christy Jacob 12f4088e24 chore: review comments 2025-04-16 01:44:59 +04:00
Christy Jacob 043d63e43b chore: review comments 2025-04-16 01:35:40 +04:00
Christy Jacob 1363db0383 chore: review comments 2025-04-16 01:09:11 +04:00
Christy Jacob ff7925803a fix: region logic in wizard 2025-04-16 00:59:25 +04:00
Christy Jacob d7e2c2b2c4 fix: region logic in wizard 2025-04-16 00:58:38 +04:00
Christy Jacob d5a17d73f7 fix: region logic in wizard 2025-04-16 00:55:45 +04:00
Torsten Dittmann e5b0c6612e Remove organization storage usage from bucket view 2025-04-15 22:05:57 +02:00
Torsten Dittmann fe097c9a29 fix: region loop 2025-04-15 20:36:56 +02:00
Torsten DittmannandGitHub dc88b368f2 Revert "Fix: Multiregion project creation" 2025-04-15 20:21:42 +02:00
Matej Bačo ef57d538eb Fix linter 2025-04-15 18:02:24 +02:00
Matej Bačo dc260e2137 Fix mid-release state of project creation 2025-04-15 17:51:22 +02:00
Darshan 7d1e9af38e fix: tests. 2025-04-15 18:25:58 +05:30
Darshan 7cf1153327 update: show upgrade for more regions. 2025-04-15 18:08:44 +05:30
DarshanandGitHub 7658ede005 address comment. 2025-04-15 15:37:45 +05:30
Darshan 78d55b5a64 fix: type check. 2025-04-15 15:11:16 +05:30
Darshan bc7a5eeb5e fix: cached/incorrect regions. 2025-04-15 15:07:03 +05:30
Torsten Dittmann 7ae265d075 Merge branch 'main' of https://github.com/appwrite/console into feat-support-multi-region 2025-04-14 17:01:28 +02:00
Darshan 5858b81c0c fix: hide the scrollbar in permissions. 2025-04-13 11:59:26 +05:30
Steven Nguyen c315a02e60 fix: don't set endpoint during build
During build, the endpoint is invalid so calling setEndpoint() would
result in an error:

Invalid endpoint URL: undefined/v1

This PR ensures setEndpoint() isn't called during build.
2025-04-11 12:00:10 -07:00
Christy JacobandGitHub 7610ed960c Merge pull request #1784 from appwrite/feat-figma-oauth
feat: add figma to list of oauth adapters
2025-04-11 19:09:37 +04:00
Darshan 5472d5ff3c update: dashes to subdomains. 2025-04-11 15:24:15 +05:30
Steven NguyenandGitHub ed2fe86bba fix(databases): vertically center backups sign up button
On the backups page for self-hosted, there's a button that takes users to Cloud since backups are not available on self-hosted. The button looked odd because it was aligned to the top. Instead, vertically center the button.
2025-04-10 16:47:20 -07:00
Damodar Lohani 6b45f9dae0 fix format 2025-04-10 04:08:42 +00:00
Damodar Lohani 8d6c993e16 update alert 2025-04-10 04:06:17 +00:00
Damodar Lohani 90d6cd40e6 Feat: budget cap config update 2025-04-10 03:52:32 +00:00
DarshanandGitHub 0f0606f7aa Merge pull request #1783 from appwrite/fix-plan-backups
Fix: plans <> backupsEnabled
2025-04-09 19:07:19 +05:30