]> git.openstreetmap.org Git - rails.git/history - app/models/issue.rb
Remove vandalism as an option for reporting notes.
[rails.git] / app / models / issue.rb
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanRemove reporting of changesets
2018-02-28 Andy AllanAllow reporting of anonymous notes
2018-01-21 Andy AllanMerge branch 'master' into moderation
2017-12-06 Andy AllanRe-enable issue reassigning.
2017-12-06 Andy AllanValidate the assigned role, and remove the :type activr...
2017-12-06 Andy AllanRename 'issue_type' to 'assigned_role', set defaults...
2017-11-29 Andy AllanCombine migrations into one
2017-11-29 Andy AllanAnnotate models.
2017-11-29 Andy AllanMerge branch 'master' into moderation
2017-08-02 Andy AllanMerge branch 'master' into moderation
2017-07-12 Andy AllanSet the reported_user in a callback
2017-07-12 Andy AllanRubocop autofixes.
2017-07-12 Andy AllanRename association to reported_user, for clarity
2017-07-12 Andy AllanMerge branch 'master' into moderation
2016-08-22 Matt AmosMade rubocop happy by formatting and minor syntax tweaks.
2016-08-22 ShreyAdded sortable headers + search + reportable Notes
2016-08-22 ShreyAdded support for reporting Changesets + Deleting issue...
2016-08-22 ShreyAdded Issue Type + Issue Reassigning + Last updated_by
2016-08-22 ShreyIssue reopens on Reports coming in after instance update
2016-08-22 ShreyFixed tests + Added new ones
2016-08-22 ShreyDB changes + Related issues added
2016-08-22 ShreyAdded IssueComments + ForeignKeys + Indexes
2016-08-22 ShreyAdded authorization + issues dashboard
2016-08-22 ShreyControllers + a few tests + new notification added...
2016-08-22 ShreyBasic models set up