Commit Graph
10806 Commits
Author SHA1 Message Date
Darshan 11aeb453e3 update: adjust the key edit and create as per new api scopes. 2025-06-27 16:01:44 +05:30
Darshan e193ef4811 update: scopes. 2025-06-26 19:39:58 +05:30
Darshan bee0a590d0 update: refactor to use the Tables API. 2025-06-26 18:15:17 +05:30
Darshan 407d923544 Merge branch 'main' into 'refactor-terminologies'. 2025-06-26 13:43:57 +05:30
Darshan 22ee0fcf19 Merge pull request #2046 from appwrite/fix-console-issues 6.1.6 2025-06-26 10:19:38 +05:30
Darshan 2ae77ec7e4 fix: lint. 2025-06-26 10:05:16 +05:30
Darshan 749b41a4ca fix: wrongly selected sidebar option. 2025-06-26 09:58:25 +05:30
Darshan 936f8882f5 fix: free plan tooltip. 2025-06-26 09:53:24 +05:30
Darshan 34de9f510e add: sites waitlist again. 2025-06-26 09:42:34 +05:30
Darshan a2a93e8dca fix: permissions action modal not shown correctly. 2025-06-26 09:31:39 +05:30
Darshan 3c2c49ba5a Merge pull request #2043 from appwrite/fix-education-plan-crash 6.1.5 2025-06-25 14:03:10 +05:30
Darshan 19f23c0718 fix: checks on non-base plans. 2025-06-25 13:48:42 +05:30
Darshan b1a5d773bd Merge pull request #2038 from appwrite/misc-fixes 6.1.4 2025-06-25 09:03:08 +05:30
Darshan 6e0a6d82cd update: event builder modal. 2025-06-24 15:53:09 +05:30
Darshan 001d56b8d2 Merge branch 'main' into misc-fixes 2025-06-24 13:32:59 +05:30
Darshan 0c6cbb48d4 fix: domains, design comments. 2025-06-24 13:24:48 +05:30
Darshan 93bc14a13a fix: dev keys expiry options on detail. 2025-06-24 13:00:41 +05:30
Darshan 37adb9d9c9 attempt fix: correct invalidation. 2025-06-24 12:02:33 +05:30
Darshan 687f816c1d fix: correct invalidates. 2025-06-24 11:57:15 +05:30
Darshan b69648a61a Merge pull request #2041 from appwrite/update-billing-feedback 2025-06-24 10:41:46 +05:30
Chirag Aggarwal 2e55b3cc93 chore: track only non credit invoices 2025-06-24 10:09:44 +05:30
Chirag Aggarwal 5d9f1fcb6d refactor: extract downgrade feedback logic into a separate function 2025-06-24 10:08:48 +05:30
Chirag Aggarwal 9ac21e90a3 chore: format 2025-06-24 09:13:33 +05:30
Chirag Aggarwal b40dc74243 chore: record more info in billing feedback 2025-06-24 09:12:57 +05:30
Matej Bačo 0531bd8e67 Merge pull request #2040 from appwrite/fix-manual-deployments
Fix manual deployment flows
2025-06-23 11:39:11 +02:00
Matej Bačo f3e69a67e4 Code quality improvement 2025-06-23 11:32:49 +02:00
Matej Bačo 9294b7f6ed Fix manual deployment flows (missing file, domain configuration) 2025-06-23 10:43:54 +02:00
Darshan 76ccf531fe fix: regression related types; update: model type. 2025-06-23 10:38:00 +05:30
Darshan b1918b9823 revert: pink latest due to table regressions. 2025-06-23 10:22:21 +05:30
Darshan fad96f008e update: domain badges and verification consistency with errors. 2025-06-23 09:53:15 +05:30
Darshan fbd07370eb fix: lint. 2025-06-21 13:24:43 +05:30
Darshan b9da541056 fix: shorten project name on header. 2025-06-21 13:22:27 +05:30
Darshan c9aa0c1d63 remove: unused hook. 2025-06-21 13:10:41 +05:30
Darshan c68c770663 fix: truncate project name. 2025-06-21 12:37:20 +05:30
Darshan 400e083318 fix: invalidate org to update the nav breadcrumb when creating/deleting projects. 2025-06-21 12:12:16 +05:30
DarshanandTorsten Dittmann b1df97a4c3 svelte5: cleanups, improvements (#1966)
* update: cleanups, improvements.

* fix: protocol usage.

* update: load failed invoice as non-blocking.

* address comments, make stuff faster!

* fix: missing type on org loads.

* fix: connect button shown on org. page.

* fix: error check.

* update: comment, just ocd things.

* update: flip `localStorage` check after `browser` check.

* update: comment.

* perf: parallelize fetch for faster loads [↓49%]

* update: compute things later.

* update: don't rely on dependency or reload if scope doesn't allow.

* update: simplify.

* update: do not load credits if the organization plan does not support it.

* update: just some cleaning.

* address comments for promise handling.

* address comments; remove: unused api calls!!!

* address comments;

* address comment.

* misc.

* cleaner endpoint creation.

* fix: required to optional.

* update: url to quick load.

* address comments.

* update: load payments on ui.

* update: load non-urgent calls on UI.

* fix: unnecessary runs of root layout.

* reduce: calls to countries, locale api.

* reduce: calls to countries, locale api in org settings.

* update: simplify api calls and data passing.

* address comments.

* remove: id from `UsageProjectInfo`.

* update: make api call only when needed.

* fix: text.

* fix: endpoint flag design <> verified by design.

* fix: `inline` inner stack so project name has enough space.

* fix: tests.

* update: improve orgs loading?

* update: misc.

* remove: todo.

* updates: more billing cleanups.

* misc.

* misc.

* fix: tests and a warning.

* address comment.

* fix: merge leftover issues.

* fix: tab selection on overview.

* fix: issues with user store on main project layout.

* remove: `selectedTab` store.

* fix: account menu regression.

* fix: reactive logic. use `svelte5` syntax.

* Remove trailing comma in invalidate array

* remove: unused method.

* updates: misc optimizations.

* fix: lint.

* update: changes after merge.

* update: modal size for credits and show loader.

* update: misc and PR freeze!

* update: use a default credit card icon if one isn't supported by the API.

* fix: project loading state as per updated org ID. LAST FIX.

* address comments.

---------

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
6.1.3
2025-06-20 15:17:23 +02:00
Torsten Dittmann 9920723758 Merge pull request #2036 from appwrite/lohanidamodar-patch-1
Remove html from notification
2025-06-20 14:20:45 +02:00
Torsten Dittmann 331f6f0d0a Merge pull request #2037 from appwrite/fix-payment-tables
Update table column types and adjust payment layouts
2025-06-19 18:23:12 +02:00
Torsten Dittmann ee5394665f Update pink-svelte package to 973fff2 version 2025-06-19 18:18:56 +02:00
Torsten Dittmann 3799fae41f Update Column type references to PinkColumn 2025-06-19 17:51:41 +02:00
Torsten Dittmann 0f95f1d07e Convert state management to use Svelte signals 2025-06-19 17:50:34 +02:00
Torsten Dittmann 0b7a64cad2 Update table column types and adjust payment layouts
The changes include typing updates for table columns and layout improvements
for payment history and methods pages, with better handling of payment error
states and responsive column widths.
2025-06-19 17:43:06 +02:00
Damodar LohaniandDarshan 28d0268e9a Update src/routes/(console)/organization-[organization]/billing/budgetCap.svelte
Co-authored-by: Darshan <itznotabug@gmail.com>
2025-06-19 13:30:11 +05:45
Damodar Lohani d92d35f6eb Remove html from notification 2025-06-19 13:27:28 +05:45
Darshan 29530da2f6 rename: vars. 2025-06-19 10:03:33 +05:30
Darshan 9436b2b594 rename: components. 2025-06-19 09:37:05 +05:30
Darshan 341598f674 Merge branch 'main' into 'refactor-terminologies'. 2025-06-18 18:58:27 +05:30
Darshan 4157d3cbee add: old to new redirects. 2025-06-18 18:55:21 +05:30
Darshan db802cc5f1 update: analytics events. 2025-06-18 17:08:44 +05:30
Darshan c43609a058 change: routes, front-facing copies. 2025-06-18 17:02:12 +05:30