Changeset 517808
- Timestamp:
- 03/12/2012 08:15:48 AM (14 years ago)
- Location:
- drop-in-dropbox
- Files:
-
- 6 edited
-
tags/0.2.6/DropboxUploader.php (modified) (1 diff)
-
tags/0.2.6/drop-in-dropbox.php (modified) (1 diff)
-
tags/0.2.6/readme.txt (modified) (2 diffs)
-
trunk/DropboxUploader.php (modified) (1 diff)
-
trunk/drop-in-dropbox.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
drop-in-dropbox/tags/0.2.6/DropboxUploader.php
r517804 r517808 84 84 protected function login() { 85 85 $data = $this->request('https://www.dropbox.com/login'); 86 $token = $this->extractToken($data, '/login');87 86 88 $data = $this->request('https://www.dropbox.com/login', true, array('login_email'=>$this->email, 'login_password'=>$this->password , 't'=>$token));87 $data = $this->request('https://www.dropbox.com/login', true, array('login_email'=>$this->email, 'login_password'=>$this->password)); 89 88 90 89 if (stripos($data, 'location: /home') === false) -
drop-in-dropbox/tags/0.2.6/drop-in-dropbox.php
r517804 r517808 4 4 Plugin URI: http://steamingkettle.net/web-design/wordpress-plugins/ 5 5 Description: Upload single files or entire directories with subdirectories to your Dropbox account. 6 Version: 0.2. 56 Version: 0.2.6 7 7 Author: Denis Buka 8 8 Author URI: http://steamingkettle.net 9 9 10 Copyright (C) 2011 www.denisbuka.ru10 Copyright (C) 2011 steamingkettle.net 11 11 12 12 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. -
drop-in-dropbox/tags/0.2.6/readme.txt
r517804 r517808 5 5 Requires at least: 3.2 6 6 Tested up to: 3.2 7 Stable tag: 0.2. 57 Stable tag: 0.2.6 8 8 9 9 Upload single files or entire directories with subdirectories to your Dropbox account. … … 48 48 == Changelog == 49 49 50 = 0.2.6 = 51 * Fixed Error 52 50 53 = 0.2.5 = 51 54 * Error handling -
drop-in-dropbox/trunk/DropboxUploader.php
r427066 r517808 84 84 protected function login() { 85 85 $data = $this->request('https://www.dropbox.com/login'); 86 $token = $this->extractToken($data, '/login');87 86 88 $data = $this->request('https://www.dropbox.com/login', true, array('login_email'=>$this->email, 'login_password'=>$this->password , 't'=>$token));87 $data = $this->request('https://www.dropbox.com/login', true, array('login_email'=>$this->email, 'login_password'=>$this->password)); 89 88 90 89 if (stripos($data, 'location: /home') === false) -
drop-in-dropbox/trunk/drop-in-dropbox.php
r505210 r517808 4 4 Plugin URI: http://steamingkettle.net/web-design/wordpress-plugins/ 5 5 Description: Upload single files or entire directories with subdirectories to your Dropbox account. 6 Version: 0.2. 56 Version: 0.2.6 7 7 Author: Denis Buka 8 8 Author URI: http://steamingkettle.net 9 9 10 Copyright (C) 2011 www.denisbuka.ru10 Copyright (C) 2011 steamingkettle.net 11 11 12 12 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. -
drop-in-dropbox/trunk/readme.txt
r505213 r517808 5 5 Requires at least: 3.2 6 6 Tested up to: 3.2 7 Stable tag: 0.2. 57 Stable tag: 0.2.6 8 8 9 9 Upload single files or entire directories with subdirectories to your Dropbox account. … … 48 48 == Changelog == 49 49 50 = 0.2.6 = 51 * Fixed Error 52 50 53 = 0.2.5 = 51 54 * Error handling
Note: See TracChangeset
for help on using the changeset viewer.