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

Library layer - first part #11

Merged
merged 27 commits into from
Jan 4, 2016
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
217abc7
Sort imports
ppolewicz Dec 12, 2015
9ffd9dd
Create library access skeleton and split console from library for lis…
ppolewicz Dec 12, 2015
6cae1b3
Implement B2Api.get_bucket_by_id() and IdOnlyBucket
ppolewicz Dec 14, 2015
a82f7c5
Add TODO comments
ppolewicz Dec 15, 2015
6b33114
Merge remote-tracking branch 'origin/master' into library_layer
ppolewicz Dec 20, 2015
fa89836
Implement B2Api.create_bucket()
ppolewicz Dec 21, 2015
0add7dd
Merge remote-tracking branch 'origin/master' into library_layer
ppolewicz Dec 23, 2015
6fb8aa3
Implement B2Api.delete_bucket()
ppolewicz Dec 26, 2015
6249da0
Make StoredAccountInfo default authorization handler for B2Api
ppolewicz Dec 26, 2015
a856d0a
Refactor ConsoleTools slightly
ppolewicz Dec 26, 2015
0bb4430
Implement B2Api.make_url()
ppolewicz Dec 26, 2015
ac79edc
Rename B2Api property from "authorizator" to "account_info"
ppolewicz Dec 26, 2015
561a77e
Cleanup and merge of file info DAO classes
ppolewicz Dec 30, 2015
998b307
Cleanup of comment
ppolewicz Dec 30, 2015
bf04b71
Add api to bucket constructor
ppolewicz Dec 30, 2015
2851023
Implement AbstractBucket.hide_file()
ppolewicz Dec 30, 2015
450d338
Merge remote-tracking branch 'origin/master' into library_layer
ppolewicz Dec 30, 2015
43a23fb
Merge branch 'master' into library_layer
ppolewicz Jan 2, 2016
ebe1888
Drop getUploadUrl() accidentally copied from java interface
ppolewicz Jan 2, 2016
0b70a1a
Implement B2Api.delete_file_version()
ppolewicz Jan 2, 2016
8213a73
Remove FileInfo class
ppolewicz Jan 3, 2016
0281881
Implement Bucket.set_type() / ConsoleTool.update_bucket(args)
ppolewicz Jan 3, 2016
c868516
Remove useless BucketType enum
ppolewicz Jan 3, 2016
2c67bf7
Remove TODO comments
ppolewicz Jan 3, 2016
2019ac0
Implement InMemoryCache.save_bucket()
ppolewicz Jan 3, 2016
c3050f0
Implement ConsoleTool.clear_account()
ppolewicz Jan 3, 2016
7795e38
Fix upload_file() (it is not in ConsoleTool yet)
ppolewicz Jan 4, 2016
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
Loading