Daniil Yarancev
2cc8eb9269
Fix link for the Araq's blog
...
Also make a new github link for nim :)
2017-10-17 15:10:15 +03:00
Dominik Picheta
72d179b980
Merge pull request #107 from stisa/remove-cairo-dep
...
Remove cairo from .nimble deps
2017-10-07 16:38:59 +01:00
stisa
8bbe9356fe
close a paren, fix a link
2017-10-07 17:17:08 +02:00
stisa
13f2de94a3
macos bcrypt may need a fixed version
2017-10-07 17:11:50 +02:00
stisa
957b3738f8
remove cairo dependency and update the readme
2017-10-07 16:54:13 +02:00
Dominik Picheta
238903ca3b
Merge pull request #98 from euantorano/master
...
Adding reCAPTCHA rather than the custom captcha.
2017-04-23 17:16:10 +02:00
Dominik Picheta
ee7318966a
Merge pull request #99 from stisa/patch-1
...
Fix compilation error: Move addr, port to connect in smtp
2017-04-21 20:27:00 +02:00
Silvio
57f5a81e48
Fix compile: Move addr, port to connect in smtp
...
Following fecad72e02 , moved address and port to `connect` from `newAsyncSmtp` , forum compiles again.
2017-04-19 15:03:33 +02:00
Euan Torano
e6c4c85bb1
Making TForumData a ref object
...
Signed-off-by: Euan Torano <euantorano@gmail.com>
2017-03-19 18:43:28 +00:00
Euan Torano
b780b970f4
Use captcha for reset password.
...
Signed-off-by: Euan Torano <euantorano@gmail.com>
2017-03-07 19:09:46 +00:00
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