Commit graph

11570 commits

Author SHA1 Message Date
Tom Hughes
1f8df781be Merge remote-tracking branch 'upstream/pull/3398' 2022-02-16 18:13:16 +00:00
Tom Hughes
fc1c8d60a4 Merge remote-tracking branch 'upstream/pull/3461' 2022-02-16 18:12:33 +00:00
Andy Allan
ce4fbc63ec
Merge pull request #3414 from tomhughes/rails7
Update to rails 7.x
2022-02-16 15:16:53 +00:00
Andy Allan
2fabc46421
Merge pull request #3440 from mmd-osm/relationmemberlimit
Introduce relation member limit
2022-02-16 14:58:30 +00:00
Tom Hughes
7eafdca51c Update to rails 7.0.2.2 2022-02-16 14:26:57 +00:00
Andy Allan
572e842f8c Update documentation for how to confirm a new user account
Fixes #3460
2022-02-16 11:27:52 +00:00
Tom Hughes
319e54e08a Update bundle 2022-02-15 18:36:41 +00:00
Tom Hughes
f67ac3c432 Merge remote-tracking branch 'upstream/pull/3458' 2022-02-15 18:32:33 +00:00
dependabot[bot]
8f28f95242
Bump eslint from 8.8.0 to 8.9.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.8.0...v8.9.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 23:00:49 +00:00
translatewiki.net
c24b548181 Localisation updates from https://translatewiki.net. 2022-02-14 13:11:05 +01:00
Tom Hughes
1612ea75c5 Allow trace image URL to be configured in the CSP policy 2022-02-13 19:25:42 +00:00
Tom Hughes
53aa7259bb Merge remote-tracking branch 'upstream/pull/3345' 2022-02-13 18:39:21 +00:00
Tom Hughes
9da90af1b5 Merge remote-tracking branch 'upstream/pull/3455' 2022-02-13 17:39:15 +00:00
Harry Wood
1714e2f02d Remove section on removed rake doc:app
Remove the section of contributing docs about how `rake doc:app` can be used to generate some sort of documentation. That will not work any more, since this task was removed from Rails v5 because people don't generally use it! https://stackoverflow.com/a/36804474/338265
2022-02-12 18:06:48 +00:00
Harry Wood
6ede9e3ec7 Fix contrib doc to remove reference to travis
Remove the reference to Travis CI. Our CI pipeline now runs withing github actions.
2022-02-12 17:53:39 +00:00
Tom Hughes
c6ac87a990 Merge remote-tracking branch 'upstream/pull/3454' 2022-02-12 10:45:27 +00:00
Tom Hughes
dc76ddcbde Merge remote-tracking branch 'upstream/pull/3453' 2022-02-12 10:45:16 +00:00
Tom Hughes
32cb65c0dd Merge remote-tracking branch 'upstream/pull/3452' 2022-02-12 10:45:13 +00:00
Brian Kelly
d2977ee2b8 Adds advancedcomp to the list of macOS Homebrew dependencies 2022-02-11 18:17:13 -06:00
Harry Wood
448fd1b3bd Fix vagrant storage.yml config
Tell vagrant to copy the example storage.yml config file into place as per INSTALL.md instructions. Allows the migrations to run.
2022-02-12 00:13:42 +00:00
Brian Kelly
0897ce0d7c Updates macOS geckodriver installation command 2022-02-11 18:05:20 -06:00
Tom Hughes
2fe84cc2a8 Update to rails 6.1.4.6 2022-02-11 22:20:11 +00:00
Tom Hughes
c167ec0f9b Update bundle 2022-02-11 22:19:43 +00:00
translatewiki.net
0d15899de5 Localisation updates from https://translatewiki.net. 2022-02-10 13:11:21 +01:00
Andy Allan
6c1d73a509 Allow users to delete their own accounts
This PR allows users to delete their own accounts. The logic implemented matches
that currently used by the admins when they manually close accounts, although
there is room to be more complex in future e.g. completely removing accounts
with no content.

The error handling has been slightly adapted for namespaced controllers, by
anchoring the controller name with a leading forward slash.
2022-02-09 16:15:24 +00:00
Tom Hughes
af273f5d6a Update bundle 2022-02-08 18:22:05 +00:00
translatewiki.net
abdc557bc9 Localisation updates from https://translatewiki.net. 2022-02-07 13:10:37 +01:00
Tom Hughes
446837c351 Merge remote-tracking branch 'upstream/pull/3419' 2022-02-03 18:37:12 +00:00
Tom Hughes
b2993e3a79 Merge remote-tracking branch 'upstream/pull/3446' 2022-02-03 18:32:49 +00:00
Tom Hughes
1cee23ddc2 Merge remote-tracking branch 'upstream/pull/3445' 2022-02-03 18:32:40 +00:00
Martin Raifer
1e78b1e4d2
Update to iD v2.20.4 2022-02-03 16:19:01 +01:00
translatewiki.net
b82b16c2a5 Localisation updates from https://translatewiki.net. 2022-02-03 13:11:37 +01:00
Andy Allan
2d47d6b4f8 Ensure that deactivate isn't available in production
It's only used as a workaround for factories not being able to create
pending users while keeping active as the default
2022-02-02 17:48:17 +00:00
Andy Allan
2731e7244a Add extra user transitions needed by the administrators 2022-02-02 16:37:50 +00:00
Morten Bruhn
ec58fbde83
Added some key-value pairs under railway= 2022-02-02 16:13:07 +01:00
mmd-osm
2efd73c672 Introduce relation member limit
Adds a new parameter `max_number_of_relation_members` in settings.yml
2022-02-02 13:15:40 +01:00
Tom Hughes
9a673ae76a Update bundle 2022-02-01 18:59:56 +00:00
Tom Hughes
7d53525219 Index note comments by author and date
Fixes #3443
2022-02-01 18:48:18 +00:00
Tom Hughes
5cb7fbb3d1 Merge remote-tracking branch 'upstream/pull/3442' 2022-02-01 18:22:33 +00:00
Tom Hughes
0d1147e781 Merge remote-tracking branch 'upstream/pull/3439' 2022-02-01 18:13:40 +00:00
Martin Raifer
7473925ac2
Update to iD v2.20.3 2022-01-31 18:10:00 +01:00
translatewiki.net
4ea6a3c16d Localisation updates from https://translatewiki.net. 2022-01-31 13:10:21 +01:00
dependabot[bot]
955e7a0f03
Bump eslint from 8.7.0 to 8.8.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.7.0 to 8.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.7.0...v8.8.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-28 23:00:33 +00:00
Tom Hughes
81c58571c5 Fix route for "go public" button on the account edit page 2022-01-28 12:39:39 +00:00
translatewiki.net
a26100c7ec Localisation updates from https://translatewiki.net. 2022-01-27 13:11:14 +01:00
Tom Hughes
e71a398a61 Update bundle 2022-01-25 18:22:46 +00:00
translatewiki.net
36dd599507 Localisation updates from https://translatewiki.net. 2022-01-24 13:12:09 +01:00
translatewiki.net
0afae71af6 Localisation updates from https://translatewiki.net. 2022-01-20 13:11:20 +01:00
Tom Hughes
3a534ea895 Merge remote-tracking branch 'upstream/pull/3426' 2022-01-19 18:19:10 +00:00
Andy Allan
722b9d27be Allow blank issue templates
This was originally intended in #3397 and I'm not sure why I set this
to false.
2022-01-19 16:14:03 +00:00