summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-17just making this so I don't lose work when I switch branchespmMrYummy
2017-06-16Fixed compatability issues in methods for thread-like messagesMrYummy
2017-06-16see previous commitMrYummy
2017-06-16Fixed 'No private messages' bugMrYummy
2017-06-16tweaked message 'read' systemMrYummy
2017-06-15Added 'read' check; message name is only bold if unreadMrYummy
2017-06-15Made messages more thread-like (replies, editing, etc.)MrYummy
2017-06-13Added subject support to messagesMrYummy
2017-06-13Added subject column to messagesMrYummy
2017-06-13Apparently that 'unnecessary permission check' was necessary. ¯\_(ツ)_/¯MrYummy
2017-06-13Moved messages index link to users/show.html.erb, added 'message this user' ↵MrYummy
button
2017-06-12Added message length validity (1..8000) and rewrote 'target' methodMrYummy
2017-06-12Prettified link style in message mailMrYummy
2017-06-12Updated user_target autocomplete regex, removed unnecessary permission checkMrYummy
2017-06-12Link to 'all messages' in message email fixed, added "delete_all" actionMrYummy
2017-06-04Now sends mail to user_target on message creationMrYummy
2017-06-03fixed routes and made 'Delete message' appear on cursor hoverMrYummy
2017-05-27Added messaging featureMrYummy
2017-01-08allow markdown emphasis inside of wordsjomo
2017-01-08add CookieJar patch to flag cookies as secure based on the connection protocoljomo
rails only allows to globally flag session cookies as either secure or not this patch sets the secure flag for cookies based on the protocol (http/https) this is used to send cookies via http but flag them secure for https which allows use with HTTP over Tor for an onion domain this is acceptable because nginx redirects clearnet http to https
2016-12-14rescue and fail gracefully when updated user can't be savedjomo
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-11-19ensure donor tag color is always whitejomo
2016-10-14adjust max size of thread reply to that of threads, see #11jomo
2016-10-14Merge commit '00fc8b3fcd10860abb70a57fb6aaab3c476259f2'jomo
2016-10-03Changed the content length of forumthreads to 20k because NemesJonas Folvik
2016-09-27remove index 'email' from register_tokensjomo
only records with the same UUID are deleted before INSERTing new ones meaning a player could prevent another one from using a certain address when emails are unique. There's no good reason to force uniqueness on emails in this table
2016-07-24remove annoying permission check for comments, forums, threads, repliesjomo
2016-07-20update slack URLjomo
2016-07-19fix edit link permission checks for comments, threads, repliesjomo
2016-07-19check mod+ rank when dealing with forum threadsjomo
2016-07-19check mod+ rank when dealing with thread repliesjomo
2016-07-19check mod+ rank when updating commentjomo
2016-07-11restrict edit page access to users allowed to updatejomo
2016-06-24resend mail bug fixJonas Folvik
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-21allow mods to resend confirmation emails for other usersjomo
2016-06-21don't allow other users or confirmed users to resend confirmation emailjomo
2016-06-21fix confirmation redirectjomo
2016-06-21fix resend button stylejomo
2016-06-21Merge branch 'master' of https://github.com/Futseh/redstoner.comjomo
2016-06-17An Option to resend the confirmation mailJonas Folvik
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-12clarify write-only noticejomo
2016-06-12fix syntax error when deleting invalid role from POST paramsjomo
2016-05-19remove a few unnecessary html_safejomo
2016-05-19fix potential XSSjomo
2016-05-08fix thread & reply navigator linksjomo
2016-05-08require uuid for password reset, destroy token after each tryjomo
2016-05-07allow relative return_path only, check validityjomo
2016-03-09add rendering support for youtube usernamesjomo
2016-03-09switch from youtube username to channel IDjomo
updates legacy code that really needs to be gone
2016-03-08don't ignore :label_id on thread creationjomo