Commit Graph

226 Commits

Author SHA1 Message Date
MrYummy
2289d37e69 combined mastodon and mastodon_instance columns into a single mastodon column 2017-07-07 19:42:37 +02:00
MrYummy
668c9a2960 Added mastodon and mastodon_instance settings to user profiles 2017-07-07 05:41:22 +02:00
MrYummy
2819989b72 Added total_count to thread result number (pt. 2) 2017-07-06 20:08:48 -04:00
jomo
8c6eb8ac17 more fixes for order of threadreplies 2017-07-07 02:05:04 +02:00
jomo
72a6dcc54a order by id instead of created_at
id is indexed while created_at is not
2017-07-07 01:57:30 +02:00
MrYummy
4e1b6b430b limited params in params_list to the 6 queries 2017-07-04 22:57:31 +02:00
MrYummy
9b64c2c6d9 Thread index now counts all threads on all pages 2017-07-02 23:23:24 -04:00
MrYummy
170fba42db Added "All staff" as title when doing user filter 2017-07-02 21:21:19 -04:00
jomo
b84db2bc87 fix typo 2017-07-03 02:03:55 +02:00
jomo
43cee7d2e0 only link to badge if badge exists 2017-07-03 02:03:16 +02:00
MrYummy
bcc1f192f5 Added warning for replies on closed threads 2017-06-18 22:44:03 +02:00
MrYummy
6d70fd3309 made some small aesthetic changes 2017-06-18 13:11:36 -04:00
MrYummy
9837f12b59 allowed role and badge filtering, made User.search take Role and Badge as params 2017-06-18 13:11:36 -04:00
MrYummy
d2de01100a moved all search styling to CSS, removed friendly (but slow) URLs, moved WHERE strings into an array 2017-06-18 13:11:36 -04:00
MrYummy
4619306744 Added Donator+ perk (/lol id) to the 'Donate' page and fixed spelling error on signup page ('singing' => 'signing') 2017-06-18 13:11:36 -04:00
MrYummy
1b8744abdb Changed 'Who's Playing' code to handle revised JSON format 2017-06-18 13:11:36 -04:00
MrYummy
79ad8b201e Changed 'no badge' check to be more reliable, added rake task for creating superadmin users 2017-06-18 13:11:36 -04:00
MrYummy
b99e62b7e7 Removed all trace of search_redirect, included blanks for forum and label filters 2017-06-18 13:11:36 -04:00
MrYummy
0c939f044c removed passing of useless params, updated placeholder for user textcomplete 2017-06-18 13:11:36 -04:00
MrYummy
e2a16f3ae6 ordered searching to match SQL clauses, moved role&badge filtering to User.search 2017-06-18 13:11:36 -04:00
MrYummy
a250c411eb Added CSS for index search fields and revised regex for author search 2017-06-18 13:11:36 -04:00
MrYummy
1316d7ca03 Added Searching Features
* Added Thread Search Feature

* Added User Search Feature

* Re-organized searching, added @mention support to author search
2017-06-18 13:11:36 -04:00
MrYummy
e7463524af Added Who's Playing? screen 2017-06-18 13:11:36 -04:00
MrYummy
a24d26dd7c Added Website Settings 2017-06-18 13:11:36 -04:00
MrYummy
db3aea185b Added Reply Reversal And Toggle 2017-06-18 13:11:36 -04:00
MrYummy
2c02a797b8 Added Necropost Warning 2017-06-18 13:11:36 -04:00
MrYummy
1b4a270038 Added badge system 2017-06-18 13:11:36 -04:00
jomo
b057cb5913 remove annoying permission check for comments, forums, threads, replies 2016-07-24 22:30:00 +02:00
jomo
c9e7015f4c update slack URL 2016-07-20 14:21:41 +02:00
jomo
76076bbdf2 fix edit link permission checks for comments, threads, replies 2016-07-19 15:06:40 +02:00
jomo
81d9fabe7b allow mods to resend confirmation emails for other users 2016-06-21 23:41:04 +02:00
jomo
eabf773ba3 fix resend button style 2016-06-21 23:26:56 +02:00
jomo
e2c413a8b1 Merge branch 'master' of https://github.com/Futseh/redstoner.com 2016-06-21 23:05:59 +02:00
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
c8e964c23f clarify write-only notice 2016-06-12 00:54:28 +02:00
jomo
8beb2d39db remove a few unnecessary html_safe 2016-05-19 20:23:34 +02:00
jomo
f633b49eca fix potential XSS 2016-05-19 20:15:07 +02:00
jomo
bd061d3441 fix thread & reply navigator links 2016-05-08 19:30:52 +02:00
jomo
37cccdff18 require uuid for password reset, destroy token after each try 2016-05-08 19:04:16 +02:00
jomo
f110d2e0ad add rendering support for youtube usernames 2016-03-09 00:56:03 +01:00
jomo
ff84cee552 switch from youtube username to channel ID
updates legacy code that really needs to be gone
2016-03-09 00:45:10 +01:00
jomo
82d4b1d27b link to correct user in profile edit view 2016-03-08 23:46:07 +01:00
jomo
e9ca7e790d update donation page 2016-01-29 00:29:07 +01:00
Jonas Folvik
553a15519a Fixed path bug
This is a fix for the bug that you couldn't go back to the original
thread by clicking the links at the top.
2016-01-17 00:44:31 +01:00
jomo
544e226dfa rename crafatar helm to overlay
the option has been renamed
2015-12-20 03:50:34 +01:00
jomo
b618db7938 link to specific version of ago.js 2015-12-20 00:55:28 +01:00
jomo
560f83ce88 use Subresource Integrity for externally hosted javascript
browsers will calculate the sha256 hash of the script and compare it to the value of the integrity attribute
if the values do not match, the browser will refuse to execute it.

note: the shasum is written in base64 encoding, not the (more common) hex format!
2015-12-03 23:12:04 +01:00
jomo
e50f1fffee change slack badge back to https 2015-12-03 21:59:21 +01:00
jomo
acd1426618 update slack domain 2015-12-01 14:47:14 +01:00
jomo
f5e6969762 add link to donor list on donation page 2015-05-25 18:00:46 +02:00