Commit graph

52 commits

Author SHA1 Message Date
TheOneAboveAllTitan
43e7fc6c6f [sample_app] Added sample app 2020-05-07 10:49:47 -05:00
TheOneAboveAllTitan
6fe8fe6678 [swapper] Removed hardlinks for Notification model #285 2020-04-12 01:21:16 +05:30
Noam
afef4a251b Added prefetch for actor field in admin 2019-09-12 10:19:08 +03:00
Ehmad Zubair
01e9cb97e2 fix: Compatibility with Django 2.1+ 2019-04-18 14:58:42 +05:00
Alvaro Leonel
970a4907b3 Fix #205 Adds ListAll and CountALL endpoints 2018-06-07 23:37:51 -03:00
Alvaro Leonel
785c73a0cd Use of timezone in exemple 2018-06-07 23:02:35 -03:00
Alvaro Leonel
368e41d469 Fix #164 Add a filter to check if an user has notifications 2018-06-07 23:01:50 -03:00
Alvaro Leonel
d8bdda1167 Improve code quality of tests/views.py 2018-05-31 01:06:14 -03:00
Alvaro Leonel
a02dea6e2a Improve code quality of tests/urls.py 2018-05-31 01:06:03 -03:00
Alvaro Leonel
54d02864b9 Improve code quality of tests.py 2018-05-31 01:05:53 -03:00
Alvaro Leonel
fa40750e8b Improve code quality of tests/settings.py 2018-05-31 01:05:44 -03:00
Alvaro Leonel
d43c6adf3e Fix typing 2018-05-30 02:21:16 -03:00
Alvaro Leonel
de6d41818b Fix #69 2018-05-30 02:18:33 -03:00
Alvaro Leonel
f7f0cda92d Improve url confs for better support of Django 2.0+ 2018-05-30 01:11:40 -03:00
Federico Capoano
2d22f44000 [tests] MIDDLEWARE = MIDDLEWARE_CLASSES (for django 2.0) 2018-02-19 15:43:18 +01:00
John Pham
652222d2b8 Django 2.0 support 2017-12-07 08:38:29 +08:00
Alvaro Leonel
81aec93bba Uses a class instead of a id to fill live notifications 2017-07-02 19:23:22 -04:00
Alvaro Leonel
c5f1579450 Fix #155 2017-06-26 21:58:02 -04:00
Alvaro Leonel
339b064f3f Fix #158 2017-06-26 21:34:27 -04:00
Alvaro Leonel
3d14fd6b1a Merge branch 'master' into iss169 2017-06-01 23:18:58 -04:00
Alvaro Leonel
c31927aeff Fix #169 2017-06-01 23:12:33 -04:00
Satyajeet Kanetkar
09d01810fa return saved Notification instances from notify_handler, add tests 2017-04-18 11:32:38 +05:30
Vladimir Osintsev
3b61a71a71 Minor fixes 2016-09-25 15:51:08 +03:00
Vladimir Osintsev
f2175fe77e Testing mark_as_read query param 2016-09-25 15:06:45 +03:00
Vladimir Osintsev
feeec2c28b Fix test_unread_messages_pages test 2016-08-14 10:53:12 +03:00
Yang.Y
b3861cb520 Merge pull request #121 from LegoStormtroopr/master
Checks logged in state when accessing notify API
2016-03-27 10:48:48 +08:00
Zhongyuan
15885033fd Fix: Mark All As read fails if soft-deleted #126 2016-03-22 16:34:18 +08:00
Samuel Spencer
1b85a996df catchup 2016-02-08 03:57:02 +00:00
Samuel Spencer
d55762edd3 Added sentinals for unauthenticated users, preventing a 500 error
also fix spelling mistake in README
2016-02-08 03:54:35 +00:00
Curtis Maloney
6668474c65 Tidy with flake8 2016-01-01 13:59:51 +11:00
ieee
f19c8e7a3e fixed opt problem, added test for Group 2015-12-19 18:26:15 -05:00
Zhongyuan
72a610551c Merge branch 'drop-support-django1.6'
Conflicts:
	notifications/__init__.py
	notifications/templatetags/notifications_tags.py
	notifications/tests/settings.py
	notifications/tests/urls.py
	setup.py
2015-12-14 16:02:02 +08:00
Samuel Spencer
0aa46f7567 fix merge 2015-12-12 09:41:12 +00:00
Samuel Spencer
20548d195f added live tester page. Confirmed all works. 2015-12-12 07:09:20 +00:00
areski
7634dff290 Fix Pep8 & use setuptools 2015-12-11 14:32:20 +01:00
Zhongyuan
e094c15e97 Fix a RemovedInDjango110Warning in unittest 2015-12-10 10:50:03 +08:00
Sebastian Illing
917f2f8831 removed old code 2015-12-09 14:41:16 +01:00
Sebastian Illing
2b38959246 django1.9 passing tests again 2015-12-09 14:30:34 +01:00
Zhongyuan
1f0405f701 Fix code that incompatible with Django1.8+Python3.5 2015-12-07 17:34:20 +08:00
Zhongyuan
d297017eb1 Drop support for Django 1.6 and below 2015-12-07 11:17:37 +08:00
Álvaro Lázaro Gallego
029fcb155f Fix urls in tests 2015-11-26 14:30:54 +01:00
Samuel Spencer
c8b27d3dd9 fixed error in test ordering of keys 2015-07-26 02:33:30 +00:00
Samuel Spencer
5147bdf640 darn you py3 2015-07-21 00:17:57 +00:00
Samuel Spencer
65c74a836b correct test for items 2015-07-21 00:10:25 +00:00
Samuel Spencer
3b4b728b8f last test fixes 2015-07-21 00:07:48 +00:00
Samuel Spencer
6e9472df72 fixes py3 issue with dict.keys 2015-07-20 23:13:52 +00:00
Samuel Spencer
726ec15849 should fix py3 issues 2015-07-20 23:08:09 +00:00
Samuel Spencer
e794ee5a82 fixes failed travis tests
includes django1.6 way of doing jsonresponse
2015-07-20 21:18:44 +00:00
Samuel Spencer
bd390c54f9 Adding code for real-time list 2015-07-20 09:51:00 +00:00
zzy
191c1250df Add option "NOTIFICATIONS_SOFT_DELETE", fix issue #52 2015-04-11 13:28:52 +08:00