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

Add new update channels part 2. #6790

Merged
merged 21 commits into from
Jul 4, 2024
Merged

Add new update channels part 2. #6790

merged 21 commits into from
Jul 4, 2024

Commits on Jul 4, 2024

  1. Check if server has valid subcription.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    15d7518 View commit details
    Browse the repository at this point in the history
  2. Add general config setting for server hasValidSubscription.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e0d7377 View commit details
    Browse the repository at this point in the history
  3. Add user specific setting for server hasValidScriptionValue.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7fa0378 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4c114e View commit details
    Browse the repository at this point in the history
  5. List enterprise update channel when available.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ee03282 View commit details
    Browse the repository at this point in the history
  6. Extend Capabilities tests.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e4b70c4 View commit details
    Browse the repository at this point in the history
  7. Do not show enterprise channel for branded clients.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e8b8236 View commit details
    Browse the repository at this point in the history
  8. Add enterprise explanation to message shown when user changes update …

    …channel.
    
    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    aa239cd View commit details
    Browse the repository at this point in the history
  9. NextcloudDev is not a branded client.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4de91cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0274cd9 View commit details
    Browse the repository at this point in the history
  11. Add desktopEnterpriseChannel to the capabilities check.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4884fbe View commit details
    Browse the repository at this point in the history
  12. Save desktopEnterpriseChannel value in the config file.

    The default should be what is returned by defaultUpdateChannel()
    when desktopEnterpriseChannel is not available.
    
    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    615805d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0663282 View commit details
    Browse the repository at this point in the history
  14. Fix the logic to determine update channels available, default value a…

    …nd what info to show the user.
    
    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e51324d View commit details
    Browse the repository at this point in the history
  15. Separate the list of valid update channels for enterprise and non-ent…

    …erprise.
    
    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    52e15ff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dd5e18e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ee3f2dd View commit details
    Browse the repository at this point in the history
  18. Remove resolved TO DO comment.

    Subscription and channel are supposed to be a general setting, not per user.
    
    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7d27c53 View commit details
    Browse the repository at this point in the history
  19. Remove const from POD in method declaration.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    cdd940f View commit details
    Browse the repository at this point in the history
  20. Use NEXTCLOUD_DEV to check if client is branded instead of checking f…

    …or string.
    
    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bc05dc8 View commit details
    Browse the repository at this point in the history
  21. Translate enterprise channel explanation string.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9bd4ef1 View commit details
    Browse the repository at this point in the history