Jenkins for ownCloud [Sat, 21 Nov 2015 07:18:42 +0000 (02:18 -0500)]
[tx-robot] updated from transifex
Olivier Goffart [Fri, 20 Nov 2015 14:14:22 +0000 (15:14 +0100)]
owncloudcmd: Don't do a check that file are older than 2s (#4160)
This is required for the smashbox test to pass
Jenkins for ownCloud [Fri, 20 Nov 2015 07:18:48 +0000 (02:18 -0500)]
[tx-robot] updated from transifex
Klaas Freitag [Thu, 19 Nov 2015 15:00:22 +0000 (16:00 +0100)]
ActivityWidget: display if the server does not support acitivities.
If the server does not have the activities app enabled, it says so now.
Fix for #4163
Klaas Freitag [Thu, 19 Nov 2015 14:59:10 +0000 (15:59 +0100)]
NetworkJobs: JSON network job now reports OCS reply code.
The signal jsonReceived() now not only delivers the raw json string, but
also the status code that came as OCS reply.
Also, fixed a typo in the signals name (recieved => received).
Olivier Goffart [Thu, 19 Nov 2015 11:32:50 +0000 (12:32 +0100)]
ShareDialog: remove the "Premissions" label and adjust the size of the scrollarea (#3737)
Olivier Goffart [Thu, 19 Nov 2015 11:00:53 +0000 (12:00 +0100)]
ShareDialog: show an error if the sharing API is disabled (#4126)
Olivier Goffart [Thu, 19 Nov 2015 09:50:52 +0000 (10:50 +0100)]
Fix compilation warning
Olivier Goffart [Thu, 19 Nov 2015 09:50:21 +0000 (10:50 +0100)]
Sharing: document that the two Type enum are linked
Olivier Goffart [Thu, 19 Nov 2015 09:38:51 +0000 (10:38 +0100)]
ShareDialog: Keep default server permissions by default (#4152)
Jenkins for ownCloud [Thu, 19 Nov 2015 07:19:06 +0000 (02:19 -0500)]
[tx-robot] updated from transifex
Klaas Freitag [Thu, 19 Nov 2015 06:36:44 +0000 (07:36 +0100)]
Merge pull request #4162 from owncloud/phil-davis-patch-1
tagLastSuccessfullETagRequest comment wording
Jenkins for ownCloud [Thu, 19 Nov 2015 06:15:40 +0000 (01:15 -0500)]
[tx-robot] updated from transifex
Phil Davis [Thu, 19 Nov 2015 05:17:15 +0000 (11:02 +0545)]
tagLastSuccessfullETagRequest comment wording
Improve this to say what I think it means.
Klaas Freitag [Wed, 18 Nov 2015 16:00:19 +0000 (17:00 +0100)]
Merge git://github.com/NvanAdrichem/client into 2.1, pull #4060
Klaas Freitag [Wed, 18 Nov 2015 15:55:53 +0000 (16:55 +0100)]
Merge pull request #4159 from owncloud/fix_3490
csync updater: Handle file firewall reply codes correctly: Ignore the files.
Fixes #3490
Olivier Goffart [Wed, 18 Nov 2015 14:40:07 +0000 (15:40 +0100)]
FolderStatusModel: add hints for translators (#4158)
Olivier Goffart [Wed, 18 Nov 2015 14:29:16 +0000 (15:29 +0100)]
Activity Widget: Fix runtime warning
Fix the warning:
QLayout: Attempting to add QLayout "" to OCC::ActivitySettings "", which already has a layout
It was caused because one layout was created with the wrong parent
Klaas Freitag [Wed, 18 Nov 2015 14:28:03 +0000 (15:28 +0100)]
csync_update: refactor a bit and remove redundant code.
Klaas Freitag [Mon, 12 Oct 2015 15:10:01 +0000 (17:10 +0200)]
csync_update: Add missing comment about 403 forbidden handling.
Klaas Freitag [Mon, 12 Oct 2015 15:06:49 +0000 (17:06 +0200)]
SyncEngine: Handle 403 Forbidden properly.
A 403 is a reply code sent from the file firewall to indicate that
this directory is forbidden to use for the user.
The patch handles it by setting the state to IGNORED.
This addresses #3490
Markus Goetz [Wed, 18 Nov 2015 14:25:29 +0000 (15:25 +0100)]
Activity View: Update only if visible and when becoming visible #4083
Markus Goetz [Wed, 18 Nov 2015 13:50:43 +0000 (14:50 +0100)]
Connectivity: Also accept SyncEngine etag as received ETag
Avoids requests on startup.
For #3964
Klaas Freitag [Wed, 18 Nov 2015 13:43:41 +0000 (14:43 +0100)]
Merge remote-tracking branch 'origin/depclean' into 2.1
Conflicts:
cmake/modules/QtVersionAbstraction.cmake
Klaas Freitag [Wed, 18 Nov 2015 13:33:32 +0000 (14:33 +0100)]
Merge remote-tracking branch 'origin/patches_list' into 2.1
Markus Goetz [Wed, 18 Nov 2015 11:13:03 +0000 (12:13 +0100)]
Connectivity: Decrease debug logging
For #3964
Klaas Freitag [Tue, 20 Oct 2015 07:25:42 +0000 (09:25 +0200)]
Use the configuration value of remotePollInterval rather than hardcoded.
Klaas Freitag [Mon, 19 Oct 2015 09:50:26 +0000 (11:50 +0200)]
AccountState: Avoid ConnectionCheck if ETag job was just done.
This patch lets a successful etag job check mark a timestamp.
If next time a connection check is requested, it is checked if
the last ETag happened within the last 30 seconds and if so the
connection check can be checked.
This way we avoid half of the PROPFINDs if all goes well.
Klaas Freitag [Wed, 18 Nov 2015 08:58:09 +0000 (09:58 +0100)]
ShareDialog: Remove Qt4 incompatible property of QScrollView.
Klaas Freitag [Tue, 17 Nov 2015 17:07:26 +0000 (18:07 +0100)]
ActivityWidget: Make compile with Qt4
Daniel Molkentin [Wed, 18 Nov 2015 09:04:43 +0000 (10:04 +0100)]
Remove spacer that would constrain a vertical resize
Fixes #4157
Jenkins for ownCloud [Wed, 18 Nov 2015 07:18:50 +0000 (02:18 -0500)]
[tx-robot] updated from transifex
Klaas Freitag [Tue, 17 Nov 2015 14:05:54 +0000 (15:05 +0100)]
ActivityWidget: No progress indic. for non connected accounts.
Klaas Freitag [Tue, 17 Nov 2015 13:46:13 +0000 (14:46 +0100)]
ActivityWidget: Detect new items in the list to refetch the activities.
On refresh, remove the activity list object from the models list.
Klaas Freitag [Tue, 17 Nov 2015 13:44:48 +0000 (14:44 +0100)]
ActivityWidget: Always combine the final activity list.
In cases where the activity app is not activated on the server, the
returned list of activities is empty, so it is better this way.
Daniel Molkentin [Tue, 17 Nov 2015 11:57:31 +0000 (12:57 +0100)]
Merge remote-tracking branch 'origin/2.0'
Daniel Molkentin [Tue, 17 Nov 2015 11:55:41 +0000 (12:55 +0100)]
Documentation: Fix PDF logo, version number
Olivier Goffart [Tue, 17 Nov 2015 10:58:35 +0000 (11:58 +0100)]
ShareDialog: softer line separator (#3737)
Markus Goetz [Tue, 17 Nov 2015 10:53:49 +0000 (11:53 +0100)]
Activities: Fix on Mac #4083
Markus Goetz [Tue, 17 Nov 2015 10:02:15 +0000 (11:02 +0100)]
Connectivity: Improve log output
Markus Goetz [Tue, 17 Nov 2015 09:56:57 +0000 (10:56 +0100)]
QNAM: Use invalid configuration instead of default configuration
For #3969 and others.
Olivier Goffart [Tue, 17 Nov 2015 09:48:45 +0000 (10:48 +0100)]
gui: Fix some icons in highdpi
QIcon does not need to use Theme::hidpiFileName because QIcon takes care
of the @2x images
Olivier Goffart [Tue, 17 Nov 2015 09:40:45 +0000 (10:40 +0100)]
SharedDialog: Fix the delete icon on windows and mac (#3737)
Olivier Goffart [Tue, 17 Nov 2015 09:24:35 +0000 (10:24 +0100)]
ShareDialog: remove the search button (#3737)
Olivier Goffart [Tue, 17 Nov 2015 08:54:38 +0000 (09:54 +0100)]
ActivityWidget: fix compiler warnings
Jenkins for ownCloud [Tue, 17 Nov 2015 07:19:08 +0000 (02:19 -0500)]
[tx-robot] updated from transifex
Daniel Molkentin [Mon, 16 Nov 2015 17:34:52 +0000 (18:34 +0100)]
Add the set of currently used patches
Klaas Freitag [Mon, 16 Nov 2015 17:16:58 +0000 (18:16 +0100)]
Merge branch 'master' of github.com:owncloud/mirall
Klaas Freitag [Mon, 16 Nov 2015 17:08:25 +0000 (18:08 +0100)]
AcitivityWidget: Moved timespan-in-words method to utility.
Also added a second parameter, fixed plural translation and added
a less-than-a-minute-ago term.
Olivier Goffart [Mon, 16 Nov 2015 16:59:24 +0000 (17:59 +0100)]
ShareDialog: add a QScrollArea (issue #4125 )
Klaas Freitag [Mon, 16 Nov 2015 16:07:05 +0000 (17:07 +0100)]
General Settings page: Remove the add account button.
It is now in the toolbox on the account page.
Klaas Freitag [Mon, 16 Nov 2015 16:02:05 +0000 (17:02 +0100)]
Merge branch 'newactivity'
Klaas Freitag [Mon, 16 Nov 2015 15:44:52 +0000 (16:44 +0100)]
ActivityWidget: Show the subject in the Tooltip.
the original text might be elided.
Klaas Freitag [Mon, 16 Nov 2015 14:53:30 +0000 (15:53 +0100)]
Merge pull request #4139 from owncloud/account_toolbox
AccountSettings: Add a toolbox button for the account specific actions.
Klaas Freitag [Mon, 16 Nov 2015 14:50:32 +0000 (15:50 +0100)]
AccountSettings: Address jans suggestions in #4139
- Changed sequence of menu items
- lowercased entries
- removed the "Account" from entries, its in the toolbox button already
- added a little space between toolbox button label and the rectangle.
Klaas Freitag [Mon, 16 Nov 2015 14:38:08 +0000 (15:38 +0100)]
Added some documentation.
Klaas Freitag [Mon, 16 Nov 2015 14:31:24 +0000 (15:31 +0100)]
ActivityWidget: open local file in file manager if exists.
Olivier Goffart [Mon, 16 Nov 2015 13:18:01 +0000 (14:18 +0100)]
ShareDialog: fix auto completion to actualy auto complete
Klaas Freitag [Mon, 16 Nov 2015 14:07:02 +0000 (15:07 +0100)]
ActivityWidget: Show the local path in a tooltip.
Note that the activity has also entries of files that are not synced so
that not every activity entry has to have a local pendant.
Also, one activity entry can reference multiple files, so only the first
one is shown.
Klaas Freitag [Mon, 16 Nov 2015 14:04:59 +0000 (15:04 +0100)]
Folderman: Added method to find local files for a rel. server path.
Roeland Douma [Mon, 16 Nov 2015 12:36:00 +0000 (13:36 +0100)]
Merge pull request #4133 from owncloud/sharedialog_uit_improvements
[Sharedialog] Fix UI stuff
Jenkins for ownCloud [Mon, 16 Nov 2015 07:18:48 +0000 (02:18 -0500)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 14 Nov 2015 07:19:03 +0000 (02:19 -0500)]
[tx-robot] updated from transifex
Klaas Freitag [Fri, 13 Nov 2015 13:50:07 +0000 (14:50 +0100)]
AccountSettings: Add a toolbox button for the account specific actions.
Also move the 'Add Account' button from the General Tab, where it
is not properly found, to the new account toolbox.
Klaas Freitag [Fri, 13 Nov 2015 11:48:25 +0000 (12:48 +0100)]
ActivityDelegate: Gray out font if account is not connected.
This gives a visual indication of the account not being connected
and as a result maybe outdated activity data.
Roeland Jago Douma [Fri, 13 Nov 2015 10:03:51 +0000 (11:03 +0100)]
[Sharing] Delete animation when share is removed
Roeland Jago Douma [Fri, 13 Nov 2015 09:27:26 +0000 (10:27 +0100)]
[Sharedialog] Fix UI stuff
Implemented suggestions form
https://github.com/owncloud/client/issues/3737#issuecomment-
156036279
* Removed Shares text
* Permissions now next to username
* Simplified permissions by default
* Button to get more detailed permissions
Jenkins for ownCloud [Fri, 13 Nov 2015 07:19:01 +0000 (02:19 -0500)]
[tx-robot] updated from transifex
Klaas Freitag [Thu, 12 Nov 2015 16:52:00 +0000 (17:52 +0100)]
ActivityWidget: Take the account state (connected or not) in account.
Display the activity entries in a different mode if the account is not
longer connected.
Klaas Freitag [Thu, 12 Nov 2015 16:50:00 +0000 (17:50 +0100)]
AccountManager: new method to return AccountStatePtr from the name.
It uses the Account displayName to destinguish.
Klaas Freitag [Thu, 12 Nov 2015 14:39:07 +0000 (15:39 +0100)]
ActivityWidget: implement removeAccount.
Jenkins for ownCloud [Thu, 12 Nov 2015 07:19:14 +0000 (02:19 -0500)]
[tx-robot] updated from transifex
Klaas Freitag [Wed, 11 Nov 2015 16:26:50 +0000 (17:26 +0100)]
sync excludes: Add .directory files to be ignored
Klaas Freitag [Wed, 11 Nov 2015 14:24:02 +0000 (15:24 +0100)]
CMake version abstractions: Remove some dependencies.
That lets us get rid of the hard dependency on Qt tools which are
not easily available everywhere.
Markus Goetz [Wed, 11 Nov 2015 14:19:15 +0000 (15:19 +0100)]
NSIS: Include Qt bearer management DLLs #3969
Klaas Freitag [Wed, 11 Nov 2015 13:49:11 +0000 (14:49 +0100)]
GeneralSettings: Remove references to protocolwidget.
The ProtocolWidget is now the Activitytab Widget
Christian Kamm [Wed, 11 Nov 2015 13:35:56 +0000 (14:35 +0100)]
Tray tooltip: Use aliasGui #4096
Christian Kamm [Wed, 11 Nov 2015 12:28:20 +0000 (13:28 +0100)]
Sharing: Fix crash with share deletion #4111
The problem was that Share could be deleted *before*
the OcsShareJob itself finished. Since Share was the
parent of the network job, its object would be deleted
too early.
In general, it's unnecessary to assign parents to the OcsJobs
because they delete themselves when finished.
Christian Kamm [Wed, 11 Nov 2015 12:01:12 +0000 (13:01 +0100)]
Share dialog: Initialize expected expire date #4075
Christian Kamm [Wed, 11 Nov 2015 11:47:27 +0000 (12:47 +0100)]
Recent Activity: Don't reset for no reason #3889
Daniel Molkentin [Wed, 11 Nov 2015 10:51:33 +0000 (11:51 +0100)]
Forward-declare QModelIndex. Fixes Qt4 builds.
Christian Kamm [Wed, 11 Nov 2015 10:19:04 +0000 (11:19 +0100)]
Recent Activity: Filter metadata updates #3963
Christian Kamm [Wed, 11 Nov 2015 09:56:19 +0000 (10:56 +0100)]
FolderMan: Fix infinite wait on pause #4093
If a folder was paused while being the next item in the scheduling
queue, the whole scheduling could get stuck.
This also fixes the progress information of paused folders possibly
getting stuck.
Christian Kamm [Wed, 11 Nov 2015 08:41:44 +0000 (09:41 +0100)]
Fix OwnSql test
3993a7f636f0a06b71eb3cc97cdb7a9818c02221 added asserts for failing
prepare() calls
Christian Kamm [Wed, 11 Nov 2015 08:38:39 +0000 (09:38 +0100)]
Fix csync_exclude test
The exclude file was reorganized in
b6aa18bfbcbbb26442c6b250cb39ddc420545fc1
Christian Kamm [Wed, 11 Nov 2015 08:32:13 +0000 (09:32 +0100)]
SyncJournalFileRecord: Remove unused mode field
Daniel Molkentin [Wed, 11 Nov 2015 08:36:17 +0000 (09:36 +0100)]
Fix OS X compilation: use mode_t instead of __mode_t
Jenkins for ownCloud [Wed, 11 Nov 2015 07:19:02 +0000 (02:19 -0500)]
[tx-robot] updated from transifex
Klaas Freitag [Tue, 10 Nov 2015 17:10:58 +0000 (18:10 +0100)]
ActivityView: Add a progress indicator widget to indicate action.
Markus Goetz [Tue, 10 Nov 2015 15:12:34 +0000 (16:12 +0100)]
Merge pull request #4100 from mnutt/credentials-from-url
Populate account setup credentials from server URL
Klaas Freitag [Tue, 10 Nov 2015 14:12:35 +0000 (15:12 +0100)]
Activity: Unify the GUI, and reactivate copy to clipboard for all.
Christian Kamm [Tue, 10 Nov 2015 14:05:00 +0000 (15:05 +0100)]
Checksums: Treat more carefully in db #4034
In particular, preserve them on local rename or remote move.
Christian Kamm [Tue, 10 Nov 2015 13:26:25 +0000 (14:26 +0100)]
CleanupPollsJobs: Preserve more journal data
Christian Kamm [Tue, 10 Nov 2015 11:33:36 +0000 (12:33 +0100)]
Tray: Show settings dialog on click if it's not active
Before, you often had to click twice to bring the window
to the front, because the first click would close it.
Christian Kamm [Tue, 10 Nov 2015 11:20:08 +0000 (12:20 +0100)]
Settings: Show first account page on startup #4036
Christian Kamm [Tue, 10 Nov 2015 11:06:57 +0000 (12:06 +0100)]
Rename env variables to include unit #2939
Christian Kamm [Thu, 29 Oct 2015 13:10:11 +0000 (14:10 +0100)]
Reflect read-only permissions in filesystem #3244
Christian Kamm [Tue, 10 Nov 2015 09:06:14 +0000 (10:06 +0100)]
Silence warning by removing extra semicolon
Jenkins for ownCloud [Tue, 10 Nov 2015 07:19:10 +0000 (02:19 -0500)]
[tx-robot] updated from transifex
Michael Nutt [Mon, 9 Nov 2015 23:21:33 +0000 (18:21 -0500)]
SetupWizard: populate credentials from HTTP server URL
If a user enters a server URL in the form of
https://user:pass@example.com/, pre-populate the following credentials
page with those values.