- 28 May, 2015 3 commits
-
-
Jordan Moldow authored
Also remove duplicate entry for version 1.1.3 from HISTORY.rst.
-
Jordan Moldow authored
Return bool from `Item.remove_shared_link()`.
-
Jordan Moldow authored
Make the return type match the type specified in the docstring. The method was previously attempting to return ``unicode or None``. The method was also previously attempting to access the 'url' item on the shared_link object. However, the Box API returns a null object when the shared link is disabled [1]. Make the method check for success by doing an ``is None`` check on the shared_link object. [1] https://box-content.readme.io/#create-a-shared-link-for-a-folder
-
- 21 May, 2015 4 commits
- 17 Apr, 2015 1 commit
-
-
Jeffrey Meadows authored
-
- 08 Apr, 2015 1 commit
-
-
Lu Pan authored
Add Box Accelerator Support
-
- 07 Apr, 2015 2 commits
-
-
Lu Pan authored
Since we are using py.test, redefined-outer-name linting error will be almost everywhere. This commit includes other pylint fixes as well. - shorten variable names - disable R0801, since pylint was complaining four lines of code in test_file.py are the same in test_folder.py.
-
Lu Pan authored
Supports both new uploads and updating existing files on Box. I also added a new example in demo/example.py.
-
- 03 Apr, 2015 3 commits
-
-
Jeffrey Meadows authored
-
Jeff Meadows authored
Add preflight option for updating files
-
Jeffrey Meadows authored
Add tests for preflight upload/update.
-
- 01 Apr, 2015 3 commits
-
-
Jeff Meadows authored
Improve search endpoint.
-
Jeffrey Meadows authored
-
Jeffrey Meadows authored
Include support for type and content_types fields.
-
- 31 Mar, 2015 1 commit
-
-
Lu Pan authored
Add support for searching by metadata value (Fixes #36)
-
- 27 Mar, 2015 3 commits
-
-
Hieu Nguyen authored
- rename mdfilters to metadata_filters - add check for range filter that either gt or lt is set - move metadata filter factory to Search object
-
Jeffrey Meadows authored
-
Hieu Nguyen authored
-
- 25 Mar, 2015 1 commit
-
-
Hieu Nguyen authored
-
- 23 Mar, 2015 2 commits
-
-
Jordan Moldow authored
Add support email instructions to README
-
Jordan Moldow authored
-
- 21 Mar, 2015 3 commits
-
-
Lu Pan authored
Add preflight option to update_contents_with_stream and update_contents, so files can be updated with optional preflight check before actually uploading all the bytes.
-
Jeffrey Meadows authored
-
Jeff Meadows authored
Modify Translator to return BaseObject by default, not None.
-
- 20 Mar, 2015 1 commit
-
-
Jeffrey Meadows authored
Fixes #31.
-
- 19 Mar, 2015 2 commits
- 17 Mar, 2015 2 commits
-
-
Lu Pan authored
fix collaboration role values
-
walrus authored
- based on https://developers.box.com/docs/#collaborations-collaboration-object and my own development testing the values should be lowercase and the uploader-combo roles should have a space instead of a hyphen.
-
- 11 Mar, 2015 4 commits
-
-
Lu Pan authored
-
Lu Pan authored
Item is a good place to host preflight method since it's parent of both File and Folder and preflight is used only for file update (in File) and new file upload (in Folder).
-
Jeff Meadows authored
Allow importing OAuth2 from boxsdk.
-
Jeffrey Meadows authored
-
- 05 Mar, 2015 4 commits