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

[feature/webfinger] Webfinger / server location #1059

Merged
merged 24 commits into from
Jan 28, 2022

Commits on Sep 13, 2021

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

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    927eff0 View commit details
    Browse the repository at this point in the history
  2. - SDK update

    felix-schwarz committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    f4b4e14 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. added additional build information to the Branding.plist file:

    - ios-app and ios-sdk commit hash
    - copy the Branding.plist with additional app and build information as file name
    hosy committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    1f99ad3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. [feature/biometrical-mdm-setting ]Suggest Biometrical Unlock (#1046)

    * Suggest biometrical unlock, after setting up passcode
    
    * - do not show Cancel button, if password is enforced
    - update biometrical UI switch value in settings view
    - fixed bug, dismissing the view, if biometrical is not available
    
    * moved extension into ownCloudAppShared folder
    hosy authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    bda5598 View commit details
    Browse the repository at this point in the history
  2. Branding: (#1045)

    - add new `branding.user-defaults-default-values` class settings key to allow registration of alternative defaults for user defaults
    felix-schwarz authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    88609b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7574f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

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

Commits on Oct 18, 2021

  1. - in branded clients: removed UISwitch to enable/disable deletion of …

    …available offline files in manage screen
    
    - fixed text center layout in table view cell
    hosy committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    cbc506b View commit details
    Browse the repository at this point in the history
  2. fixed UI issue in sharing view

    hosy committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c2aa1ca View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. #4801 "Log out" text changes

    hosy committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    b073acc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37e0c9c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. - ThemeTableViewCell, StaticTableViewRow: new .plain message style (#…

    …1053)
    
    - add new view controller to present license texts for each component individually
    felix-schwarz authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    35814d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. [feature/modular-localization] Modular localization (#1054)

    * - Branding class:
    	- move logic for VendorServices.appName to Branding.appDisplayName
    	- change app.name variable value to that of Branding.appDisplayName
    - switch String.localized from NSLocalizedString() to OCLocale.localize()
    - SwiftLint: adapt to latest SwiftLint version
    
    * - add .localized(replacements) function to provide easy access to custom variables support in OCLocale
    
    * - update SDK
    felix-schwarz authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    3b3ed13 View commit details
    Browse the repository at this point in the history
  2. [feature/mdm-auto-connect] Skip Account Screen via MDM (#1056)

    * #4801 Skip "Manage" screen / automatically open "Files" screen after login via MDM parameter account.auto-connect
    
    * - SceneDelegate: use .first (which returns nil in case there are no bookmarks) instead of bookmark(at: 0) (which crashes in case there are no bookmarks because the array is empty and the method tries to access an item at index 0)
    
    * added auto-connect after every setup, not only the first setup
    
    Co-authored-by: Felix Schwarz <[email protected]>
    hosy and felix-schwarz authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    63164b2 View commit details
    Browse the repository at this point in the history
  3. [feature/mdm-biometrical-unlock] MDM setting for Biometrical Unlock (#…

    …1058)
    
    * #4818 control via MDM to auto enable biometrical unlock
    
    * overwrites user defaults with MDM settings and use existing getter/setter; renamed MDM key to use-biometrical-unlock
    
    * - use user defaults for use-biometrical-unlock
    - show Face ID authorization immediately after enabling Face ID
    hosy authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    44893a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26e63bd View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. - StaticLoginSetupViewController: add support for OCServerLocator, re…

    …questing a username if it is enabled
    
    - add additional debug options to ownCloud.xcscheme
    - update SDK to gain access to OCServerLocator
    felix-schwarz committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8534ee3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Merge branch 'milestone/11.9.0' into feature/webfinger

    # Conflicts:
    #	fastlane/Fastfile
    #	ownCloud/Resources/en.lproj/Localizable.strings
    #	ownCloud/Static Login/Interface/StaticLoginSetupViewController.swift
    #	ownCloud/Static Login/Interface/StaticLoginSingleAccountServerListViewController.swift
    hosy committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    d578845 View commit details
    Browse the repository at this point in the history
  2. updated APP_VERSION number

    hosy committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    31c1e51 View commit details
    Browse the repository at this point in the history
  3. reverted merge conflict changes

    hosy committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    de686f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge branch 'milestone/11.9.0' into feature/webfinger

    # Conflicts:
    #	ios-sdk
    hosy committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    bf7bda8 View commit details
    Browse the repository at this point in the history
  2. using correct SDK commit

    hosy committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b3f1765 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

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