Commit Graph

  • 4d58823ec7 Ticket Milestone/Label pairing: changed to display pmid instead of view id Luis Contreras-Orendain 2023-01-05 14:31:26 -0800
  • 2cca51085f Removes unused function query_to_dict Rafael Reuber 2023-01-05 22:30:57 +0000
  • 7334c20735 Emails: Fixed bug sending emails twice sometimes Elizabeth 2022-12-14 15:04:27 -0500
  • e3537a0891 Migrations: Fix for faking migration 0003 Elizabeth 2022-12-13 09:40:28 -0500
  • 724822c17f Form validation: minor bug fix, refactor lcontreras 2022-12-09 13:23:57 -0500
  • 194056b0b1 Ticket list: Fixed queue column display Elizabeth 2022-11-23 15:08:03 -0500
  • 798c04ecf7 Email fix Elizabeth 2022-11-21 14:36:41 -0500
  • 59d58c9217 Merge branch 'develop' into gmail_auth Elizabeth 2022-11-17 13:35:51 -0500
  • e7f5d2e6ae Emails: Changed PostOfficeEmail to Email Elizabeth 2022-11-17 13:04:08 -0500
  • 99ba780e3b Email auth: Updated to use oauth authentication Elizabeth 2022-11-15 09:28:51 -0500
  • 66565eff01
    Merge pull request #1056 from Benbb96/fix-1054 Christopher Broderick 2022-11-11 22:48:28 +0000
  • bc679986e1 Report export: added hardcoded paired property fields retrieval lcontreras 2022-11-10 15:27:28 -0500
  • 64dc91bbd7
    Merge pull request #1058 from django-helpdesk/update-demo Christopher Broderick 2022-11-09 11:14:38 +0000
  • c3aacbd813
    Remove link to heroku demo Garret Wassermann 2022-11-07 13:42:30 -0500
  • 3a3c186181 Email auth: Removed debug outputs Elizabeth 2022-11-03 12:51:29 -0400
  • cf8069a397 Email auth: Updated with Microsoft authentication Elizabeth 2022-11-02 17:05:01 -0400
  • a29cf8bb08 Merge branch 'develop' into gmail_auth Elizabeth 2022-11-02 15:03:11 -0400
  • 595b53e589 Ticket Export: updated serializers and csv generation lcontreras 2022-10-24 15:56:57 -0400
  • 621f2ce0cd Forms: Added unlisted field to hide public forms Elizabeth 2022-10-21 13:31:21 -0400
  • c5ad7bb5df Form validation: bug fixes and validation js cleanup lcontreras 2022-10-17 15:12:12 -0400
  • 3fca2e5fdc Ticket props list: Updated display Elizabeth 2022-10-14 15:39:36 -0400
  • 64788938b4 Catch exception on an attachment individually in order to allow valid extension to be processed. Benbb96 2022-10-10 21:57:56 +0200
  • 297ecdda8c
    Merge pull request #1055 from Benbb96/fix-1054 Christopher Broderick 2022-10-09 23:03:17 +0100
  • b3edba3fc5 Fix #1054 Benbb96 2022-10-09 22:51:32 +0200
  • 7a3a60fdfd Ticket desc: Added list of paired props, links, & unpairing buttons Elizabeth 2022-09-30 17:23:44 -0400
  • f20f68f615 Imports: bug fix Elizabeth 2022-09-19 11:06:40 -0400
  • b3cba75228 Form validation: fixing my previous fixes for dc forms lcontreras 2022-09-16 16:34:49 -0400
  • a36a1714ad Emails: Replaced ImporterSenderMapping with EmailImporter Elizabeth 2022-09-14 16:16:13 -0400
  • f251f5097c Ticket list: combined last reply columns into one, added query filter for it lcontreras 2022-09-14 14:04:46 -0400
  • 21b838a11e Followups: fixed editing behavior on certain tickets lcontreras 2022-09-09 15:54:58 -0400
  • 5b35b14426 Ticket list: added last staff/member reply columns lcontreras 2022-09-09 11:44:01 -0400
  • 0d810d6102
    Merge pull request #1053 from uhurusurfa/fix_attachment_file_name_handling Garret Wassermann 2022-09-08 21:08:46 -0400
  • f134d64349 Add import sort checking and fixing to makefile chrisbroderick 2022-09-08 23:42:20 +0100
  • 9e3a3abcf1 Fix import sorting chrisbroderick 2022-09-08 23:40:49 +0100
  • 0ae288374c Development support apps chrisbroderick 2022-09-08 23:31:28 +0100
  • 9627c17a45 Enhance for development processes chrisbroderick 2022-09-08 23:31:02 +0100
  • 673d12c67b Add a dev requirements to make it easier to develop helpdesk chrisbroderick 2022-09-08 22:12:20 +0100
  • 8d7ba415fa Fix formatting per flake8 chrisbroderick 2022-09-08 22:11:24 +0100
  • b78be0d71f Delete no longer used CI/CD chrisbroderick 2022-09-08 22:11:07 +0100
  • eca2255f56 Test for filename using diaretics chrisbroderick 2022-09-08 10:05:09 +0100
  • ef07185d43 Emails: Updated process_attachments to use with send_beam_mail Elizabeth 2022-09-07 17:17:50 -0400
  • 357241e269 Refactor to make the methods more generic and able to be used to build any kind of email chrisbroderick 2022-09-07 08:48:32 +0100
  • 7eef292d61 Merge branch 'production' into develop Elizabeth 2022-09-06 15:31:28 -0400
  • 99b2ba5372 Remove the directory created for the test chrisbroderick 2022-09-06 19:41:29 +0100
  • 96b985f8a6 Ignore tox created stuff chrisbroderick 2022-09-06 19:40:46 +0100
  • 572ffd5acf Handle ignored emails explicitly using exceptions. Support the flag on IgnoreEmail model to control deleting the email if ignored. chrisbroderick 2022-09-06 19:40:35 +0100
  • ab3163ccac Emails: Added tickets to PostOfficeEmail obj Elizabeth 2022-09-06 14:21:24 -0400
  • 23c3b72a43 Refactor object_from_message to make it more testable and fix some bugs. Extract the from email using the email library instead of pre-decoding which exposes the comma separator causing the email address to be extracted incorrectly if the real name contains a comma. Raise an exception when a message to be ignored is detected to process ignored messages explicitly. chrisbroderick 2022-09-04 22:01:32 +0100
  • e1085cb370 Custom exception to handle ignored messages explicitly. chrisbroderick 2022-09-04 21:53:08 +0100
  • 3c4c9ce533 Additional test libraries for more detailed testing of emails chrisbroderick 2022-09-02 22:12:42 +0100
  • 4e001c7f15 test utility methods to simplify more complex tests chrisbroderick 2022-09-02 22:11:19 +0100
  • aba1fecf0e Exports: Fixing 'user has no default org' bug Elizabeth 2022-09-01 13:29:45 -0400
  • 43850962d4 Emails: Moved add_custom_header to BEAM Elizabeth 2022-08-30 14:39:19 -0400
  • fb840c421b Email logging: Updated source Elizabeth 2022-08-29 16:39:12 -0400
  • c029260c86 Form validation: minor fixes for dc forms lcontreras 2022-08-26 16:48:53 -0400
  • 73124b39c5 Email logging: Renamed ticket.send, added source & user args Elizabeth 2022-08-26 16:16:53 -0400
  • 68894290f9 Emails: Updated seed.utils.email import Elizabeth 2022-08-26 14:12:41 -0400
  • 010780044d Merge branch 'develop' of github.com:ClearlyEnergy/django-helpdesk into logging Elizabeth 2022-08-26 14:12:09 -0400
  • 18397bb57f
    committed to the wrong branch ebeers-png 2022-08-26 14:11:55 -0400
  • a2ad9732b1 Emails: Updated seed.utils.email import Elizabeth 2022-08-26 14:10:26 -0400
  • dd5dc704eb Emails: send_templated_mail now uses send_beam_mail Elizabeth 2022-08-26 13:44:36 -0400
  • 07e307243e Merge branch 'develop' into production Elizabeth 2022-08-25 15:03:24 -0400
  • 9f0871a59f Migrations: Removed deprecated JSONField Elizabeth 2022-08-23 15:39:12 -0400
  • ca18f5b913 Merge branch 'develop' into gmail_auth Elizabeth 2022-08-18 10:02:09 -0400
  • 0e84b62df4 Forms: Queue question always displays if no default selected Elizabeth 2022-08-18 09:28:03 -0400
  • e81d5b21e8 Ticket list: simplified some ticket queries Elizabeth 2022-08-17 17:59:01 -0400
  • 294e546ff0 Merge branch 'develop' into form_updates Elizabeth 2022-08-17 17:57:03 -0400
  • ee60cdf0fe Forms: Added 'required' text to ticket editing page Elizabeth 2022-08-17 17:56:14 -0400
  • 2371e9f9e3 Forms: Fully removed/replaced customfield settings Elizabeth 2022-08-17 17:44:25 -0400
  • 3d99097df2 Emails: Removed unnecessary logging Elizabeth 2022-08-17 15:29:00 -0400
  • 78eee85afa Merge branch 'develop' into production Elizabeth 2022-08-17 11:39:00 -0400
  • 40581c0999 Emails: more logging Elizabeth 2022-08-17 11:38:52 -0400
  • 238dd8d3d5 Fix import order Benbb96 2022-08-15 20:21:19 +0200
  • bc3d89b555 Fix PyCharm warnings in staff.py Benbb96 2022-08-15 20:15:02 +0200
  • 9f0056c8a9 Merge branch 'develop' into production Elizabeth 2022-08-12 16:44:53 -0400
  • 26cd8cf0e8 Email: added more logging Elizabeth 2022-08-12 16:44:46 -0400
  • 55186df615 Merge branch 'develop' into production Elizabeth 2022-08-12 15:24:47 -0400
  • 3da40b2283 Milestones: edited buttons, fix template var Elizabeth 2022-08-12 14:07:58 -0400
  • 411dc749c5 Forms: added extra validations reqs for DC forms lcontreras 2022-08-12 13:15:04 -0400
  • 1edff83f06 Email: templates missing 'private' template variable Elizabeth 2022-08-12 12:38:44 -0400
  • d77d6bd75b Merge branch 'develop' into production Elizabeth 2022-08-11 17:05:04 -0400
  • 0c15afa1d1 Adding debug to render context Elizabeth 2022-08-11 17:04:56 -0400
  • 2108972861 Merge branch 'develop' into production Elizabeth 2022-08-11 16:22:12 -0400
  • 726624a4bf Email: Trying to fix strange tickets Elizabeth 2022-08-11 16:21:58 -0400
  • 252b9d5163 Timezones: fixed timezone setting bug lcontreras 2022-08-10 16:37:22 -0400
  • 95c8d47478 Merge branch 'develop' into form_updates Elizabeth 2022-08-10 16:15:45 -0400
  • cf25e5f714
    Merge pull request #1048 from martin-marty/remove_azure Garret Wassermann 2022-08-09 11:01:39 -0400
  • 6b26efee33 Merge branch 'develop' into production Elizabeth 2022-08-08 13:34:47 -0400
  • c70092e113
    Remove restrictions Martin Whitehouse 2022-08-08 18:41:57 +0200
  • b3051fb686
    Merge branch 'unstable' into remove_azure Martin Whitehouse 2022-08-08 18:23:42 +0200
  • 9e3f22d786 Emails: ticket send() checks if cc is_helpdesk_staff before sending with cc_user Elizabeth 2022-08-08 12:22:37 -0400
  • 353bd699df
    Remove azure and default to pull requests,opened/reopened Martin Whitehouse 2022-08-08 18:19:58 +0200
  • e46965db21 Form fields: added reverse migration operation Elizabeth 2022-08-08 10:53:20 -0400
  • a8d1ee194f
    Merge pull request #1038 from IvanovIvan1900/correct_requirements Garret Wassermann 2022-08-08 09:53:24 -0400
  • 8359a1e5ae Fix. Add test markdown and rewrite for last markdown is working Alex 2022-08-08 20:29:43 +0700
  • 3a13bbfeef Fix. Add test markdown and rewrite for last markdown is working Alex 2022-08-08 20:20:00 +0700
  • 8abf0ab8a8 Fix. Add test markdown and rewrite for last markdown is working Alex 2022-08-08 18:16:18 +0700
  • c55c98bc3e
    Merge pull request #1047 from martin-marty/workflow-cache Garret Wassermann 2022-08-08 06:46:23 -0400
  • eaf4a4124a
    Merge branch 'unstable' of git@github.com:martin-marty/django-helpdesk.git into workflow-cache Martin Whitehouse 2022-08-08 12:18:12 +0200
  • 5d06835c03
    Run 'On push' Martin Whitehouse 2022-08-08 11:13:13 +0200