Commit Graph

2610 Commits

Author SHA1 Message Date
Christopher Broderick
4f65d9cd8e master is deprecated for gh-action-pypi-publis - use release/v1 2023-10-24 13:52:13 +01:00
Christopher Broderick
8849943d33 Add logging to stdout when enabled to facilitate debugging issues. 2023-10-24 13:50:23 +01:00
Christopher Broderick
79150c74d2 Enhance documentation for get_email command 2023-10-24 13:48:38 +01:00
Christopher Broderick
db949aaf6d
Merge pull request #1127 from timthelion/standalone
Standalone
2023-10-23 16:14:35 +01:00
Timothy Hobbs
1dc09ee255 isort 2023-10-23 14:52:18 +02:00
Timothy Hobbs
8be4adb756 Oops, use the standalone urls config :) 2023-10-23 14:20:44 +02:00
Timothy Hobbs
d1cce7caad Add ability to configure local_urls 2023-10-23 14:00:03 +02:00
Timothy Hobbs
7e0a335684 Switch to local_settings first for manage.py as well 2023-10-23 13:42:18 +02:00
Timothy Hobbs
327782b845 Add docs for using s3 for attachments 2023-10-23 12:52:18 +02:00
Timothy Hobbs
13bae827e9 Install git so that we can install git based extra-deps 2023-10-23 12:52:18 +02:00
Timothy Hobbs
90c9b3311e Reverse order of local_settings loading in order to allow adding new installed apps 2023-10-23 12:52:18 +02:00
Timothy Hobbs
8d08b83446 Get rid of extra comments in urls.py 2023-10-23 12:52:18 +02:00
Christopher Broderick
0d91fcca0b
Merge pull request #1124 from django-helpdesk/fix_release_script
Fix PyPi release script. Support ReadTheDocs automated release.
2023-10-18 10:02:22 +01:00
Christopher Broderick
1c419b87b1 Minor updates that have no real influence on the documentation 2023-10-17 15:12:14 +01:00
Christopher Broderick
fd273fd2bc Configuration to autobuild to readthedocs 2023-10-17 15:11:29 +01:00
Christopher Broderick
a3b7c25920 Remove the release build because that (for now) is done in the UI and is
used as a controlled release trigger event for this workflow
2023-10-17 15:06:00 +01:00
Christopher Broderick
ca94472105
Merge pull request #1123 from django-helpdesk/fix_whee
Fix wheel creation via github action
2023-10-17 11:39:42 +01:00
Christopher Broderick
f0e3ef6c8b Changes per PR review and additional cleanup. 2023-10-17 11:01:21 +01:00
Christopher Broderick
28c09f4fdb
Update CONTRIBUTING.rst
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
2023-10-17 10:31:58 +01:00
Christopher Broderick
fd46823460 Set the long_description_content_type to avoid wheel build failure. 2023-10-17 00:27:04 +01:00
Christopher Broderick
84aca2efc5 Update to reflect the current git flow. 2023-10-17 00:26:06 +01:00
Christopher Broderick
bd80384efd
Merge pull request #1121 from django-helpdesk/enhance_teams_documentation
Enhance teams documentation
2023-10-16 17:39:58 +01:00
Christopher Broderick
9eb71f58e6 Space above indented text block 2023-10-16 08:24:46 +01:00
Christopher Broderick
6b16ce3e90 Spacing and grammar correction 2023-10-16 08:14:26 +01:00
Christopher Broderick
a2e39d1cb4 Fix grammar 2023-10-15 15:12:54 +01:00
Christopher Broderick
bcccb39a87 Enhance documentation around teams.
Provide a simple directive to disable teams.
2023-10-15 15:10:12 +01:00
Christopher Broderick
658d2b900e
Merge pull request #1119 from timthelion/standalone
Standalone helpdesk installation configuration
2023-10-15 11:14:31 +01:00
Timothy Hobbs
ac1f8ecc33 Update standalone/docker-compose.yml
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
2023-10-14 18:48:55 +02:00
Timothy Hobbs
cbb5dcdef9 Document standalone install 2023-10-14 18:48:53 +02:00
Timothy Hobbs
1db03af35b Update standalone/Caddyfile
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
2023-10-14 18:48:02 +02:00
Timothy Hobbs
405efcc33b Delete emails immediately to prevent duplicate ticket problems
Right now if there is an exception in this loop due to a single messed up
email (perhapse an invalid email address), the loop will fail without deleting
the already processed emails. In a few hours you can end up with hundreds of
duplicate tickets. This way, the already processed emails will be deleted and
not processed again.
2023-10-14 18:48:02 +02:00
Timothy Hobbs
1deb42c971 Add note about setting Site 2023-10-14 18:48:02 +02:00
Timothy Hobbs
8da575c31b Add support for SES 2023-10-14 18:48:02 +02:00
Timothy Hobbs
82424cdd5e Add standalone installation option with preconfigured docker-compose 2023-10-14 18:48:02 +02:00
Christopher Broderick
f872ec2527
Merge pull request #1120 from fazledyn-or/Fix_File_Permission_777
Fixed Sensitive Data Exposure (File permission in attachments)
2023-10-13 10:41:24 +01:00
Christopher Broderick
27bb8f3fc5
Merge branch 'main' into Fix_File_Permission_777 2023-10-13 10:38:30 +01:00
Christopher Broderick
30ddf1eb46
Merge pull request #1117 from simevo/feature/issue-826-dockerize
dockerize, fixes #826
2023-10-13 10:21:21 +01:00
Christopher Broderick
b9997e2ad0
Merge branch 'main' into feature/issue-826-dockerize 2023-10-13 10:19:05 +01:00
Christopher Broderick
6cb7d70290
Merge pull request #1116 from django-helpdesk/HELPDESK_USE_HTTPS_IN_EMAIL_LINK-default-value
Use SECURE_SSL_REDIRECT as a default value for HELPDESK_USE_HTTPS_IN_EMAIL_LINK setting
2023-10-13 10:18:39 +01:00
Christopher Broderick
41b4263f1f
Merge branch 'main' into HELPDESK_USE_HTTPS_IN_EMAIL_LINK-default-value 2023-10-13 10:12:28 +01:00
Christopher Broderick
305fdaf514
Merge pull request #1112 from gdrosos/main
Remove Unused Dependency: Simplejson
2023-10-13 10:11:55 +01:00
Christopher Broderick
9ae1a59457
Merge branch 'main' into main 2023-10-13 09:31:25 +01:00
Christopher Broderick
7c2d1934d8
Merge pull request #1104 from django-helpdesk/email_parser_rework
Enhance email parser to handle multiple multiparts and multiple MIME parts
2023-10-13 09:29:57 +01:00
fazledyn-or
11327e7469 Added the default permission in settings.py 2023-10-11 11:50:56 +06:00
Christopher Broderick
e90739a07a Fix formatting issues 2023-10-10 14:08:57 +01:00
Christopher Broderick
104a849d9f Fix flake8 issues 2023-10-10 14:08:47 +01:00
Christopher Broderick
276af1c03c Fix inline with multipart message attachment test 2023-10-10 13:47:18 +01:00
Christopher Broderick
6fc7a8dd54 Minor addition to documentation for developers 2023-10-10 13:45:30 +01:00
Christopher Broderick
7e7a38cc3c Fix to avoid using "hidden" variable as kwarg. 2023-10-10 13:42:40 +01:00
Christopher Broderick
8006826ddf Process email content first then focus on attachments.
Use the EmailMessage class for enhanced processing.
2023-10-10 13:41:28 +01:00