]> git.openstreetmap.org Git - rails.git/history - app/controllers
Refactor mapParams to compose better with apiUrl
[rails.git] / app / controllers /
2011-12-15 Tom HughesDetabify
2011-12-15 Mikel MaronAdd support for viewing a list of your friends' changesets
2011-12-13 Tom HughesLook up email addresses case insensitively for password...
2011-12-13 Tom HughesCope with no openid_url being supplied
2011-12-13 Tom HughesValidate email addresses before confirming them
2011-12-10 Tom HughesRemoved bogus attempt to look up the previous version
2011-11-27 Tom HughesMake search work again
2011-11-26 Tom HughesSwitch from Prototype to jQuery
2011-11-24 Tom HughesLog any session that is reset due to a username mismatch
2011-11-22 Tom HughesAdd feed action to relevant filters
2011-11-19 Tom HughesAdd the OAuth verifier to 1.0a callbacks correctly
2011-11-19 Tom HughesGenerate correct URLs for changeset feeds
2011-11-19 Tom HughesOverride oauth1_authorize pending a fixed version of...
2011-11-18 Tom HughesPass sql_for_area a BoundingBox object
2011-11-16 Tom HughesMake OAuth work again
2011-11-16 Tom HughesMake the username cookie permanent
2011-11-16 Tom HughesExplicitly select the default locale if we have no...
2011-11-16 Tom HughesAdd some logging to help diagnose changeset feed locale...
2011-11-14 Tom HughesDon't reset the session when the token refers to an...
2011-11-14 Tom HughesStore the username in a cookie and use it to validate...
2011-11-14 Tom HughesMake /user/new handle already logged in users better
2011-11-14 Tom HughesFix object_id warning
2011-11-14 Tom HughesStop the API changeset query accepting min_lon etc
2011-11-14 Peter GrayRefactor bounding box code
2011-11-14 Tom HughesForce openid callbacks to use GET to avoid CSRF validat...
2011-11-14 Tom HughesPreserve field values if the signup form fails validation
2011-11-14 Tom HughesMake database offline mode work
2011-11-14 Tom HughesGet OAuth working, including a hack for Potlatch
2011-11-14 Tom HughesDisable CSRF token verification for API methods
2011-11-14 Tom HughesRefactor AMF respone streaming
2011-11-14 Tom HughesUse SecureRandom instead of the deprecated ActiveSuppor...
2011-11-14 Tom HughesRename all ID columns that aren't unique
2011-11-14 Tom HughesMake more use of named scopes
2011-11-14 Tom HughesUpdate some more queries to use AREL in place of deprec...
2011-11-14 Tom HughesRework expansion of HTTP status code to work with rails 3
2011-11-14 Tom HughesTemporary fix for postgres enums pending rails 3.0.4
2011-11-14 Tom HughesRework AMF controller's streaming output for rails 3
2011-11-14 Tom HughesUpdate oauth support for rails 3 version of oauth plugin
2011-11-14 Tom HughesUse last_modified method instead of setting the header...
2011-11-14 Tom HughesUpdate ActiveRecord queries to use arel
2011-11-14 Tom HughesUse config.filter_parameters instead of filter_paramet...
2011-11-14 Tom HughesReplace request.request_uri with request.fullpath
2011-11-14 Tom HughesUse new ActionMail API to send emails
2011-11-14 Tom HughesUse Rails.xxx instead of RAILS_XXX
2011-11-14 Tom HughesUpdate to rails 3
2011-09-20 Tom HughesAdd support for manual tracking of a Piwik goal on...
2011-09-08 Tom HughesUse parent.tile.openstreetmap.org for the export URL
2011-07-19 Tom HughesAdd edit links to data browser pages
2011-07-12 Tom HughesUse num_changes to detect empty changesets instead...
2011-06-23 Tom HughesFix problems with database offline mode
2011-06-20 Tom HughesMake the AMF API check that the CTs have been agreed
2011-06-14 Tom HughesDon't error if we fail to get SReg and/or AX data from...
2011-06-14 Tom HughesFix some broken tests
2011-06-14 Tom HughesAdd an option to require the CTs to be agreed to edit
2011-06-10 Tom HughesMake password signups work
2011-06-10 Tom HughesMerge branch 'master' into openid
2011-06-01 Tom HughesUse session.delete to remove entries instead of assigni...
2011-06-01 Tom HughesForce a session to be created when doing a cookie test
2011-05-31 Tom HughesMerge branch 'master' into openid
2011-05-22 Tom HughesMerge branch 'master' into openid
2011-05-21 Tom HughesStart ROTS for user login tests as well as creation...
2011-05-21 Tom HughesMerge branch 'master' into openid
2011-05-21 Tom HughesMerge branch 'openID' of git://git.openstreetmap.org...
2011-05-06 Tom HughesMake the edit action default to z17
2011-05-01 Mikel MaronAdd a map to the changeset list page
2011-04-20 Tom HughesAllow user details to be fetched without agreeing terms
2011-04-18 Tom HughesRevert "Allow user details to be fetched without agreei...
2011-04-18 Tom HughesAllow user details to be fetched without agreeing terms
2011-04-18 Tom HughesDon't require terms to be agreed when logging out
2011-04-17 Matt AmosAdded flash notice for CTs decline
2011-04-17 Tom HughesUse report_error so Potlatch can see the errors
2011-04-17 Tom HughesMake sure "please read the terms" error is issued in...
2011-04-06 Tom HughesImprove recognition of OAuth referers for triggering...
2011-04-04 Tom HughesTry and patch up poor browser language selections
2011-04-03 Tom HughesPreserve the referer at the end of account creation
2011-04-03 Tom HughesOnly show login/signup in slim mode when used from...
2011-04-03 Andy AllanUse slim layout for OAuth pages too
2011-04-03 Andy AllanAnother approach, but this time without scattering...
2011-04-03 Andy AllanAh, that doesn't work due to 'bugs' in the way layouts...
2011-04-03 Andy AllanUse the slim layout on the login page
2011-04-03 Tom HughesMake sure the user is redirect correctly after seeing...
2011-04-03 Tom HughesTidy up a few things
2011-04-03 Matt AmosPhase 2 CTs implementation and tests, with config parameter
2011-03-15 Matt AmosFixed bug in changeset queries
2011-02-10 Tom HughesMerge branch 'master' into openid
2010-12-15 Tom HughesAllow the client to request errors as an XML document
2010-12-12 Tom HughesChannel all error reporting through report_error
2010-12-05 Tom HughesMerge branch 'master' into openid
2010-12-02 Tom HughesRemove bogus trailing slash from GPX namespace URL
2010-12-01 Tom HughesReplace JOSM editing option with generic Remote Control...
2010-11-30 Tom HughesMake launching of Potlatch 2 from the GPS trace list...
2010-11-29 Tom HughesAdd an explicit "default editor" option to the user...
2010-11-29 Tom HughesShow a popup listing available editors when hovering...
2010-11-29 Tom HughesOnly Potlatch 1 needs a token to be created
2010-11-29 Tom HughesMake JOSM remote control based editing work
2010-11-29 Matt AmosInitial work on support for multiple editors
2010-11-23 Tom HughesDon't show user navigation links for non-public users
2010-11-15 Tom HughesProtect against interception of confirmation emails
2010-11-02 Tom HughesAllow the Nominatim instance used to be configured
2010-10-23 Tom HughesMerge branch 'master' into openid
next