Christian Kamm [Thu, 3 Sep 2015 04:23:19 +0000 (06:23 +0200)]
AccountSettings: Restore from legacy only once #3565
And also introduce a Accounts/version int at the same time. That
may make future account settings migrations easier to manage.
Jenkins for ownCloud [Fri, 4 Sep 2015 06:19:10 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Olivier Goffart [Thu, 3 Sep 2015 14:14:14 +0000 (16:14 +0200)]
SSL Certificate Error Dialog: show account name #3729
Change the wording of the certificate error dialog to include the
account URL and be a bit more accurate.
(Do not mention "SSL" in user facing messages)
Olivier Goffart [Thu, 3 Sep 2015 09:18:02 +0000 (11:18 +0200)]
Doc for owncloudcmd: we only use the config of the gui client for the crendential #3293
Jenkins for ownCloud [Thu, 3 Sep 2015 06:19:02 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Christian Kamm [Thu, 3 Sep 2015 04:14:49 +0000 (06:14 +0200)]
Settings: Allow adding at least one account #3721
We always show the 'Add Account' button when no account exists,
even When the 'singleAccount' option is enabled.
Olivier Goffart [Wed, 2 Sep 2015 14:05:58 +0000 (16:05 +0200)]
FolderDefinition: Escape the alias of a folder before writing to the config
Issue #3707
Christian Kamm [Wed, 2 Sep 2015 09:10:01 +0000 (11:10 +0200)]
Tray: Clicks work even with Qt 5.5.0 workaround #3722
Olivier Goffart [Wed, 2 Sep 2015 13:19:34 +0000 (15:19 +0200)]
PropagateLocalRemove: remove entries from the DB even if there was an error.
Previously, in case of an error while deleting a directory, we would not
remove the entries from the local db, despite most of the files would
be deleted.
Which means that if the files re-appear on the server with the same etag,
we would think the file were deleted from the client and propagate the change.
In 1.8.0 we had this bug that we would not see some directory in the server in
some cases. This would lead us to delete the file on the client. Normaly the
files are deleted from the local database and next sync would re-download the files.
But in the cases where there was an error deleting one of the file (for example
if it was locked) we would then propagate the delete to the server.
Fix this by always deleting from the database the files that we deleted.
Issue #3206
Jenkins for ownCloud [Wed, 2 Sep 2015 11:09:38 +0000 (07:09 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 1 Sep 2015 18:04:35 +0000 (14:04 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 1 Sep 2015 17:02:24 +0000 (13:02 -0400)]
[tx-robot] updated from transifex
Olivier Goffart [Tue, 1 Sep 2015 15:02:23 +0000 (17:02 +0200)]
Remove the accountmigrator.cpp It is not used
This was used to convert the config from the community client to
the branded client. But we don't need this feature anymore
https://github.com/owncloud/client/issues/3515#issuecomment-
133394443
Jocelyn Turcotte [Sat, 29 Aug 2015 11:04:10 +0000 (13:04 +0200)]
Don't show a sync success status toolip when signed out
Olivier Goffart [Tue, 1 Sep 2015 09:39:55 +0000 (11:39 +0200)]
AccountSettings: Fix coverity warning
FolderMan::folder might return null
Olivier Goffart [Tue, 1 Sep 2015 09:37:47 +0000 (11:37 +0200)]
AccountSettings: remove unused member
Fix a coverity warning
Olivier Goffart [Tue, 1 Sep 2015 09:32:59 +0000 (11:32 +0200)]
Settings dialog: remove the close button #3713
Olivier Goffart [Tue, 1 Sep 2015 09:29:37 +0000 (11:29 +0200)]
Tray notification: Don't show a message about modified folder #3613
Jocelyn Turcotte [Mon, 31 Aug 2015 15:23:15 +0000 (17:23 +0200)]
Fix the Windows build
Use an iterator variable declared outside of the loop condition
expression.
MinGW doesn't support C99 very easily and it's easier to keep
our C code C89 compliant.
Daniel Molkentin [Mon, 31 Aug 2015 14:50:07 +0000 (16:50 +0200)]
Bump 2.0 brancht to 2.0.2 after creation of 2.0.1 branch
Jocelyn Turcotte [Sun, 30 Aug 2015 13:57:33 +0000 (15:57 +0200)]
Move the progress bar to the right of the quota label
Also change the label to show the free space and show
the used and total space only on a tooltip of the bar.
Related to #3644
Markus Goetz [Mon, 31 Aug 2015 09:31:20 +0000 (11:31 +0200)]
Desktop file: Add X-GNOME-Autostart-Delay #3686 #1739
Carla Schroder [Mon, 31 Aug 2015 09:12:47 +0000 (11:12 +0200)]
more typos
Carla Schroder [Mon, 31 Aug 2015 09:03:14 +0000 (11:03 +0200)]
typo correction
Carla Schroder [Mon, 31 Aug 2015 08:48:43 +0000 (10:48 +0200)]
typo corrections, cross-refs
Olivier Goffart [Mon, 31 Aug 2015 08:12:45 +0000 (10:12 +0200)]
FolderStatusModel: add a function to get a QModelIndex from the path
Will be usefull to solve #3704
Jenkins for ownCloud [Mon, 31 Aug 2015 06:19:06 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jocelyn Turcotte [Sun, 30 Aug 2015 15:55:32 +0000 (17:55 +0200)]
Merge pull request #3709 from owncloud/fix/mac
Fix/mac
Felix Böhm [Sun, 30 Aug 2015 15:51:43 +0000 (17:51 +0200)]
Fix qtmacgoodies submodule
* was broken by
514372db6b0fffae226d7dd43e738ced1b7fa35b
Felix Böhm [Sun, 30 Aug 2015 15:41:51 +0000 (17:41 +0200)]
update documentation link to build for version 2.0
Olivier Goffart [Sun, 30 Aug 2015 13:20:35 +0000 (15:20 +0200)]
Account Settings: rework the toolbar
Modifications ask by Jan:
- Elide the label in the actions
- Minimum sizes for the actions
- No separatcions between the accounts
Issue #3516
Jenkins for ownCloud [Sun, 30 Aug 2015 06:19:04 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Olivier Goffart [Sat, 29 Aug 2015 16:49:10 +0000 (18:49 +0200)]
AccountWizard: fix when the theme specify a override URL #3699
Carla Schroder [Sat, 29 Aug 2015 15:08:03 +0000 (17:08 +0200)]
Merge pull request #3702 from owncloud/updates2-0
updates for 2.0 release
carla schroder [Sat, 29 Aug 2015 14:26:48 +0000 (16:26 +0200)]
updates for 2.0 release
Jenkins for ownCloud [Sat, 29 Aug 2015 06:19:05 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jocelyn Turcotte [Fri, 28 Aug 2015 13:51:11 +0000 (15:51 +0200)]
Tweak the settings UI
- Move the cancel and apply buttons side by side
- Hide the notification label when empty
- Clamp elements at the top together a bit
Jocelyn Turcotte [Fri, 28 Aug 2015 10:14:56 +0000 (12:14 +0200)]
Don't disable the selective sync cancel button
This makes its interaction more consistent versus other
kinds of dialogs or versus when the selective sync config
has been changed or not.
Jenkins for ownCloud [Fri, 28 Aug 2015 06:19:15 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 28 Aug 2015 05:15:38 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 27 Aug 2015 06:19:42 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 26 Aug 2015 06:19:06 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Klaas Freitag [Tue, 25 Aug 2015 08:24:52 +0000 (10:24 +0200)]
Push version on to 2.0.1 git
Christian Kamm [Tue, 25 Aug 2015 07:46:03 +0000 (09:46 +0200)]
Tray: Hide while modifying menus #3656 #3672
This may help workaround the dbus tray issue in Qt 5.5.0.
Jenkins for ownCloud [Tue, 25 Aug 2015 06:19:17 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Christian Kamm [Fri, 21 Aug 2015 09:46:38 +0000 (11:46 +0200)]
AddFolder: Improve remote path selection error handling #3573
Christian Kamm [Mon, 24 Aug 2015 09:09:34 +0000 (11:09 +0200)]
csync_excluded: Another speedup #3638
Build a list of path components outside of the exclude pattern loop.
Christian Kamm [Mon, 24 Aug 2015 07:47:33 +0000 (09:47 +0200)]
csync_update: Use excluded_traversal() to improve performance #3638
Christian Kamm [Mon, 24 Aug 2015 07:44:54 +0000 (09:44 +0200)]
csync_excluded: Add fast _traversal() function #3638
This function only checks the full path and the basename and is thus
around 7x faster. It is very useful in a csync_update context where
we know that the leading dirs have already been checked for exclusion.
Christian Kamm [Fri, 21 Aug 2015 12:20:27 +0000 (14:20 +0200)]
csync_exclude: Speed up siginificantly #3638
The performance test indicates a speedup of around 3x for paths
with around 12 components.
Christian Kamm [Wed, 19 Aug 2015 13:16:09 +0000 (15:16 +0200)]
AccountSettings: Adjust quota info design #3644 #3651
Christian Kamm [Fri, 21 Aug 2015 09:01:01 +0000 (11:01 +0200)]
Adjust buttons on remove folder/account questions #3654
Klaas Freitag [Mon, 24 Aug 2015 12:23:32 +0000 (14:23 +0200)]
Bump version to 2.0.0 final, some Changlog addings
Christian Kamm [Mon, 24 Aug 2015 11:56:10 +0000 (13:56 +0200)]
Utility: Fix constants for 32-bit arch #3670
Christian Kamm [Mon, 24 Aug 2015 10:52:41 +0000 (12:52 +0200)]
Theme: Fix wizardSelectiveSyncDefaultNothing #3671
Jenkins for ownCloud [Mon, 24 Aug 2015 06:19:03 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 23 Aug 2015 06:19:02 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 22 Aug 2015 06:19:05 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Klaas Freitag [Fri, 21 Aug 2015 13:59:27 +0000 (15:59 +0200)]
Bump version to rc2
Christian Kamm [Fri, 21 Aug 2015 07:41:24 +0000 (09:41 +0200)]
Systray: Workaround for issue with Qt 5.5.0 #3656
Jenkins for ownCloud [Fri, 21 Aug 2015 06:19:05 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Christian Kamm [Thu, 20 Aug 2015 11:25:19 +0000 (13:25 +0200)]
AccountSettings: Fix margins on 'Add folder' button #3650
Christian Kamm [Thu, 20 Aug 2015 09:57:44 +0000 (11:57 +0200)]
SettingsDialog: Fix typo in showFirstPage()
Jenkins for ownCloud [Thu, 20 Aug 2015 06:19:09 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Olivier Goffart [Wed, 19 Aug 2015 15:59:39 +0000 (17:59 +0200)]
Account Settings: Hide the add folder button when Theme::singleSyncFolder is set
Christian Kamm [Wed, 19 Aug 2015 14:15:30 +0000 (16:15 +0200)]
FolderStatusDelegate: Add margin to button #3650
Christian Kamm [Wed, 19 Aug 2015 13:55:29 +0000 (15:55 +0200)]
Another account deletion wording update #3649
Christian Kamm [Wed, 19 Aug 2015 13:51:48 +0000 (15:51 +0200)]
SettingsDialog: Activate the first page on startup
Christian Kamm [Wed, 19 Aug 2015 13:05:30 +0000 (15:05 +0200)]
FolderStatusModel: Undo accidental debug change
Christian Kamm [Wed, 19 Aug 2015 13:04:39 +0000 (15:04 +0200)]
FolderStatusModel: Fix typo in error message #3524
Christian Kamm [Wed, 19 Aug 2015 13:02:08 +0000 (15:02 +0200)]
FolderStatusModel: No italic text #3524
Christian Kamm [Wed, 19 Aug 2015 08:59:34 +0000 (10:59 +0200)]
Adjust wording of delete account/folder message #3643
Jenkins for ownCloud [Wed, 19 Aug 2015 06:19:12 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Olivier Goffart [Tue, 18 Aug 2015 11:21:02 +0000 (13:21 +0200)]
Folder Model: add an error item when one cannot fetch the list of folders #3524
Olivier Goffart [Tue, 18 Aug 2015 10:25:55 +0000 (12:25 +0200)]
Selective Sync dialog: add the quota-used-bytes to the request
Mentioned in https://github.com/owncloud/client/issues/3524#issuecomment-
132144532
Daniel Molkentin [Tue, 18 Aug 2015 09:53:57 +0000 (11:53 +0200)]
doc: Update Windows build instructions
Individual IT Services [Wed, 12 Aug 2015 16:03:04 +0000 (21:48 +0545)]
checking if file or folder is to be shared to fix issue #3556
Daniel Molkentin [Tue, 18 Aug 2015 09:13:46 +0000 (11:13 +0200)]
Merge pull request #3623 from owncloud/phil-davis-conffile-20
Conffile doc typo 2.0
Daniel Molkentin [Tue, 18 Aug 2015 09:13:26 +0000 (11:13 +0200)]
Merge pull request #3628 from owncloud/phil-davis-FAQ-20
FAQ Doc typo 2.0
Daniel Molkentin [Tue, 18 Aug 2015 09:13:17 +0000 (11:13 +0200)]
Merge pull request #3627 from owncloud/phil-davis-troubleshooting-20
Troubleshooting Doc minor typos 2.0
Daniel Molkentin [Tue, 18 Aug 2015 09:10:54 +0000 (11:10 +0200)]
Merge pull request #3626 from owncloud/phil-davis-architecture-20
Architecture Doc typos and formatting 2.0
Daniel Molkentin [Tue, 18 Aug 2015 09:10:38 +0000 (11:10 +0200)]
Merge pull request #3625 from owncloud/phil-davis-building-20
Building Doc minor corrections 2.0
Daniel Molkentin [Tue, 18 Aug 2015 09:10:35 +0000 (11:10 +0200)]
Merge pull request #3624 from owncloud/phil-davis-autoupdate-20
Autoupdate Doc bullet point rendering 2.0
Daniel Molkentin [Tue, 18 Aug 2015 09:10:29 +0000 (11:10 +0200)]
Merge pull request #3622 from owncloud/phil-davis-navigating-20
Navigating doc typos 2.0
Daniel Molkentin [Tue, 18 Aug 2015 09:10:04 +0000 (11:10 +0200)]
Merge pull request #3621 from owncloud/phil-davis-installing-20
Installing doc typo 2.0
Markus Goetz [Tue, 18 Aug 2015 09:03:10 +0000 (11:03 +0200)]
Exclude file: Add syncform files #3640
Jenkins for ownCloud [Tue, 18 Aug 2015 06:19:12 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 18 Aug 2015 05:15:36 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Olivier Goffart [Mon, 17 Aug 2015 10:46:24 +0000 (12:46 +0200)]
FolderModel: Refresh the tree when new folder are added or removed. #3570
Markus Goetz [Mon, 17 Aug 2015 10:38:04 +0000 (12:38 +0200)]
Settings dialog: Move more common hostname prefixes in toolbar
For #3577
Olivier Goffart [Mon, 17 Aug 2015 09:54:01 +0000 (11:54 +0200)]
Folder Wizard: always make an alias that does not conflict with anything
Olivier Goffart [Mon, 17 Aug 2015 09:39:45 +0000 (11:39 +0200)]
Show a shortened version of the path in the account settings and activity
Issue #3576, #3567
Jenkins for ownCloud [Mon, 17 Aug 2015 06:18:50 +0000 (02:18 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 17 Aug 2015 05:15:27 +0000 (01:15 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 16 Aug 2015 06:18:46 +0000 (02:18 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 15 Aug 2015 06:19:01 +0000 (02:19 -0400)]
[tx-robot] updated from transifex
Daniel Molkentin [Sat, 15 Aug 2015 00:56:30 +0000 (02:56 +0200)]
No beta note in nightly builds
Olivier Goffart [Fri, 14 Aug 2015 12:21:40 +0000 (14:21 +0200)]
Fix build with old cmake
DIRECOTRY is new in 2.8.12.
Uses PATH instead
Phil Davis [Fri, 14 Aug 2015 12:03:37 +0000 (17:48 +0545)]
FAQ Doc typo
Phil Davis [Fri, 14 Aug 2015 12:01:42 +0000 (17:46 +0545)]
Troubleshooting Doc minor typos 2.0