Commit Graph
6774 Commits
Author SHA1 Message Date
Bradley SchofieldandGitHub 0e4ca9fbb0 Update marketplace.ts 2024-05-03 16:39:59 +09:00
Christy JacobandGitHub c2e756c9b0 Merge pull request #1068 from appwrite/feat-lmnt
Add LMNT Demo
2024-05-03 11:35:36 +04:00
Bradley SchofieldandGitHub a12de7f60f Update marketplace.ts 2024-05-03 16:33:28 +09:00
Bradley Schofield 520ce889e7 Update marketplace.ts 2024-05-03 13:58:38 +09:00
Bradley Schofield cad298d64f Update marketplace.ts 2024-05-03 13:58:05 +09:00
Bradley Schofield 8a9f4a8b7a Add LMNT Demo 2024-05-03 13:52:09 +09:00
Arman 7b36c0375f fix: tooltip 2024-05-02 18:20:27 +02:00
Arman 7a0321fef2 feat: new style 2024-05-02 18:17:42 +02:00
Arman 5c304a5d60 chore: move card 2024-05-02 17:02:06 +02:00
Arman 55b79517b9 Merge branch 'main' of github.com:appwrite/console into feat-add-members-usage-page 2024-05-02 16:57:47 +02:00
Arman 78ae482601 Merge branch 'main' of github.com:appwrite/console into redesign-plan-summary-card 2024-05-02 16:56:38 +02:00
Arman d0438957f6 chore: update dpa 2024-05-02 16:21:23 +02:00
Arman f31c74fca9 feat: remove width and height 2024-05-02 16:15:45 +02:00
Arman 464d1f9b6a fix: new images 2024-05-02 15:36:43 +02:00
Arman 70a4227dcc chore: fix merge 2024-05-02 15:36:32 +02:00
Arman 6c60f65fe8 Merge branch 'main' of github.com:appwrite/console into feat-email-signature-card 2024-05-02 15:36:10 +02:00
loks0n dacaef1c6e feat: new templates 2024-05-02 13:18:05 +01:00
Torsten DittmannandGitHub ac2aa4261e Merge pull request #1063 from appwrite/fix-mfa-submit
Fix value not updating when autoSubmit is false
4.1.3
2024-05-02 11:55:59 +02:00
Torsten DittmannandGitHub b926da347e Merge pull request #1045 from appwrite/feat-source
Track source
2024-05-02 11:25:29 +02:00
Torsten DittmannandGitHub 01cd61fdd4 Merge branch 'main' into feat-source 2024-05-02 11:17:05 +02:00
Bradley Schofield 4d2a0d8940 Add AnyScale integration 2024-05-02 16:34:15 +09:00
Steven NguyenandGitHub 56e308842c Merge pull request #1029 from ItzNotABug/fix-969-show-messaging-status-on-non-desktop
Show Message Status Column on Non Desktops
2024-05-01 17:26:18 -07:00
Steven NguyenandGitHub f0e7ace198 Merge pull request #1062 from appwrite/tooltip-wrong-location-fix
Fix location of tooltip in collection table
2024-05-01 17:21:18 -07:00
Steven NguyenandGitHub 140b600701 Merge pull request #1057 from ItzNotABug/fix-add-file-size-limit-info
Improve Bucket Limits Message
2024-05-01 16:40:41 -07:00
Steven NguyenandGitHub 4428e5108c Merge pull request #1028 from ItzNotABug/fix-932-show-days-for-logs-retention
Show Hour / Days for Logs Retention on Cloud
2024-05-01 16:31:48 -07:00
Steven NguyenandGitHub 3e9ba1e686 Merge pull request #1027 from ItzNotABug/fix-1016-remove-retry-option-for-verified-domains
Remove Retry Option for Verified Domains
2024-05-01 16:23:17 -07:00
Steven Nguyen 018c9b7f65 fix(mfa): fix value not updating when autoSubmit is false 2024-05-01 15:38:11 -07:00
Elad Shechter 56b2c66ea8 fix fit-content od div element in order the tooltip will be in the correct location 2024-05-01 16:36:52 +02:00
Aditya Oberai ad9e2c7288 Add Lemon Squeezy function templates to Console 2024-05-01 10:13:31 +00:00
Steven Nguyen 59e484eb16 fix(auth): update logic after deleting an org
1. Redirect to organizations list if the user has orgs
2. Clear organization from preferences so the deleted org isn't the default and they aren't redirected to it
3. Invalidate after redirect so there isn't a flash or invalid org/team
2024-04-29 15:33:57 -07:00
Steven Nguyen abdb7203a0 refactor(auth): remove localStorage.removeItem('organization')
organization is never set so no need to remove it.
2024-04-29 15:33:57 -07:00
Steven NguyenandGitHub 35e299f1da Merge pull request #1032 from ItzNotABug/fix-1030-show-delete-org-modal-for-self-hosted
Fix: Show Delete Org. Modal on Self Hosted Instances
2024-04-29 15:27:30 -07:00
Steven Nguyen 06007255d1 feat(console): add account identities card 2024-04-29 15:02:58 -07:00
Steven Nguyen 3e7b145a48 refactor(auth): refactor OAuth2 providers
Build a lookup table of provider information into the Console
so that it can be used for user identities and account identities.

This is necessary because it's not possible to fetch the console
project to get the oAuthProviders.
2024-04-29 15:01:04 -07:00
Steven NguyenandGitHub f52781324f Merge pull request #914 from appwrite/feat-user-identities
Add tab to show user's identities
2024-04-29 14:59:48 -07:00
Steven Nguyen 7049f663a2 fix(migrations): fix modal not closing
We should be using a bound show variable to control the modal. Prior to
this PR, we were indirectly controlling the modal by setting the
migration ID via the on close handler, but that event is never triggered
when the modal is closed.

This also refactors the modal to pass in the migration instead of a
list of migrations and a migration ID because the entire list is not
needed inside the modal.
2024-04-29 14:52:48 -07:00
ItzNotABug f0b3dc9454 fix: misc. 2024-04-29 16:31:35 +05:30
ItzNotABug 81f534d85c improve: keep a standard pattern. 2024-04-29 16:28:40 +05:30
Damodar Lohani a5a9f0b8bd fix error 2024-04-29 10:06:51 +00:00
Damodar Lohani 0fc4603cca do not await 2024-04-29 10:04:16 +00:00
Damodar Lohani f2119db7b6 update check 2024-04-29 09:59:14 +00:00
Damodar Lohani 4652df107a add type 2024-04-29 09:40:33 +00:00
Damodar Lohani 6674fbaf99 fix formatting 2024-04-29 09:31:46 +00:00
Damodar Lohani d0db425d42 fix linter 2024-04-29 09:20:05 +00:00
6a977cd6ec Update src/routes/+layout.svelte
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2024-04-29 15:01:39 +05:45
Damodar Lohani 75a32584aa skip own domain and check if cloud 2024-04-29 08:49:04 +00:00
ItzNotABug 3556e11e14 improve: bucket limits message. 2024-04-29 14:08:00 +05:30
Damodar Lohani a0799e831a remove js-cookie 2024-04-29 01:38:32 +00:00
Damodar Lohani ddd9fbe93e fix empty referrer 2024-04-29 01:37:53 +00:00
Damodar Lohani 5581382789 source tracking 2024-04-29 01:25:00 +00:00