Timothy Hobbs
b862732512
Remove "classic" code path and always use datatables for ticket lists
2019-10-08 17:54:59 +02:00
Timothy Hobbs
f127b2c224
Refactor ticket list
2019-10-08 17:54:58 +02:00
Garret Wassermann
86444e2bc7
Merge pull request #777 from auto-mat/abs-paths1
...
Don't use file paths when sending emails because they don't work on S3
2019-09-24 19:40:01 -04:00
Timothy Hobbs
b43e60875a
Don't use file paths because they don't work on S3
...
Fixes #721 on develop but not on master
2019-09-23 16:52:17 +02:00
Garret Wassermann
7f27eb9428
Merge 0.2.17 release into develop
2019-08-27 21:53:25 -04:00
Garret Wassermann
6d538da0f0
Bump version for new release
2019-08-27 21:39:33 -04:00
Garret Wassermann
073ebaba80
Update documentation for custom field search
2019-08-27 21:37:39 -04:00
Garret Wassermann
4adec7c5b0
Merge pull request #769 from willstott101/patch-2
...
Search custom field values.
2019-08-27 21:14:07 -04:00
Garret Wassermann
511f45d200
Merge pull request #772 from alatja/login-url
...
Support for custom login by setting LOGIN_URL
2019-08-27 13:07:58 -04:00
Janne Alatalo
e9fc53d461
Fix linter error
2019-08-27 14:36:58 +03:00
Janne Alatalo
042e766be1
Add a test that checks that LOGIN_URL can be a view name
...
This test requires that the admin urls are added to the test
configuration.
2019-08-27 13:04:00 +03:00
Janne Alatalo
0a43b9a160
Add support for custom login handler
...
The custom login handler can be configured by setting the
settings.LOGIN_URL variable. If LOGIN_URL is None or 'helpdesk:login',
the app uses the default helpdesk login system. LOGIN_URL can be a view
name or raw url.
2019-08-27 13:02:07 +03:00
Garret Wassermann
66ab507c15
Snyc with master to get patches for ru templates and custom User models
2019-08-05 19:40:38 -04:00
Garret Wassermann
b41f95fd7e
Drop support for python 3.4 and 3.5, since they're now unsupported too anyway
2019-08-05 19:29:14 -04:00
Garret Wassermann
d896e21fd2
Use ubuntu bionic 18.04 for automated testing
2019-08-05 19:22:08 -04:00
Garret Wassermann
843e8402fa
Merge pull request #770 from askvortsov1/master
...
Adjusted get_email management command to support custom User model
2019-08-05 19:19:03 -04:00
Alexander Skvortsov
62fbee205c
Adjusted get_email management command to support custom User model
2019-08-05 18:41:31 -04:00
Will Stott
45854e44a7
Search custom field values.
2019-07-31 14:04:31 +01:00
Garret Wassermann
e1e05999eb
#767 , fix a misspelled urL in emailtemplate.json
2019-07-25 12:43:29 -04:00
Garret Wassermann
cd948a6701
Merge pull request #765 from OpenGeoLabs/gui_updates
...
More gui updates
2019-07-07 02:33:11 -04:00
Jachym Cepicky
e7465ab2fd
more redminenish ticket filters
2019-07-06 22:36:59 +02:00
Jachym Cepicky
61d8df932c
more redminenish ticket view
2019-07-06 22:36:58 +02:00
Jachym Cepicky
74bcb4fc4f
updating font awesome
2019-07-06 22:36:58 +02:00
Jachym Cepicky
37c6905d46
cleaning time_spent formating
2019-07-06 22:36:58 +02:00
Garret Wassermann
cda16297bf
Merge pull request #764 from lasircc/develop
...
Add setting for HTTPS in email links
2019-07-04 21:42:59 -04:00
Andrea M
c969577161
Add setting for HTTPS in email links
2019-07-04 10:32:49 +02:00
Garret Wassermann
0de263280f
Merged 0.2.16 bugfixes
2019-05-25 01:25:39 -04:00
Garret Wassermann
951cc68ecd
Bump to 0.2.16
2019-05-25 01:09:46 -04:00
Garret Wassermann
ae26216435
PEP-8 fixes for get_email
2019-05-25 01:04:05 -04:00
Garret Wassermann
ce018d2ce5
Copy emails to CC list when processing with get_email, for #744
2019-05-25 01:01:02 -04:00
Garret Wassermann
e20f441992
PEP-8 fixes
2019-05-24 13:27:48 -04:00
Garret Wassermann
b61c0c71fd
Merge pull request #757 from OpenGeoLabs/145_due_date
...
fix issue with setting due date format, for the issue #145
2019-05-24 13:23:52 -04:00
Garret Wassermann
d9ca94145f
Merge pull request #759 from OpenGeoLabs/758_public_ticket_editing
...
fixes #758 : enables adding comments to public tickets
2019-05-24 11:52:47 -04:00
Garret Wassermann
04f6b3efdd
Merge pull request #761 from OpenGeoLabs/760_attachments
...
fix for ticket #760 displaying followup attachments again
2019-05-24 11:49:17 -04:00
Garret Wassermann
2679822bd5
Merge pull request #762 from OpenGeoLabs/timespent_staff_only
...
display time spent only when user is_staff
2019-05-24 11:45:40 -04:00
Jachym Cepicky
e5eea3bb43
display time spent only when user is_staff
2019-05-23 17:31:00 +02:00
Jachym Cepicky
416494c7dc
fix for ticket #760 displaying followup attachments again
2019-05-23 17:18:57 +02:00
Jachym Cepicky
2e58798fe1
fixes #758 : enables adding comments to public tickets
2019-05-23 09:55:08 +02:00
Jachym Cepicky
611e6de928
fix for the issue #145
2019-05-22 11:20:01 +02:00
Garret Wassermann
94eab853af
Fix email test, example didn't update the email subject
2019-04-01 22:17:32 -04:00
Garret Wassermann
4fb8426153
Update requirements to ensure Django 2.2 LTS
2019-04-01 21:39:19 -04:00
Garret Wassermann
7f19828a0e
Set Django 2.2 LTS as the default for the 0.3 release
2019-04-01 21:35:09 -04:00
Garret Wassermann
9ca7f9fb46
Merge remote-tracking branch 'upstream/develop' into develop
2019-04-01 21:29:18 -04:00
Garret Wassermann
e3aa39220f
Merge pull request #751 from OpenGeoLabs/template_fix
...
add space to heading of kb item
2019-04-01 15:54:41 -04:00
Jachym Cepicky
af7cc184e9
add space to heading of kb item
2019-04-01 21:52:48 +02:00
Garret Wassermann
78348590b0
Merge pull request #749 from OpenGeoLabs/markdown_fix
...
fix markdown bug in resolution text
2019-04-01 15:51:56 -04:00
Jachym Cepicky
ef63a1186b
fix markdown bug
2019-03-29 15:17:10 +01:00
Garret Wassermann
eb60b967c8
Merge pull request #748 from auto-mat/resolved
...
Don't show resolved tickets in unassigned tickets list
2019-03-27 14:57:46 -04:00
Timothy Hobbs
89be7a0fde
Don't show resolved tickets in unassigned tickets list
...
Fixes #741
2019-03-27 17:16:33 +01:00
Garret Wassermann
d8a5159c37
Merge pull request #738 from OpenGeoLabs/design_cleaning
...
adding some boostrap styles
2019-03-26 12:37:19 -04:00