Skip to content

Releases: ClearlyEnergy/django-helpdesk

v1.0.3

16 Oct 12:46
Compare
Choose a tag to compare

1.0.3 (2024-10-16)

Bug Fixes

  • added permissions for oidc (982e255)

v1.0.2

16 Oct 12:36
Compare
Choose a tag to compare

1.0.2 (2024-10-16)

Bug Fixes

v1.0.1

16 Oct 12:29
Compare
Choose a tag to compare

1.0.1 (2024-10-16)

Bug Fixes

  • added missing 'env' reference (921f06c)
  • added missing SHELL=/bin/bash (b57baca)
  • used new tool to update pyproject.toml file (#32) (25fca6c)

v1.0.0

16 Oct 08:48
48f85c0
Compare
Choose a tag to compare

1.0.0 (2024-10-16)

Bug Fixes

  • added logo fix back (5092db7)
  • added replied to default filtered statuses, fixed filtering for kbitems and owners in ticket list page (6991990)
  • added venv to gitignore (8a36a27)
  • changed license (792cb0a)
  • demo: Update demo's INSTALLED_APPS to avoid it crashing after pinax-team library was introduced #820 (34eb793)
  • email: Add ability to attach full first email text to avoid losing forwards, and to save .eml files for any incoming mesages, plus fix tests and some minor bugs (2b4c82f)
  • helpdesk ticket list filter working with backend and with rendered fields (7508778)
  • makefile: Avoid --user flag usage if previous PIP run has failed - which makes no difference for virtualenv anyway (a4eb80c)
  • merge_tickets updated (aefea42)
  • migrations: Fix the 0034 migration for Postgres (6dd3b07)
  • migrations: Rename the migration back due to InconsistentMigrationHistory otherwise (e9a2313)
  • potential fix for ticket list single queue view (6fe203f)
  • prepend file attachments with 'part-%i_' to prevent name collisions when an email has attachments with the same filename (9f99eb5)
  • public: Fix the public ticket creation by passing user or None to the form.save() method (cf98b4a)
  • pyproject (d633935)
  • removed pyproject file (ef6bd84)
  • small permission fix for kbcategories for public logged in members (0f026bb)
  • tests: Run tests without the socks components and document their usage (4955d98)
  • ticket link fix and improved org-based permissions (32948b1)
  • ticket redirect on public form submission contains org info (a040e2b)
  • typos on bps calculator (d79ed03)
  • using pyproject.toml instead of setup.py (#22) (5cb9d1f)

Features

  • added link to beam properties page in sidebar (2b31b38)
  • adding pyproject.toml file (#29) (6ac22d5)
  • codeartifact deploy (#23) (48f85c0)
  • emails: Do not auto-reply on auto-replies and add auto-reply header for auto-replies and fix headers propagation for our email messages (3285d5e)
  • forms: Ability to provide custom public ticket form (1713a86)
  • forms: added preset cc list to ticket forms, other org permission fixes (fbe91bc)
  • improved org-based access based on url, improved query functionality (ac23719)
  • models: added a required organization field to kbcategories (ff48891)
  • queries: added ability to reshare, unshare, reject queries (0edb9c0)