summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-01-09Add a new "dropbox update" commandRaphael Hertzog1-0/+9
This command forces a new download and installation of the dropbox binary files. origin commit: https://github.com/dropbox/nautilus-dropbox/commit/ce7c963 https://github.com/dropbox/nautilus-dropbox/pull/59
2019-01-09Unlink files that are going to be replaced by the unpackRaphael Hertzog1-0/+3
Without this, the unpack will fail with ETXTBUSY on some files which are being executed. https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/818014 origin commit: https://github.com/dropbox/nautilus-dropbox/commit/209542f https://github.com/dropbox/nautilus-dropbox/pull/59
2019-01-09Validate that Dropbox runs after downloading itSamer Masterson1-0/+35
Validate that Dropbox can run by running `dropboxd /testrun 0`. Show an error message that points users to the system requirements help page if it won't run. origin commit: https://github.com/dropbox/nautilus-dropbox/commit/ff410cd
2019-01-09Use python-gpg instead of python-gpgmeSamer Masterson1-12/+32
...if it's installed origin commit: https://github.com/dropbox/nautilus-dropbox/commit/e936720 https://github.com/dropbox/nautilus-dropbox/issues/51
2019-01-09Explicitly load using python2 interpreterVictor Marinsky1-1/+1
Prevents dropbox startup crash on systems where 'python' is a link to 'python3' origin commit: https://github.com/dropbox/nautilus-dropbox/commit/69e931b https://github.com/dropbox/nautilus-dropbox/pull/45
2019-01-09Refer to .dropbox-dist in only one placeaidanhs1-1/+1
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/f88f70e https://github.com/dropbox/nautilus-dropbox/pull/36
2019-01-09fixed 'exclude command raise UnicodeDecodeError'Jeffrey Teo1-5/+6
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/bd8caf8 https://github.com/dropbox/nautilus-dropbox/issues/28
2019-01-09Avoid reading or writing invalid memory addressesvagrant1-12/+46
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/122b941 https://github.com/dropbox/nautilus-dropbox/pull/25
2019-01-09Display link url on statusname1-0/+1
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/5c27e7a https://github.com/dropbox/nautilus-dropbox/pull/20
2019-01-09Update dropbox.py with shmodel, proxy, and throttle features.name1-2/+149
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/103743d
2019-01-04update Copyright yearraveit651-1/+2
2019-01-04pre-bump versionraveit652-1/+3
2018-01-31release 1.20v1.20.01.20raveit652-2/+4
2018-01-28require GLib 2.50monsta1-1/+1
2017-07-18update issue_templateraveit651-0/+3
2017-06-08create issue_template.mdraveit651-0/+16
2017-03-30pre-bump versionraveit652-1/+3
2017-03-13release 1.18.0v1.18.01.18raveit651-1/+1
2017-03-13update NEWS for 1.18.0raveit651-2/+5
2017-01-13Update caja-dropbox NEWS to use consistent, project wide, markdown-like ↵Martin Wimpress1-26/+14
formatting. This will make generating release announcements easier.
2016-12-10release 1.17.0v1.17.0monsta2-1/+6
2016-12-07build: require libcaja-extension 1.17.1 and GLib 2.36monsta1-2/+2
2016-12-06remove unused includesmonsta1-3/+0
2016-09-19release 1.16.0v1.16.01.16monsta2-3/+3
2016-09-01drop some checks and code regarding glib < 2.14monsta1-17/+1
2016-09-01drop some completely unused ancient codemonsta1-15/+0
2016-09-01drop code that's unused since gnome 2 daysmonsta3-10/+0
2016-06-12Bump version to 1.15.0v1.15.0Martin Wimpress2-1/+6
2016-04-08Release 1.14.0v1.14.01.14monsta1-1/+1
2016-04-08update NEWSmonsta1-1/+3
2016-04-08Fix Changelog generationmonsta1-12/+9
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+4
2015-11-031.12.0v1.12.01.12Clement Lefebvre1-1/+1
2015-10-30update NEWS for 1.12monsta1-1/+4
2015-10-06pre-bump version to 1.11.0raveit652-1/+4
2015-06-14adjust the default caja extensions dirMonsta1-1/+1
2015-06-12Include autogen.sh in tarballStefano Karapetsas1-1/+1
2015-05-05Bump version to 1.10.0caja-dropbox-1.10.0Stefano Karapetsas2-2/+2
2015-04-06Bump version to 1.9.90caja-dropbox-1.9.90Stefano Karapetsas2-2/+7
2015-03-25Merge pull request #19 from monsta/patch-1Stefano Karapetsas1-1/+1
use proper int type
2015-01-10Add caja extension ini fileinfirit3-0/+13
closes github issue #20
2015-01-08use proper int typemonsta1-1/+1
from https://github.com/dropbox/nautilus-dropbox/pull/1
2014-07-17docgen: Don't use stdin and stdoutinfirit2-12/+21
The encoding on stdin and stdout are usually ascii and may cause problems with writing unicode to it. Instead of this we open the file directly and avoid dealing with annoying unicode encode/decode errors.
2014-07-17Bump version to 1.8.0caja-dropbox-1.8.0Stefano Karapetsas2-2/+2
2014-07-17Update AUTHORSStefano Karapetsas1-0/+1
2014-07-17Update NEWSStefano Karapetsas1-1/+2
2014-07-17Merge pull request #15 from glensc/autostartStefano Karapetsas1-0/+3
setup autostart file after install
2014-07-17Merge pull request #14 from glensc/dl-fixesStefano Karapetsas1-101/+129
update download code from nautilus-dropbox-1.6.2
2014-07-17Merge pull request #12 from glensc/desktopStefano Karapetsas2-5/+5
desktop file fixes
2014-05-11Fix typo in Makefile.aminfirit1-1/+1