]> git.openstreetmap.org Git - rails.git/history - app
Use only token capabilities when a token is provided
[rails.git] / app /
2018-12-12 Andy AllanUse only token capabilities when a token is provided
2018-11-28 Andy AllanUse CanCanCan for user_roles auth
2018-11-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2072'
2018-11-28 Paul Dexter-SobkowiakSplit browse_helper.rb into two modules due to rubocop...
2018-11-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2075'
2018-11-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2074'
2018-11-28 Andy AllanRemove the unused require_moderator filter
2018-11-28 Andy AllanUse CanCanCan for notes authorization
2018-11-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2073'
2018-11-28 Andy AllanUse CanCanCan for changeset comments
2018-11-27 Paul Dexter-SobkowiakShow tel: links for multiple phone numbers separated...
2018-11-20 Mikel MaronAdd links to Welcome Mat on /welcome and /help
2018-11-19 Tom HughesAllow connect_src to match all sites in Potlatch
2018-11-17 Tom HughesFix issues with renaming of diary entry controller
2018-11-15 Tom HughesTake security policy URLs from the configuration file
2018-11-14 Tom HughesMerge remote-tracking branch 'upstream/pull/2060'
2018-11-14 Andy AllanRemove custom deny_access handlers
2018-11-14 Tom HughesMerge remote-tracking branch 'upstream/pull/2061'
2018-11-14 Tom HughesMerge remote-tracking branch 'upstream/pull/2058'
2018-11-14 Andy AllanPluralize changesets controller
2018-11-13 Tom HughesSkip CSRF verification for changeset comment actions
2018-11-08 Tom HughesAttempt to send pretty 403 errors to web browsers
2018-11-08 Tom HughesMerge remote-tracking branch 'upstream/pull/2051'
2018-11-08 Tom HughesMerge remote-tracking branch 'upstream/pull/2052'
2018-11-08 Tom HughesMerge remote-tracking branch 'upstream/pull/2050'
2018-11-07 Andy AllanPluralize diary entries controller
2018-11-07 Andy AllanPluralize old_ controllers
2018-11-07 Andy AllanPluralize nodes, ways and relations controllers
2018-11-07 Andy AllanUse CanCanCan for redaction authorizations
2018-11-07 Andy AllanMigrate UserBlocksController to use CanCanCan
2018-11-07 Andy AllanUse relative translations for changeset comments
2018-11-07 Andy AllanRename hide_comment and unhide_comment to destroy and...
2018-11-07 Andy AllanRename comments_feed to index
2018-11-07 Andy AllanRename comment to create
2018-11-07 Andy AllanSplit changeset comment handling into a changeset_comme...
2018-11-07 Tom HughesMerge remote-tracking branch 'upstream/pull/2049'
2018-11-07 Tom HughesAvoid ordering points from public and private traces
2018-11-05 Tom HughesMerge remote-tracking branch 'upstream/pull/2044'
2018-11-05 Tom HughesUse character validate to exclude URL characters for...
2018-11-05 Tom HughesImprove character validator error messages
2018-11-05 Tom HughesMerge character validators
2018-11-05 Tom HughesMerge leading and trailing whitespace validators
2018-11-05 Tom HughesImprove consistency of text validations
2018-11-05 J GuthrieAdded tests for validators
2018-11-05 J GuthrieChanged User model to not allow nil display_name (w...
2018-11-05 J GuthrieConverted invalid_chars validator to use locale
2018-11-05 J GuthrieFix rubocop errors
2018-11-05 J GuthrieCreate invalid_char validators and apply to models
2018-11-05 J GuthrieAdded more non-ascii chars to validation (matching...
2018-11-05 J GuthrieFix rubucop errors
2018-11-05 J GuthrieMake invalid char list more explicit (between ascii...
2018-11-05 J GuthrieAdded trailing/leading whitespace errors to locale
2018-11-05 J GuthrieSpecifiy invalid chars in username error message
2018-11-05 Tom HughesAllow note comments with no body
2018-11-04 Tom HughesMerge remote-tracking branch 'upstream/pull/2009'
2018-11-04 Tom HughesMerge remote-tracking branch 'upstream/pull/2042'
2018-11-03 mmd-osmLimit notes sizes to 2000 characters
2018-11-03 Tom HughesMerge remote-tracking branch 'upstream/pull/2023'
2018-11-03 Tom HughesMove abilities to a sepatarate top level directory
2018-11-03 Tom HughesMerge remote-tracking branch 'upstream/pull/2038'
2018-11-02 J GuthrieOn hover, change border to a subtle darker orange,...
2018-11-01 Tom HughesMerge remote-tracking branch 'upstream/pull/2037'
2018-10-31 Tom HughesMerge remote-tracking branch 'upstream/pull/2039'
2018-10-31 Andy AllanMove notifier.rb into app/mailers
2018-10-31 Andy AllanUse deliver_later for all email sending
2018-10-31 Andy AllanMerge branch 'master' into cancancan
2018-10-29 Tom HughesConvert some model mixins to concerns
2018-10-29 Tom HughesUpdate translation keys for renaming of user to users
2018-10-24 Andy AllanCheck the oauth token and then use the capabilities...
2018-10-24 Andy AllanRework capabilities to avoid assumptions about missing...
2018-10-24 Andy AllanRework the default denied access handler to give differ...
2018-10-22 Tom HughesUpdate translation keys for renaming of user to users
2018-10-22 Christopher BazinEnable line breaks in performatted text within rich...
2018-10-21 Simon PooleCalculate bounding box when deleting relations
2018-10-17 superDossAvoid swapping min and max longitude in RTL mode
2018-10-17 Andy AllanCombine site permissions declarations
2018-10-14 Andrew Harveyadd australia copyright notice for PSMA Australia
2018-10-14 Tom HughesResize change bounding boxes on a zoom change
2018-10-11 Tom HughesAdjust minimum changeset bbox to 20 pixels
2018-10-11 Tom HughesImprove variable naming
2018-10-11 Tom HughesMerge remote-tracking branch 'upstream/pull/2018'
2018-10-11 Tom HughesTidy up notes#search
2018-10-11 Tom HughesUse "user" as user id parameter for notes searches
2018-10-11 Tom HughesMerge remote-tracking branch 'upstream/pull/1955'
2018-10-11 Tom HughesSuppress changeset pagination for inactive users
2018-10-11 ENT8RFix Rubocop issue
2018-10-10 ENT8RFix some issues and improve code
2018-10-10 Andy AllanRemove temporary development code
2018-10-10 Andy AllanRefactor to show the Issues link based on the calculate...
2018-10-10 Andy AllanMove issues and reports to authorization system
2018-10-10 Andy AllanFix typo in method name
2018-10-10 Andy AllanRefactor site#welcome to use abilities instead of requi...
2018-10-10 Andy AllanChange abilities based on upstream renamings
2018-10-10 Andy AllanMerge branch 'authz' of https://github.com/rubyforgood...
2018-10-09 Tom HughesMake paragraph breaks more visible in changeset and...
2018-10-09 ENT8RFix Rubocop issue
2018-10-09 ENT8RFix an issue where the query did not work if a display...
2018-10-09 ENT8RMerge branch 'master' into notes-search
2018-10-06 J GuthrieConverted to dot notation - fixes jshint
2018-10-06 J GuthrieConvert degrees min-width to pixels min-width
next