- api.user.create accepts user_id parameter [ericof] (#9)
- Refactor repository to use plone/code-analysis-action@v2 [ericof] (#7)
- Add/Remove behavior from FTI [sneridagh] (#5)
- Implement api.fti [@ericof] (#3)
- Implement a workflow to verify if a news fragment was added to news/ on a Pull Request. [ericof] (#1)
-
Create
kitconcept.api.addonwith methods to handle Addons (Products/Packages) in a Plone site [ericof] (api-addon) -
Implement get_constrains and set_constrains in
kitconcept.api.user[ericof] (api-content-constrains) -
Implement serialize in
kitconcept.api.content[ericof] (api-content-serialize) -
Create
kitconcept.api.redirectionwith methods to handle redirects in a Plone site [ericof] (api-redirect) -
Implement change_password in
kitconcept.api.user[ericof] (api-user-change_password) -
Implement change_username in
kitconcept.api.user[ericof] (api-user-change_username) -
Implement logout in
kitconcept.api.user[ericof] (api-user-logout) -
Implement request_reset_password in
kitconcept.api.user[ericof] (api-user-request_reset_password) -
Implement update_credentials in
kitconcept.api.user[ericof] (api-user-update_credentials) -
Create
kitconcept.api.vocabularywith methods to get vocabularies in a Plone site [ericof] (api-vocabulary)
- Modify
plone.api.user.createto have uuid4 for the id of newly created users [ericof] (api-user-create)