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

Make use of NextcloudFileProviderKit in File Provider Module #6642

Merged
merged 29 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
af9a271
Add test target for file provider testing
claucambra Apr 15, 2024
2caa43a
Database manager does not need to be an NSObject
claucambra Apr 15, 2024
3066f58
Allow NextcloudFilesDatabaseManager to take a specific realmconfig in…
claucambra Apr 15, 2024
3c3e3aa
Remove FileProviderExtTests
claucambra Apr 15, 2024
e7616e0
Add NextcloudFileProviderKit dependency
claucambra Apr 15, 2024
b9483f0
Remove use of all code now available in NextcloudFileProviderKit
claucambra Apr 15, 2024
5a77475
Use Enumerator in NextcloudFileProviderKit
claucambra Apr 15, 2024
2c0688f
Use FileProviderItem from NextcloudFileProviderKit
claucambra Apr 15, 2024
913d724
Make use of NextcloudFileProviderKit materialisedenumerationobserver
claucambra Apr 15, 2024
e8d1afa
Adapt to new NextcloudFileProviderKit item nomenclature
claucambra Apr 15, 2024
1f78b9f
Fix build of ShareTableViewDataSource
claucambra Apr 15, 2024
d74d23c
Use thumbnail fetching procedure from NCFPK
claucambra Apr 15, 2024
6200cab
Use new convenience method to get Item for root container from NCFPK
claucambra Apr 15, 2024
788fd7f
Greatly simplify item method of FIleProviderExtension by using item s…
claucambra Apr 15, 2024
3ec18ba
Simplify FileProviderExtension's deleteItem method by leveraging Item…
claucambra Apr 15, 2024
2373cd4
Use fetchContents from NCFPK item
claucambra Apr 15, 2024
c9a1317
Use NCFPK Item.create in createItem
claucambra Apr 15, 2024
485b07a
Use NCFPK item modify method
claucambra Apr 15, 2024
dab28f2
Improve logging in delete item procedure of FPExt
claucambra Apr 15, 2024
c082c44
Fix passing of wrong item into item.modify
claucambra Apr 15, 2024
9e7ce16
Remove unused components in FileProviderExt
claucambra Apr 15, 2024
7664509
Correctly set up NCKit instance with account string
claucambra Apr 16, 2024
33e2c08
Provide NCFPK enumerator with extension domain
claucambra Apr 16, 2024
6a64248
Always signal enumerator after errors to try and recover from what th…
claucambra Apr 16, 2024
68370ad
Add change observer from NCFPK
claucambra Apr 16, 2024
5977a7c
Remove client-side push notification handling for file provider exten…
claucambra Apr 16, 2024
77f9096
Set changeobserver as delegate for nkcommon
claucambra Apr 16, 2024
dff6428
Remove now-unneeded Realm dependency from FileProviderExt
claucambra Apr 17, 2024
f0f995c
Pin NextcloudFileProviderKit version to 0.9.0 (up to next major version)
claucambra Apr 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Loading
Loading