Commit Graph

2159 Commits

Author SHA1 Message Date
Garret Wassermann
5ad0416657 Unstable is now the 0.5.0 testing ground 2022-06-12 03:23:21 -04:00
Garret Wassermann
61f086a0ac Bump to 0.4.0 release, add django 4 python metadata 2022-06-12 03:02:47 -04:00
Garret Wassermann
ee42ba48a3 Merge in bugfixes from 0.3.5 2022-06-12 03:00:25 -04:00
Garret Wassermann
55eae0cb73 bump version to 0.3.5 2022-06-12 02:57:04 -04:00
Garret Wassermann
f88603ab53
Merge pull request #1014 from Mte90/rest-create-user
Create user by REST endpoint
2022-05-25 07:41:50 -04:00
Garret Wassermann
cd994c5196
Merge pull request #1017 from Benbb96/patch-1
Update HTTPS link to demo
2022-05-13 11:24:55 -04:00
Benbb96
8d3521764b
Update HTTPS link to demo 2022-05-13 09:20:31 +02:00
Daniele Scasciafratte
67949e83f9
added permission classes 2022-05-04 18:51:02 +02:00
Daniele Scasciafratte
a50ef874cd feat(rest): added documentation 2022-05-02 17:29:44 +02:00
Daniele Scasciafratte
25db44ba5e feat(rest): create user 2022-05-02 17:27:25 +02:00
Garret Wassermann
224f1cb83e Merge #1009 Django 4 support into unstable 2022-04-23 02:24:17 -04:00
Garret Wassermann
b8511dd70b Fix conflicts for Django 4 support 2022-04-23 02:23:51 -04:00
Garret Wassermann
d1187b02fa Merge in bugfixes and features from 0.3.4 release including new api 2022-04-23 02:10:58 -04:00
Garret Wassermann
3ed6c68046 Update to 0.3.4 bugfix release 2022-04-23 02:06:35 -04:00
Garret Wassermann
5e8f5fed62 Fixing some unit tests 2022-04-22 14:52:51 -04:00
Garret Wassermann
449e3f9214
Merge pull request #1013 from Mte90/new-option-fields
Add settings to Disable Time spent and Dependencies fields
2022-04-22 06:33:02 -04:00
Garret Wassermann
fcab3506b0
Merge branch 'stable' into new-option-fields 2022-04-22 06:32:32 -04:00
Garret Wassermann
beee68f1bb
Merge pull request #1011 from Mte90/no-timeline
Disable timeline on ticket list
2022-04-22 06:27:52 -04:00
Daniele Scasciafratte
8d626cfd5f feat(fields): hide column for time spent 2022-04-20 17:30:55 +02:00
Daniele Scasciafratte
6d5c81ea14 feat(fields): hide column for KB item, https://github.com/django-helpdesk/django-helpdesk/pull/1003 2022-04-20 16:54:17 +02:00
Daniele Scasciafratte
9bd4eb19bc feat(fields): no dependencies 2022-04-20 16:44:48 +02:00
Daniele Scasciafratte
de9c5a709e feat(fields): no time spent 2022-04-20 16:36:37 +02:00
Daniele Scasciafratte
041308d074 feat(docs): updated 2022-04-20 15:47:36 +02:00
Daniele Scasciafratte
479451ccac feat(docs): updated 2022-04-20 15:39:27 +02:00
Daniele Scasciafratte
26c6a778ec feat(ticket): disable timeline 2022-04-15 18:51:02 +02:00
Daniele Scasciafratte
5792587e3e feat(ticket): disable timeline 2022-04-15 18:48:21 +02:00
Garret Wassermann
935b95ecc2
Merge pull request #1006 from Benbb96/api-solution-1
Create an API endpoint to manage tickets (including custom fields)
2022-04-14 19:24:12 -04:00
Benbb96
dc60d8a7f9 Add setting HELPDESK_ACTIVATE_API_ENDPOINT and document it 2022-04-15 00:05:51 +02:00
Benbb96
3e331c08fb Try to fix other tests 2022-04-14 23:45:19 +02:00
Benbb96
9320df0268 Fix a bug I introduced in earlier commit + fix one test 2022-04-14 23:30:42 +02:00
Benbb96
7e5ff05b02 Update documentation 2022-04-11 00:23:22 +02:00
Benbb96
31acfb11dd Add tests for the API 2022-04-11 00:16:54 +02:00
Benbb96
5701bf0229 Fix a bug with get_choices function which doesn't return anything if empty_selection_list is False 2022-04-11 00:15:48 +02:00
Benbb96
dbcd0fe6b4 Remove last_escalation field from serializer since it is a non-editable field 2022-04-11 00:15:11 +02:00
Benbb96
25b1e1e5bd Add a sentence about custom fields 2022-04-07 00:48:50 +02:00
Benbb96
b8451eef16 Add an API section in documentation + fix small things 2022-04-07 00:43:00 +02:00
Benbb96
88b234958a Fix a bug when assigned_to or merged_to were not passed in body 2022-04-07 00:42:12 +02:00
Nick McCullum
55c638aeef some more template improvements 2022-04-04 15:27:50 -03:00
Nick McCullum
91229b9292 removed even more deprecated functionality 2022-04-04 14:52:52 -03:00
Nick McCullum
5388ece5ed removed more deprecated functionality 2022-04-01 16:36:19 -03:00
Nick McCullum
9444d1592d removed deprecated and template syntax 2022-04-01 16:20:15 -03:00
Garret Wassermann
2b33de6b37
Merge branch 'stable' into api-solution-1 2022-03-31 20:25:59 -04:00
Garret Wassermann
233ec7831c
Merge pull request #1007 from Benbb96/api-solution-2
Create an API endpoint to manage tickets (ignoring custom fields)
2022-03-31 20:12:50 -04:00
bbe
e2cb881eb8 Create an API endpoint to list/create/update/delete tickets (ignoring custom fields) 2022-03-31 17:32:14 +02:00
bbe
1daa1d88aa Create an API endpoint to list/create/update/delete tickets (including custom fields !) + Refactoring in forms.py 2022-03-31 17:19:49 +02:00
Garret Wassermann
73f24f6cc1 merge patches from stable 0.3.3 release 2022-03-19 22:54:25 -04:00
Garret Wassermann
6b79e1499b Update to version 0.3.3 2022-03-19 22:49:33 -04:00
Garret Wassermann
5920c0f8a0
Merge pull request #1003 from Mte90/no-kb
Disable KB without Django errors
2022-03-18 18:01:49 -04:00
Daniele Scasciafratte
946ca4b68c fix(kb): no db 2022-03-18 19:36:49 +01:00
Daniele Scasciafratte
7a3260a163 fix(kb): no db 2022-03-18 19:33:31 +01:00