- Upgrade django-simple-captcha package [dianaboiangiu]
- Add method to check if user exists in LDAP [dianaboiangiu]
- Add script for checking HDV accounts' roles
- Fix set_role call on enable/disable accounts [dianaboiangiu]
- Block HDV/HDV resim editing from env
- Fix docker image [dianboiangiu]
- Retry docker builder [dianaboiangiu]
- Retry docker build [dianaboiangiu]
- Fix password functionality [dianaboiangiu]
- Add dropdown for filtering by obligation on export [dianaboiangiu]
- Stop migrations auto run in entrypoint [dianaboiangiu]
- Fixes after switching to multiple companies/persons related to one account [dianaboiangiu]
- Modify account companies/persons for relation count change [dianaboiangiu]
- Add new obligation for HDV resimulation [dianaboiangiu]
- Fix SMTPServerDisconnected [dianaboiangiu]
- Set priority back on post office [dianaboiangiu]
- Fix SMTPServerDisconnected [dianaboiangiu]
- Fix SMTPServerDisconnected [dianaboiangiu]
- Fix company delete [dianaboiangiu]
- Upgrade python 3.8
- Upgrade to Django 3.2
- Upgrade all packages
- Add black and flake8 for code formatting [dianaboiangiu]
- Update packages [dianaboiangiu]
- Update packages [dianaboiangiu]
- Change text for excel companies action [dianaboiangiu]
- Add persons to excel companies download [dianaboiangiu]
- Translate non-ASCII characters from account uid [dianaboiangiu]
- Use zope login/logout [dianaboiangiu]
- Implement auth/token for API endpoints access [dianaboiangiu]
- Update emailtemplates fixtures
- Fix postoffice in admin
- Allow owner company accounts password reset
- Fix login cache [dianaboiangiu]
- Add support for multiple reporters for a company
- Add company owner
- Implement set password functionality
- Send reset password mail after company owner is changed
- Add endpoint for showing one account's companies
- Allow functionality for HDV only
- Custom email depeding on users [dianaboiangiu]
- Set HDV mailing for OTRS [dianaboiangiu]
- Set headers for HDV mails [dianaboiangiu]
- Set different sending address for HDV [dianaboiangiu]
- Add to mail for HDV [dianaboiangiu]
- Set different sending address for HDV [dianaboiangiu]
- Update self register done page for HDV [dianaboiangiu]
- Implement small HDV fixes [dianaboiangiu]
- Set HDV sender e-mail address [dianaboiangiu]
- Update self registry hdv text [dianaboiangiu]
- Upgrade security packages [dianaboiangiu]
- Allow null values for HDV countries [dianaboiangiu]
- Add new HDV obligation [dianaboiangiu]
- Add captcha on self registration page [dianaboiangiu]
- Grab sidemenu from BDR [dianaboiangiu]
- Update text on self registration
- Remove obligations from self registration [dianaboiangiu]
- Fix bytes error in create account [dianaboiangiu]
- Fix bytes error in create account [dianaboiangiu]
- Fix create accont, password reset [dianaboiangiu]
- Fix typo [nico4]
- Aaa EORI column [nico4]
- Add management command to load companies directly from portal [dianaboiangiu]
- Bug fix: fixed form rendering and string-bytes bugs [dianaboiangiu]
- Bug fix: fixed python3 string-unicode bugs [dianaboiangiu]
- Bug fix: fixed incorrect paths [nico4]
- Bug fix: downgraded post-office package [dianaboiangiu]
- Bug fix: convert nr_of_sorting_cols arg to int before comparison to int [dianaboiangiu]
- Task: mitigate bot auto registration:
- added honeypot to company self register [andreadima refs #87121]
- added company batch delete support [andreadima refs #87109]
- BDR registry integration of invitations and reminders:
middleware and email sending
- added API method to export all persons in JSON format
- added country_name for CompaniesJsonExport since only the country code did not suffice [chiridra refs #84119]
- Bug: reset password for company
- use strip on person's email [chiridra refs #83867]
- Task: use logspout cu send logs to graylog
- bumped factory-boy to 2.8.1
- added extra parameters to gunicorn to route access/error log to stdout/stderr [chiridra refs #80762]
-
Feature: Link to BDR-registry and back to the report questionnaire:
- Since Django 1.7 select_for_update() requires a transaction: fixed generate_account_id accordingly.
- defined 'home' as TemplateView and implemented 'get_user_company_details' method to retrieve info about current user's company (if the case)
- moved 'has_reporting_folder' from view to model because we need to be able to call it from other views
- added docs [chiridra refs #69698]
-
Task: Docker deployment of BDR-Test
- Used django-getenv to load some settings from env
- No need to load localsettings from env (configure.py) [chiridra refs #78711]
-
Task: Docker deployment of BDR-Test
- use utf8 character set and utf8_general_ci collation when creating registry database [chiridra refs #78711]
- Initial release [nituacor]