Darshan
fea2aaebca
fix: display name checks.
2025-07-08 18:35:19 +05:30
Darshan
79141462a8
Merge branch 'main' into relatonship-lazy-queries
2025-07-08 16:35:46 +05:30
Darshan
536c9f8fe9
Merge pull request #2080 from HarshMN2345/fix-SER-40-Enter-Closes-Warning
2025-07-08 10:56:45 +05:30
Darshan
6528a2162d
Merge pull request #2089 from appwrite/fix-user-team-selection
2025-07-08 10:05:07 +05:30
Darshan
ff7e5cf087
Merge pull request #2088 from appwrite/assistant-improvements
2025-07-08 10:03:11 +05:30
Darshan
da6629a691
Merge pull request #2078 from appwrite/fix-undefined-name
...
fix: undefined errors around billing pages
2025-07-08 09:58:50 +05:30
Steven Nguyen
1a296a2195
fix: ensure billing address on the org and account page updates
2025-07-07 11:43:05 -07:00
Steven Nguyen
6867b353d6
chore: rename CREATE_ORGANIZATION dependency to ORGANIZATIONS
...
ORGANIZATIONS is clearer because it refers to the resource for the dependency. So, any time the ORGANLIZATIONS (list) needs to be refreshed, the this dependency can be invalidated.
2025-07-07 11:41:40 -07:00
Torsten Dittmann
460d1229e0
remove accidental change
2025-07-07 16:24:21 +04:00
Torsten Dittmann
79b7f90c21
fix: checkbox event propagation in permissions tables
2025-07-07 16:23:47 +04:00
Chirag Aggarwal
f5ffa1cb61
fix: rendering of lists in assistant
2025-07-07 17:07:13 +05:30
Steven Nguyen
468473a7f5
Merge pull request #2083 from appwrite/update-hostname-validation-web
...
chore: update hostname validation for web platform
6.1.12
2025-07-06 14:53:41 -07:00
Chirag Aggarwal
bc1d96b7d3
chore: update hostname validation for web platform
2025-07-05 08:14:20 +05:30
Darshan
d2a1c0ee89
Merge pull request #2082 from appwrite/string-encrpyption-option
...
Fix: cursor and editable behaviour
2025-07-04 17:42:03 +05:30
Darshan
badf752714
Merge pull request #2079 from appwrite/remove-col-on-attribute
...
Minor patch for column selection and bottom promo modal
2025-07-04 16:13:13 +05:30
Darshan
f2568a6c8c
fix: cursor and editable behaviour.
2025-07-04 15:25:45 +05:30
Harsh Mahajan
a6aa4eb35f
fix: enter closes warning
2025-07-04 11:42:52 +05:30
Darshan
daf8e0df36
fix: lint.
2025-07-04 10:31:04 +05:30
Darshan
33f5527de5
update: reactivity, svelte5 syntax and last item removal logic.
2025-07-04 10:08:57 +05:30
Steven Nguyen
782e8e61cd
fix: undefined (reading 'paymentMethodId') in replace card
2025-07-03 18:11:54 -07:00
Steven Nguyen
a66ef5ed9b
fix: undefined (reading 'budgeting') in budget cap
2025-07-03 18:09:02 -07:00
Steven Nguyen
63e93688f5
fix: undefined (reading 'billingNextInvoiceDate')
...
When moving to a page without $organization, org is undefined and results in this "undefined (reading 'billingNextInvoiceDate')" error.
2025-07-03 17:58:48 -07:00
Steven Nguyen
02a6ba9567
fix: undefined (reading 'name') on billing page
...
Because of plansInfo.get(), aggregationBillingPlan was undefined for custom plans since they were not part of the billing.getPlansInfo() result.
Instead, use the currentPlan that is already fetched from the parent layout.
2025-07-03 16:29:49 -07:00
Darshan
2c11691041
update: reactivity.
2025-07-03 20:01:54 +05:30
Darshan
ee4a6d3e0a
lint.
2025-07-03 19:52:36 +05:30
Darshan
9ddd6c38ef
minor: patch for column selection.
2025-07-03 19:52:03 +05:30
Darshan
ffd5862063
Merge pull request #2077 from appwrite/multiple-promos
6.1.11
2025-07-03 19:09:28 +05:30
Darshan
51f2c9d62a
Merge pull request #2076 from appwrite/fix-preferences
2025-07-03 19:09:20 +05:30
Darshan
67be4539c2
lint.
2025-07-03 19:03:56 +05:30
Darshan
50936da34e
Merge remote-tracking branch 'origin/fix-preferences' into fix-preferences
2025-07-03 19:02:22 +05:30
Darshan
f6b47b1894
address comment.
2025-07-03 19:01:43 +05:30
Darshan
f2887019cf
address comment.
2025-07-03 19:00:32 +05:30
Darshan
51d33774f3
Merge branch 'main' into fix-preferences
2025-07-03 18:54:54 +05:30
Darshan
6c967872e0
address comment.
2025-07-03 18:54:40 +05:30
Darshan
283fa3177b
fix: cursor class.
2025-07-03 18:42:32 +05:30
Darshan
bb4096f8b7
add: multiple promos.
2025-07-03 18:41:36 +05:30
Darshan
0ea3fe6227
address comment.
2025-07-03 17:48:26 +05:30
Darshan
3d841b777d
update: trim the name; exclude $id.
2025-07-03 17:32:02 +05:30
Darshan
94de9d9880
fix: display names on relationship component.
2025-07-03 17:04:34 +05:30
Matej Bačo
11c324d9ea
Merge pull request #2074 from HarshMN2345/fix-SER-41-Fix-encrypted--attribute-copy
...
Fix encrypted attribute copy
2025-07-03 10:46:44 +02:00
Darshan
e22527f1b7
fix: column selector logic.
2025-07-03 14:01:52 +05:30
Darshan
be9e781de7
add: lazy loading relationship support.
2025-07-03 13:21:58 +05:30
Harsh Mahajan
747d3f37e3
Fix encrypted attribute copy
2025-07-03 13:14:14 +05:30
Darshan
82d3777e06
Merge pull request #2070 from HarshMN2345/fix-SER-31-disabled-invite-tooltip
2025-07-03 12:19:31 +05:30
Darshan
c61b5c8420
Merge pull request #2073 from HarshMN2345/feat-GRO-1113-Console-Notification-Bulk-Api
2025-07-03 12:02:32 +05:30
Harsh Mahajan
996462d78f
Merge branch 'feat-GRO-1113-Console-Notification-Bulk-Api' of https://github.com/HarshMN2345/console into feat-GRO-1113-Console-Notification-Bulk-Api
2025-07-03 11:58:33 +05:30
Harsh Mahajan
4004b4f22e
added promo notification for bulk api and changed the scope to project and removed unused images
2025-07-03 11:57:47 +05:30
Darshan
d9944f3cec
Merge branch 'main' into feat-GRO-1113-Console-Notification-Bulk-Api
2025-07-03 11:50:30 +05:30
Harsh Mahajan
dc6ea6a420
added promo notification for bulk api
2025-07-03 11:40:45 +05:30
Darshan
aa8a3b23d4
Merge pull request #2072 from appwrite/chore-pass-branch-name-to-get-repo-contents
2025-07-03 10:53:17 +05:30