Christy Jacob
|
95f970e023
|
chore: fix tests
|
2023-08-08 12:54:07 +04:00 |
|
Christy Jacob
|
7f76d2bc07
|
chore: fix tests
|
2023-08-08 10:24:04 +04:00 |
|
Christy Jacob
|
9aa0180e4c
|
chore: remove gitpod.yml
|
2023-08-08 10:02:21 +04:00 |
|
Christy Jacob
|
217f739e85
|
Merge branch 'main' of github.com:appwrite/console into cloud-1.3.x
|
2023-08-08 10:00:30 +04:00 |
|
Christy Jacob
|
8475602608
|
feat: remove usage changes
|
2023-08-08 09:53:58 +04:00 |
|
Christy Jacob
|
0a8ab04fae
|
Merge branch 'cloud-1.2.x' of https://github.com/appwrite/console into cloud-1.3.x
|
2023-08-04 22:28:49 +00:00 |
|
Christy Jacob
|
9c6dd2d9f5
|
Merge pull request #255 from appwrite/new-usage-support
New usage support
|
2023-08-05 01:30:46 +04:00 |
|
Christy Jacob
|
e760d4774b
|
Merge branch 'cloud-1.2.x' of https://github.com/appwrite/console into new-usage-support
|
2023-08-04 21:14:57 +00:00 |
|
Christy Jacob
|
a7a400962f
|
fix: build errors
|
2023-08-04 20:49:30 +00:00 |
|
Christy Jacob
|
e33335b54b
|
Merge branch 'cloud-1.1.x' of https://github.com/appwrite/console into cloud-1.2.x
|
2023-08-04 20:39:48 +00:00 |
|
Christy Jacob
|
7d4bc2f718
|
Merge branch 'cloud-current' of https://github.com/appwrite/console into new-usage-support
|
2023-08-04 19:18:31 +00:00 |
|
Christy Jacob
|
59d6ebe70e
|
Merge pull request #487 from appwrite/fix-cloud-active-deployment
Fix: cloud active deployment not visible
|
2023-08-02 17:24:39 +04:00 |
|
Arman
|
6c6f1d12db
|
fix: hidden deployment if active over the page limit
|
2023-08-02 15:18:55 +02:00 |
|
Eldad A. Fux
|
2188120180
|
Merge pull request #420 from appwrite/feat-4299-oidc-oauth2-provider
Add a generic OIDC OAuth2 provider
|
2023-08-01 22:48:05 +03:00 |
|
Steven Nguyen
|
20f541a594
|
Update OIDC icons per design's request
|
2023-07-31 10:05:06 -07:00 |
|
Eldad A. Fux
|
fd44f12480
|
Merge pull request #468 from erezhod/fix-467-apple-app-setup-step-3-extra-label-status
Fixed `Extraneous argument label 'status:' in call` for Apple App setup
|
2023-07-29 06:49:03 +03:00 |
|
Eldad A. Fux
|
7ad3e73776
|
Merge pull request #482 from appwrite/feat-update-user-preferences-text
Update description for user email, phone, and preferences
|
2023-07-28 22:01:02 +03:00 |
|
Steven Nguyen
|
a8ad70f660
|
Update update email, password, and phone description per Eldad's request
Use inline code for email to indicate it's a value. Remove bolding to
simplify things.
|
2023-07-28 11:41:26 -07:00 |
|
Eldad A. Fux
|
bd6a94dbf5
|
Merge pull request #457 from appwrite/feat-user-labels
Add user labels to user list and detail pages
|
2023-07-28 09:50:45 +03:00 |
|
Steven Nguyen
|
7847f962a7
|
Fix bolding for update password
|
2023-07-27 11:07:12 -07:00 |
|
Steven Nguyen
|
9c5bff3074
|
Update user phone to match design
|
2023-07-27 11:07:12 -07:00 |
|
Steven Nguyen
|
69b3d72104
|
Update user email to match design
|
2023-07-27 11:07:12 -07:00 |
|
Torsten Dittmann
|
2b98065373
|
Merge branch 'main' into feat-user-labels
|
2023-07-27 14:10:30 +02:00 |
|
Torsten Dittmann
|
874f7a7a5a
|
Merge pull request #475 from appwrite/feat-last-user-activity
Show user's last activity
|
2023-07-27 14:09:50 +02:00 |
|
Torsten Dittmann
|
39429c6a7a
|
Merge pull request #483 from appwrite/fix-4847-fix-wizard-reset
Clear validator when closing wizard
|
2023-07-27 14:08:49 +02:00 |
|
Steven Nguyen
|
7d1c041c97
|
Fix wizard component type
Before this, we kept getting warnings like:
Type 'typeof Wizard__SvelteComponent_' is missing the
following properties from type 'SvelteComponentDev'
|
2023-07-26 16:17:46 -07:00 |
|
Steven Nguyen
|
ac757e3989
|
Clear wizard interceptor on wizard start and close
Without doing this, an interceptor from a different wizard can run
when a new wizard is opened causing incorrect validation.
|
2023-07-26 15:40:01 -07:00 |
|
Steven Nguyen
|
b118147656
|
Update user preferences text to match design
|
2023-07-26 10:27:46 -07:00 |
|
Steven Nguyen
|
68867afabf
|
Format OAuth2 provider name better
Show provider name in the Console and use the provider key for
everything else.
|
2023-07-26 10:21:14 -07:00 |
|
Steven Nguyen
|
53abcbe90f
|
Add a generic OIDC OAuth2 provider
|
2023-07-26 10:21:14 -07:00 |
|
Steven Nguyen
|
28b4b99847
|
Update API Key Last Accessed to omit time
Since accessedAt is only updated once in the last 24 hours,
showing the time can cause confusion.
|
2023-07-26 10:20:08 -07:00 |
|
Steven Nguyen
|
c57a8d2918
|
Show user's last activity
|
2023-07-26 10:20:08 -07:00 |
|
Steven Nguyen
|
d6d960fec7
|
Add user labels to user list and detail pages
|
2023-07-26 10:11:13 -07:00 |
|
Torsten Dittmann
|
7fcf322dd8
|
Merge pull request #481 from appwrite/fix-fetch-console-project
Ensure console requests include project header
|
2023-07-26 14:45:48 +02:00 |
|
Steven Nguyen
|
afe4dfa9ec
|
Ensure console requests include project header
A change recently to Appwrite required all API calls to include the project
ID.
|
2023-07-25 17:32:35 -07:00 |
|
Torsten Dittmann
|
d48bc96bde
|
Merge pull request #480 from appwrite/fix-attribute-trim
fix: key attribute trim isn't trim
|
2023-07-25 15:40:54 +02:00 |
|
Elad Shechter
|
e417783120
|
- Fix key attribute trim isn't trim
Change to secondary trim utility class
|
2023-07-24 12:58:45 -06:00 |
|
Torsten Dittmann
|
b84f32b25f
|
Merge pull request #400 from appwrite/refactor-feedback
refactor: feedback dropdown and wizard
|
2023-07-20 14:51:04 +02:00 |
|
Torsten Dittmann
|
a485893214
|
Merge pull request #365 from appwrite/feat-pause-project
FEAT Enable/Disable all services - UI
|
2023-07-19 17:34:17 +02:00 |
|
Torsten Dittmann
|
183d5f3c25
|
fix: lint issues
|
2023-07-19 17:27:07 +02:00 |
|
Torsten Dittmann
|
543ca2cd99
|
Merge branch 'main' into feat-pause-project
|
2023-07-19 17:19:51 +02:00 |
|
Torsten Dittmann
|
5c97d4e2e6
|
Merge pull request #442 from appwrite/feat-transfer-project-team
Transfer Project to Another Team for appwrite 1.4.x
|
2023-07-19 17:18:44 +02:00 |
|
Torsten Dittmann
|
6fb40e1d9a
|
Merge pull request #452 from appwrite/feat-3930-missing-redirect-url
Update the OAuth2 success and failure pages
|
2023-07-19 15:01:14 +02:00 |
|
Matej Bačo
|
104c82a0ab
|
Merge pull request #478 from appwrite/fix-disable-hackathon-redirect
Fix: Disable hackathon redirect
|
2023-07-15 17:25:54 +02:00 |
|
Matej Bačo
|
845e6df96d
|
Disable hackathon redirect
|
2023-07-15 17:16:35 +02:00 |
|
Torsten Dittmann
|
33432d2c76
|
Merge pull request #437 from appwrite/feat/accessible-tabs
feat: accessible tab kbd navigation
|
2023-07-11 16:39:28 +02:00 |
|
Torsten Dittmann
|
4ca1c98e38
|
Merge pull request #471 from byawitz/fix-singular-to-plural
Change *Raw Data* links from singular to plural
|
2023-07-03 07:45:14 -04:00 |
|
tglide
|
c2d9fba323
|
fix: tab tests
|
2023-07-03 12:37:40 +01:00 |
|
Binyamin Yawitz
|
68cc27c4bb
|
Change *Raw Data* links from singular to plural
|
2023-06-29 17:34:51 -04:00 |
|
Erez Hod
|
7894a1cd4d
|
Fixed Extraneous argument label 'status:' in call for Apple App setup in step 3 for setSelfSigned method.
|
2023-06-24 19:25:42 +03:00 |
|