Commit graph

77 commits

Author SHA1 Message Date
Alvaro Leonel
21a0b95da8 Improve tests 2024-04-20 15:58:22 -03:00
Alvaro Leonel
ca635508e6 Added test to template tags 2024-04-17 22:36:53 -03:00
Alvaro Leonel
5de134e355 Added tests to the base model 2024-04-16 21:22:24 -03:00
Alvaro Mariano
bb41d39a63 Fix test matrix 2024-04-13 19:59:01 -03:00
root
d971ce44e8 Added more tests to querysets 2023-10-20 01:56:41 +00:00
Alvaro Mariano
85e18811f0 Fix config name 2023-07-18 00:38:27 +00:00
Alvaro Mariano
1ec3cc9afd Start add typing and tests to the queryset 2023-07-13 00:26:59 +00:00
Alvaro Mariano
d76909f447 Improved settings 2023-07-11 23:28:23 +00:00
Alvaro Mariano
c6b5a09610 Restructured files 2023-07-07 00:54:47 +00:00
Alvaro Mariano
f33afff505 Fix tests 2023-07-06 20:54:22 +00:00
Alvaro Mariano
b154b0a499 Fix GH actions 2023-07-06 10:52:13 +00:00
Alvaro Mariano
244539dc47 Remove slug2id and id2slug 2023-06-27 00:06:44 +00:00
Alvaro Mariano
de46401c4f Extracted and improved the sample code 2023-06-26 23:58:05 +00:00
Alvaro Mariano
4c52d9f5af Fix timezone test and remove duplicated tests 2023-06-25 18:51:09 +00:00
Alvaro Mariano
b75e5c66e5 Lint all files 2023-06-24 00:10:23 +00:00
Alvaro Mariano
ab82bcb1d4 Drop all code related to deprecated versions of Python and Django 2023-06-22 23:42:40 +00:00
Alvaro Mariano
041281bced Small fix o test view 2023-06-22 18:30:23 -03:00
Alvaro Mariano
c2ec8ac800 Converted the level field from a CharField to an IntegerField 2023-06-16 01:36:38 +00:00
Alvaro Mariano
7915c66079 Add user factories 2023-06-16 01:31:19 +00:00
Alvaro Mariano
b6b8b9d2ec Migrate to Django JSONField 2023-06-02 00:02:45 +00:00
Alvaro Mariano
fdf5c1d222 Fix #309 - Extract extra attributes from signal kwargs 2023-05-25 20:36:25 -03:00
Utkucan Bıyıklı
ebbf3dde09 humanize_timestamp function split.Create naturalday() and naturaltime() function for humanize timestmap. 2023-05-22 22:00:53 -03:00
Utkucan Bıyıklı
25d0e20565 Added humanize for human readable notifactino timestamp 2023-05-22 21:59:02 -03:00
Alvaro Mariano
f0db4e99aa #263 Fix vunerability in views 2023-05-22 21:54:28 -03:00
Andrew Hall
d86d151702 integrate nonce argument into register_notify_callbacks 2023-05-22 21:54:25 -03:00
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