Dominik Picheta
7eb6b081ad
Fixes forum to work in dev mode. Creates setup_nimforum script.
2018-05-17 19:22:46 +01:00
Dominik Picheta
8910e55ad1
Implements thread list in Karax and backend.
2018-05-09 19:02:18 +01:00
Dominik Picheta
c19bab30f4
Merge pull request #111 from stisa/improve-run
...
Improvements to `Run`
2018-02-18 21:54:14 +00:00
stisa
a44e17d03a
restrict run to langNim
2017-11-07 23:35:59 +01:00
stisa
f47449ea5c
add post link to date; ref #113
2017-10-30 19:59:01 +01:00
stisa
0121f8bd9d
loading; open in playground; improve compat (ie9+)
2017-10-24 23:12:19 +02:00
Dominik Picheta
42d38de17a
Merge pull request #108 from stisa/fix-#102
...
Use rst.txt as help file - Fix #102
2017-10-23 19:29:16 +01:00
stisa
1b0d39d706
overwrite result instead of appending multiple times
2017-10-22 22:01:30 +02:00
stisa
95280674e5
avoid innerHtml
2017-10-22 17:24:06 +02:00
stisa
50587abe9c
tiny js script that runs listings in the playground
2017-10-22 17:08:50 +02:00
stisa
bd730df6c4
use relative path for rst help
2017-10-07 22:18:38 +02:00
stisa
6c72d077e3
link to rst help - fixes #102
2017-10-07 17:33:21 +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
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
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
908c14591d
Increase registration field length limits in HTML
2016-05-13 23:47:06 +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
bb494f0b65
Implemented an inline rst reference. Ref #75 .
2016-01-30 12:09:08 +00:00
Dominik Picheta
05a529df5b
Email activation and password resets for users.
2015-05-28 01:36:31 +01:00
Dominik Picheta
a03e5a9bd3
Fixes #36
2015-02-14 14:22:25 +00:00
Flaviu Tamas
a1c5c47c2e
Update forms.tmpl
2015-01-18 08:45:16 -05:00
Dominik Picheta
1ebaba2355
Fixes #34 .
2014-12-08 22:28:59 +00:00
Dominik Picheta
5dc95b27cb
Fixes #33
2014-12-08 22:15:32 +00:00
Dominik Picheta
3611b42aed
Fixed link to atom feed.
2014-12-07 20:05:49 +00:00
Dominik Picheta
8af27ae64d
Improves search.
2014-12-07 02:53:10 +00:00
Dominik Picheta
020d76d15e
Add atom feed icons.
2014-12-07 02:09:33 +00:00
Dominik Picheta
53790a394c
Better error feedback to user.
2014-12-07 01:55:59 +00:00
Dominik Picheta
048180dd8b
Larger subject field.
2014-12-07 01:05:16 +00:00
Dominik Picheta
e11f5d9345
Removes subject field when replying to thread.
2014-12-07 00:48:24 +00:00
Dominik Picheta
9e578522c1
Merge pull request #32 from Leu-Gim/new_async
...
highlighting current post via CSS :hover pseudo-element
2014-12-05 19:00:14 +00:00
Dominik Picheta
0ec7387e0c
Restored server side activity calculations. Last reply info added.
2014-11-15 15:00:22 +00:00
Miguel
e52d65c3a7
highlighting current post via CSS :hover pseudo-element
2014-11-15 17:05:36 +03:00
Dominik Picheta
4dd8b0d8c7
Removed extraneous postId code.
2014-11-13 16:32:06 +00:00
Dominik Picheta
8569a8962f
Merge branch 'new_async' of https://github.com/Leu-Gim/nimforum into Leu-Gim-new_async
...
Conflicts:
forum.nim
Also fixes FTS table detection.
2014-11-13 15:26:33 +00:00
Dominik Picheta
374f6f96b4
Improved register and profile pages.
2014-11-11 20:18:29 +00:00
Dominik Picheta
2aaeaf9b9b
Implemented activity timer in JS.
2014-11-11 17:59:01 +00:00
Miguel
3f08e94e21
Forum search added and some modifications done.
2014-11-11 08:24:46 +03:00
Dominik Picheta
fb24365d9a
Better form styles. Implemented new design for post preview.
2014-11-10 19:32:39 +00:00
Dominik Picheta
d1b6d0ad40
Design fixes for posts list.
2014-11-09 23:35:14 +00:00
Dominik Picheta
114d322b50
Redesigned front page.
...
Made font smalled for the thread list. Gravatars are now shown for each
user that posted in each thread listed. Time since last reply is now
calculated and shown beside each thread.
2014-11-09 18:28:21 +00:00
Dominik Picheta
70b409e6e3
Design changes for thread view.
2014-11-08 20:41:00 +00:00
Dominik Picheta
dd61f5bdbf
Implemented side bar.
2014-11-06 16:35:25 +00:00
Dominik Picheta
7b6e629bfc
Small fixes for styling and reply button presence.
2014-11-04 13:52:48 +00:00
Dominik Picheta
b5f6d8fa8b
Implemented new design for thread view.
2014-10-31 15:45:02 +00:00