Basxconnect

Latest version: v0.4.62

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

Scan your dependencies

Page 14 of 24

0.3.76

Commits
- d960aa4: add a help pop-up for mailchimp synchronization (Pascal Wiesmann) [228](https://github.com/basxsoftwareassociation/basxconnect/pull/228)
- b2a01d7: mention name of mailer in confirm-delete-email form (Pascal Wiesmann) [228](https://github.com/basxsoftwareassociation/basxconnect/pull/228)
- nicer status badges, mentioned in https://github.com/basxsoftwareassociation/basxconnect/issues/108 [#229](https://github.com/basxsoftwareassociation/basxconnect/pull/229) ([Sam](https://github.com/basxsoftwareassociation/basxconnect/commit/464711f3bf3c8558c99630505a6a970da95aaa8d))
- 98af9e4: archived subscription should have status="archived" instead of active=False (Pascal Wiesmann) [230](https://github.com/basxsoftwareassociation/basxconnect/pull/230)
- d5dda44: try to simplify logic based on feedback (Pascal Wiesmann) [228](https://github.com/basxsoftwareassociation/basxconnect/pull/228)
- 3a53732: remove another if branching (Pascal Wiesmann) [228](https://github.com/basxsoftwareassociation/basxconnect/pull/228)
- 4d0126b: use ● instead of drawing the shape with CSS (Pascal Wiesmann)
- 752a3f1: bump version (Pascal Wiesmann)

0.3.75

Commits
- 057ecb2: fix bug caused by using Person object instead of ids (Pascal Wiesmann)
- 3e4669a: bump version (Pascal Wiesmann)

0.3.74

Commits
- 4ee78b2: move bulk_tag_operation to new tag_views.py file (Pascal Wiesmann) [227](https://github.com/basxsoftwareassociation/basxconnect/pull/227)
- f434441: add _view to name of view (Pascal Wiesmann) [227](https://github.com/basxsoftwareassociation/basxconnect/pull/227)
- 0e3ad34: isort (Pascal Wiesmann) [227](https://github.com/basxsoftwareassociation/basxconnect/pull/227)
- 51bde39: add AddTagView (Pascal Wiesmann) [227](https://github.com/basxsoftwareassociation/basxconnect/pull/227)
- be97cda: use newly created tag as initial value (Pascal Wiesmann) [227](https://github.com/basxsoftwareassociation/basxconnect/pull/227)
- 1731bc5: use Form to parse persons (Pascal Wiesmann) [227](https://github.com/basxsoftwareassociation/basxconnect/pull/227)
- 497a356: prevent accessing None (Pascal Wiesmann) [227](https://github.com/basxsoftwareassociation/basxconnect/pull/227)
- 93bf446: bump version (Pascal Wiesmann)

0.3.73

Bug Fixes
- mailchimp synchronization would result in error because of invalid filter ([Pascal Wiesmann](https://github.com/basxsoftwareassociation/basxconnect/commit/20000ac16361cafc30ace2a08d1120b05c046e2c))

Commits
- 853d9a6: bump version (Pascal Wiesmann)

0.3.72

Commits
- e2477d8: bump version (Sam)

0.3.71

Bug Fixes
- allow for other column configurations ([Sam](https://github.com/basxsoftwareassociation/basxconnect/commit/490cfb7b77569950522cc3864f6b224c04be7d3b))

Commits
- 5a93b51: enable adding tags in bulk (Pascal Wiesmann) [225](https://github.com/basxsoftwareassociation/basxconnect/pull/225)
- 75cbe07: generalize bulk tag operations (Pascal Wiesmann) [225](https://github.com/basxsoftwareassociation/basxconnect/pull/225)
- bbf0b2d: delete unused import (Pascal Wiesmann) [225](https://github.com/basxsoftwareassociation/basxconnect/pull/225)
- c164e0e: enable creation of new tags when bulk-adding tags (Pascal Wiesmann) [225](https://github.com/basxsoftwareassociation/basxconnect/pull/225)
- 353ad5a: put add-tag-button right next to tag select and add translation (Pascal Wiesmann) [225](https://github.com/basxsoftwareassociation/basxconnect/pull/225)
- 3988a25: fix translations (Pascal Wiesmann) [226](https://github.com/basxsoftwareassociation/basxconnect/pull/226)
- e8fb9a7: add soft-delete field to subscriptions (Pascal Wiesmann) [226](https://github.com/basxsoftwareassociation/basxconnect/pull/226)
- 770341c: use mailer from settings instead of directly instantiating it (Pascal Wiesmann) [226](https://github.com/basxsoftwareassociation/basxconnect/pull/226)
- 1d42fe5: add DeleteSubscriptionView (Pascal Wiesmann) [226](https://github.com/basxsoftwareassociation/basxconnect/pull/226)
- 75cac3d: remove unused import (Pascal Wiesmann) [225](https://github.com/basxsoftwareassociation/basxconnect/pull/225)
- 4625551: fix import (Pascal Wiesmann) [225](https://github.com/basxsoftwareassociation/basxconnect/pull/225)
- 364eeaf: let django encode the person list instead of doing it ourselves (Pascal Wiesmann) [225](https://github.com/basxsoftwareassociation/basxconnect/pull/225)
- 81309f8: add possibility to soft-delete subscriptions to UI (Pascal Wiesmann) [226](https://github.com/basxsoftwareassociation/basxconnect/pull/226)
- 3e3a542: change whole idea: subscriptions are now autimatically set active or inactive (Pascal Wiesmann) [226](https://github.com/basxsoftwareassociation/basxconnect/pull/226)
- 60c5dbe: rename variable (Pascal Wiesmann) [226](https://github.com/basxsoftwareassociation/basxconnect/pull/226)
- 191c9a8: if subscription is active in mailchimp, it should also show as active in BC (Pascal Wiesmann) [226](https://github.com/basxsoftwareassociation/basxconnect/pull/226)
- b6124de: delete unused view (Pascal Wiesmann) [226](https://github.com/basxsoftwareassociation/basxconnect/pull/226)
- 2076aea: remove unused imports and parameter (Pascal Wiesmann) [226](https://github.com/basxsoftwareassociation/basxconnect/pull/226)
- 1a0606f: move subscription logic to handler (Pascal Wiesmann) [226](https://github.com/basxsoftwareassociation/basxconnect/pull/226)
- a8ec283: delete unused import (Pascal Wiesmann) [226](https://github.com/basxsoftwareassociation/basxconnect/pull/226)
- 4ca5e08: use aslayout (Pascal Wiesmann) [225](https://github.com/basxsoftwareassociation/basxconnect/pull/225)
- bd2a4cb: delete unused imports (Pascal Wiesmann) [225](https://github.com/basxsoftwareassociation/basxconnect/pull/225)
- 2f2c19f: Merge branch 'main' of github.com:basxsoftwareassociation/basxconnect (Sam)
- 525f2b9: bump version (Sam)

Page 14 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.