Commit Graph

57 Commits (42a20b710d148e2411374f3bfa908e2988462ec2)

Author SHA1 Message Date
richard fe7a515241 anonymous login 2013-05-18 01:58:41 +01:00
richard 42f7736bbf basic unit testing 2013-05-16 01:07:14 +01:00
richard 50ebd4f1c1 basic unit testing 2013-05-16 00:44:32 +01:00
richard 574169c8b6 files < 16bytes, upload/download bug fix, see pull #45 2013-05-12 23:16:55 +01:00
richard 2e0b1f1200 add/remove contacts 2013-05-11 22:56:25 +01:00
richard e490bf74d3 issue #44 manually added as would not merge. small spelling changes 2013-05-11 21:45:43 +01:00
richard 457a542c03 added add_contact() 2013-05-08 15:36:20 +01:00
richard 52a2185274 'other' code section 2013-05-08 13:12:04 +01:00
richard bd803b62ee comments 2013-05-08 12:48:56 +01:00
richard 5c77818997 todo removed 2013-05-08 12:46:59 +01:00
richard 32d9c43704 get_id_from_node_data -> get_id_from_obj 2013-05-08 12:41:50 +01:00
Richard O'Dwyer 3904ec54d4 Merge pull request #41 from ckornacker/feature/splitgetid
addition of get_id_from_node_data()
2013-05-08 04:41:07 -07:00
richard 728b88c1ff updated readme 2013-05-08 12:32:45 +01:00
richard b43c3869a3 get_files_in_node() special target check 2013-05-08 12:17:24 +01:00
Richard O'Dwyer 9773f1e58c Merge pull request #40 from ckornacker/feature/dirlisting
enable normal directory listing with get_files_in_node
2013-05-08 04:15:27 -07:00
richard 9727ca985f renamed vars for specifying upload(),download() dest filenames 2013-05-08 11:41:23 +01:00
Richard O'Dwyer 18d86578a5 Merge pull request #38 from ckornacker/feature/filenames
allow setting file names on upload and download
2013-05-08 03:36:42 -07:00
richard 20d865ed1d small restructuring 2013-05-08 11:26:25 +01:00
Richard O'Dwyer 3bd08be20e Merge pull request #36 from gissehel/speedimprovement
mac check changes
2013-05-08 03:23:26 -07:00
Christian Kornacker 08b76baced split get_id_from_public_handle 2013-05-06 22:50:46 +02:00
Christian Kornacker 28f69e1977 enable directory listing with get_files_in_node 2013-05-06 22:49:07 +02:00
Christian Kornacker 5df8b71b71 allow setting file names on upload and download 2013-05-06 22:43:50 +02:00
gissehel c2befcb87f Speedup the mac calculation on upload 2013-05-05 20:29:41 +02:00
gissehel c453a88b28 Big optimisation on download code for mac checking 2013-05-05 19:48:23 +02:00
gissehel b9ec62cbb8 .move(...) can now move into any folder 2013-05-05 09:16:40 +02:00
richard 1a349e3126 Comment 2013-05-05 03:12:49 +01:00
gissehel 40f9fb95c2 Renaming file and folders support 2013-05-05 00:55:52 +02:00
richard 3b9b88e1c2 Issue #31 fix 2013-05-01 20:56:33 +01:00
richard 0d2e91996e PEP8 style fixes 2013-04-28 17:08:47 +01:00
richard d15be6deff read me update and tests 2013-04-28 16:56:17 +01:00
Richard O'Dwyer 36bed09dde Merge pull request #25 from gissehel/storagespace
Storagespace
2013-04-28 08:41:32 -07:00
richard 675ff6bbc5 Added upload progress 2013-04-28 16:33:50 +01:00
richard 115fcbced1 class method bug fix, verbose output option added, download progress 2013-04-28 03:55:04 +01:00
gissehel 972bfd8852 The code was not robust anymore in weird cases where file['k']=='', it is now. 2013-04-27 19:52:09 +02:00
gissehel 58d89c23b6 get_storage_space retrieve the used space and total space currently associated with the account 2013-04-21 18:53:48 +02:00
richard 964157bf41 pypi info updated 2013-04-19 20:04:06 +01:00
gissehel 0332d91e13 Forgot to change the file_name to file_name_tmp when the destination folder is provided 2013-04-19 20:59:28 +02:00
richard d1fd89db4c it's more pep8 :) 2013-04-19 19:38:45 +01:00
gissehel 89a40306a2 Downloading using a tempory filename is safer. The tempory filename provide enouth information to show who (megapy) when and what is downloaded 2013-04-19 20:10:52 +02:00
gissehel 09c4b14c97 I don't think that printing on stdout is the right thing to do in this api layer. It should be handled by the calling layer shounldn't it ? Was that debug code ? 2013-04-19 19:58:36 +02:00
gissehel 7e4d2ee557 You can't download files in shared folders using public links because public links can't be obtained from shared files. You need to download them directly. 2013-04-19 19:53:57 +02:00
richard 8b1052a214 Code to pep8 standards, shared folders working 2013-04-15 16:14:55 +01:00
gissehel 692e774cd7 Shared keys now works for file comming from shared folders that aren't shared anymore. 2013-04-15 16:04:03 +02:00
richard be7fa68da8 upload() minor tidy up 2013-03-12 17:00:30 +00:00
richard 63b5a224de remove filesdict update 2013-03-12 16:51:54 +00:00
Julien LE JEUNE 7b1e471c91 Send also request_id param in create_folder() function (useless but to respect API) 2013-03-12 15:47:25 +01:00
Julien LE JEUNE b43e636d79 Add create_folder() function 2013-03-12 15:40:56 +01:00
richard 3743298f66 updated readme 2013-03-10 03:53:24 +00:00
richard f84d5bf311 added get_quota() and get_balance() 2013-03-10 03:39:06 +00:00
richard 83b1de1662 added get_quota() and get_balance() 2013-03-10 03:38:22 +00:00