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

[5.1] TUF-based core updates #42799

Merged
merged 206 commits into from
Feb 26, 2024
Merged

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    f765340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd82ae8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f43a95e View commit details
    Browse the repository at this point in the history
  4. Add allow null

    bembelimen committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    68ec0b1 View commit details
    Browse the repository at this point in the history
  5. Fix null values

    bembelimen committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    37d2341 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from bembelimen/tuf/db-structure

    Fix DB structure
    fancyFranci committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    5909617 View commit details
    Browse the repository at this point in the history
  7. Add TUF databaseStorage

    fancyFranci committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    351bb65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e5bffb View commit details
    Browse the repository at this point in the history
  9. Create tuf table

    fancyFranci committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    e69ec81 View commit details
    Browse the repository at this point in the history
  10. Add TUF exceptions

    fancyFranci committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    7571ead View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    702d212 View commit details
    Browse the repository at this point in the history
  12. Merge pull request joomla#3 from bembelimen/tuf/databasestorage

    Tuf/databasestorage
    fancyFranci committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    69055f3 View commit details
    Browse the repository at this point in the history
  13. Set TUF exception

    fancyFranci committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    e83a573 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. implement basic version of the tuf validator

    Magnus Singer committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    798bc72 View commit details
    Browse the repository at this point in the history
  2. remove php-tuf library

    Magnus Singer committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    0a3f0b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. What zero-24 says

    Co-authored-by: Tobias Zulauf <zero-24@users.noreply.github.com>
    fancyFranci and zero-24 committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    b06ed49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b8e736 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.2-dev' into validator

    Magnus Singer committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    130e62d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b62a03 View commit details
    Browse the repository at this point in the history
  5. Merge pull request joomla#3 from fancyFranci/tuf-client

    Database stuff
    bembelimen committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    133eacd View commit details
    Browse the repository at this point in the history
  6. Update drone hash

    bembelimen committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    f81e015 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7934f52 View commit details
    Browse the repository at this point in the history
  8. Codestyle fixes

    bembelimen committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    7fd25c8 View commit details
    Browse the repository at this point in the history
  9. Fix code style

    bembelimen committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    dd22ede View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. wip tuf

    nielsnuebel committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    93fcbfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    effde12 View commit details
    Browse the repository at this point in the history
  3. add missing semicolon

    nielsnuebel committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    3b057a8 View commit details
    Browse the repository at this point in the history
  4. initial wip

    zero-24 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    1da619b View commit details
    Browse the repository at this point in the history
  5. doc block updates

    zero-24 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    f6ac9c5 View commit details
    Browse the repository at this point in the history
  6. wip php minimum & stability

    zero-24 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    5585d32 View commit details
    Browse the repository at this point in the history
  7. wip stability validation

    zero-24 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    f35a4a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59eb40c View commit details
    Browse the repository at this point in the history
  9. added tests and tweaks

    SniperSister committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    ee8d1e9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request joomla#9 from joomla-projects/snipersister/Constra…

    …intsCheckerTests
    
    added tests and tweaks for ConstraintChecker
    zero-24 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    36010be View commit details
    Browse the repository at this point in the history
  11. wip

    nielsnuebel committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    9965451 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Merge pull request joomla#8 from joomla-projects/ConstraintsCHecker

    initial wip - ConstrainChecker
    nielsnuebel committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    caecbf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6086b2d View commit details
    Browse the repository at this point in the history
  3. Enqueue message instead of throwing an exception

    Magnus Singer committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    d1f622b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88a99f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2442045 View commit details
    Browse the repository at this point in the history
  6. wip tuf

    nielsnuebel committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    0bed04f View commit details
    Browse the repository at this point in the history
  7. cs fixes, tweaks

    SniperSister committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    393f7ed View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Tobias Zulauf <zero-24@users.noreply.github.com>
    SniperSister and zero-24 committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    3c20851 View commit details
    Browse the repository at this point in the history
  9. cs fixes

    SniperSister committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    9805efa View commit details
    Browse the repository at this point in the history
  10. Update composer.json

    Co-authored-by: Tobias Zulauf <zero-24@users.noreply.github.com>
    SniperSister and zero-24 committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    a4e1e21 View commit details
    Browse the repository at this point in the history
  11. Update composer.json

    Co-authored-by: Tobias Zulauf <zero-24@users.noreply.github.com>
    SniperSister and zero-24 committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    311051b View commit details
    Browse the repository at this point in the history
  12. Update tests/Unit/Libraries/Cms/TUF/HttpFileFetcherTest.php

    Co-authored-by: Tobias Zulauf <zero-24@users.noreply.github.com>
    SniperSister and zero-24 committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    c594935 View commit details
    Browse the repository at this point in the history
  13. Update tests/Unit/Libraries/Cms/TUF/HttpFileFetcherTest.php

    Co-authored-by: Tobias Zulauf <zero-24@users.noreply.github.com>
    SniperSister and zero-24 committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    b749a32 View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    Co-authored-by: Tobias Zulauf <zero-24@users.noreply.github.com>
    SniperSister and zero-24 committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    3e65cc2 View commit details
    Browse the repository at this point in the history
  15. cs fixes

    SniperSister committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    b0c0097 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'snipersister/tuf-http-client' of github.com:joomla-proj…

    …ects/joomla-tuf into tuf-http-client
    SniperSister committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    b416c8a View commit details
    Browse the repository at this point in the history
  17. cs fixes

    SniperSister committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    48f0b34 View commit details
    Browse the repository at this point in the history
  18. Merge pull request joomla#11 from joomla-projects/snipersister/tuf-ht…

    …tp-client
    
    move jhttp file fetcher into CMS library, update TUF client fork branch
    SniperSister committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    b664303 View commit details
    Browse the repository at this point in the history
  19. fix baseuri usage

    SniperSister committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    cd1eb5f View commit details
    Browse the repository at this point in the history
  20. Merge remote-tracking branch 'upstream/tuf' into validator

    # Conflicts:
    #	composer.json
    #	libraries/src/TUF/DatabaseStorage.php
    nielsnuebel committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    b4f00c0 View commit details
    Browse the repository at this point in the history
  21. remove unused import

    Magnus Singer committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    271c544 View commit details
    Browse the repository at this point in the history
  22. implement HttpFileFetcher

    nielsnuebel committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    b28fc93 View commit details
    Browse the repository at this point in the history
  23. Update TufAdapter.php

    zero-24 committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    ff330d3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a4d8b47 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dc9bcc7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    258a290 View commit details
    Browse the repository at this point in the history
  27. remove whitespace

    nielsnuebel committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    cf6c1a3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8941c23 View commit details
    Browse the repository at this point in the history
  29. Update ConstraintChecker.php

    zero-24 committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    c5c8f42 View commit details
    Browse the repository at this point in the history
  30. Apply suggestions from code review

    Co-authored-by: Tobias Zulauf <zero-24@users.noreply.github.com>
    nielsnuebel and zero-24 committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    5f175af View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    4ba32cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b930db6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b4f8dc View commit details
    Browse the repository at this point in the history
  4. TufValidation add quoteName on delete query (joomla#13)

    Magnus Singer committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    52b59d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6bb842 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16108c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4def416 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Continue integration of TUF into Joomla (joomla#16)

    Magnus Singer committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    e1cfeb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Merge remote-tracking branch 'upstream/5.0-dev' into tuf

    # Conflicts:
    #	.drone.yml
    #	administrator/components/com_joomlaupdate/src/Model/UpdateModel.php
    #	composer.json
    #	composer.lock
    #	libraries/src/Updater/Update/XmlUpdate.php
    #	libraries/src/Updater/UpdateAdapter.php
    #	libraries/src/Updater/Updater.php
    SniperSister committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    5a0341f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b583a View commit details
    Browse the repository at this point in the history
  3. reset to main tuf repo

    SniperSister committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    26d4cb8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from joomla-projects/snipersister/tuf-j5

    reset to main tuf repo
    tfeuerst committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2e872d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63deea8 View commit details
    Browse the repository at this point in the history
  6. hotfix data fetching

    SniperSister committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a6baf3f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    1708545 View commit details
    Browse the repository at this point in the history
  2. Add TUF Debug Message

    nielsnuebel committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    a3f6749 View commit details
    Browse the repository at this point in the history
  3. Remove PHPUnit methods

    nielsnuebel committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    f009732 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'snipersister/tuf-j5' of github.com:tfeuerst/joomla-tuf …

    …into snipersister/tuf-j5
    Timo Feuerstein committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    3278179 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    695d8ca View commit details
    Browse the repository at this point in the history
  6. Merge pull request joomla#17 from tfeuerst/snipersister/tuf-j5

    Provide patch to make patch level optional on signed metadata
    SniperSister committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    792a4d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4656fb3 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'snipersister/tuf-j5' of github.com:joomla-projects/joom…

    …la-tuf into snipersister/tuf-j5
    SniperSister committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    0c34ae8 View commit details
    Browse the repository at this point in the history
  9. fix notices

    SniperSister committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    076ae0d View commit details
    Browse the repository at this point in the history
  10. Patch for proper sorting of canonical json in php-tuf

    Timo Feuerstein committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    7ecf711 View commit details
    Browse the repository at this point in the history
  11. Merge pull request joomla#18 from tfeuerst/snipersister/tuf-j5

    Patch for proper sorting of canonical json in php-tuf
    SniperSister committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    0d59113 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c16fad View commit details
    Browse the repository at this point in the history
  13. Merge branch 'snipersister/tuf-j5' of github.com:joomla-projects/joom…

    …la-tuf into snipersister/tuf-j5
    SniperSister committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    4558bbb View commit details
    Browse the repository at this point in the history
  14. fix data format

    SniperSister committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    765e023 View commit details
    Browse the repository at this point in the history
  15. Fix invalid canonical JSON of TargetsMetadata in php-tuf

    Timo Feuerstein committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    35ceeb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Merge pull request joomla#19 from tfeuerst/snipersister/tuf-j5

    Fix invalid canonical JSON of TargetsMetadata in php-tuf
    SniperSister committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    ad6714d View commit details
    Browse the repository at this point in the history
  2. update repo url

    SniperSister committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    9794793 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'snipersister/tuf-j5' of github.com:joomla-projects/joom…

    …la-tuf into snipersister/tuf-j5
    SniperSister committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    4daa658 View commit details
    Browse the repository at this point in the history
  4. cleanup update model

    SniperSister committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2905f4c View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/5.0-dev' into snipersister/tuf-j5

    # Conflicts:
    #	administrator/components/com_joomlaupdate/src/Model/UpdateModel.php
    SniperSister committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    bd37751 View commit details
    Browse the repository at this point in the history
  6. cleanup branch

    SniperSister committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    5235f8d View commit details
    Browse the repository at this point in the history
  7. further cleanup

    SniperSister committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    66eea9f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    105c5a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Merge remote-tracking branch 'upstream/5.1-dev' into snipersister/tuf-j5

    # Conflicts:
    #	administrator/components/com_joomlaupdate/src/Model/UpdateModel.php
    #	composer.json
    #	composer.lock
    #	installation/sql/mysql/base.sql
    #	installation/sql/postgresql/base.sql
    SniperSister committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0d79cab View commit details
    Browse the repository at this point in the history
  2. resolve comflicts

    SniperSister committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2dbbdc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cb18f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6cd7fa View commit details
    Browse the repository at this point in the history
  5. update repo path

    SniperSister committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    25e1290 View commit details
    Browse the repository at this point in the history
  6. cs fix

    SniperSister committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c8b7823 View commit details
    Browse the repository at this point in the history
  7. move update class

    SniperSister committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    cbcd846 View commit details
    Browse the repository at this point in the history
  8. restore channels

    SniperSister committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2bfe797 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com>
    SniperSister and bembelimen committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    97d44e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    100caed View commit details
    Browse the repository at this point in the history
  11. fix call

    SniperSister committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    eb30306 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. cleanup

    SniperSister committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    13b515e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8262d View commit details
    Browse the repository at this point in the history
  3. Use single quotes

    bembelimen committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    bb110c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f643011 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cecaae6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96c5cef View commit details
    Browse the repository at this point in the history
  7. Use single quotes

    bembelimen committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    591827d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd617dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ddac30 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'snipersister/tuf-j5' of github.com:joomla-projects/joom…

    …la-tuf into snipersister/tuf-j5
    SniperSister committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    28cb249 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d8dd59f View commit details
    Browse the repository at this point in the history
  12. Implement TUF live parser

    bembelimen committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    ae44417 View commit details
    Browse the repository at this point in the history
  13. Fix TUF cleanup

    bembelimen committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    eaff5fd View commit details
    Browse the repository at this point in the history
  14. Update root key

    bembelimen committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    4b33268 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    73b521e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    05d47f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8bee440 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2d1d967 View commit details
    Browse the repository at this point in the history
  19. Fix update channel

    bembelimen committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    670ee45 View commit details
    Browse the repository at this point in the history
  20. Fix wrong check

    bembelimen committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    e370fe8 View commit details
    Browse the repository at this point in the history
  21. Fix data format

    bembelimen committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    038a335 View commit details
    Browse the repository at this point in the history
  22. Use correct download URL

    bembelimen committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    8815e21 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    4bf7b2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    295a96c View commit details
    Browse the repository at this point in the history
  3. revert changes

    SniperSister committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    9d6a481 View commit details
    Browse the repository at this point in the history
  4. cs fix

    SniperSister committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    11386a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c98ab26 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Comment typos

    code review only
    brianteeman committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    bc481c7 View commit details
    Browse the repository at this point in the history
  2. Lang String

    English grammar and style guide correction
    brianteeman committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    b58b7cc View commit details
    Browse the repository at this point in the history
  3. more

    brianteeman committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    9ecfe84 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Merge pull request joomla#23 from brianteeman/lang

    Lang strings
    SniperSister committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5301ba6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request joomla#24 from brianteeman/typos

    Comment typos
    SniperSister committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5f26aa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78f2d37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e29938 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b03fd02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2dfc6e View commit details
    Browse the repository at this point in the history
  7. cs fixes

    SniperSister committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    9c41012 View commit details
    Browse the repository at this point in the history
  8. cs fixes

    SniperSister committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e092f8d View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/5.1-dev' into snipersister/tuf-j5

    # Conflicts:
    #	libraries/src/Updater/Update.php
    SniperSister committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a3f0ff4 View commit details
    Browse the repository at this point in the history
  10. update system tests

    SniperSister committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    f30c4ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    87ed8df View commit details
    Browse the repository at this point in the history
  12. fix codestyles

    SniperSister committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    0d8c3e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. update base sql files

    SniperSister committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    91a0676 View commit details
    Browse the repository at this point in the history
  2. fix test

    SniperSister committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    4874fab View commit details
    Browse the repository at this point in the history
  3. cs fix

    SniperSister committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    0683f95 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. fix final repo config

    SniperSister committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    037b860 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. fix posgres inserts

    SniperSister committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e1b7a13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95edb75 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    8662e0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request joomla#25 from LadySolveig/snipersister/tuf5/sql-u…

    …pdate
    
    Fix missing query for updates_sites table
    SniperSister committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    36b08ea View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    aec95c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fc7693 View commit details
    Browse the repository at this point in the history
  3. inject http depencdy

    SniperSister committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bea7ec0 View commit details
    Browse the repository at this point in the history
  4. Update administrator/components/com_admin/sql/updates/postgresql/5.1.…

    …0-2023-12-09.sql
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    SniperSister and richard67 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    14d3903 View commit details
    Browse the repository at this point in the history
  5. Update tests/Unit/Libraries/Tuf/HttpLoaderTest.php

    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    SniperSister and richard67 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    065d499 View commit details
    Browse the repository at this point in the history
  6. Update administrator/components/com_admin/sql/updates/mysql/5.1.0-202…

    …3-12-09.sql
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    SniperSister and richard67 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    447bf55 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Apply suggestions from code review

    Co-authored-by: Brian Teeman <brian@teeman.net>
    SniperSister and brianteeman committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ceb916a View commit details
    Browse the repository at this point in the history
  2. sync package-lock.json

    SniperSister committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3283ebf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f76dc65 View commit details
    Browse the repository at this point in the history
  4. fix deprecation mesage

    SniperSister committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7a5da30 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    bb26537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9af260e View commit details
    Browse the repository at this point in the history
  3. fix typo

    SniperSister committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    5ba64f4 View commit details
    Browse the repository at this point in the history
  4. cs fix

    SniperSister committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4efef1c View commit details
    Browse the repository at this point in the history
  5. Update libraries/src/TUF/DatabaseStorage.php

    Co-authored-by: Brian Teeman <brian@teeman.net>
    SniperSister and brianteeman committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    833d6db View commit details
    Browse the repository at this point in the history
  6. Update libraries/src/Updater/ConstraintChecker.php

    Co-authored-by: Brian Teeman <brian@teeman.net>
    SniperSister and brianteeman committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8be7105 View commit details
    Browse the repository at this point in the history
  7. Update libraries/src/Updater/ConstraintChecker.php

    Co-authored-by: Brian Teeman <brian@teeman.net>
    SniperSister and brianteeman committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    e62e4b7 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Brian Teeman <brian@teeman.net>
    SniperSister and brianteeman committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    f8f0403 View commit details
    Browse the repository at this point in the history
  9. Update tests/Unit/Libraries/Tuf/DatabaseStorageTest.php

    Co-authored-by: Brian Teeman <brian@teeman.net>
    SniperSister and brianteeman committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    66ff760 View commit details
    Browse the repository at this point in the history
  10. Update tests/Unit/Libraries/Tuf/HttpLoaderTest.php

    Co-authored-by: Brian Teeman <brian@teeman.net>
    SniperSister and brianteeman committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ccae850 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. cs fix

    SniperSister committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    dc90130 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'snipersister/tuf-j5' of github.com:SniperSister/joomla-…

    …cms into snipersister/tuf-j5
    SniperSister committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    93a4c0d View commit details
    Browse the repository at this point in the history
  3. fix comment

    SniperSister committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    731b04d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. fix column name

    SniperSister committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    f964042 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/5.1-dev' into snipersister/tuf-j5

    # Conflicts:
    #	administrator/components/com_joomlaupdate/src/Model/UpdateModel.php
    #	composer.lock
    SniperSister committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    549a374 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46c3df2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bae5cbb View commit details
    Browse the repository at this point in the history
  5. simplify check

    SniperSister committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    617c37a View commit details
    Browse the repository at this point in the history
  6. fix quotes

    SniperSister committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    8013bb9 View commit details
    Browse the repository at this point in the history
  7. fix comments

    SniperSister committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b8facc9 View commit details
    Browse the repository at this point in the history
  8. Apply review suggestion - __DEPLOY_VERSION__

    Co-authored-by: Quy <quy@nomonkeybiz.com>
    richard67 and Quy committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0e6d0d7 View commit details
    Browse the repository at this point in the history
  9. Apply review suggestion - detailsurl

    Co-authored-by: Tuan Pham Ngoc <github@joomdonation.com>
    richard67 and joomdonation committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0ae1a76 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7cbf649 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    de2d470 View commit details
    Browse the repository at this point in the history
  2. cs fix

    SniperSister committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    73ea9b9 View commit details
    Browse the repository at this point in the history
  3. Fix postgres error

    SniperSister committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b5695e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78ac182 View commit details
    Browse the repository at this point in the history
  5. Update tests/Unit/Libraries/Cms/Updater/TufAdapterTest.php

    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    SniperSister and richard67 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    4094b4e View commit details
    Browse the repository at this point in the history
  6. Show all failed constraint checks

    Show all failed constraint checks and not only the first one.
    richard67 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b11800b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge pull request #2 from richard67/5.1-dev-pr-42799-constraint-chec…

    …k-enhancement
    
    [CMS PR 42799] Show all failed constraint checks and not only the first one
    SniperSister committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b927da2 View commit details
    Browse the repository at this point in the history
  2. Update administrator/language/en-GB/lib_joomla.ini

    Co-authored-by: Brian Teeman <brian@teeman.net>
    SniperSister and brianteeman committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    fb879db View commit details
    Browse the repository at this point in the history
  3. Update administrator/language/en-GB/lib_joomla.ini

    Co-authored-by: Brian Teeman <brian@teeman.net>
    SniperSister and brianteeman committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5e3aac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61c25d4 View commit details
    Browse the repository at this point in the history