]> git.openstreetmap.org Git - rails.git/history - app/controllers/trace_controller.rb
Stop pretending we support MySQL
[rails.git] / app / controllers / trace_controller.rb
2012-01-17 Tom HughesAdd an ACL check to allow trace downloads to be blocked
2011-11-14 Tom HughesDisable CSRF token verification for API methods
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 HughesTemporary fix for postgres enums pending rails 3.0.4
2011-11-14 Tom HughesUpdate ActiveRecord queries to use arel
2011-06-23 Tom HughesFix problems with database offline mode
2010-10-17 Tom HughesMerge branch 'master' into openid
2010-10-11 Tom HughesMake trace API a proper CRUD API like other object...
2010-09-06 Tom HughesMerge branch 'master' into openid
2010-09-01 Tom HughesRevert "We can cache the trace list for logged in users...
2010-08-24 Tom HughesSet the default trace visibility on the upload form
2010-08-24 Tom HughesAllow uncompressed GPX traces to be fetched from the API
2010-08-06 Tom HughesMore fixed to trace redirection
2010-08-06 Tom HughesReally fix the redirect on trace deletion
2010-08-06 Tom HughesFix redirect on deleting a trace
2010-08-06 Tom HughesFix redirect after a trace is uploaded
2010-08-04 Tom HughesRework application configuration
2010-07-28 Tom HughesMerge branch 'master' into openid
2010-07-22 Tom HughesWe can cache the trace list for logged in users now
2010-07-22 Tom HughesPresent "too many pending traces" message as a warning box
2010-07-22 Tom HughesConvert trace views to use CSS based user specific...
2010-06-16 Tom HughesMerge branch 'master' into openid
2010-06-15 Tom HughesMake database offline work in production
2010-05-07 Tom HughesMerge branch 'master' into openid
2010-05-07 Tom HughesMerge branch 'master' into terms
2010-05-06 Tom HughesFix user visibility check
2010-02-27 Kai Kruegermerge 19889:20181 of rails_port into the openID branch
2010-02-26 Tom HughesPut the correct icon URLs in the RSS feed for traces.
2010-01-23 Kai Kruegermerge 19364:19600 of rails_port into the openID branch
2010-01-14 Tom HughesRework the pagination of the trace list to avoid having...
2010-01-11 Tom HughesDon't cache the trace list for logged in users.
2010-01-10 Tom HughesAdd some caching for trace views.
2010-01-10 Tom HughesMake traces/mine redirect to the user's traces page...
2009-12-31 Shaun McDonaldRather than just say public or private for each GPS...
2009-12-12 Tom HughesAdd ability to take GPX storage offline.
2009-11-01 Tom HughesAdd :warning and :error flash messages which can be...
2009-10-13 Tom HughesMerge 17130 from trunk.
2009-10-13 Tom HughesMerged 17073:17076 from trunk.
2009-10-13 Tom HughesMerged 17047 from trunk.
2009-10-13 Tom HughesMerge 17067 from trunk.
2009-10-13 Tom HughesMerged 17256:18123 from trunk.
2009-09-29 Andy AllanMerge r17285 from the oauth branch - allow flash access...
2009-09-24 Tom HughesFix comment typo.
2009-09-24 Tom HughesWrap GPX API calls with the API error handler, and...
2009-09-12 Tom HughesTreat an explicit public=0 argument as meaning private.
2009-08-31 Tom HughesFix backwards compatibility code to handle an old style...
2009-08-25 Matt Amosmerge r17141:17256 from trunk
2009-08-18 Tom HughesMerge oauth branch at r17138 to trunk.
2009-08-18 Tom HughesMerge oauth branch at r17138 to trunk.
2009-08-13 Tom HughesIdentifiable traces should be trated as private in...
2009-08-13 Tom HughesThe "public" field no longer exists in gpx_files.
2009-08-13 Tom HughesMerge 16891:17044 from trunk.
2009-08-13 Tom HughesAdd extra visibility options for GPS traces, and enhanc...
2009-08-06 Matt AmosMerging 16820:16891 from trunk.
2009-08-03 Tom HughesMerge 16817:16819 from trunk.
2009-08-03 Tom HughesMerge 16743:16811 from trunk.
2009-07-31 Matt AmosMerged 16488:16743 from trunk.
2009-07-14 Tom HughesMerge 16110:16487 from trunk.
2009-06-25 Tom HughesMerge 16070:16110 from trunk.
2009-06-25 Tom HughesMerge 16012:16110 from trunk.
2009-06-23 Tom HughesRevert r16046.
2009-06-22 Ævar Arnfjörð Bjar... Fixed up the <title>/<h2> mess in trace/edit and trace...
2009-06-22 Matt AmosAdding initial version of the OAuth token authenticatio...
2009-06-06 Ævar Arnfjörð Bjar... Added & cleaned up messages relating to a given user...
2009-06-02 Tom HughesCorrect translation name.
2009-06-02 Tom HughesInternationalise the trace controller. Fixes #1894.
2009-06-01 Shaun McDonaldmore tranlations for validations. Bug fix for the missi...
2009-05-31 Tom HughesMerged I18N branch to head.
2009-05-31 Tom HughesSort out storage and use of user preferred languages.
2009-05-29 Shaun McDonaldMight be useful to set the locale everywhere we need...
2009-05-12 Shaun McDonaldActually mark a trace as being public based on the...
2009-04-24 Matt AmosPatching better 412 error messages from mis-commit...
2009-04-21 Tom HughesForce selection to fail when no traces match the tag.
2009-04-21 Tom HughesDon't generate an IN condition with an empty list.
2009-04-21 Tom HughesAdd an expiry header to trace images.
2009-04-20 Tom HughesMerge api06 branch to trunk.
2009-04-19 Thomas WoodAdd condition for user not found in trace controller.
2009-04-16 Tom HughesMerge 14394:14533 from trunk.
2009-04-14 Tom HughesAdd a "database readonly" state that allows all writes...
2009-04-08 Tom HughesMerge 14059:14394 from trunk.
2009-03-29 Matt AmosMoved a bunch of time functions into UTC. Fixes bugs...
2009-03-20 Tom HughesRefactor the GPX upload to try and avoid the import...
2009-03-12 Tom HughesMerged 14009:14059 from trunk.
2009-03-08 Tom HughesMerge 12304:14009 from trunk.
2009-01-23 Thomas WoodSet params to sane defaults if unset by client.
2009-01-23 Thomas WoodRequire auth on calls to /trace/create, and pass throug...
2008-12-12 Shaun McDonaldresync from rails_port 11795:12304
2008-12-12 Tom HughesOptimise lookup of traces with a given tag.
2008-11-18 Shaun McDonaldRemember whether the user set the public checkbox on...
2008-11-18 Tom HughesRequire the user to be logged in for those methods...
2008-11-18 Tom HughesFix syntax of status only renders. Closes #1345.
2008-11-08 Shaun McDonaldResyncing from head 10895:11795
2008-11-08 Dave Stubbsmore boolean correcting
2008-11-07 Andy Allanadd fixme
2008-11-07 Andy Allanuse boolean flags when using boolean columns
2008-10-21 Tom HughesRevert r11194 as it doesn't work as the trace_name...
2008-10-13 Tom HughesFix race condition adding traces. Closes #1201.
2008-09-25 Shaun McDonaldDoing a resync from mainline 8633:10895. There was...
2008-08-24 Tom HughesAdd basic support for logically deleting a user.
next