Commit Graph
118 Commits
Author SHA1 Message Date
Jonas Folvik db1c10eb9b An Option to resend the confirmation mail
You should now be able to resend the confirmation mail with the click of
a link that is next to the warning that the mail isn't confirmed.

Resend the confirmation mail cleaning

Just a way to re use the files and stuff we already have instead of the
file I created even though I could use the register_mail we have.

Change of route and link to button

I changed the route from GET to POST because of security reasons, and
changed the link_to to a button_to

changed the notice

I changed the notice so it said check for the mail instead of check for
the link

Changed notice and button

Changed the notice to say "Check your inbox" instead of "Check your
mail" also changed the way the class looks
2016-06-17 10:21:49 +02:00
jomo 37cccdff18 require uuid for password reset, destroy token after each try 2016-05-08 19:04:16 +02:00
jomo 1f51e9d823 allow relative return_path only, check validity 2016-05-07 03:52:14 +02:00
jomo 78ddfadb34 don't ignore :label_id on thread creation 2016-03-08 23:58:07 +01:00
jomo e53228eaf1 update to rails 4.2.5, clean up 2016-01-17 22:27:38 +01:00
jomo 3c0173f7c4 fix page number in redirection after updating a comment 2015-07-11 04:14:04 +02:00
jomo 41cf37103f allow user filter for donor 2015-05-25 17:58:37 +02:00
jomo 40bdcaf16b Revert "blog comment improvements"
This reverts commit 320cfa56f9.
2015-04-02 10:30:15 +02:00
jomo 11efebc316 Revert "more improvements"
This reverts commit a404feb6c5.
2015-04-02 10:30:02 +02:00
jomo a404feb6c5 more improvements 2015-04-01 17:02:53 +02:00
jomo 320cfa56f9 blog comment improvements 2015-04-01 16:59:01 +02:00
jomo f572f13479 remove unused route 2015-03-22 23:20:45 +01:00
jomo 557393565c fix user list ranking 2015-03-10 01:05:21 +01:00
jomo 61f51666fb remove thread mention mail, use reply mail instead 2015-02-08 01:47:20 +01:00
jomo 05760b845c remove comment mention mail, use reply mail instead 2015-02-08 01:18:09 +01:00
jomo f82af96759 redirect to proper page for thread replies 2015-02-08 00:47:17 +01:00
jomo e887e3d1da update minecraft name changes automatically 2015-02-08 00:32:52 +01:00
jomo c45a888e1e redirect to correct blogpost page 2015-02-08 00:32:00 +01:00
jomo dc60251ab4 actually correct order of prev/next info 2015-01-27 22:54:47 +01:00
jomo 7ae24024dd correct order of prev/next info 2015-01-27 21:53:22 +01:00
jomo 580db14754 fix locked? being called on nil 2015-01-27 21:46:48 +01:00
jomo 374f602163 remove mini markdown renderer everywhere
was still used for comment emails etc
2015-01-26 00:42:58 +01:00
jomo 75a7f4499a big @mentions update
1. switched from autocomplete.js to jquery-textcomplete
2. style update
3. Allow mentioning by ign OR display name
4. display names can be two words and separated by a space
5. display names can be all characters, except a few special ones (punctuation etc)
6. Wildcard characters are escaped in SQL
7. Suggestions are html escaped
8. Suggestions have a timeout of 300ms, so the query is made after you stopped typing
2015-01-25 23:47:38 +01:00
jomo 31dcf02083 prevent editing label after thread was locked 2015-01-25 17:10:15 +01:00
jomo eb7892ebe4 fix users not being able to create in write-only forums 2015-01-17 21:12:10 +01:00
jomo 55f92fe45a enable write-only forums
when the role-write is lower than the role-read, a forum is considered write-only
for anyone who can write, but not read, they can create posts, but they can only see and reply to their own posts.

users who can read are able to see and reply to all posts in the forum.
2015-01-17 19:40:57 +01:00
jomo a6c062bde7 make labels editable in threads 2015-01-17 18:28:38 +01:00
jomo f6c4c78752 typo, t/573 2014-11-17 23:06:37 +01:00
jomo 8f8c1daa1e link to prev/next info page in bottom 2014-10-02 23:02:52 +02:00
jomo a4338154ba add missing 'action:' keyword 2014-09-29 21:45:35 +02:00
jomo 0f0a5c42b9 friendly urls 2014-09-22 06:46:08 +02:00
jomo e767ec729c paginate blog comments; fix length/site on AR objects 2014-09-22 06:29:24 +02:00
jomo 15ca378878 paginate thread replies 2014-09-22 06:25:23 +02:00
jomo c0507bdfdf paginate threads 2014-09-22 06:16:54 +02:00
jomo ae81a2f76d paginate info 2014-09-22 06:05:07 +02:00
jomo 635bfe7a5e paginate blog 2014-09-22 06:02:30 +02:00
jomo ec3daa2882 change default pagination to 30, set 100 for users 2014-09-22 05:50:40 +02:00
jomo beecf7a939 fix user count, change headline a bit 2014-09-22 05:23:24 +02:00
jomo 9cf5c6262c add pagination to users 2014-09-22 05:13:31 +02:00
jomo 58b30e08d0 sort unconfirmed accounts lower 2014-09-21 21:46:36 +02:00
jomo dc8918ad07 limit atom feed to 50 items 2014-07-26 01:13:32 +02:00
jomo b1d797ce06 mentioning 2014-07-06 04:57:51 +02:00
jomo 2b1e8acee3 add username suggestions to editor 2014-07-06 02:38:44 +02:00
jomo 4079fe6a2c minimal rage!!!!!!!!!!! 2014-07-01 02:09:10 +02:00
jomo 2a98a9e776 FUU 2014-07-01 02:06:29 +02:00
jomo 73864b5023 finally fixed, I hope 2014-07-01 02:05:00 +02:00
jomo d1aa035c54 fix staff userlist? 2014-07-01 02:00:54 +02:00
jomo f98c5c5f0e fix staff roles 2014-07-01 01:51:49 +02:00
jomo fded24aea7 add donor to edit profile page 2014-06-30 23:59:25 +02:00
jomo 0714c54e5b s/adress/ad*d*ress/ 2014-06-30 23:48:11 +02:00