Manuel Gomez
|
6136dea28f
|
Update models.py
|
2019-05-24 12:46:24 +02:00 |
|
Manuel Gomez
|
e713b5c82f
|
Update models.py
|
2019-05-24 12:36:19 +02:00 |
|
Manuel Gomez
|
edc27af632
|
Merge pull request #6 from invisiblebits/lologf-patch-raw-unicode
Update models.py
|
2019-05-24 12:28:45 +02:00 |
|
Manuel Gomez
|
6c6b23ce71
|
Update models.py
|
2019-05-24 12:28:13 +02:00 |
|
Manuel Gomez
|
0d5f395c00
|
Fix decrypt_uri() and _protocol_info() methods
|
2019-04-12 10:30:02 +02:00 |
|
Manuel Gomez
|
934c7992c1
|
Update setup.py
|
2019-04-09 15:41:59 +02:00 |
|
Manuel Gomez
|
66f1254001
|
Merge pull request #5 from invisiblebits/encrypt-uri
Encrypt uri
|
2019-04-09 15:19:17 +02:00 |
|
Manuel Gomez
|
6f23c59ca8
|
Decrypt URI in _protocol_info() method
|
2019-04-09 15:18:24 +02:00 |
|
Manuel Gomez
|
cd1e4de42b
|
Help text in uri form
|
2019-04-09 14:06:01 +02:00 |
|
Manuel Gomez
|
e073a8c32c
|
Remove URI from list_display
|
2019-04-09 13:54:08 +02:00 |
|
Manuel Gomez
|
850f86aef7
|
Pycryto added in requirements
|
2019-04-09 12:11:06 +02:00 |
|
Manuel Gomez
|
11a05a8e09
|
Encrypt, decrypt and padding in model methods
|
2019-04-09 12:09:55 +02:00 |
|
Manuel Gomez
|
72582abb2d
|
Update admin.py
|
2019-04-09 12:07:00 +02:00 |
|
Manuel Gomez
|
fd586e80bc
|
Merge pull request #4 from invisiblebits/FIX_remove-single-quotes-in-subject
Update models.py
|
2019-01-18 12:38:29 +01:00 |
|
Manuel Gomez
|
b390b28f11
|
Update models.py
|
2019-01-18 12:38:03 +01:00 |
|
Manuel Gomez
|
3f22f481e5
|
Update models.py
|
2019-01-18 12:02:07 +01:00 |
|
Manuel Gomez
|
6ba66ed15c
|
Merge pull request #3 from invisiblebits/FIX_unicode_subject_message
Update models.py
|
2019-01-17 16:56:05 +01:00 |
|
Manuel Gomez
|
b797216c7f
|
Update models.py
|
2019-01-17 16:55:44 +01:00 |
|
Manuel Gomez
|
fe1367c994
|
Merge pull request #2 from invisiblebits/STC-668__create-ticket-from-soc-email
FIX - Fix default charset
|
2019-01-16 12:25:50 +01:00 |
|
Manuel Gomez
|
724e804bcb
|
FIX - Fix default charset
|
2019-01-16 12:25:27 +01:00 |
|
Manuel Gomez
|
c706e484b3
|
Merge pull request #1 from invisiblebits/STC-668__create-tickets-from-soc-email
FIX - Django settings fix to unicode
|
2019-01-16 12:07:50 +01:00 |
|
Manuel Gomez
|
bb5fba8a3e
|
FIX - Django settings fix to unicode
|
2019-01-16 12:07:24 +01:00 |
|
Adam Dobrawy
|
26786a0b32
|
Merge pull request #187 from modernNeo/patch-1
updating the link for python-social-auth
|
2018-05-11 08:03:19 +02:00 |
|
Jace Manshadi
|
14423b5a15
|
updating the link for python-social-auth
|
2018-05-10 21:14:33 -07:00 |
|
Adam Dobrawy
|
201f568750
|
Merge pull request #182 from coddingtonbear/missing-migrations
Missing migrations && test database settings
|
2018-04-21 07:59:48 +02:00 |
|
Adam Dobrawy
|
55bf24b199
|
Add missing migrations
|
2018-04-21 07:39:50 +02:00 |
|
Adam Dobrawy
|
72cb0ea706
|
Avoid "settings.DATABASES is improperly configured. Please supply the NAME value."
|
2018-04-21 07:27:48 +02:00 |
|
Adam Dobrawy
|
7a39d3df47
|
Merge pull request #180 from coddingtonbear/ad-m-patch-1
Add makemigrations check in tox
|
2018-04-06 10:20:34 +02:00 |
|
Adam Dobrawy
|
d0090f3f97
|
Add makemigrations check in tox
|
2018-04-06 03:51:01 +02:00 |
|
Adam Dobrawy
|
ce6dffb7ed
|
Merge pull request #177 from tchamberlin/master
Updated management command's argument handling for Django 1.8+
|
2018-03-30 00:38:22 +02:00 |
|
Adam Coddington
|
b7baae454b
|
Update polling.rst
Improving "Getting incoming mail" documentation clarity.
|
2018-03-21 08:55:47 -07:00 |
|
Adam Dobrawy
|
8933e38109
|
Update CHANGELOG.rst
|
2018-03-17 18:07:00 +01:00 |
|
Thomas Chamberlin
|
33b48b2f73
|
Bug fixes for Django versions 1.8 and 1.9
These are versions in which a "compatibility mode" is in place for argument handling, and things didn't work quite the way I expected
|
2018-03-09 17:02:50 -05:00 |
|
Thomas Chamberlin
|
b5d5207cd8
|
Bug fixes to support Django 1.7
|
2018-03-09 16:36:39 -05:00 |
|
Thomas Chamberlin
|
e151006582
|
Fixed bug in mailbox_name argument and added unit tests
This is an optional positional argument, and thus needs to have nargs='?' set
|
2018-03-09 15:35:38 -05:00 |
|
Thomas Chamberlin
|
7b536046a9
|
Updated management command's argument handling for Django 1.8\+
It appears that Django switched from optparse to argparse in Django 1.8. In Django 1.10 it appears that the compatibility mode for optparse-style managemnt commands was removed, and thus these were broken
https://docs.djangoproject.com/en/1.11/internals/deprecation/#deprecation-removed-in-1-10
https://docs.djangoproject.com/en/1.11/releases/1.8/#extending-management-command-arguments-through-command-option-list
https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/
|
2018-03-09 14:45:43 -05:00 |
|
Adam Dobrawy
|
e0687380a1
|
Cache email object in Message (#148)
* Cache email object in Message
* Email object cache flush in some tests
|
2018-03-09 10:10:07 -08:00 |
|
Adam Dobrawy
|
2b2bdb9825
|
Use generator in Mailbox.get_mail to limit memory leak (#149)
* Use generator in Mailbox.get_mail to limit memory leak
* Fix generator support in tests/base.py
|
2018-03-09 10:09:45 -08:00 |
|
Adam Dobrawy
|
a299a00506
|
Add note about new release (#163)
* Add note about new release
* Fix typo - plural form of 'matrix'
|
2018-03-09 10:09:18 -08:00 |
|
Adam Dobrawy
|
c1b20f01eb
|
Add Django version (#162)
|
2018-03-09 10:09:06 -08:00 |
|
Adam Dobrawy
|
0a10dd509d
|
Add 'Development' section in docs (#161)
* Add 'Development' section in docs
* Fix typo in development procedure
|
2018-03-09 10:08:45 -08:00 |
|
Adam Coddington
|
25399db82f
|
Bump version: 4.7.0 → 4.7.1
|
2018-02-09 00:13:54 -08:00 |
|
Adam Dobrawy
|
7eecb0d41d
|
Fix text content with text attachment (#170)
* Add tests case for text content with text attachment
* Fix parsing text message with text attachment
|
2018-02-09 00:13:39 -08:00 |
|
Adam Coddington
|
dfad0f8f9c
|
Bump version: 4.6.0 → 4.7.0
|
2018-01-15 21:45:37 -08:00 |
|
Adam Dobrawy
|
04a0b20b5f
|
Merge pull request #166 from kojiGit55/fix-typo-readme
fix typo. recieve => receive
|
2018-01-13 14:34:15 +01:00 |
|
Koji Nakashima
|
c4775e923e
|
fix typo. recieve => receive
|
2018-01-13 22:24:57 +09:00 |
|
Denis
|
7252295601
|
Django 2.0 Preps - on_delete=models.CASCADE in models & migrations (#153)
* Update models.py for django 2.0
on_delete=models.CASCADE on all relationships
* on_delete=models.CASCADE in 0001_initial.py
Django 2.0 preps
|
2017-12-05 07:53:18 -08:00 |
|
Adam Dobrawy
|
08512ac316
|
Update index.rst
|
2017-11-03 14:47:59 +01:00 |
|
Adam Coddington
|
0374cbd4cd
|
Bump version: 4.5.4 → 4.6.0
|
2017-10-15 14:23:50 -07:00 |
|
Adam Dobrawy
|
9f8d653ada
|
Add python_2_unicode_compatible in models
|
2017-07-11 08:17:17 +02:00 |
|