Basxconnect

Latest version: v0.4.62

Safety actively analyzes 682441 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 21 of 24

0.3.28

Not secure
Commits
- address status is unnecessary ([Sam](https://github.com/basxsoftwareassociation/basxconnect/commit/ca7caac235fde16c0448242547b769fb96afb2a7))
- bfdf8ec: bump version (Sam)

0.3.27

Not secure
Bug Fixes
- inconsistent naming ([Sam](https://github.com/basxsoftwareassociation/basxconnect/commit/dd511c324bc5d0e8423dfbde8007183f348dc80f))

Commits
- 17f723a: bump version (Sam)

0.3.26

Not secure
Bug Fixes
- hide filter count on person overview if no filter is active (except the default "status: Active") ([Sam](https://github.com/basxsoftwareassociation/basxconnect/commit/103d9b654fe79e38358a79166bdb0e1bf407a96a))

Commits
- 67a099d: bump version (Sam)

0.3.25

Not secure
Commits
- make publishing workflow more robust (needs to be up-to-date) ([Sam](https://github.com/basxsoftwareassociation/basxconnect/commit/3c0eb71374844635b10a2f5d14dd14b5604f7af5))
- automatically save state of the person browse view ([Sam](https://github.com/basxsoftwareassociation/basxconnect/commit/0764effd3ac0f0499b668554189b4d4aab05255d))
- 1be85f6: bump version (Sam)

0.3.24

Not secure
Bug Fixes
- enforce return of __str__ to be string, otherwise we can get some crashes with inpection functionality (like __repr__) ([Sam](https://github.com/basxsoftwareassociation/basxconnect/commit/143d0320f91584c78a6bc614c77dd8c9ee8f57a1))

Commits
- e8a83d4: bump version (Sam)
- f9d9828: bump version (Sam)

0.3.22

Not secure
Bug Fixes
- don't try to initialise vocabulary if there is no db [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/a9ec731c85b3a716c32ae7b40abf93d8e5504720))
- some weird fuzzy translations [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/8cc5324da968dd730b5113ab28c480afee5734ec))
- remove invalid url [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/784b73118b8426ea3add1621e7e911b0b6d94319))

Commits
- functionality for deleting mailchimp contacts from basxconnect [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/b75de00db9d1f4e50f0ff5ff55d50437fbc3982e))
- heading and change submit label [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/ffbd8ee1d4a0ac433fafc78f52d8fa05aba4b575))
- 3162c2a: remove unused import (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- b649edc: make locale (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- translations [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/c07d162a0034a54cc5fca0b954d72ad4e4e6288a))
- translations [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/fb835bd09b5bbedb718f279d069286a85312ea6d))
- df4009c: revert changes of all non-german translations (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- d721c8d: revert accidental change of translation (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- 5ddaf41: add valid_from and valid_to fields (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- show only active addresses by default and add toggle for inactive ones [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161) ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/c47a98a19f8c01fe53e8792fb936b5cf4697550a))
- b9c541c: remove delete postal button (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 2896428: refresh person from db and save in order to update primary email address (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- 169c72b: rename valid_to to valid_until (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 73431ec: use timezone.now().date(), remove unnecessary parameter "request", fix missing renamings valid_to -> valid_until (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 622ee2e: remove DeletePostalAddressView, will replace it with a set_inactive shortcut (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- c953f93: remove debug statement (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- 4ff0738: import mailer_integration.settings only if the mailer_integration app is installed (Pascal Wiesmann) [160](https://github.com/basxsoftwareassociation/basxconnect/pull/160)
- 7c9fa83: Merge remote-tracking branch 'origin/main' into feature/date_of_validity_for_postal (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- c3d715b: make locale (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 97c7acf: translations (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 0e2df4b: fix translation (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 88c4c63: add translations (Pascal Wiesmann) [161](https://github.com/basxsoftwareassociation/basxconnect/pull/161)
- 9dfe374: remove unused imports (Pascal Wiesmann) [162](https://github.com/basxsoftwareassociation/basxconnect/pull/162)
- 1742f85: refactor editperson layouts (Pascal Wiesmann) [162](https://github.com/basxsoftwareassociation/basxconnect/pull/162)
- 548aebe: define R,C instead of importing (Pascal Wiesmann) [162](https://github.com/basxsoftwareassociation/basxconnect/pull/162)
- 6759d20: rename fields to columns (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- 51e179d: make it possible for user to see and edit which email is primary (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- 71e96c5: translations (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- 3ab10a8: fix copy-paste bug (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- c0d81a3: add a translation (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- 84e7204: update translation (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- 1b3becb: refactoring based on PR feedback (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- 7088186: use fieldlabel instead of hardcoding header (Pascal Wiesmann) [163](https://github.com/basxsoftwareassociation/basxconnect/pull/163)
- e76a671: bump version (Pascal Wiesmann)

Page 21 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.