Commit graph

219 commits

Author SHA1 Message Date
Euan Torano
c1bd44b997 Adding reCAPTCHA rather than the custom captcha.
Signed-off-by: Euan Torano <euantorano@gmail.com>
2017-03-07 18:57:05 +00:00
Dominik Picheta
d5892db647 Merge pull request #96 from euantorano/feature-show-last-ip-on-profile
Show the user’s last IP on profile
2017-03-01 19:05:50 +00:00
Euan Torano
9200165c42 Show the user’s last IP on profile
Signed-off-by: Euan Torano <euantorano@gmail.com>
2017-03-01 18:55:58 +00:00
Dominik Picheta
c722234594 Merge pull request #95 from euantorano/patch-1
Update Gravatar URL to use HTTPS
2017-02-28 17:17:53 +00:00
Euan T
720f38b3d4 Update Gravatar URL to use HTTPS
Gravatars are currently loaded over HTTP, causing mixed content forums. Changing to HTTPS is a trivial change that makes sense in my opinion.
2017-02-28 13:14:51 +00:00
Dominik Picheta
040d1655aa Merge pull request #94 from trustable-code/patch-1
CSS: Add missing font color definition
2017-02-25 20:17:35 +01:00
Simon Krauter
5184c7c281 CSS: Add missing font color definition
Fixes: On my pc, text and background have the same color.
2017-02-25 20:03:07 +01:00
Andreas Rumpf
e65168db55 db model: introduce indexes for better performance 2017-01-05 11:49:13 +01:00
Andreas Rumpf
27a1305b2d Merge pull request #91 from nim-lang/first-post-needs-moderation
First post needs moderation
2017-01-02 23:20:50 +01:00
Andreas Rumpf
9788e93676 adjusted to dom's remarks 2017-01-02 20:49:27 +01:00
Andreas Rumpf
a2edc92fc5 posts from spammers are not visible 2017-01-02 10:55:54 +01:00
Andreas Rumpf
31e62f83bb everything works now 2017-01-02 02:45:27 +01:00
Araq
ca06f4e988 new version compiles; still unfinished 2017-01-01 23:24:58 +01:00
Araq
30ed9e2076 don't use admin field in db anymore 2017-01-01 21:00:37 +01:00
Araq
aff6e426eb new Rank enum; admins and moderators; sane data model 2017-01-01 20:34:25 +01:00
Araq
a6fdd16893 get rid of most deprecation warnings 2016-12-31 11:59:03 +01:00
Dominik Picheta
9d8afecc5c Merge pull request #90 from yglukhov/formatted-emails
Formatted emails
2016-08-09 22:41:15 +02:00
Yuriy Glukhov
82ce6a5ffc Formatted emails 2016-08-09 18:32:27 +03:00
Dominik Picheta
85f527ee4f Merge pull request #89 from avsej/fix-content-for-rss-readers
Allow to specify root HTML node for RST formatter
2016-07-25 21:36:38 +01:00
Sergey Avseyev
1ecca84b2e Allow to specify root HTML node for RST formatter
It turns out that many RSS readers (or at least two I'm using:
http://feedly.com and http://twentyfivesquares.com/press/) do not handle
non-HTML tags in Atom content tag and skipping the whole content of
it. This patch allows to specify different (in this case <div>) node to
make readers happy.
2016-07-25 23:30:05 +03:00
Dominik Picheta
c375e39983 Add rate limiting. 2016-06-19 20:28:39 +01:00
Dominik Picheta
840c7b173d Implement /deleteAll. 2016-06-19 19:58:34 +01:00
Dominik Picheta
e1d68792a4 Fix bans not working when user is already logged in. 2016-06-16 21:59:06 +01:00
Dominik Picheta
da6bc1658e Merge pull request #88 from avsej/fix-random-usage
Fix usage of 'random' after moving from 'math'
2016-06-10 15:12:14 +01:00
Sergey Avseyev
3b6c89c491 Fix usage of 'random' after moving from 'math' 2016-06-10 16:40:59 +03:00
Dominik Picheta
113dcf6def Fix utils.loadConfig 2016-05-16 13:48:38 +01:00
Dominik Picheta
908c14591d Increase registration field length limits in HTML 2016-05-13 23:47:06 +01:00
Dominik Picheta
4701c0ecee Merge pull request #81 from singularperturbation/feature/fix_stdtmpl
Make .tmpl files use stdtmpl | standard
2016-04-28 17:06:35 +01:00
singularperturbation
fa2aff26b4 Make .tmpl files use stdtmpl | standard
Wouldn't compile on 0.13.1 with `#! stdtmpl`, would with
`#? stdtmpl | standard`
2016-03-16 22:34:57 -05:00
Dominik Picheta
f6f4e5c888 Implemented quotes. 2016-01-30 15:05:28 +00:00
Dominik Picheta
bb494f0b65 Implemented an inline rst reference. Ref #75. 2016-01-30 12:09:08 +00:00
Dominik Picheta
b71a08fa21 Fixes #68. 2016-01-30 10:49:03 +00:00
Dominik Picheta
54993195b2 Fixes #74. 2016-01-30 10:46:24 +00:00
Dominik Picheta
6bded9791e Remove replyBtn on edit post page. Remove dead code. 2016-01-30 10:29:23 +00:00
Dominik Picheta
d75c11c5eb Fix crash when no mlist address is configured. 2016-01-30 10:21:25 +00:00
Dominik Picheta
0204aadddb Fixes @dom96/jester#53.
https://github.com/dom96/jester/issues/53
2016-01-30 10:14:17 +00:00
Dominik Picheta
00b01e5585 Get rid of post length limit, also decrease lower limit. Ref #71. 2015-11-17 11:24:24 +00:00
Dominik Picheta
852b3c13eb Fixed incorrect if condition. 2015-11-07 01:02:46 +00:00
Dominik Picheta
c2f70ce5ad Fix yet another [] crash. 2015-11-07 01:01:42 +00:00
Dominik Picheta
1008ab6476 Implement primitive spam checking. 2015-11-07 00:44:40 +00:00
Dominik Picheta
a5963c9164 Fixes for 0.12.0 (tables.[]), and added -d:dev. 2015-11-07 00:21:31 +00:00
Dominik Picheta
338518082c Merge pull request #71 from singularperturbation/feature/content_length
Enforce DB content length limit
2015-11-06 23:14:49 +00:00
Sloane Simmons
bf96ec645e Enforce DB content length limit
Content length limit of 1000 characters at DB level should be enforced
at the application level.
2015-10-31 20:03:46 -05:00
Dominik Picheta
35e01a6fcb Force users thumbnails to 20px
This fixes what appears to be a gravatar bug. See https://twitter.com/d0m96/status/647859715028975616
2015-09-27 20:47:38 +01:00
Dominik Picheta
f820838282 Merge pull request #65 from FedericoCeratto/master
Add From to every outgoing email
2015-09-05 00:19:16 +01:00
Federico Ceratto
520ec0fa02 Add From to every outgoing email 2015-09-05 00:00:12 +01:00
Dominik Picheta
eab5d985d0 Merge pull request #64 from FedericoCeratto/improve_mlist
Add author name and threading to emails to the mailing list
2015-09-02 20:53:34 +01:00
Federico Ceratto
409b40cffb Add author name, dates, threading to emails to the mailing list 2015-09-01 10:47:44 +01:00
Dominik Picheta
8f8d995e69 Merge pull request #62 from FedericoCeratto/resent-from
Add Resent-From header when syncing to a mailing list
2015-08-29 21:32:02 +01:00
Federico Ceratto
0e1062a692 Add Resent-From header when syncing to a mailing list 2015-08-27 23:17:08 +01:00