Logan Fick
40337f9e68
Made having a confirmed email required to manage blog posts.
2017-11-19 15:33:02 -05:00
Logan Fick
42722d03a0
Made having a confirmed email required to manage info pages.
2017-11-11 20:45:25 -05:00
Logan Fick
94fc2bd1a9
Made having a confirmed email required to manage forums.
2017-11-11 20:23:10 -05:00
Logan Fick
780598ca6d
Made having a confirmed email not required to view edit pages.
2017-11-11 19:53:51 -05:00
Logan Fick
b807a8f4ab
Made having a confirmed email required to manage forum groups.
2017-11-10 16:00:18 -05:00
Logan Fick
5a534a4dda
Made having a confirmed email required to edit other user profile pages.
2017-11-10 14:33:14 -05:00
Logan Fick
ac583b7351
Changed messages shown by info pages.
2017-11-10 14:31:29 -05:00
Logan Fick
b4af851ad0
Made messages shown on user profile pages more accurate based on who is viewing.
2017-11-10 14:29:19 -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
Logan Fick
553b373d5e
Added privacy policy.
2017-10-31 20:53:56 -04:00
MrYummy
3fb5924318
trimmed UUIDs from banned-players.json
2017-10-31 15:44:18 -04:00
Logan Fick
3c7bfa9338
Changed the invalid data format error message.
2017-10-29 20:22:00 -04:00
Logan Fick
2d9fdcd802
Added backward compatibility for old data format.
2017-10-29 19:44:52 -04:00
MrYummy
7d766c8cf2
Optimized @players collection from json
2017-10-29 17:47:18 -04:00
Logan Fick
ea4799fc28
Made Who's Playing page hide vanished users from non-staff ranks.
2017-10-28 15:25:39 -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
f66d6e9f13
Fixed the who's playing page error message staying for an extra request.
2017-10-22 16:40:06 -04:00
Logan Fick
3e7a0e550f
Added ability to add public key to account.
2017-10-12 20:46:23 -04:00
Logan Fick
611c52223a
Fixed who's playing page returning internal server error when server is offline.
2017-10-12 18:52:53 -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
07b96a0c2d
Changed the who's playing JSON file path.
2017-08-22 16:11:43 -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
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
f90257fe73
Explicitly stated order of threadreplies
2017-07-04 09:23:01 -04: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
91169ab103
removed '#forumthreads_controller.rb#'
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
1b8744abdb
Changed 'Who's Playing' code to handle revised JSON format
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
4105f1c61f
fixed action caching
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
abeb405bab
rescue and fail gracefully when updated user can't be saved
...
saving the user can fail when the new ign or name are already assigned to a different user.
it's not worth implementing automatic correction because there can be multiple or even circular
'dependencies' of unique names that need to be changed
2016-12-14 23:57:08 +01:00
jomo
b057cb5913
remove annoying permission check for comments, forums, threads, replies
2016-07-24 22:30:00 +02:00