Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.1.0 - release candidate #3309

Merged
merged 119 commits into from
Apr 13, 2023
Merged

v4.1.0 - release candidate #3309

merged 119 commits into from
Apr 13, 2023

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    04fce0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0383bcb View commit details
    Browse the repository at this point in the history
  3. fix rubocup issue

    pengyin-shan committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    d8f1060 View commit details
    Browse the repository at this point in the history
  4. add rubocup exception

    pengyin-shan committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a5c2e9c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    e7a9b65 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    3b504ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b8139 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    7bc47a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    b0c5cf3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    3483c22 View commit details
    Browse the repository at this point in the history
  2. remove extra lines

    pengyin-shan committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6a72efe View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    cb11424 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    3abb074 View commit details
    Browse the repository at this point in the history
  2. reran bundle with ruby 3.0.5

    briri committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    a1fcc7c View commit details
    Browse the repository at this point in the history
  3. finished ruby 3.0 upgrade

    briri committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    21b9d87 View commit details
    Browse the repository at this point in the history
  4. fixed up rubocop complaints

    briri committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    efa74d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a9f9aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fcbbad View commit details
    Browse the repository at this point in the history
  7. updated CHANGELOG

    briri committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    6fa280f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    606d418 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    33bfb83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc357d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    331dd2e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Fix for bug #3214 which had noted there was no request rate limit to

    resetting the password.
    
    The Rack-Attack middleware for blocking & throttling abusive requests is
    being used.
    https://github.com/rack/rack-attack/blob/6-stable/README.md
    
    Changes:
    - Added rack-attack version 6.6.1 gem. https://rubygems.org/gems/rack-attack/versions/6.6.1
    - Added config/initializers/rack_attack.rb:
      - The rack-attack functionality is enabled with
            Rack::Attack.enabled = true
        but may be switched off
            Rack::Attack.enabled = false.
      - Password reset requests are currently throttled from from an IP address
        for POSTs to path /users/passwords and is limited 2 requests every 30 seconds.
    ess
      - Login requests are throttled  from an IP address
        for POSTs to path /users/sign_in and is limited 4 requests every 30 seconds.  - A new html page public/429.html with title "Too Many Request" is added.
    John Pinto committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    71c9e55 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    b82338d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e54e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52834dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5be22cc View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Moved jQuery loading into webpack config & fixed CSS & JS imports for…

    … bootstrap & jquery-ui dependencies
    benjaminfaure committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    7eb205a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acbd115 View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG

    benjaminfaure committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    85ba77b View commit details
    Browse the repository at this point in the history
  4. Rubocop fixes

    benjaminfaure committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8e074e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    7f72e6a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    043c3f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    813ee0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f48d01b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b99fb38 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    2151a3c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    f820c5d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    0d72818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f69cdda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aceff0c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    4a50397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f423998 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    6567485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8828ce View commit details
    Browse the repository at this point in the history
  3. update Gemfile

    pengyin-shan committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    706f0e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a72da4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bb5319 View commit details
    Browse the repository at this point in the history
  6. merge development

    pengyin-shan committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    ed12c2e View commit details
    Browse the repository at this point in the history
  7. merge development

    pengyin-shan committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    fd4d6fe View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    8b179e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d82147 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    e07ae8c View commit details
    Browse the repository at this point in the history
  2. test node_options result

    pengyin-shan committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    17770df View commit details
    Browse the repository at this point in the history
  3. test post-action

    pengyin-shan committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    5e8c875 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26470a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a56787a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e149fd4 View commit details
    Browse the repository at this point in the history
  7. update CHANGELOG

    pengyin-shan committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    35efe04 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'funding_status_translation' of github.com:DMPRoadmap/ro…

    …admap into funding_status_translation
    pengyin-shan committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    31eac02 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28fe16f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7107e2c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ef22ee View commit details
    Browse the repository at this point in the history
  12. Merge branch 'DMPAssistant-ISSUE70' of github.com:DMPRoadmap/roadmap …

    …into DMPAssistant-ISSUE70
    pengyin-shan committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    009953e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Merge pull request #3266 from DMPRoadmap/ruby3.0

    Upgrade to Ruby 3.0.5
    briri authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    bae1175 View commit details
    Browse the repository at this point in the history
  2. Gemfile lock

    briri committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    062d771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76341ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0e7cec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbdd939 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'webpacker_migration' of github.com:DMPRoadmap/roadmap i…

    …nto webpacker_migration
    briri committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    90e9665 View commit details
    Browse the repository at this point in the history
  7. added x86_64-linux to bundle

    briri committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    cb06849 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Made Rubocop happy

    benjaminfaure committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    72493f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96496fa View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Merge pull request #3280 from DMPRoadmap/webpacker_migration

    Webpacker migration - WIP
    benjaminfaure authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a247d27 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    dd1a98f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dba86c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a22f9e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58a1677 View commit details
    Browse the repository at this point in the history
  5. fixed performance issue

    briri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c35d421 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3288 from DMPRoadmap/rubocop-performance

    Installed rubocop-performance gem and made necessary adjustments
    briri authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4d82975 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82f9777 View commit details
    Browse the repository at this point in the history
  8. readded x86_64 to the bundle

    briri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c50b3ef View commit details
    Browse the repository at this point in the history
  9. added helper rake task for updating dependencies that always adds x86…

    …_64 platform to the bundle
    briri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f20aa61 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3292 from DMPRoadmap/issue3291

    disable debugger check for rubocop >= 1.45.0
    briri authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d8c121f View commit details
    Browse the repository at this point in the history
  11. Merge branch 'development' into bug-3214-vulnerability_no_rate_limit_…

    …on_reset_password_link
    briri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    00a7613 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3289088 View commit details
    Browse the repository at this point in the history
  13. added Gemfile lock

    briri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b3519f4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a3a1220 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3c215e0 View commit details
    Browse the repository at this point in the history
  16. ran new rails update:all to update dependencies and add linux to avai…

    …lable bundle platforms
    briri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    da29c12 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #3237 from DMPRoadmap/funding_status_translation

    Add translation ability to funding status dropdown by creating corresponding enum - Ready
    briri authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9062806 View commit details
    Browse the repository at this point in the history
  18. Add Gemfile.lock change

    briri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ae0aec9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    85eae26 View commit details
    Browse the repository at this point in the history
  20. added x86_64 to bundle

    briri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    1b849cc View commit details
    Browse the repository at this point in the history
  21. Merge pull request #3219 from DMPRoadmap/DMPAssistant-ISSUE70

    DMP Assistant Feature - allow phase-only download - Ready
    briri authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    385e884 View commit details
    Browse the repository at this point in the history
  22. commit gemfile lock

    briri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    057496a View commit details
    Browse the repository at this point in the history
  23. Merge branch 'development' into bug-3214-vulnerability_no_rate_limit_…

    …on_reset_password_link
    briri committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d067a9f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    668b67d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3261 from DMPRoadmap/bug-3214-vulnerability_no_ra…

    …te_limit_on_reset_password_link
    
    Fix for bug #3214 which had noted there was no request rate limit to - WIP
    briri authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5ac38d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    2d55c17 View commit details
    Browse the repository at this point in the history
  2. synced translations

    briri committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9c0a08f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    676e656 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    e46a7a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    7167e83 View commit details
    Browse the repository at this point in the history
  2. updated assets initializer so that it copies over the bootstrap glyph…

    …icons and tinymce skins into the public folder
    briri committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    01dd934 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    5de620a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebf8ee8 View commit details
    Browse the repository at this point in the history
  3. updated CHANGELOG

    briri committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    56803ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a051ca View commit details
    Browse the repository at this point in the history
  5. fixed rubocop

    briri committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8d0b1a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfd58c8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3308 from DMPRoadmap/tinymce-v6

    Tinymce v6
    briri authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    04a7425 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cfb32f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad6d9a0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3307 from DMPRoadmap/translations

    Translation sync from Translation.io
    briri authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    84e0a43 View commit details
    Browse the repository at this point in the history
  11. updated dependencies

    briri committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    69141d9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4df85c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix issue with usage page and tinymce on template customization for R…

    …uby 3 and Tinymce 6
    briri committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6dd914a View commit details
    Browse the repository at this point in the history