Commit Graph
84 Commits
Author SHA1 Message Date
Logan Fick df84114af2 Fixed rare circumstances causing internal server error when trying to sign up. 2017-12-17 14:05:13 -05:00
Logan Fick 8796b3a415 Made user profile page show hostname of user's IP address. 2017-11-24 22:01:37 -05:00
Logan Fick 8fbbe1b1a5 Removed caching from user profile pages. 2017-11-03 19:29:21 -04:00
Logan Fick 52e32808b5 Merge pull request #41. 2017-10-31 22:19:34 -04:00
Logan Fick 7ed1c2ac57 Fixed syntax error. 2017-10-31 22:03:15 -04:00
Logan Fick b9dcf0ac63 Fixed user profile page returning internal server error if JSON file is missing. 2017-10-31 21:59:01 -04:00
MrYummyandGitHub 3fb5924318 trimmed UUIDs from banned-players.json 2017-10-31 15:44:18 -04:00
Logan Fick 0093daedd9 Fixed name reuse check sometimes using wrong account to compare against. 2017-10-28 14:23:34 -04:00
Logan Fick b1f739f6f8 Fixed the inability to update profile when not changing name. 2017-10-28 13:49:36 -04:00
MrYummy 2223f88d7b minor edits 2017-10-26 22:21:00 +02:00
Logan Fick 3e7a0e550f Added ability to add public key to account. 2017-10-12 20:46:23 -04:00
Logan Fick adf1966b97 Merge pull request #38. 2017-10-12 18:20:46 -04:00
Logan Fick fd40ac82ff Merge pull request #34. 2017-10-12 18:04:31 -04:00
Logan Fick 6aee102114 Fixed list of donators link not including donorplus badge. 2017-07-31 15:41:37 -04:00
MrYummy 5f17385343 Fixed error when a user sets their name to that of another 2017-07-11 03:59:19 +02:00
MrYummy 767084cc2f removed skype_public column from users 2017-07-08 03:53:56 +02:00
jomo 12fb7584bc allow staff search with empty parameter value 2017-07-03 03:17:27 +02:00
MrYummy 1ec464a4fc utilized @user variable 2017-06-21 01:19:02 +02:00
MrYummy 8dc051ea46 Added ban reason and expiration date to user pages 2017-06-20 16:22:56 +02: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 e2a16f3ae6 ordered searching to match SQL clauses, moved role&badge filtering to User.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 a24d26dd7c Added Website Settings 2017-06-18 13:11:36 -04:00
MrYummy 1b4a270038 Added badge system 2017-06-18 13:11:36 -04:00
Jonas Folvik bb1d2c0c3e resend mail bug fix
We can now send the mail when you are mod and you also don't need to be
unconfirmed yourself.

a better fix

this is just a better fix to my last commit
2016-06-24 14:45:49 +02:00
jomo 81d9fabe7b allow mods to resend confirmation emails for other users 2016-06-21 23:41:04 +02:00
jomo e0ac5fac13 don't allow other users or confirmed users to resend confirmation email 2016-06-21 23:35:41 +02:00
jomo 3f91e1a099 fix confirmation redirect 2016-06-21 23:28:42 +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 44839b08ae fix syntax error when deleting invalid role from POST params 2016-06-12 00:44:39 +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 e53228eaf1 update to rails 4.2.5, clean up 2016-01-17 22:27:38 +01:00
jomo 41cf37103f allow user filter for donor 2015-05-25 17:58:37 +02:00
jomo 557393565c fix user list ranking 2015-03-10 01:05:21 +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 e767ec729c paginate blog comments; fix length/site on AR objects 2014-09-22 06:29:24 +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 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