Commit graph

186 commits

Author SHA1 Message Date
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
Dominik Picheta
8e17315282 Merge branch 'FedericoCeratto-master' 2015-08-23 22:39:34 +01:00
Dominik Picheta
633435a2fe Added asyncCheck to discarded future and moved out of template. 2015-08-23 22:38:57 +01:00
Federico Ceratto
087dbfd60a Implement basic mailing list mirroring #57 2015-06-21 17:13:00 +01:00
Dominik Picheta
8a22674852 Add allowed time before ident hash expires. 2015-05-29 23:40:06 +01:00
Dominik Picheta
5fc78ff831 Fix success reset password message. 2015-05-28 22:28:45 +01:00
Dominik Picheta
1390d2a22a Added missing utils.nim module. 2015-05-28 22:01:11 +01:00
Dominik Picheta
05a529df5b Email activation and password resets for users. 2015-05-28 01:36:31 +01:00
Dominik Picheta
5d0784c55b Merge pull request #56 from Nycto/master
Minor speed improvements
2015-04-24 14:27:18 +01:00
Nycto
3499711b60 Run pngcrush on all images 2015-04-23 20:10:58 -07:00
Nycto
aacd7639a3 Position glow arrow with CSS 2015-04-23 19:58:15 -07:00
Nycto
7e32c81358 Fix deprecated negative index warning 2015-04-23 19:47:10 -07:00
Dominik Picheta
b7584de440 Added a way for admins to reset passwords. 2015-03-16 20:01:19 +00:00
Dominik Picheta
5742a1d33d Merge pull request #49 from G4MR/master
Updated css to show which forum links were visited
2015-03-10 14:15:26 +00:00
Dominik Picheta
b2824ea68d Merge pull request #50 from btbytes/master
Remove text justifcation on `p#content`
2015-03-10 14:14:44 +00:00
Pradeep Gowda
4c64cbed14 Remove text-justify on p#content
Justified text is arguably harder to read than left-aligned text.
2015-03-01 19:33:41 -05:00
lamonte
05a4861212 Updated css to show which forum links were visited 2015-02-22 12:06:49 -06:00
Dominik Picheta
3d495e152c Merge pull request #48 from oderwat/fix-config
Updated the config file
2015-02-21 22:57:16 +00:00
Hans Raaf
17fd398c8c Updated the config file
I updated the config file to use the syntax of the nim.cfg file.
2015-02-21 23:40:11 +01:00
Dominik Picheta
aa70f5c420 Merge pull request #47 from flaviut/fix-bg
Improve background quality
2015-02-20 13:45:50 +00:00
Flaviu Tamas
4fa2d1a75b Improve background quality
See flaviut/Nim@e36011a5a1 for details
2015-02-20 07:45:20 -05:00
Dominik Picheta
db45ab463c Merge pull request #45 from oderwat/fix-gitignore
Added binaries to ignored files for convenience
2015-02-15 12:41:54 +00:00
Dominik Picheta
4860f35099 Merge pull request #44 from oderwat/fix-readme
I added some important info to the readme.
2015-02-15 12:41:33 +00:00
Hans Raaf
77b7812994 I added some important info to the readme.
There was no information about how to create the db. I also added
informations about compiling it on OS X (which can be removed after the
bcryptnim maintainer has updated his package. There is a PR for that
from me).
2015-02-15 12:58:45 +01:00
Hans Raaf
3455388197 Added binaries to ignored files for convenience
I often add recursive or by wildcard. This way the binaries will not end
up in the commits.
2015-02-15 12:58:15 +01:00
Dominik Picheta
5ab18cd953 More Nimrod -> Nim. Readme improvements. 2015-02-14 15:16:24 +00:00
Dominik Picheta
612fed9f0e Merge branch 'master' of github.com:nimrod-code/nimforum
Conflicts:
	forum.nim
	main.tmpl
2015-02-14 14:42:34 +00:00
Dominik Picheta
cc5d611f93 Babel -> Nimble 2015-02-14 14:39:32 +00:00
Dominik Picheta
6da5f369db Merge branch 'new_async'
Conflicts:
	forum.nim
	main.tmpl
2015-02-14 14:37:47 +00:00
Dominik Picheta
a12349427d Reverted to 42e74d230d 2015-02-14 14:33:21 +00:00
Dominik Picheta
a03e5a9bd3 Fixes #36 2015-02-14 14:22:25 +00:00
Dominik Picheta
e61f2462b7 Fixes navigation bar. Updates copyright year. 2015-02-14 14:19:44 +00:00
Dominik Picheta
8d800c753b Nimrod -> Nim 2015-02-14 14:14:44 +00:00
Dominik Picheta
57ee631735 Implement user bans and deactivations. Fix registration issues. 2015-02-14 14:13:36 +00:00