]> git.openstreetmap.org Git - rails.git/history - app/controllers
Make the API reject changes to closed notes
[rails.git] / app / controllers /
2013-02-05 Tom HughesMake the API reject changes to closed notes
2013-02-05 Tom HughesPass parameters to APIAlreadyDeletedError correctly
2013-02-03 Tom HughesOnly show each note once is the user notes view
2013-02-02 Tom HughesImprove styling of the per-user notes list view
2013-02-02 Tom HughesMerge branch 'master' into notes
2013-01-15 Tom HughesMerge branch 'master' into notes
2013-01-14 Tom HughesDisable caching of pages with dynamic layout
2013-01-14 Saman Bemel-BenrudSite cleanup
2012-12-03 Tom HughesRemove the author_name field from notes
2012-12-01 Tom HughesMerge branch 'master' into notes
2012-12-01 Kai KruegerRemove nearby_place from the note model
2012-11-23 Tom HughesMerge branch 'leaflet'
2012-11-23 Tom HughesServe embedded maps through the assets pipeline
2012-11-20 Tom HughesMerge branch 'master' into notes
2012-11-04 Tom HughesUse binary mode for trace files
2012-11-01 Tom HughesMake sure we always read the body of a PUT or POST...
2012-11-01 Tom HughesRevert "Add a newline to the end of the body when repor...
2012-11-01 Tom HughesAdd a newline to the end of the body when reporting...
2012-10-30 Tom HughesSimplify handling of verified emails in OpenID signup
2012-10-30 Kai KruegerTrust Google and Yahoo to return valid email addresses
2012-10-26 Tom HughesMake it easier to test alternative locales
2012-10-18 Paweł PaprotaImplemented Gravatar support
2012-10-16 Tom HughesUpdate list of filtered methods in notes controller
2012-10-15 Tom HughesMerge branch 'master' into notes
2012-10-14 Tom HughesAllow an optional comment to be given when closing...
2012-10-14 Tom HughesReturn a copy of the note data on creation and update
2012-10-14 Tom HughesGet note comment notification working again
2012-10-13 Tom HughesMerge branch 'master' into notes
2012-10-05 John FirebaughRemove unused assign of @bbox which is no longer used
2012-09-30 John FirebaughRemove @midnode assign
2012-09-24 Tom HughesAdd a /api/0.6/user/NNNN call to the API
2012-09-21 John FirebaughDon't expose lat/lon of private traces
2012-09-21 John FirebaughSupport the same edit params for Potlatch 1 and 2
2012-09-20 Tom HughesMerge branch 'master' into openstreetbugs
2012-09-18 Tom HughesRemove unused namefinder support from the geocoder...
2012-09-18 John FirebaughMove param-based map configuration to client
2012-09-14 GnonthgolRemove the "We are changing the license" flash on the...
2012-09-07 John FirebaughUse a param to trigger export rather than a separate...
2012-09-03 Tom HughesMark a message as read when a user replies via the web
2012-08-28 Tom HughesMove a chunk of non-markup ruby code from a view to...
2012-08-27 Tom HughesUse start.html.erb views instead of _sidebar.html.erb...
2012-08-27 John FirebaughExtract browse.js static asset
2012-08-27 John FirebaughReduce interpolation in browse/start.js.erb
2012-08-27 John FirebaughExtract export.js static asset
2012-08-22 Tom HughesMerge branch 'master' into openstreetbugs
2012-08-15 Tom HughesFixup make_friend and remove_friend properly
2012-08-10 Tom HughesImprove blocks on/by links on user pages
2012-07-27 Tom HughesShow the correct reconfirm link for OpenID login attempts
2012-07-27 Tom HughesOpenID attributes returned via AX seem to be arrays now
2012-06-30 Tom HughesDon't try and store a user record in the session
2012-06-05 Tom HughesUse browser detection to decide how many features to...
2012-05-27 Tom HughesGet all the tests passing under ruby 1.9
2012-05-15 Tom HughesDon't show deleted comments in a user's diary comment...
2012-05-13 Tom HughesFixed diary entry and comment hiding for mass assignmen...
2012-05-05 Enno BrehmImplement API endpoint to query permissions.
2012-05-01 Tom HughesError in a changeset feed is requested for a non-existe...
2012-04-18 Tom HughesUpdate to use api.geonames.org instead of ws.geonames.org
2012-04-05 Matt AmosRemoved lookup of current element in calls to history
2012-04-05 Matt AmosSet defaults properly on redaction model, and remove...
2012-04-05 Matt AmosDecided that restricting redacts to the user who create...
2012-04-05 Matt AmosRefactored common functionality from object history...
2012-04-05 Matt AmosBetter comments in application controller logic
2012-04-05 Matt AmosUsed `unredacted` scope rather than explicit SQL
2012-04-05 Matt AmosAdded redactions controller test and fixed a bug in...
2012-04-05 Matt AmosFixed fixture after adding link from redaction to user
2012-04-05 Matt AmosAdded redactions resource
2012-04-05 Matt AmosFixed AMF controller methods to hide redacted ways
2012-04-05 Matt AmosFixed AMF controller methods to hide redacted nodes
2012-04-05 Matt AmosAdded test for changeset/download hiding redacted elements
2012-04-05 Matt AmosAdded relation redaction logic, same as node and way...
2012-04-05 Matt AmosAltered old_way stuff to be Railsy like old_node is now
2012-04-05 Kai KruegerCopy the redaction code from nodes to ways
2012-04-05 Kai KruegerExpose redactions through the node history API calls
2012-04-05 Matt AmosFixing review comments
2012-04-05 Matt AmosAdding first cut of Redactions support
2012-04-02 Tom HughesMark yet more methods as needing write access to the...
2012-04-02 Tom HughesWe no longer need to disable sessions when the database...
2012-04-02 Tom HughesMark some extra methods as needing write access to...
2012-03-28 Tom HughesOnly require a readable database for login, not a writa...
2012-03-22 Tom HughesAdd functional tests for messages
2012-03-22 Tom HughesHandle change from @to_user to @this_user for new messa...
2012-03-21 Tom HughesFactor out common code for looking up users
2012-03-21 Tom HughesUse one "no_such_user" view everywhere
2012-03-20 Tom HughesAdd functional tests for the user_roles controller
2012-03-20 Tom HughesGet rid of custom CSRF protection for user role changes
2012-03-19 Tom HughesAdd functional tests for user blocks
2012-03-17 Tom HughesSet the user description to markdown formatting when...
2012-03-17 Tom HughesAdd preview functionality to rich text controls
2012-03-15 Tom HughesRemoved code for handling Osmrender export requests
2012-03-14 Tom HughesSpecify the username when redirecting to the OAuth...
2012-03-10 Tom HughesRestructure notes URLs according to standard rails...
2012-03-10 Tom HughesMerge branch 'master' into openstreetbugs
2012-03-10 Tom HughesSpecify the username when generating a URL for a trace
2012-03-10 Tom HughesFix layout selection to detect OAuth correctly
2012-03-09 Tom HughesFix mass assignment errors with user blocks
2012-03-09 Tom HughesFix various routing and route generation errors
2012-03-09 Tom HughesRemove method tests that are now enforced by the routes
2012-03-09 Tom HughesGet the per-user note list view working again
2012-03-09 Tom HughesFix some bugs found by the note controller tests
2012-03-09 Tom HughesFix mass assignment issues
next