]> git.openstreetmap.org Git - rails.git/shortlog
rails.git
2021-02-25 translatewiki.netLocalisation updates from https://translatewiki.net.
2021-02-24 Tom HughesMerge remote-tracking branch 'upstream/pull/3109'
2021-02-24 Andy AllanRemove standard-form CSS rules
2021-02-24 Andy AllanConvert the search forms to bootstrap
2021-02-24 Andy AllanMerge branch 'pull/3091'
2021-02-24 Andy AllanUse the bootstrap spacer variable as the basis for...
2021-02-23 Tom HughesUpdate bundle
2021-02-22 translatewiki.netLocalisation updates from https://translatewiki.net.
2021-02-19 Tom HughesTighten up cookie security
2021-02-18 mxdangerAdd btn-wrapper class
2021-02-17 Tom HughesMerge remote-tracking branch 'upstream/pull/3102'
2021-02-17 Andy AllanRefactor the share panel to use bootstrap forms
2021-02-17 Andy AllanUse bootstrap form-check for overlay selection
2021-02-17 Tom HughesMerge remote-tracking branch 'upstream/pull/3100'
2021-02-17 Andy AllanBump composite_primary_keys to 12.0.8
2021-02-17 Andy AllanMerge pull request #3083 from migurski/migurski/docker...
2021-02-16 Tom HughesFix new rubocop warnings
2021-02-16 Tom HughesUpdate bundle
2021-02-16 Tom HughesValidate avatar images
2021-02-16 Tom HughesFix avatar mode update on file change
2021-02-16 Tom HughesMerge remote-tracking branch 'upstream/pull/3095'
2021-02-15 translatewiki.netLocalisation updates from https://translatewiki.net.
2021-02-15 dependabot... Bump eslint from 7.19.0 to 7.20.0
2021-02-13 Michal MigurskiRemoved ENABLE_BOOTSNAP environment variable
2021-02-13 Michal MigurskiAdded explanatory notes and comments
2021-02-13 Michal MigurskiAdded note about password and privileges for OSM DB...
2021-02-13 Michal MigurskiMoved osm-db-functions.sql to /usr/local/share/
2021-02-11 translatewiki.netLocalisation updates from https://translatewiki.net.
2021-02-10 Tom HughesUpdate to rails 6.0.3.5
2021-02-10 Tom HughesPrevent CSRF bypass with login form
2021-02-10 Andy AllanRefactor the third-party login form to use bootstrap
2021-02-10 Andy AllanUpdate terms form to use bootstrap
2021-02-10 Andy AllanConvert the new note form to use bootstrap
2021-02-10 Andy AllanRework changeset comments form to use bootstrap styling
2021-02-09 Tom HughesPrevent CSRF bypass with password reset form
2021-02-09 mmd-osmPrevent CSRF bypass unblocking users
2021-02-09 mxdangerFix unexpected spacing on note buttons when overflowed
2021-02-08 Tom HughesPrevent CSRF bypass updating account details
2021-02-08 Tom HughesMerge remote-tracking branch 'upstream/pull/3088'
2021-02-08 Tom HughesMerge remote-tracking branch 'upstream/pull/3087'
2021-02-08 dependabot... Update actions/cache requirement to v2.1.4
2021-02-08 dependabot... Bump leaflet.locatecontrol from 0.72.0 to 0.72.2
2021-02-07 Tom HughesFix URL generation for atom feed on history page
2021-02-06 Tom HughesUse POST to submit OpenID login form
2021-02-06 Tom HughesAllow form post to third party authentication providers
2021-02-04 Tom HughesMerge remote-tracking branch 'upstream/pull/3082'
2021-02-04 translatewiki.netLocalisation updates from https://translatewiki.net.
2021-02-04 dependabot... Update actions/checkout requirement to v2.3.4
2021-02-03 Andy AllanMerge pull request #2409 from jalessio/docker-compose...
2021-02-03 Tom HughesMerge remote-tracking branch 'upstream/pull/3078'
2021-02-03 Tom HughesMerge remote-tracking branch 'upstream/pull/3079'
2021-02-03 Andy AllanMerge branch 'pull/2486'
2021-02-03 mmd-osmRemove /api/0.6/changes endpoint
2021-02-03 Andy AllanRework welcome message to use bootstrap buttons
2021-02-03 Andy AllanRefactor the export form to use bootstrap form controls
2021-02-03 Andy AllanUse small bootstrap buttons for oauth client actions
2021-02-03 Andy AllanUse small bootstrap buttons for message inbox and outbo...
2021-02-03 Andy AllanRefactor user_blocks revoke form to use bootstrap
2021-02-03 Andy AllanUse bootstrap form styles for update home checkbox
2021-02-02 Tom HughesUpdate to Omniauth 2.x
2021-02-02 Tom HughesFix new rubocop warnings
2021-02-02 Tom HughesUpdate bundle
2021-02-01 translatewiki.netLocalisation updates from https://translatewiki.net.
2021-02-01 Tom HughesMerge remote-tracking branch 'upstream/pull/3077'
2021-02-01 dependabot... Bump eslint from 7.18.0 to 7.19.0
2021-01-28 Michal MigurskiAdded /home/osm/traces and /home/osm/images to persiste...
2021-01-28 Michal MigurskiCreate directories for traces and images
2021-01-28 Michal MigurskiSwitched to Docker volumn for DB data
2021-01-28 Michal MigurskiAdded complete Rails test suite
2021-01-28 Jamie AlessioPrevent node_modules from mounting to save rake yarn...
2021-01-28 Michal MigurskiMade Bootsnap required only when asked-for
2021-01-28 Michal MigurskiApplied documentation suggestions from code review
2021-01-28 Michal MigurskiMigrated from ruby:2.7 Docker image to ubuntu:20.04
2021-01-28 Michal MigurskiExtended Docker action to cover full setup and tests
2021-01-28 Michal MigurskiAdded minimal Docker workflow to test Github Actions
2021-01-28 Michal MigurskiSwitched tests to "openstreetmap"
2021-01-28 Michal MigurskiUpdate INSTALL.md to restore original graf
2021-01-28 Michal MigurskiNoted yarn step in Docker instructions
2021-01-28 Michal MigurskiExpanded yarn call to fix test failure
2021-01-28 Michal MigurskiBumped Ruby version to 2.7 to match CI config
2021-01-28 Michal MigurskiReplaced raw PGSQL testing file with Osmosis-driven...
2021-01-28 Michal MigurskiAdded API read to docker-compose test
2021-01-28 Michal MigurskiAdded new parallel test job for docker-compose
2021-01-28 Jamie AlessioUpdate INSTALL.md to reference Docker as an option
2021-01-28 Jamie AlessioClarifications to Docker instructions
2021-01-28 Jamie Alessioput osmosis installation back
2021-01-28 Jamie AlessioIgnore additional 'large' directories during Docker...
2021-01-28 Jamie AlessioSimplify Dockerfile
2021-01-28 Jamie AlessioPostgres is no longer starting
2021-01-28 Jamie AlessioMore DOCKER.md cleanup
2021-01-28 Jamie AlessioDocker readme updates
2021-01-28 Jamie AlessioDon't try to introduce top-level Makefile at this time
2021-01-28 Jamie AlessioFix mismatched quote and pluralization
2021-01-28 Jamie AlessioUpdate Docker instructions to avoid copying entire...
2021-01-28 Jamie AlessioAdd Docker README and Makefile for helper commands
2021-01-28 Jamie AlessioIntroduce docker-compose config for development
2021-01-28 Tom HughesAvoid password manager autocompletion on user settings...
2021-01-28 Tom HughesMerge remote-tracking branch 'upstream/pull/3074'
2021-01-28 Tom HughesMerge remote-tracking branch 'upstream/pull/3073'
2021-01-28 Tucker ChapmanRemove conditional for polyline layer
next