-
Notifications
You must be signed in to change notification settings - Fork 140
MDM Enhancements #773
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
Merged
Merged
MDM Enhancements #773
Changes from all commits
Commits
Show all changes
125 commits
Select commit
Hold shift + click to select a range
ddb95d2
Refactored passcode setting UI
5f8126a
Added class setting allowing passcode enforcement
67a71cd
Default setting for passcode enforcement - false
1cff590
Forcing user to setup passcode if corresponding class setting is set
5f5f074
Removed options which are removed from the app
a549f1a
Updated MDM documentaion section
f97fdc1
Added logging and passcode settings
3573f70
Updated description of log-privacy-mask setting
e9588d1
Added defaults and XML example for logging stuff
2d03093
Some corrections in ‘Configurable Settings’ section
79052b0
Updated to SDK on branch
1b40dc3
Updated documentation: E-Tag sync time interval setting
82bd186
Added support for extension deactivation using MDM
3e7afa2
Updated documentation to latest changes
2ed12de
Fixed small spelling mistakes
0808ad9
Added item policy settings to documentation
abc1b9a
Changed “New in ownCloud” to include app name from .plist instead of …
80e84b2
Added possibility to use keys Info.plist in ReleaseNotes.plist
2bf71b1
Changed footer text for branded apps to not ask for AppStore review
6e4a002
Hiding IAP settings section in case of branded app
665f66f
Disable review prompt by default if the app is branded
01fb419
Merge remote-tracking branch 'origin/milestone/11.4.1' into fix/brand…
98dd22b
Fixed build issues with SDK update
8ca9739
Merge branch 'fix/branding_fixes' into feature/mdm_enhancements
2ac1723
Fixed some merge issues after merging branding_fixes which included 1…
3dda32b
Not allowing user to deactivate passcode if it is enforced via MDM
9a95567
Fixed build issues regarding method access level in shortcut intents
4411e31
Added an explanatory message for passcode enforcement
d8263bc
fixed missing localization values
hosy 0b9518a
- Update to latest develop SDK to fix LogIntro issue
felix-schwarz 9a39a16
- fix remaining issue where LogIntro could be missing after deleting …
felix-schwarz 5984d2a
- update SDK to log message + LogIntro when changing log levels
felix-schwarz bf34b0b
- update version number to 11.4.2
felix-schwarz b93eed8
[fix/fp-silent-auth-fail] Notify on authentication failure in File Pr…
felix-schwarz 50638a2
- Diagnostics: make configurable via class settings (MDM/env vars) an…
felix-schwarz 87d5ce3
- add additional env var examples to allow turning on and off certain…
felix-schwarz 5678893
[fix/owncloud.online] Support for entering a custom URL in branded lo…
hosy 990570c
fixed some findings for branded clients:
hosy 5a31fc3
updated app version number
hosy 2b78d71
added app name to fastlane lane owncloud_enterprise_build
hosy 5fbada2
Fixed wrong certificate name for enterprise build
hosy 2252796
#816 fix for saving attachments from iOS Mail.app. It was needed to u…
hosy be02de3
revert last commit (fix-branch for commit is needed)
hosy 9e0aa47
- fix issue where the badge for "Pending Invites" could get stuck at …
felix-schwarz 1622862
- fix issue where updates to different OCBookmark instances would not…
felix-schwarz 89c20a4
#816 fix for saving attachments from iOS Mail.app. It was needed to u…
hosy c836280
[feature/directory-picker-favorites] Show Favorite Items in Directory…
hosy bd5907f
Update docs/modules/ROOT/pages/ios_mdm.adoc
mneuwert 926996e
Mentioned Branding.plist as one of the options to change class settings
060dd57
Merge branch 'feature/mdm_enhancements' of https://github.com/ownclou…
e507ed4
code changes for Xcode 12 upgrade
hosy b247caa
added release notes for release 11.4.2
hosy 9fb423e
- added support for branded terms of use url
hosy e8d3293
added a key command to close the "More"-Sheet with Escape key
hosy dc08f56
#822 pre-selecting the filename without the file extension, when tapp…
hosy eca30d8
updated release notes for upcoming release
hosy e5dd669
fixed crash in setting section, if URL was not set
hosy 6c86bf0
updated fastlane metadata release notes
hosy 546dd67
added support for help-url button in branded login view with given se…
hosy 99dee53
- project: remove empty "Window" group
felix-schwarz 708dc66
- Fix #810 and #811 via SDK update
felix-schwarz 4da012b
- Turn off "five-seconds-of-404" HTTP simulator option
felix-schwarz a5abd14
- provide more detailed status messages for when sync actions wait fo…
felix-schwarz f6ee9c8
- include information on target item with diagnostic information for …
felix-schwarz 3c89e3e
replaced process app name with display app name to use branded app na…
hosy 7a7643d
[fix/branding_fixes] Fixes improving branding (#788)
mneuwert 936ae0a
updated build number to 174
hosy 7151077
added a fastlane lane for building branded clients and prepare IPA fo…
hosy 80fbbb5
fixed keyboard position on small screen sizes for branded login and u…
hosy ec67a8a
- add handling for new error indicating an auth method is no longer a…
felix-schwarz 3c15236
- disable env setting that limits authentication methods to OAuth2 an…
felix-schwarz 3d3602d
- Add metadata for all app class settings
felix-schwarz 4d468e6
- new MetadataDocumentationTests with testUpdateConfigurationJSONFrom…
felix-schwarz 2aca714
Added fastlane support for preparing the customer assets for a brande…
hosy 5b1af19
added missing fastlane parameter to variable mapping
hosy cdb3fc2
- fix issue that newly created folders can't be selected when using t…
felix-schwarz fc49eb4
- address finding (2) in #827 via SDK update
felix-schwarz 8a72191
fixed QA finding (3):
hosy 400406a
updated release notes with file provider fix for newly created folder
hosy 81a2b21
Workaround for multiple photo selection not working on iOS14
93f7527
- AlertView: fix selector for optionSelected for buttons
felix-schwarz 3982f76
Table-generation with gomplate for docs
michaelstingl 3fcf3c7
- update doc-generating test to no longer escape slashes
felix-schwarz 73853c4
- add generate_docs.sh bash script to:
felix-schwarz d266176
Fix ios_mdm_tables generation for singular options of status in a cat…
dschmidt d6d776b
Reduce template duplication.
dschmidt cad60c0
Add status to ios_mdm_tables
dschmidt 173f82e
- update CONFIGURATION.json with latest changes
felix-schwarz 09b5ab8
Merge branch 'feature/settings-metadata' of https://github.com/ownclo…
felix-schwarz 746fde1
- switch to develop branch
felix-schwarz ad087f3
Reset eventually previously retained keychain upon re-install
9e81d98
Not allow cancelling enforced passcode setting
abb88e6
Removed some test code
75bca47
Updated oC SDK version to latest develop
6551b2b
Add possibleValues table to settings description
dschmidt 7c99ef1
Revert accidentally commited changes
dschmidt 00cdd1f
Merge branch 'milestone/11.4.2' into feature/settings-metadata
felix-schwarz 4fb43ac
Merge branch 'master' into feature/settings-metadata
felix-schwarz b653497
Merge branch 'milestone/11.5' into feature/settings-metadata
felix-schwarz 57b8357
- updated documentation with latest options (via generate_docs.sh)
felix-schwarz b4c027b
- change ios_mdm_tables.adoc.tmpl to put possible values in code quotes
felix-schwarz 56610ee
- add swiftpm/Package.resolved file
felix-schwarz 2d374b1
- update SDK to fix possible value sorting
felix-schwarz c574da3
Merge remote-tracking branch 'origin/milestone/11.5' into feature/mdm…
f915de3
Updated SDK version
a203bc8
Merge branch 'milestone/11.5' into feature/settings-metadata
felix-schwarz e4c8dce
Merge remote-tracking branch 'origin/feature/settings-metadata' into …
826c842
Updated iOS SDK
24c39e3
Updated iOS SDK and fixed build issues
16adc22
Passcode setting documented
6b8a22c
Merge remote-tracking branch 'origin/milestone/11.5' into feature/set…
felix-schwarz fac3139
Merge branch 'feature/settings-metadata' into feature/mdm_enhancements
0403ab7
Fixed issue with EarlGrey integration
0141039
Swift lint warning fixed
44b9b25
Most of the MDM settings tables are now auto-generated
6ba69c3
Merge commit 'ddd88a863c264a258857ee324c6acbcf1c6c1d12' into feature/…
d2842eb
Documentation updates
a9d9b06
Merge remote-tracking branch 'origin/milestone/11.5' into feature/mdm…
8b8a077
Updated sdk version
f950e9f
Merge branch 'milestone/11.5' into feature/mdm_enhancements
7649992
Fixed a typo
259d694
Re-generated documentation
a5a53ba
Fixed a typo
04e81ae
Dismiss release notes when password is enforced and not set
e0368b5
Merge with Milestone 11.5.0
hosy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.