Benbb96
|
4b096a3010
|
docs: 📝 fix formatting errors in demo README.rst
|
2024-03-12 12:50:05 +01:00 |
|
Benbb96
|
21799ba142
|
Revert "Set an absolute path to get the module recognized when running from root folder"
This reverts commit c2276ce7e1 .
|
2024-03-12 12:49:26 +01:00 |
|
Timothy Hobbs
|
162a368b9d
|
Remove all mention of obsolute API deactivation switch. The helpdesk frontend
now requires the API
|
2023-11-23 22:23:13 +01:00 |
|
Christopher Broderick
|
3a225d88db
|
Update demo/demodesk/config/settings.py
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
|
2023-11-16 09:02:12 +00:00 |
|
Christopher Broderick
|
5ea97968e8
|
Update demo/demodesk/config/settings.py
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
|
2023-11-15 11:32:00 +00:00 |
|
Christopher Broderick
|
9147cb16d5
|
Changed settings to support simple enable/disable of teams.
|
2023-11-15 00:41:56 +00:00 |
|
Garret Wassermann
|
bed7f5da0a
|
prepare for 0.5.0 release to pypi
|
2023-06-15 21:45:10 -04:00 |
|
Martin Whitehouse
|
c2e933b1fb
|
Removed future import
|
2022-07-22 03:28:46 +02:00 |
|
Martin Whitehouse
|
25542f929e
|
Initial isort configuration
Will fail build if imports are not sorted correctly
|
2022-07-22 03:26:41 +02:00 |
|
Garret Wassermann
|
7aa14f16e5
|
Merge branch 'stable' into unstable
|
2022-07-17 03:33:01 -04:00 |
|
Martin Whitehouse
|
b586442508
|
Merge branch 'stable' of
git@github.com:superuser-marty-me-uk/django-helpdesk.git into formatting
|
2022-07-13 10:22:11 +02:00 |
|
Martin Whitehouse
|
aa876f8016
|
pycodestyle formatting
|
2022-07-12 12:34:19 +02:00 |
|
Garret Wassermann
|
fbf022df96
|
Bump to version 0.4.1
|
2022-07-02 06:40:35 -04:00 |
|
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
|
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 |
|
Daniele Scasciafratte
|
5792587e3e
|
feat(ticket): disable timeline
|
2022-04-15 18:48:21 +02:00 |
|
Benbb96
|
dc60d8a7f9
|
Add setting HELPDESK_ACTIVATE_API_ENDPOINT and document it
|
2022-04-15 00:05:51 +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
|
6b79e1499b
|
Update to version 0.3.3
|
2022-03-19 22:49:33 -04:00 |
|
Nick McCullum
|
358080926c
|
Added Django 4 support.
|
2022-03-16 22:29:09 -04:00 |
|
Garret Wassermann
|
94902ec44f
|
Bump version to 0.3.2 for bugfix
|
2021-11-21 23:37:25 -05:00 |
|
Garret Wassermann
|
96338bd73f
|
Bump version to 0.3.1
|
2021-11-19 00:34:21 -05:00 |
|
Garret Wassermann
|
5ca1f39c23
|
Update versions and copyrights to begin the 0.4 release dev cycle
|
2021-10-18 01:16:39 -04:00 |
|
Garret Wassermann
|
ec96538a54
|
Set end date for official 0.2 support, update license copyright years
|
2021-10-18 00:57:31 -04:00 |
|
Garret Wassermann
|
122d8f7b6a
|
Update documentation for 0.3.0 release, restrict support to python 3.8+ because earlier pythons are no longer supported upstream anyway
|
2021-10-17 23:49:16 -04:00 |
|
Garret Wassermann
|
aff67184d4
|
Add attachment validator when uploading attachment to tickets
|
2021-10-05 06:25:42 -04:00 |
|
Garret Wassermann
|
02bdaea76a
|
Add security warning to comments of demodesk about using secure cookies
|
2021-09-27 23:19:06 -04:00 |
|
Garret Wassermann
|
66ed61ee6a
|
Set default autofield to be compatible for django 3.2
|
2021-09-17 10:09:20 -04:00 |
|
Garret Wassermann
|
1559333993
|
Fix some docs and migrations in prep for 0.3 release, see #878
|
2021-08-20 02:05:21 -04:00 |
|
Garret Wassermann
|
0acffeff94
|
Bump to 0.3.0 beta 3
|
2021-01-04 17:52:01 -05:00 |
|
bbe
|
cdfc895bce
|
Fix the login url by using view names in the demo settings instead of the hardcoded urls.
Also remove a duplicate url for 'login'
|
2021-01-04 20:02:25 +01:00 |
|
Garret Wassermann
|
f15442f599
|
Use pinax-teams 2.0.0 and bump to beta 2 for pypi
|
2020-11-12 02:50:09 -05:00 |
|
Garret Wassermann
|
6b2026fb2a
|
Set versions and python metadata for first beta release of 0.3.0
|
2020-11-12 02:16:44 -05:00 |
|
Benbb96
|
c2276ce7e1
|
Set an absolute path to get the module recognized when running from root folder
|
2020-10-08 22:05:48 +02:00 |
|
Garret Wassermann
|
2f788f2597
|
Merge 0.2.22 bugfix release updates, update copyright year in license, specify python 3.6 or above in setup
|
2020-07-30 04:46:15 -04:00 |
|
Garret Wassermann
|
7d89a9ae1d
|
Bump to v0.2.22 for bugfix release
|
2020-07-30 03:49:06 -04:00 |
|
Arkadiy Korotaev
|
34eb793f68
|
fix(demo): Update demo's INSTALLED_APPS to avoid it crashing after pinax-team library was introduced #820
|
2020-07-20 16:41:22 +02:00 |
|
Garret Wassermann
|
2041430cd3
|
Update to 0.2.21
|
2020-04-15 06:59:06 -04:00 |
|
Garret Wassermann
|
a6f75ada9c
|
Update to 0.2.20
|
2020-04-15 05:39:27 -04:00 |
|
umgelurgel
|
867b1ebc59
|
Update the model name in the fixtures.
|
2020-01-13 20:54:47 +01:00 |
|
Garret Wassermann
|
62e73f8a31
|
Bump version to 0.2.19
|
2019-12-24 04:03:33 -05:00 |
|
Garret Wassermann
|
542138c294
|
Bump for next bugfix, 0.2.18
|
2019-12-17 06:54:45 -05:00 |
|
Timothy Hobbs
|
b862732512
|
Remove "classic" code path and always use datatables for ticket lists
|
2019-10-08 17:54:59 +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
|
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 |
|