]> git.openstreetmap.org Git - rails.git/history - app
Localisation updates from https://translatewiki.net.
[rails.git] / app /
2019-01-09 Tom HughesAllow everybody to query features
2019-01-09 Tom HughesAllow everybody to create new notes
2019-01-09 Tom HughesMerge remote-tracking branch 'upstream/pull/2109'
2019-01-09 Tom HughesMerge remote-tracking branch 'upstream/pull/2108'
2019-01-09 Tom HughesMerge remote-tracking branch 'upstream/pull/2107'
2019-01-09 Tom HughesMerge remote-tracking branch 'upstream/pull/2106'
2019-01-09 Tom HughesMerge remote-tracking branch 'upstream/pull/2105'
2019-01-09 Andy AllanUse CanCanCan for oauth clients controller
2019-01-09 Andy AllanUse CanCanCan for messages controller
2019-01-09 Andy AllanUse a builder view for the capabilities call
2019-01-09 Andy AllanUse full list of osm xml root attributes in builder...
2019-01-09 Andy AllanUse CanCanCan for changesets controller
2019-01-09 Andy AllanUse CanCanCan for traces controller
2019-01-09 Andy AllanUse CanCanCan for swf controller
2019-01-09 Andy AllanSkip authorization checks for amf controller
2019-01-09 Andy AllanAdd missing authorize_resource declaration to geocoder...
2019-01-09 Andy AllanUse CanCanCan for directions controller
2019-01-09 Andy AllanUse CanCanCan for browse controller
2019-01-07 Tom HughesFix new rubocop warning
2019-01-02 Andy AllanUse CanCanCan for export controller
2019-01-02 Andy AllanUse CanCanCan for search controller
2019-01-02 Tom HughesMerge remote-tracking branch 'gravitystorm/terms_capabi...
2019-01-02 Andy AllanRequire terms agreement for abilities and capabilities...
2019-01-02 Tom HughesReplace custom panning with new panInside leaflet method
2018-12-31 Tom HughesAllow inline styling on pages that display the map
2018-12-12 Tom HughesAllow abilities that require no login for token based...
2018-12-12 Tom HughesMerge remote-tracking branch 'upstream/pull/2084'
2018-12-12 Tom HughesMerge remote-tracking branch 'upstream/pull/2083'
2018-12-12 Andy AllanRefactor users_controller to use CanCanCan for authoris...
2018-12-12 Andy AllanUse only token capabilities when a token is provided
2018-12-05 Tom HughesOnly check IP addresses for anonymous note comments
2018-11-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2078'
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...
next