Christian Kamm [Fri, 2 Oct 2015 13:44:50 +0000 (15:44 +0200)]
Merge branch '2.0'
Conflicts:
doc/images/menu.png
doc/images/settings_network.png
Christian Kamm [Fri, 2 Oct 2015 13:25:34 +0000 (15:25 +0200)]
Network errors: Use exception name, if message is empty #2718
Christian Kamm [Fri, 2 Oct 2015 13:17:19 +0000 (15:17 +0200)]
Remove dead code
no_recursive_propfind does not exist anymore.
Christian Kamm [Wed, 30 Sep 2015 13:34:50 +0000 (15:34 +0200)]
Propagation: Try another sync on 423 Locked #3387
(cherry picked from commit
24c41ed0da00b61e1bb761594147e463fabb7aa0)
Christian Kamm [Wed, 30 Sep 2015 12:00:53 +0000 (14:00 +0200)]
Propagation: Make 423 Locked a soft error #3387
(cherry picked from commit
20ea9015caede409f0159e09475b4b848f69e54c)
Christian Kamm [Fri, 2 Oct 2015 08:58:29 +0000 (10:58 +0200)]
Fix the Qt4 build.
Jenkins for ownCloud [Fri, 2 Oct 2015 06:19:01 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Christian Kamm [Thu, 1 Oct 2015 13:39:28 +0000 (15:39 +0200)]
Ignores: Sync after update #3876
Christian Kamm [Thu, 1 Oct 2015 13:00:33 +0000 (15:00 +0200)]
Checksums: Prepare 'supported checksums' capability #3735
It currently always returns the empty list and thus has no effect.
Christian Kamm [Wed, 30 Sep 2015 13:34:50 +0000 (15:34 +0200)]
Propagation: Try another sync on 423 Locked #3387
Christian Kamm [Thu, 1 Oct 2015 09:39:09 +0000 (11:39 +0200)]
Propagator: Download disk space checks #2939
* There's a critical 50 MB threshold under which syncs abort
(OWNCLOUD_CRITICAL_FREE_SPACE)
* The sync client always keeps 250 MB free
(OWNCLOUD_FREE_SPACE)
Christian Kamm [Wed, 30 Sep 2015 13:07:45 +0000 (15:07 +0200)]
Sync: An initial diskspace check #2939
* Before each sync, check that there are at least
250 MB of space available and abort otherwise.
* Can be overridden with OWNCLOUD_MIN_FREE_SPACE
Jenkins for ownCloud [Thu, 1 Oct 2015 06:18:59 +0000 (02:18 -0400)]
[tx-robot] updated from transifex
Christian Kamm [Wed, 30 Sep 2015 12:00:53 +0000 (14:00 +0200)]
Propagation: Make 423 Locked a soft error #3387
Christian Kamm [Wed, 30 Sep 2015 09:40:33 +0000 (11:40 +0200)]
Application: Fix crash on early shutdown #3898
Jenkins for ownCloud [Wed, 30 Sep 2015 06:19:15 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Klaas Freitag [Tue, 29 Sep 2015 15:00:06 +0000 (17:00 +0200)]
AccountSettings: Disable context menu of sync folders when not connected.
This is the second part to fix #3860
Klaas Freitag [Tue, 29 Sep 2015 07:29:59 +0000 (09:29 +0200)]
SetupWizard: Removed unused member variables.
Jenkins for ownCloud [Tue, 29 Sep 2015 06:19:10 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Markus Goetz [Mon, 28 Sep 2015 20:51:16 +0000 (22:51 +0200)]
Linux: Don't show settings dialog always when launched twice
For #3273 #3771 #3485
See also
d503221b2e22109eb9f2a3d875dcd247dd8b4cf9
RealRancor [Sun, 27 Sep 2015 18:19:06 +0000 (20:19 +0200)]
Fix registry key syntax in FAQ.
Daniel Molkentin [Sun, 27 Sep 2015 18:38:13 +0000 (20:38 +0200)]
Merge pull request #3892 from RealRancor/fix_faq
Fix registry key syntax in FAQ.
RealRancor [Sun, 27 Sep 2015 18:19:06 +0000 (20:19 +0200)]
Fix registry key syntax in FAQ.
Jenkins for ownCloud [Sat, 26 Sep 2015 06:19:01 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 26 Sep 2015 05:15:34 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Markus Goetz [Fri, 25 Sep 2015 22:24:51 +0000 (00:24 +0200)]
GUI: Change tray menu order #3657
Klaas Freitag [Fri, 25 Sep 2015 15:52:39 +0000 (17:52 +0200)]
Merge pull request #3884 from owncloud/fix_3860
AccountSettings: Do not allow to expand folder list when disconnected.
Klaas Freitag [Fri, 25 Sep 2015 15:36:41 +0000 (17:36 +0200)]
win32 vio: Add the OPEN_REPARSE_POINTS flag to the CreateFileW call.
Otherwise win32 api simply does not open reparse points at all,
such as junctions.
This will improve the user experience of #3813 as we now identify
the junctions as symlinks.... and ignore them properly.
Klaas Freitag [Fri, 25 Sep 2015 11:57:44 +0000 (13:57 +0200)]
AccountSettings: only expand root elements on single click.
Also, toggle expanding on single click for root elements.
Klaas Freitag [Fri, 25 Sep 2015 10:22:51 +0000 (12:22 +0200)]
AccountSettings: Do not allow to expand the folder list when disconnected.
This is supposed to fix #3860
Klaas Freitag [Thu, 24 Sep 2015 14:02:08 +0000 (16:02 +0200)]
Use application SHORT name for the name of the MacOSX pkg file.
THis is because of https://github.com/owncloud/ownbrander/issues/445
Jenkins for ownCloud [Wed, 23 Sep 2015 06:19:00 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 23 Sep 2015 05:15:36 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Carla Schroder [Tue, 22 Sep 2015 15:22:55 +0000 (08:22 -0700)]
Merge pull request #3868 from owncloud/moardocupdates
perty new screenies and updates
Jenkins for ownCloud [Tue, 22 Sep 2015 06:19:03 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Carla Schroder [Mon, 21 Sep 2015 17:19:49 +0000 (10:19 -0700)]
corrections
Jenkins for ownCloud [Mon, 21 Sep 2015 06:18:40 +0000 (02:18 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 20 Sep 2015 06:18:33 +0000 (02:18 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 19 Sep 2015 06:19:12 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Carla Schroder [Fri, 18 Sep 2015 21:36:00 +0000 (14:36 -0700)]
perty new screenies and updates
Carla Schroder [Fri, 18 Sep 2015 16:09:26 +0000 (09:09 -0700)]
Merge pull request #3866 from owncloud/fixpr
restore missing image to fix build failure of PR 3838
Carla Schroder [Fri, 18 Sep 2015 16:03:32 +0000 (09:03 -0700)]
restore missing image to fix build failure of PR 3838
Carla Schroder [Fri, 18 Sep 2015 15:09:11 +0000 (08:09 -0700)]
Merge pull request #3838 from owncloud/docfixes
move new features to introduction, fix missing images
Christian Kamm [Fri, 18 Sep 2015 12:34:01 +0000 (14:34 +0200)]
FolderMan: Fix for removing a syncing folder #3843
We can't schedule the next folder if we aren't notified that
the removed folder has finished syncing...
Christian Kamm [Fri, 18 Sep 2015 10:12:53 +0000 (12:12 +0200)]
ConnectionMethodDialog: Don't be insecure on close #3863
Christian Kamm [Fri, 18 Sep 2015 09:58:10 +0000 (11:58 +0200)]
Updater: Ensure folders are not removed #3747
Jenkins for ownCloud [Fri, 18 Sep 2015 06:19:38 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Carla Schroder [Fri, 18 Sep 2015 00:44:21 +0000 (17:44 -0700)]
remove ugly images
Carla Schroder [Fri, 18 Sep 2015 00:41:22 +0000 (17:41 -0700)]
nice new screenshots from windows pc
Daniel Molkentin [Thu, 17 Sep 2015 12:47:54 +0000 (14:47 +0200)]
Revert "NSIS: Try to ignore (invalid) errors from NSIS UAC"
This reverts commit
38eaf241fa98ec3cdcd56a1096a05232aeccdf23.
Christian Kamm [Thu, 17 Sep 2015 11:48:05 +0000 (13:48 +0200)]
Settings: Add debug output #3820
Daniel Molkentin [Thu, 17 Sep 2015 11:37:48 +0000 (13:37 +0200)]
NSIS: Try to ignore (invalid) errors from NSIS UAC
Christian Kamm [Thu, 17 Sep 2015 10:14:35 +0000 (12:14 +0200)]
Folder settings: Ensure path is cleaned #3811
Paths with a trailing backslash lead to a failing sync beforehand.
These paths can appear in some migration scenarios.
Christian Kamm [Thu, 17 Sep 2015 08:12:23 +0000 (10:12 +0200)]
Propagator: Simplify sub job finished counting #3844
Jenkins for ownCloud [Thu, 17 Sep 2015 06:19:04 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 17 Sep 2015 05:15:41 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Carla Schroder [Wed, 16 Sep 2015 16:45:50 +0000 (09:45 -0700)]
new screenshots and revised installation page
Markus Goetz [Wed, 16 Sep 2015 15:17:00 +0000 (11:17 -0400)]
Share dialog: Hide settings dialog before showing #3783
Markus Goetz [Wed, 16 Sep 2015 15:06:32 +0000 (11:06 -0400)]
UI: Only expand 1 level in folder list #3585
Jenkins for ownCloud [Wed, 16 Sep 2015 07:44:15 +0000 (03:44 -0400)]
[tx-robot] updated from transifex
Markus Goetz [Wed, 16 Sep 2015 01:08:27 +0000 (21:08 -0400)]
ConnectionValidator: Fix warning
Markus Goetz [Wed, 16 Sep 2015 01:07:04 +0000 (21:07 -0400)]
UI: Allow folder expanding from button click #3585
Markus Goetz [Wed, 16 Sep 2015 00:59:27 +0000 (20:59 -0400)]
UI: Expand folder treeview on single click #3585
Carla Schroder [Tue, 15 Sep 2015 23:34:45 +0000 (16:34 -0700)]
move new features to introduction, fix missing images
Daniel Molkentin [Mon, 14 Sep 2015 12:06:56 +0000 (14:06 +0200)]
Merge pull request #3810 from owncloud/phil-davis-remove-all
Remove all files text edit
Daniel Molkentin [Mon, 14 Sep 2015 12:05:39 +0000 (14:05 +0200)]
Merge pull request #3806 from owncloud/phil-davis-sync-remove
Adjust message box text for sync removal
Daniel Molkentin [Mon, 14 Sep 2015 11:57:40 +0000 (13:57 +0200)]
SyncEngine: fix typo
Jenkins for ownCloud [Mon, 14 Sep 2015 06:19:02 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 14 Sep 2015 05:15:35 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Markus Goetz [Sun, 13 Sep 2015 22:46:55 +0000 (00:46 +0200)]
Merge pull request #3818 from owncloud/phil-davis-patch-1
OCUpdater description text
Jenkins for ownCloud [Sun, 13 Sep 2015 06:19:13 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 13 Sep 2015 05:15:38 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Markus Goetz [Sun, 13 Sep 2015 00:57:49 +0000 (20:57 -0400)]
ConnectioNValidator: Fix redundant error message
For #3794
Jenkins for ownCloud [Sat, 12 Sep 2015 06:19:07 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 12 Sep 2015 05:15:36 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Phil Davis [Sat, 12 Sep 2015 01:40:59 +0000 (07:25 +0545)]
OCUpdater decription text
Make it say something understandable. Looking at previous versions with git blame, the word "not" fits here.
Klaas Freitag [Fri, 11 Sep 2015 16:12:24 +0000 (18:12 +0200)]
csync_update: Handle error if current_fs is zero.
Jenkins for ownCloud [Fri, 11 Sep 2015 13:32:57 +0000 (09:32 -0400)]
[tx-robot] updated from transifex
Daniel Molkentin [Fri, 11 Sep 2015 13:30:33 +0000 (15:30 +0200)]
NSIS: all strings must use $\r$\n rather than \r\n
Part of fix for #3519
Daniel Molkentin [Fri, 11 Sep 2015 11:48:33 +0000 (13:48 +0200)]
Add changes theme.qrc
Those were supposed to go in in an earlier commit
Daniel Molkentin [Fri, 11 Sep 2015 12:44:42 +0000 (14:44 +0200)]
Merge pull request #3807 from owncloud/phil-davis-remove-account
Adjust message box text for account removal
Daniel Molkentin [Fri, 11 Sep 2015 11:45:57 +0000 (13:45 +0200)]
Run optipng on existing non-mono state icons
Daniel Molkentin [Fri, 11 Sep 2015 11:44:53 +0000 (13:44 +0200)]
Add complete list of monochrome state icons
This tries to address #3069
Phil Davis [Fri, 11 Sep 2015 09:19:53 +0000 (15:04 +0545)]
Remove all files text edit
Jenkins for ownCloud [Fri, 11 Sep 2015 06:19:09 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 11 Sep 2015 05:15:36 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Phil Davis [Fri, 11 Sep 2015 03:01:53 +0000 (08:46 +0545)]
Adjust message box text for account removal
Since the context menu text was changed to "Remove Account" it seems sensible to also change the title of this message box to match.
https://github.com/owncloud/client/issues/3793
Phil Davis [Fri, 11 Sep 2015 02:57:02 +0000 (08:42 +0545)]
Adjust message box text for sync removal
Since the context menu text was changed to "Remove Sync" it seems sensible to also change the title of this message box to match.
https://github.com/owncloud/client/issues/3745
Markus Goetz [Thu, 10 Sep 2015 23:26:27 +0000 (19:26 -0400)]
Account: Also display non-standard port in tray menu
For #3658
Markus Goetz [Thu, 10 Sep 2015 23:08:29 +0000 (01:08 +0200)]
Merge pull request #3803 from owncloud/phil-davis-logout
Adjust log out description
Jocelyn Turcotte [Thu, 10 Sep 2015 16:31:20 +0000 (18:31 +0200)]
Merge pull request #3799 from phil-davis/srcstuff
Minor shell integration typos
Phil Davis [Thu, 10 Sep 2015 16:27:24 +0000 (22:12 +0545)]
Adjust log out description
Note: This whole doc needs review and updating of text and screen shots for 2.0 multi-account client.
Klaas Freitag [Thu, 10 Sep 2015 15:44:46 +0000 (17:44 +0200)]
Merge pull request #3802 from owncloud/alt_webdav_url2
Branding option: Alternative WebDAV URL
Klaas Freitag [Thu, 10 Sep 2015 15:44:20 +0000 (17:44 +0200)]
Account: Fixed typo in comment.
Klaas Freitag [Thu, 10 Sep 2015 15:31:44 +0000 (17:31 +0200)]
Utility: Fix the size display back to JEDEC standard.
Also updated the test.
Klaas Freitag [Thu, 10 Sep 2015 15:16:22 +0000 (17:16 +0200)]
GUI: Replace term "sign in" with "Log in" and friends.
Also with doc changes.
Daniel Molkentin [Thu, 10 Sep 2015 15:04:52 +0000 (17:04 +0200)]
Merge pull request #3801 from phil-davis/src2
Minor typos in client test section
Klaas Freitag [Thu, 10 Sep 2015 14:03:22 +0000 (16:03 +0200)]
SetupPage: Fix crash caused by uninitialized Account object.
Since the webdav path is read from account now, it needs to be
initialized first thing.
Klaas Freitag [Thu, 10 Sep 2015 13:39:37 +0000 (15:39 +0200)]
Always use the webdav path from the Account object.
The Account object has the themed webdav path if it is branded.
Klaas Freitag [Thu, 10 Sep 2015 13:38:40 +0000 (15:38 +0200)]
Account: Make sure that davPath() always comes with trailing slash.