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

Include code to workaround auth problems #3

Open
wants to merge 21 commits into
base: pyicloud-ipd
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
73dbbce
added new function
maciejbuchert May 15, 2018
abbe236
Update calendar.py
maciejbuchert May 15, 2018
bbee61f
Update calendar.py
maciejbuchert May 16, 2018
3e912d8
Update calendar.py
maciejbuchert May 20, 2018
b740194
Update calendar.py
maciejbuchert May 20, 2018
fa64441
Fix 'ValueError: year is out of range' when year is set to 0000. Just…
ndbroadbent Jul 21, 2018
602ef0f
Allow client_id to be overridden in __init__ (for replayable HTTP req…
ndbroadbent Jul 30, 2018
cbcbf58
Merge pull request #178 from maciejbuchert/patch-1
coddingtonbear Dec 13, 2018
c63e63b
Merge pull request #187 from ndbroadbent/override_client_id
coddingtonbear Dec 13, 2018
9bb6d75
Merge pull request #184 from ndbroadbent/year_is_out_of_range
coddingtonbear Dec 13, 2018
6bf11c8
updated credentials
PeterHedleyJHA Jun 12, 2019
c0a5ce6
better integration of two libraries
PeterHedleyJHA Jun 24, 2019
97829e5
Update README.rst
PeterHedley94 Jun 24, 2019
50ef65f
removed hack.py dependency
PeterHedleyJHA Jun 24, 2019
0216ab5
Update README.rst
PeterHedley94 Jun 24, 2019
554f63d
linted line length change and test pass setup.cfg
PeterHedleyJHA Jun 24, 2019
f74eb65
Merge branch 'master' of https://github.com/PeterHedley94/pyicloud
PeterHedleyJHA Jun 24, 2019
6e1d1ff
pep8 style and error raise check
PeterHedleyJHA Jun 24, 2019
5e6dd67
Delete old pyicloud/base.py
andersjohansson Jun 28, 2019
aa4bea1
Merge 'PeterHedley94/master' into pyicloud-ipd-fixes
andersjohansson Jun 28, 2019
fd6d422
Bump version
andersjohansson Jun 28, 2019
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
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Authors:
This repository is taken from https://github.com/picklepete/pyicloud and https://github.com/chumachuma/iSync.

.. image:: https://travis-ci.org/picklepete/pyicloud.svg?branch=master
:alt: Check out our test status at https://travis-ci.org/picklepete/pyicloud
:target: https://travis-ci.org/picklepete/pyicloud
Expand Down
362 changes: 0 additions & 362 deletions pyicloud/base.py

This file was deleted.

Loading