Commit Graph

53 Commits (master)

Author SHA1 Message Date
Lucas Cimon a548fbf45b
Add warnings on Comments.vote failures (#635)
4 years ago
Charl P. Botha (X1E) 2e8cb81179
Add a approve-if-email-previously-approved setting.
5 years ago
Jelmer Vernooij f51d9cc4f5 Fix flake8 errors.
5 years ago
Jelmer Vernooij 63cc15a962
Fix current flakes.
6 years ago
gloomy-ghost c27e3d9838 do not use `NOT NULL` with `DEFAULT` at the same time
6 years ago
Pelle Nilsson 171fcfab72 Postpone notifications to users until comment has been approved by moderator
6 years ago
Pelle Nilsson 0063fd6e88 Make unsubscribe work with notifications for replies
6 years ago
Pelle Nilsson f6f61c547a Merge remote-tracking branch 'posativ/master' into reply_notification
6 years ago
Vincent Bernat ebca06059a api: add /feed API to get an Atom feed for an URI
6 years ago
Pelle Nilsson c9045f5b1f Implement opt-out for email notifications
6 years ago
Pelle Nilsson 107b9be003 Add notification column to database if needed
6 years ago
Pelle Nilsson c30873e8a2 Merge remote-tracking branch 'tsileo/reply_notification' into reply_notification
6 years ago
cclauss 7f55c81e08 autopep8 the code and then flake8
6 years ago
Benoît Latinier e3fddf4ae8 add: orders in administration
7 years ago
Benoît Latinier 0b6a0e4d5f add: group by thread
7 years ago
Benoît Latinier 0a93c866ff Add a basic admin interface (Fix issue #10)
7 years ago
Benoît Latinier 459611c0e7 Add an option for mandatory author (Fix issue #124)
8 years ago
Nick Hu cb21af4cc5 Add config for requiring emails
9 years ago
Hong Xu 21e91efbf9 Save the session-key as a unicode string in the db
9 years ago
Martin Zimmermann d70eb160b9 Merge branch 'legacy/0.9'
10 years ago
Théo Zimmermann 97015d4034 correct order by in sql request
10 years ago
Martin Zimmermann d469324392 fix 'undefined name 'buffer'' on Python 3.x
10 years ago
Martin Zimmermann 8fefe3a616 fix hidden reply to deleted comment (and change a few names)
10 years ago
Martin Zimmermann 59bfde7c03 idiomatic python
10 years ago
Srijan Choudhary 3c3e83b05c Bug in API: Reply count should also filter by the after value passed
10 years ago
Srijan Choudhary 71024cea70 API update - new comments format
10 years ago
Martin Zimmermann 1e5878bec3 auto-correct wrong/invalid parent to max nesting level of 1
10 years ago
Martin Zimmermann ce14726f2f set parent to null if parent is not top-level comment
10 years ago
Martin Zimmermann 24adafa25b increase db version after migration
10 years ago
Martin Zimmermann 5d2daa1244 add db migration, part of #79
10 years ago
Martin Zimmermann 78b34ecdd2 return only publicely visible comments on /count
10 years ago
Martin Zimmermann 5ce48de94a add POST request to get comment counts for multiple URLs
10 years ago
Martin Zimmermann 0b816a0677 store session-key in database (once generated on db creation), #74
10 years ago
Martin Zimmermann 1b0a74e188 expand db path, closes #68
10 years ago
Thomas Sileo 08313c191c Added reply notification for commenter
11 years ago
Martin Zimmermann a4213e4304 update docstrings for isso.db
11 years ago
Martin Zimmermann c99fe3d583 remove unused SQLite3.mode attribute
11 years ago
Martin Zimmermann 8196f3f465 remove unnecessary imports
11 years ago
Martin Zimmermann 0be3c69e1d Merge branch 'fix/spam-guard'
11 years ago
Martin Zimmermann d4e7ee134d add option reply-to-self, defaults to false
11 years ago
Martin Zimmermann 9f2062a900 fix #35
11 years ago
Martin Zimmermann 5cbda11158 Merge branch 'fix/bloomfilter'
11 years ago
Martin Zimmermann 6178e93348 add database migration
11 years ago
Martin Zimmermann 6e85c54a2e refactor views and introduce an API for notifications
11 years ago
Martin Zimmermann e08e7be464 remove stale threads after all comments have been deleted
11 years ago
Martin Zimmermann 94b1fef28e rewrite CONFIGURATION.md in reST and extend document
11 years ago
Martin Zimmermann 48b4c9f9a5 purge comments in moderation queue after given time, closes #13
11 years ago
Martin Zimmermann 11246f51dc support for moderated comments, part of #13
11 years ago
Martin Zimmermann 61a486d2ea support for Python 3.3
11 years ago
Martin Zimmermann ab618ad898 add basic spam protection
11 years ago