This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch cc/8610-part1
in repository https://gitbox.apache.org/repos/asf/allura.git
omit 0703100c7 [#8610] Add support for list fields to field conversion
script
omit de898ffd9 [#8610] Add encrypted field for Users email addresses
add 4d226572c [#8604] Implement field level encryption for User's
display_name_field
add e075d270e Remove dead ProjectUserSelect code
add 7c34ea302 [#8604] Update transient anonymous user property to not use
encrypted field
add c73b0a320 bumping cryptography 46.0.7 -> 49.0.0
add a5ecc798d [#8607] lock down a bit of the incomplete commit_status
endpoint
add d4dfbf575 [#8607] check domain when adding github auth token
add b69663081 [#8607] validate links via rest
add 35130eae8 [#8607] require post for phone verification endpoints
add f5ad949b9 [#8607] perm checks on ticket bulk edit & move
add 0cfffd9da [#8607] use |tojson within JS
add 2eccab53c [#8607] limit prefs able to set via form
add 66e3ca15d bumping bleach 6.3.0 -> 6.4.0
add e95355a02 better escape_html that does quotes too
add ba9733ec1 [#8611] put encryption settings into development.ini with a
default that triggers a warning
add 35289fd7a [#8611] documentation and migration scripts
add f85be70b6 [#8610] Add encrypted field for Users email addresses
add 23c29bf8f [#8610] Add support for list fields to field conversion
script
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0703100c7)
\
N -- N -- N refs/heads/cc/8610-part1 (23c29bf8f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
Allura/allura/controllers/auth.py | 3 +-
Allura/allura/controllers/project.py | 24 +---------
Allura/allura/controllers/repository.py | 3 ++
Allura/allura/lib/plugin.py | 7 ++-
Allura/allura/lib/utils.py | 17 ++++++++
Allura/allura/lib/widgets/form_fields.py | 39 -----------------
Allura/allura/model/auth.py | 19 +++++---
Allura/allura/nf/allura/css/site_style.css | 3 ++
Allura/allura/public/nf/js/allura-base.js | 7 ++-
Allura/allura/templates/repo/log.html | 2 +-
.../templates/widgets/project_user_select.html | 21 ---------
Allura/allura/tests/functional/test_home.py | 19 --------
.../allura/tests/functional/test_neighborhood.py | 48 +++++++++++++++-----
Allura/allura/tests/model/test_auth.py | 19 ++++----
Allura/development.ini | 14 +++++-
Allura/docs/getting_started/installation.rst | 14 ++++++
Allura/production-docker-example.ini | 4 ++
CHANGES | 26 +++++++++++
ForgeImporters/forgeimporters/github/__init__.py | 3 +-
.../forgeimporters/tests/github/test_extractor.py | 10 ++++-
ForgeLink/forgelink/link_main.py | 10 ++++-
ForgeLink/forgelink/tests/functional/test_rest.py | 9 ++++
ForgeTracker/forgetracker/model/ticket.py | 17 +++++++-
.../templates/tracker_widgets/mass_edit.html | 2 +-
.../tracker_widgets/ticket_search_results.html | 2 +-
.../forgetracker/tests/functional/test_root.py | 23 +++++++++-
requirements.txt | 4 +-
scripts/migrations/035-field-encryption.sh | 22 +++++++++-
scripts/migrations/036-field-encryption-cleanup.sh | 51 ++++++++++++++++++++++
29 files changed, 296 insertions(+), 146 deletions(-)
delete mode 100644 Allura/allura/templates/widgets/project_user_select.html
create mode 100755 scripts/migrations/036-field-encryption-cleanup.sh