Commit graph

34 commits

Author SHA1 Message Date
Alvaro Leonel
970a4907b3 Fix #205 Adds ListAll and CountALL endpoints 2018-06-07 23:37:51 -03:00
Alvaro Leonel
9c7953433b Improve code quality on utils.py 2018-05-30 23:59:07 -03:00
Alvaro Leonel
09031fc763 Improved code quality on manage.py, setup.py and views.py 2018-05-30 23:55:54 -03:00
Alvaro Leonel
de6d41818b Fix #69 2018-05-30 02:18:33 -03:00
John Pham
652222d2b8 Django 2.0 support 2017-12-07 08:38:29 +08: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
Vladimir Osintsev
99dfa0a818 Add mark_as_read param for API 2016-09-25 00:58:52 +03:00
Vladimir Osintsev
c7fd00a0f3 Redirect to unread view after mark as read 2016-08-13 23:46:04 +03: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
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
areski
7634dff290 Fix Pep8 & use setuptools 2015-12-11 14:32:20 +01:00
Álvaro Lázaro Gallego
25e15e412b PEP8 Fixes 2015-11-26 11:23:24 +01:00
Álvaro Lázaro Gallego
3a391c6d1b Port all and unread views to classes 2015-11-26 11:17:12 +01:00
theodore.therone@gmail.com
b2b4fac254 fix attempt to fix my mess 2015-11-11 11:04:12 +00:00
Samuel Spencer
3b4b728b8f last test fixes 2015-07-21 00:07:48 +00:00
Samuel Spencer
f83136ec1e fixes django1.6 2015-07-20 23:11:04 +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
Samuel Spencer
b99b95c25e first go at live counter badge of notifications 2015-07-19 14:35:34 +00:00
zzy
191c1250df Add option "NOTIFICATIONS_SOFT_DELETE", fix issue #52 2015-04-11 13:28:52 +08:00
zzy
cccade4c34 Remove deprecated "request.REQUEST" and "future.url" 2015-04-11 09:44:33 +08:00
theodore.therone@gmail.com
ce0f1fc0ec extra tests and coverage
Small tweaks to views -  to  to prevent collision with python keyword.
2015-04-09 04:36:15 +00:00
zzy
f351e92223 Add 'deleted' and 'emailed' field 2015-02-24 19:40:21 +08:00
theodore.therone@gmail.com
2b81726dec Adds delete option, fixes #37 2014-10-14 01:31:53 +00:00
Brant Young
28c444d1dd Use relatives imports
Merge branch 'master' of https://github.com/luzfcb/django-notifications

Conflicts:
	notifications/models.py
2014-05-07 10:39:43 +08:00
Drew Hubl
ea58a2aad1 Remove unused import 2014-04-24 06:50:35 -06:00
Sandro Rodrigues
f56a66f67c Added method to mark as unread too 2013-12-12 01:07:35 +00:00
Fábio C. Barrioneuvo da Luz
ab1b04520e fix issues #15 #18 #19. change absolute import to relative imports 2013-10-29 19:58:47 -03:00
Matthew Schinckel
bb6f533da8 Use urls with namespaces.
Use request.user.notifications instead of Notifications.objects...
Use render() instead of render_to_response()
2012-10-25 09:42:32 +10:30
Brant Young
da17a04911 First version based on django-activity-stream v0.4.3 2012-07-22 21:14:44 +08:00