]> git.openstreetmap.org Git - rails.git/history - app/controllers
Update rails-i18n to 0.5.1
[rails.git] / app / controllers /
2012-02-28 Steve SingerAdd a view to show diary comments left by a user
2012-02-27 Tom HughesChange session expiry to 28 days when "remember me...
2012-02-26 Tom HughesRefactor session persistence code
2012-02-19 Tom HughesFix bad database query for RSS feeds of trace file...
2012-02-19 Tom HughesAvoid double render error
2012-02-15 Tom HughesExplicitly disable the layout for actions which don...
2012-02-15 Tom HughesActionController::UnknownAction is now AbstractControll...
2012-02-14 Tom HughesRevert "Log locale selection"
2012-02-14 Tom HughesLog locale selection
2012-02-14 Tom HughesAllow the copyright page to be requested in any locale
2012-02-08 Tom HughesAdd convenience methods to make ACL use simpler
2012-02-08 Tom HughesDon't check the ACL unless we're creating a new user
2012-02-08 Tom HughesAdd support for domain based ACLs
2012-01-23 Tom HughesFix exception when a suspended user tries to login
2012-01-17 Tom HughesAdd an ACL check to allow trace downloads to be blocked
2012-01-16 Tom HughesRevert "Increase the size of the diary RSS feed tempora...
2012-01-14 Tom HughesIncrease the size of the diary RSS feed temporarily
2012-01-07 Tom HughesDon't cache user specific diary entry lists
2012-01-07 Tom HughesTry really hard to find out if the real exception was...
2012-01-07 Tom HughesRecognise wrapped timeout exceptions properly
2012-01-07 Tom HughesNo need to restrict friend's diary entries to public...
2012-01-07 Mikel MaronAdd some more social features
2012-01-06 Tom HughesUse OSM::Timer (and hence SystemTimer) consistently
2012-01-06 Tom HughesUse Timeout if SystemTimer isn't loaded
2011-12-20 Tom HughesAllow a special ODBL message to be displayed at login
2011-12-16 Tom HughesDisplay the right title for friends' changesets
2011-12-16 Tom HughesForce a login to see your friends' changesets
2011-12-16 Tom HughesFix double render error
2011-12-15 Tom HughesConvert friend changeset selection to use Arel queries
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
next