Commit Graph

7488 Commits

Author SHA1 Message Date
ernstmul 8a69bf00a0 Fix missing limits data for non-standard tiers 2024-11-20 15:09:44 +01:00
Torsten Dittmann f2bd3cbef8 Merge pull request #1524 from appwrite/fix-unnecessary-fetches-and-build-warnings
fix: unnecessary fetches and build warnings
5.2.23
2024-11-19 14:59:02 +01:00
Torsten Dittmann a88ab15db4 fix: unnecessary fetches and build warnings 2024-11-19 14:21:16 +01:00
Arman 6b5eb67561 Merge pull request #1522 from appwrite/fix-reset-file-uploader-on-logout
Reset the file uploader on logout
2024-11-19 11:44:55 +01:00
ernstmul f76491604b Reset the uploader on logout 2024-11-19 10:39:16 +01:00
Torsten Dittmann b4977280d1 Merge pull request #1521 from appwrite/fix-invite-base-path
fix: invite base path
5.2.22
2024-11-18 22:02:44 +01:00
Torsten Dittmann 697f574e44 style: fix copy on team invite 2024-11-18 20:58:40 +00:00
Torsten Dittmann a4b250b5e6 chore: update packages 2024-11-18 20:53:18 +00:00
Torsten Dittmann ea4ecdf7fe fix: use proper invite path 2024-11-18 21:48:07 +01:00
Torsten Dittmann f10d938b4a fix: invite base path 2024-11-18 21:42:50 +01:00
Steven Nguyen 9565113257 Merge pull request #1518 from appwrite/fix-prefs-empty-case
fix: prefs empty array case
2024-11-15 11:08:08 -08:00
Torsten Dittmann 6b6c8aeb31 revert: remove leftover console.log 2024-11-15 19:59:22 +01:00
Torsten Dittmann 04b01d03b9 fix: code style 2024-11-15 19:59:00 +01:00
Torsten Dittmann 81af03fa83 style: improve null handling 2024-11-15 19:50:24 +01:00
Torsten Dittmann 1ea4bccedf chore: run formatter 2024-11-15 19:45:52 +01:00
Torsten Dittmann 6c39ed22a3 fix: prefs empty array case 2024-11-15 19:43:48 +01:00
Steven Nguyen ac7b527260 Merge pull request #1516 from appwrite/fix-logout-from-account-settings-page
Unify logout function over different places
2024-11-14 07:13:38 -08:00
ernstmul a217153d31 Unify logout function over different places 2024-11-14 09:44:30 +01:00
Torsten Dittmann c197f15f8b Merge pull request #1514 from appwrite/feat-plan-summary-to-server-load
Load all data for plan summary in advance
5.2.21
2024-11-13 15:38:26 +01:00
ernstmul 476df58e6b let to const 2024-11-13 15:34:51 +01:00
ernstmul 197145379b Remove offset 2024-11-13 15:34:35 +01:00
ernstmul c63ac836ef Remove onMount 2024-11-13 15:30:54 +01:00
ernstmul 5f8f258971 Load all data for plan summary in advance 2024-11-13 15:17:54 +01:00
Torsten Dittmann 77f693dc00 Merge pull request #1487 from appwrite/feat-exclude-cache-from-oauth-pages
Skip serviceworker cache install on oauth pages
5.2.20
2024-11-13 14:00:56 +01:00
ernstmul 19a447fc7a Update path check for cache 2024-11-13 13:42:06 +01:00
ernstmul 33a7d9aeb2 Change regex to string comparison 2024-11-13 13:33:28 +01:00
Torsten Dittmann 41e8301e9f Merge pull request #1505 from ItzNotABug/fix-deno-broken-icon
Fix: Broken `deno` logo on templates filter
2024-11-13 13:26:35 +01:00
Torsten Dittmann 8c8817dd36 Merge pull request #1513 from appwrite/fix-allow-github-education-when-signed-in
Fix allow GitHub education when signed in
2024-11-13 13:26:11 +01:00
Torsten Dittmann 88d89c05d8 Merge pull request #1512 from appwrite/ci-dedicated-stage-image
ci: dedicated stage image repository
2024-11-13 13:25:54 +01:00
ernstmul 9bf92d0b4e Merge branch 'main' into fix-allow-github-education-when-signed-in 2024-11-13 13:20:06 +01:00
ernstmul 6fb1a65db0 Allow the GitHub Education to be applied when the user is already signed in 2024-11-13 13:19:32 +01:00
Torsten Dittmann 1c6b82649e ci: dedicated stage image repository 2024-11-13 13:17:37 +01:00
Torsten Dittmann d94b4a1fd7 Merge pull request #1511 from appwrite/fix-memberships-privacy
fix: memberships privacy
2024-11-13 13:14:16 +01:00
loks0n 479a28b1ac fix: memberships privacy 2024-11-13 10:55:51 +01:00
Christy Jacob 8dbcc27700 Merge pull request #1510 from appwrite/revert-1509-shimonewman-patch-1
Revert "Update publish.yml"
2024-11-12 02:09:31 +01:00
Christy Jacob 52eaf564f6 Revert "Update publish.yml" 2024-11-12 05:05:33 +04:00
Christy Jacob 89838836c7 Merge pull request #1509 from appwrite/shimonewman-patch-1
Update publish.yml
2024-11-12 01:52:59 +01:00
Shimon Newman 569639a596 Update publish.yml 2024-11-12 02:49:37 +02:00
Arman f351a62d59 Merge pull request #1497 from appwrite/feat-display-notification-after-session-delete
Display notification after session delete
2024-11-11 13:57:01 +01:00
Ernst Mulders 98e910812d Merge pull request #1506 from appwrite/fix-word-break-safari
Correct word break for Safari
5.2.16
2024-11-11 12:00:22 +01:00
ernstmul 0a096be1c9 Remove unused style 2024-11-11 11:51:55 +01:00
ernstmul 61114c8467 Correct word break for Safari 2024-11-11 11:45:45 +01:00
Arman 8c19a4968c Merge pull request #1504 from appwrite/chore-campaign-support-all-plan
Allow upgrade if current plan does not match the campaign plan
2024-11-11 09:35:52 +01:00
ItzNotABug ff6e09b542 fix: broken deno logo on templates filter. 2024-11-10 16:23:14 +05:30
Damodar Lohani de0417a774 fix check 2024-11-10 08:45:53 +00:00
Damodar Lohani d24caee823 Allow upgrade if current plan does not match the campaign plan 2024-11-10 13:15:30 +05:45
Christy Jacob 7f82ebdc23 Merge pull request #1503 from appwrite/fix-unauthenticated-page
fix: unauthenticated page
5.2.15
2024-11-08 15:56:24 +01:00
Arman e2b8eb474c chore: remove import 2024-11-08 15:53:53 +01:00
Arman c74390135e fix: image url 2024-11-08 15:52:05 +01:00
Arman 0662894f1e fix: unauthenticated page 2024-11-08 15:47:28 +01:00