Darshan
92ecfd2f3b
update: availability to string encryption.
2025-07-10 15:56:30 +05:30
Darshan
c8057c80ff
Merge pull request #2092 from appwrite/fix-apns-provider-key
2025-07-08 18:56:17 +05:30
Darshan
7a33c6aa81
Merge pull request #2095 from appwrite/fix-broken-relationship-modal
2025-07-08 18:56:00 +05:30
Darshan
c8625b5b2b
Merge pull request #2086 from HarshMN2345/Fix-SER-27-Minimalize-requests-ti-listRepo-with-debounce
2025-07-08 18:54:22 +05:30
Harsh Mahajan
bb950d7cd8
Remove {#await} block that bypassed debouncing and clean up optional chaining
2025-07-08 18:48:32 +05:30
Darshan
7a3c040534
patch: stuff.
2025-07-08 18:37:06 +05:30
Darshan
eedbe51e07
Merge pull request #2093 from HarshMN2345/fix-SER-25-settings-page-title-update
2025-07-08 18:28:50 +05:30
Harsh Mahajan
2a9b8eee3c
added head in layout back
2025-07-08 17:55:06 +05:30
Harsh Mahajan
6f50f995d9
added it to feat 1
2025-07-08 15:05:45 +05:30
Harsh Mahajan
382acff3f1
feat:added database upsert notification
2025-07-08 14:52:56 +05:30
Harsh Mahajan
2813312e5f
WIP: made changes for DRL-1539
2025-07-08 14:39:24 +05:30
Harsh Mahajan
e1210bb985
added debounce compoent instead of creating fix
2025-07-08 14:25:07 +05:30
Darshan
536c9f8fe9
Merge pull request #2080 from HarshMN2345/fix-SER-40-Enter-Closes-Warning
2025-07-08 10:56:45 +05:30
Harsh Mahajan
11aeac3a3b
fix:removed titles for subtabs
2025-07-08 10:53:49 +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
867b03b6ed
fix: apns provider key file upload input
...
Don't hardcode the upload dropzone to be for service account JSON files only.
2025-07-07 16:31:26 -07:00
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
Harsh Mahajan
6f7a10e381
fix:Minimalize requests to listRepositories with debounce
2025-07-07 12:01:27 +05:30
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
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
2025-07-03 19:09:28 +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