summaryrefslogtreecommitdiff
path: root/app/controllers/users_controller.rb
AgeCommit message (Collapse)Author
2017-10-15Combined Mastodon username and instance fields into one field.mastodonLogan Fick
2017-07-07combined mastodon and mastodon_instance columns into a single mastodon columnMrYummy
2017-07-07Added mastodon and mastodon_instance settings to user profilesMrYummy
2017-07-03allow staff search with empty parameter valuejomo
2017-06-18allowed role and badge filtering, made User.search take Role and Badge as paramsMrYummy
2017-06-18moved all search styling to CSS, removed friendly (but slow) URLs, moved ↵MrYummy
WHERE strings into an array
2017-06-18ordered searching to match SQL clauses, moved role&badge filtering to ↵MrYummy
User.search
2017-06-18Added Searching FeaturesMrYummy
* Added Thread Search Feature * Added User Search Feature * Re-organized searching, added @mention support to author search
2017-06-18Added Website SettingsMrYummy
2017-06-18Added badge systemMrYummy
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-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-12fix syntax error when deleting invalid role from POST paramsjomo
2016-05-08require uuid for password reset, destroy token after each tryjomo
2016-05-07allow relative return_path only, check validityjomo
2016-01-17update to rails 4.2.5, clean upjomo
2015-05-25allow user filter for donorjomo
2015-03-10fix user list rankingjomo
2015-01-25big @mentions updatejomo
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
2014-09-22paginate blog comments; fix length/site on AR objectsjomo
2014-09-22change default pagination to 30, set 100 for usersjomo
2014-09-22fix user count, change headline a bitjomo
2014-09-22add pagination to usersjomo
2014-09-21sort unconfirmed accounts lowerjomo
2014-07-06add username suggestions to editorjomo
2014-07-01minimal rage!!!!!!!!!!!jomo
2014-07-01FUUjomo
2014-07-01finally fixed, I hopejomo
2014-07-01fix staff userlist?jomo
2014-07-01fix staff rolesjomo
2014-06-30add donor to edit profile pagejomo
2014-06-30s/adress/ad*d*ress/jomo
2014-06-29add /users/mejomo
2014-06-29better user listingjomo
2014-06-29fix userlist sorting; fix idiot-checkjomo
2014-06-29delete token when invalid, more infojomo
2014-06-17tell users to generate a new token when reset failedjomo
2014-06-17add password resetjomo
2014-06-17add notification settings, fix comment edit permissionsjomo
2014-05-04redirect to news after loginjomo
2014-05-04oopsjomo
2014-05-04fix IPv6 email regex, get ready for token registrationjomo
2014-05-03allow editing of confirmed statusjomo
2014-05-03add mail+pass change optionjomo
2014-05-01mails are now sent in the backgroundjomo
2014-05-01fixed routes, fixed become/revertjomo