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

Draft: TUF Implementation #20

Closed
wants to merge 163 commits into from
Closed

Draft: TUF Implementation #20

wants to merge 163 commits into from

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 authored 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 #3 from bembelimen/tuf/databasestorage

    Tuf/databasestorage
    fancyFranci authored 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 <[email protected]>
    fancyFranci and zero-24 authored 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 authored 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 #3 from fancyFranci/tuf-client

    Database stuff
    bembelimen authored 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 #9 from joomla-projects/snipersister/ConstraintsCh…

    …eckerTests
    
    added tests and tweaks for ConstraintChecker
    zero-24 authored 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 #8 from joomla-projects/ConstraintsCHecker

    initial wip - ConstrainChecker
    nielsnuebel authored 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 <[email protected]>
    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 <[email protected]>
    SniperSister and zero-24 authored 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 <[email protected]>
    SniperSister and zero-24 authored Jun 12, 2022
    Configuration menu
    Copy the full SHA
    311051b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c594935 View commit details
    Browse the repository at this point in the history
  13. 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 <[email protected]>
    SniperSister and zero-24 authored 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 #11 from joomla-projects/snipersister/tuf-http-client

    move jhttp file fetcher into CMS library, update TUF client fork branch
    SniperSister authored 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 authored 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 authored 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 <[email protected]>
    nielsnuebel and zero-24 authored 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 (#13)

    Magnus Singer authored 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. Add error messages (#14)

    fancyFranci authored Sep 17, 2022
    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 (#16)

    Magnus Singer authored 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 authored 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 #17 from tfeuerst/snipersister/tuf-j5

    Provide patch to make patch level optional on signed metadata
    SniperSister authored 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 #18 from tfeuerst/snipersister/tuf-j5

    Patch for proper sorting of canonical json in php-tuf
    SniperSister authored 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 #19 from tfeuerst/snipersister/tuf-j5

    Fix invalid canonical JSON of TargetsMetadata in php-tuf
    SniperSister authored 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 <[email protected]>
    SniperSister and bembelimen authored 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 #23 from brianteeman/lang

    Lang strings
    SniperSister authored 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 #24 from brianteeman/typos

    Comment typos
    SniperSister authored 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 #25 from LadySolveig/snipersister/tuf5/sql-update

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