- Nothing changed yet.
- Reimplement pyfs integration [tomgross]
- Update (test) dependencies and run tests only on Python 3.8-3.12 [tomgross]
- Added more API methods [tomgross]
- Add CONTRIBUTING guideline and update CODE_OF_CONDUCT document [tomgross]
- Add Sonarcloud checker and report test coverage [tomgross]
- Add test for listtokens endpoint [tomgross]
- Changed repo name to https://github.com/tomgross/pcloud/ to be consistent (#70) [tomgross]
- Implement sharefolder-endpoint [tomgross]
- Replace
cgi.FieldStorage
bymultipart
avoiding thecgi
module deprecated by Python 3.11. [tomgross]
- Fix upload with int folderid #63 [tomgross]
- Add pytest timeout and update testing dependencies [tomgross]
- Implement copyfile and downloadfileasync methods [tomgross]
- Implement setlanguage, getfeedback, diff & getfilehistory methods [tomgross]
- 🎉 Release unchanged as 1.0 🎉
- Build wheel package [tomgross]
- Fix file upload with oauth [giust]
- Automated test for OAuth [tomgross]
- Documented headless OAuth [tomgross]
- Python 3.10 compatibility and dependency updates
- Change port of test server 5000 -> 5023
- Add getpubzip API method (#51)
- Allow uploading BIG files by using MultipartEncoder of requests_toolbelt (#25, #44)
- Log login process [tomgross]
- State and test Python 3.9 support [tomgross]
- OAuth 2.0 implementation [tomgross]
- Implement more general methods [tomgross]
- Implement get nearest api server [tomgross]
- Missing variable in output in case a directory already exists
- Changed errors raised for makedirs
- Do not raise an errors.DirectoryExists when recreate = True
- Added examples to README [blasterspike]
- Fix parameter of downloadlink method [tomgross]
- Add more details on authentication error [yennicks]
- Add new stats endpoint [AgusRumayor]
- Add methods for archiving [olokelo]
- Add token expire parameter [olekelo]
- Start implementing trash methods [qo4on, tomgross]
- Add support for alternate endpoints [tomgross]
- Add Contributors and fix README ReST Syntax
- Fix upload of multiple files from paths [tomgross]
- Document uploading of files [tomgross]
- Add new API method createfolderifnotexists #19 [Arkoniak, tomgross]
- Fix duplication of data transfer on file upload #17 [blasterspike, tomgross]
- Consistently use MIT licences [tomgross]
- Fix error while using makedirs from PyFilesystem with recreate=True [blasterspike]
- Fix error while using makedirs from PyFilesystem #10 [blasterspike]
- Test and claim Python 3.7 compatibility [tomgross]
- Fix error with duplicate files parameter #3 [tomgross]
- Fix upload of data [tomgross]
- Do flake8 checks [tomgross]
- Test API with py.test [tomgross]
- Support for PyFileSystem [tomgross]
- Support for file operations [tomgross]
- Rename to pcloud [tomgross]
- Initial release. [tomgross]