Pablo Alba
|
700f3e9c10
|
✨ MR changes
|
2026-04-24 17:19:41 +02:00 |
|
Pablo Alba
|
debfe5490f
|
🐛 Fix switching a team nitrate organization lose the background
|
2026-04-24 17:19:41 +02:00 |
|
Pablo Alba
|
4061673528
|
✨ Add nitrate api endpoints to get and cancel org invitations (#9124)
* ✨ Add nitrate api endpoints to get and cancel org invitations
* ✨ MR changes
|
2026-04-24 11:35:53 +02:00 |
|
Andrey Antukh
|
112e81c397
|
📎 Fix the version reference
Caused by the recent version changes
|
2026-04-22 13:14:04 +02:00 |
|
María Valderrama
|
b67394199b
|
✨ Add the ability to upload organization profile image
* ✨ Upload org logo
* 📎 Code review
* 📎 Code review 2
* 📎 Code review 3
|
2026-04-22 09:37:09 +02:00 |
|
Pablo Alba
|
ad974f4047
|
💄 Unify naming on nitrate-api
|
2026-04-22 09:31:09 +02:00 |
|
Pablo Alba
|
73b55ee47e
|
✨ Add nitrate api method get-remove-from-org-summary
|
2026-04-20 11:18:07 +02:00 |
|
Pablo Alba
|
ae66317d6c
|
✨ Add nitrate api to remove user from org
|
2026-04-20 11:18:07 +02:00 |
|
Pablo Alba
|
39f4c13493
|
✨ Add nitrate remove team from org
|
2026-04-16 11:46:05 +02:00 |
|
Juanfran
|
de577a803c
|
🎉 Add get-org-member-team-counts endpoint to Nitrate API
|
2026-04-15 08:50:13 +02:00 |
|
Pablo Alba
|
5c761125f3
|
✨ Add invite-to-org to Nitrate API
|
2026-04-13 11:49:01 +02:00 |
|
Marina López
|
707cc53ca4
|
Revert ✨ Add can use trial prop in nitrate profile (#8954)
|
2026-04-13 11:41:32 +02:00 |
|
Pablo Alba
|
d65f3b5396
|
✨ Add nitrate api endpoints to get an user profile
|
2026-04-09 12:10:06 +02:00 |
|
Pablo Alba
|
fe2023dde5
|
✨ Add nitrate api endpoints to get an user profile
|
2026-04-09 12:10:06 +02:00 |
|
Marina López
|
1c68810521
|
✨ Add can use trial prop in nitrate profile
|
2026-04-09 11:15:21 +02:00 |
|
Juanfran
|
e51e0c7933
|
✨ Add theme field to nitrate authenticate response
|
2026-04-09 09:19:36 +02:00 |
|
Pablo Alba
|
3c639f41c4
|
✨ Add option to leave a nitrate organization
|
2026-04-07 11:26:57 +02:00 |
|
Pablo Alba
|
06aec4b3a3
|
✨ Add is-default to nitrate summary (#8814)
|
2026-03-30 09:39:35 +02:00 |
|
Pablo Alba
|
1af2521f64
|
✨ Add create default team org for nitrate on adding an user to a team
|
2026-03-26 13:17:05 +01:00 |
|
Pablo Alba
|
8406b5e9f8
|
✨ Add nitrate api for notify org deletion (#8697)
|
2026-03-23 09:59:57 +01:00 |
|
Pablo Alba
|
2a09f30199
|
✨ Add nitrate endpoint to delete teams keeping your-penpot projects
|
2026-03-18 15:59:38 +01:00 |
|
Pablo Alba
|
5eecd52743
|
✨ Add get-teams-summary to nitrate api (#8662)
|
2026-03-17 18:25:18 +01:00 |
|
Pablo Alba
|
8f35e451e6
|
✨ Add notification for nitrate when creating a team inside an organization (#8639)
|
2026-03-16 10:36:32 +01:00 |
|
Pablo Alba
|
08845ad2d4
|
✨ Add organization selection for nitrate (#8619)
|
2026-03-13 09:16:12 +01:00 |
|
Pablo Alba
|
b0ad6d7fdb
|
✨ Mark the default team for an user in an org with the default flag (#8552)
|
2026-03-09 17:46:10 +01:00 |
|
Pablo Alba
|
b3a6468697
|
✨ Add nitrate method for notify user when is added to organization (#8531)
|
2026-03-09 12:09:42 +01:00 |
|
Marina López
|
5102ae2a58
|
✨ Add API get-penpot-version
|
2026-03-04 15:27:59 +01:00 |
|
Pablo Alba
|
5d3ccbc8b4
|
✨ Add managed profiles endpoint to nitrate api (#8292)
|
2026-02-09 15:52:18 +01:00 |
|
Andrey Antukh
|
89935e2174
|
✨ Make nitrate module loading conditional to flag
This removes the flag checking on each rpc method
|
2026-01-27 15:16:36 +01:00 |
|
Andrey Antukh
|
7f27e0326d
|
✨ Reuse basic team and profile schemas on nitrate
|
2026-01-27 15:14:32 +01:00 |
|
Pablo Alba
|
d5abc52dac
|
🎉 Add first integration with nitrate (#7803)
* 🐛 Display missing selected tokens set info (#8098)
* 🐛 Display missing selected tokens set info
* ✨ Add integration tests to verify current active set
* 🎉 Integration with nitrate platform
* 🐛 Fix nitrate get-teams returns deleted teams
* ✨ Add nitrate to tmux devenv
* ✨ Add retry and validation to nitrate module
* ✨ Add photoUrl to profile on nitrate authenticate
* ✨ Move nitrate url to an env variable
* ♻️ Change Nitrate organization-id schema to text
* ♻️ Cleanup unused imports
* 🔧 Add control-center to nginx
* ✨ Add create org link
* 🔧 Fix nginx entrypoint
* 🐛 Fix control-center proxy pass
* 🎉 Add nitrate licence check
* Revert "✨ Add nitrate to tmux devenv"
This reverts commit dc6f6c458995dac55cab7be365ced0972760a058.
* ✨ Add feature flag check
* 🐛 Rename licences for licenses
* ✨ MR changes
* ✨ MR changes 2
* 📎 Add the ability to have local config on start backend
* 📎 Add FIXME comment
---------
Co-authored-by: Xaviju <xavier.julian@kaleidos.net>
Co-authored-by: Juanfran <juanfran.ag@gmail.com>
Co-authored-by: Yamila Moreno <yamila.moreno@kaleidos.net>
Co-authored-by: Marina López <marina.lopez.yap@gmail.com>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
|
2026-01-27 10:04:53 +01:00 |
|