Commit graph

10425 commits

Author SHA1 Message Date
Tom Hughes
ddac660f3b Merge remote-tracking branch 'upstream/pull/2839' 2020-09-30 11:54:30 +01:00
Tom Hughes
61306b1b4d Merge remote-tracking branch 'upstream/pull/2862' 2020-09-30 08:28:02 +01:00
dependabot[bot]
46aa0c8da5
Bump autoprefixer-rails from 10.0.0.2 to 10.0.1.0
Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 10.0.0.2 to 10.0.1.0.
- [Release notes](https://github.com/ai/autoprefixer-rails/releases)
- [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ai/autoprefixer-rails/compare/10.0.0.2...10.0.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-30 05:01:11 +00:00
Tom Hughes
7db541d697 Invalidate existing sessions when changing email or password
As we don't have any way to actually find the active sessions for
an account we instead store a fingerprint in the session, and refuse
to use any session with a different fingerprint.
2020-09-29 14:34:08 +01:00
Tom Hughes
c694c78c9a Delete any outstanding tokens when a user changes their email
This ensures that any tokens previously sent to the old email address
can no longer be used if somebody were able to access that address.
2020-09-29 13:47:40 +01:00
Tom Hughes
f0bf85d4a1 Merge remote-tracking branch 'upstream/pull/2859' 2020-09-29 08:19:47 +01:00
Tom Hughes
ca7721168f Merge remote-tracking branch 'upstream/pull/2858' 2020-09-29 08:19:43 +01:00
dependabot[bot]
e8bc15690e
Bump puma from 4.3.6 to 5.0.2
Bumps [puma](https://github.com/puma/puma) from 4.3.6 to 5.0.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v4.3.6...v5.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-29 05:01:19 +00:00
dependabot[bot]
912408fb5f
Bump brakeman from 4.9.1 to 4.10.0
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.9.1 to 4.10.0.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](https://github.com/presidentbeef/brakeman/compare/v4.9.1...v4.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-29 05:01:06 +00:00
translatewiki.net
cd6bc0d873 Localisation updates from https://translatewiki.net. 2020-09-28 17:23:19 +02:00
Tom Hughes
89fd98153c Merge remote-tracking branch 'upstream/pull/2857' 2020-09-28 08:46:47 +01:00
Tom Hughes
d01cb4ed28 Merge remote-tracking branch 'upstream/pull/2856' 2020-09-28 08:46:43 +01:00
Tom Hughes
dc9f90c7b3 Merge remote-tracking branch 'upstream/pull/2855' 2020-09-28 08:46:41 +01:00
Tom Hughes
94477bdd39 Merge remote-tracking branch 'upstream/pull/2854' 2020-09-28 08:46:38 +01:00
dependabot[bot]
f256c63d28
Bump eslint from 7.9.0 to 7.10.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.9.0 to 7.10.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.9.0...v7.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28 05:02:38 +00:00
dependabot[bot]
064b20e07e
Bump rubocop from 0.91.1 to 0.92.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.91.1 to 0.92.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.91.1...v0.92.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28 05:01:51 +00:00
dependabot[bot]
3691171259
Bump aws-sdk-s3 from 1.81.0 to 1.81.1
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.81.0 to 1.81.1.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28 05:01:25 +00:00
dependabot[bot]
997933bd6c
Bump dalli from 2.7.10 to 2.7.11
Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.10 to 2.7.11.
- [Release notes](https://github.com/petergoldstein/dalli/releases)
- [Changelog](https://github.com/petergoldstein/dalli/blob/master/History.md)
- [Commits](https://github.com/petergoldstein/dalli/compare/v2.7.10...v2.7.11)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28 05:01:12 +00:00
translatewiki.net
574bfa06db Localisation updates from https://translatewiki.net. 2020-09-24 16:02:43 +02:00
Tom Hughes
a02a783904 Merge remote-tracking branch 'upstream/pull/2848' 2020-09-24 11:40:33 +01:00
Tom Hughes
6c52e72ef6 Merge remote-tracking branch 'upstream/pull/2847' 2020-09-24 11:40:30 +01:00
dependabot[bot]
b45b103b94
Bump browser from 4.2.0 to 5.0.0
Bumps [browser](https://github.com/fnando/browser) from 4.2.0 to 5.0.0.
- [Release notes](https://github.com/fnando/browser/releases)
- [Changelog](https://github.com/fnando/browser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fnando/browser/compare/v4.2.0...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-24 05:01:17 +00:00
dependabot[bot]
5c5c44a820
Bump rubocop from 0.91.0 to 0.91.1
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.91.0 to 0.91.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.91.0...v0.91.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-24 05:00:59 +00:00
Tom Hughes
ab31e016a3 Merge remote-tracking branch 'upstream/pull/2846' 2020-09-21 16:35:08 +01:00
translatewiki.net
205d537ea2 Localisation updates from https://translatewiki.net. 2020-09-21 16:10:19 +02:00
dependabot[bot]
0b820a04ef
Bump rubocop-performance from 1.8.0 to 1.8.1
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.8.0...v1.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 05:01:00 +00:00
mmd-osm
37a7996d94 API User details: format tweaks
- _show_ to return single user only
- remove nesting for languages
2020-09-18 21:50:38 +02:00
Tom Hughes
c6730eee44 Merge remote-tracking branch 'upstream/pull/2844' 2020-09-18 08:31:33 +01:00
Tom Hughes
e6540a4dba Merge remote-tracking branch 'upstream/pull/2842' 2020-09-18 08:31:31 +01:00
dependabot[bot]
b876e57884
Bump better_errors from 2.8.0 to 2.8.1
Bumps [better_errors](https://github.com/BetterErrors/better_errors) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/BetterErrors/better_errors/releases)
- [Commits](https://github.com/BetterErrors/better_errors/compare/v2.8.0...v2.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-18 05:01:37 +00:00
dependabot[bot]
bcf08e54b4
Bump autoprefixer-rails from 10.0.0 to 10.0.0.2
Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 10.0.0 to 10.0.0.2.
- [Release notes](https://github.com/ai/autoprefixer-rails/releases)
- [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ai/autoprefixer-rails/compare/10.0.0...10.0.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-18 05:01:08 +00:00
translatewiki.net
da193a91d4 Localisation updates from https://translatewiki.net. 2020-09-17 16:47:48 +02:00
mmd-osm
dff8effc13 Json user details: unit tests 2020-09-16 22:13:19 +02:00
mmd-osm
9f280be82b Fix unit test, assume application/xml instead of text/xml 2020-09-16 21:01:54 +02:00
Tom Hughes
6078e642ba Fix erblint warnings 2020-09-16 16:59:10 +01:00
Tom Hughes
633445b817 Merge remote-tracking branch 'upstream/pull/2837' 2020-09-16 16:35:55 +01:00
Andy Allan
b4b59df75e Show linked features as collapsable detail panels on feature browse pages
Fixes #2823

The panels are collapsed by default, when there is a long list of features, but
open on short lists to save on clicks. 10 items is arbitrary but seemed reasonable.
2020-09-16 15:28:03 +02:00
Andy Allan
f70ec18989
Merge pull request #2809 from tomhughes/bootstrap
Convert some more forms to use bootstrap
2020-09-16 10:43:21 +02:00
Tom Hughes
70c4a750d7 Fix new rubocop warnings 2020-09-16 08:28:25 +01:00
Tom Hughes
4fa4fa5979 Merge remote-tracking branch 'upstream/pull/2834' 2020-09-16 08:24:55 +01:00
Tom Hughes
5c3a377085 Merge remote-tracking branch 'upstream/pull/2833' 2020-09-16 08:24:52 +01:00
Tom Hughes
17096f9e9e Merge remote-tracking branch 'upstream/pull/2832' 2020-09-16 08:24:49 +01:00
Tom Hughes
22bef56525 Merge remote-tracking branch 'upstream/pull/2831' 2020-09-16 08:24:47 +01:00
Tom Hughes
e2fb582d24 Merge remote-tracking branch 'upstream/pull/2830' 2020-09-16 08:24:45 +01:00
dependabot[bot]
df8158677d
Bump better_errors from 2.7.1 to 2.8.0
Bumps [better_errors](https://github.com/BetterErrors/better_errors) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/BetterErrors/better_errors/releases)
- [Commits](https://github.com/BetterErrors/better_errors/compare/v2.7.1...v2.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-16 05:02:35 +00:00
dependabot[bot]
b105424551
Bump rubocop from 0.90.0 to 0.91.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.90.0 to 0.91.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.90.0...v0.91.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-16 05:02:15 +00:00
dependabot[bot]
7a852e502d
Bump autoprefixer-rails from 9.8.6.3 to 10.0.0
Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 9.8.6.3 to 10.0.0.
- [Release notes](https://github.com/ai/autoprefixer-rails/releases)
- [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ai/autoprefixer-rails/compare/9.8.6.3...10.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-16 05:01:59 +00:00
dependabot[bot]
86d08c3967
Bump aws-sdk-s3 from 1.80.0 to 1.81.0
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.80.0 to 1.81.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-16 05:01:29 +00:00
dependabot[bot]
1bac9283b5
Bump rubocop-rails from 2.8.0 to 2.8.1
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.8.0...v2.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-16 05:01:09 +00:00
Tom Hughes
4eedff4ab7 Merge remote-tracking branch 'upstream/pull/2828' 2020-09-15 08:06:52 +01:00