This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
mirror of
https://github.com/discourse/discourse.git
synced
2026-08-26 13:17:20 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c1008f43592912b309e7e6d2d5685d4e7d226223
discourse
/
app
/
services
T
History
Neil Lalonde
c1008f4359
Fixes for postgresql inet columns in Rails 4. They're backed by an IPAddr class now, which breaks sql parameter marker support, and automatically sets the attribute to nil when trying to assign an invalid ip address.
2013-10-22 19:19:32 -04:00
..
group_message.rb
Use absolute urls in notifications for automatic spammer handling.
2013-09-16 15:07:58 -04:00
spam_rules_enforcer.rb
When system flags users as sockpuppets, show a reason in the admin flags ui
2013-10-16 11:47:16 -04:00
staff_action_logger.rb
Fixes for postgresql inet columns in Rails 4. They're backed by an IPAddr class now, which breaks sql parameter marker support, and automatically sets the attribute to nil when trying to assign an invalid ip address.
2013-10-22 19:19:32 -04:00
uri_adapter.rb
Build out a URI Adapter to allow uploading an avatar via a url
2013-10-21 14:53:03 -04:00
user_blocker.rb
Don't send more pm's after a user has been blocked from making posts. This can happen if a staff member flags posts that are already hidden.
2013-08-02 10:55:19 -04:00
username_checker_service.rb
Extracted nickname registration out of the UsersController and into its
2013-09-09 09:26:50 +00:00