Klaas Freitag
41614ec851
Application: ifdef lock file issue as it only happens on Qt>5.1
...
However, the fix breaks Qt4 compile, so it needs to be ifdefed.
Not viel hilft viel.
2015-05-11 13:35:04 +02:00
Jenkins for ownCloud
4d3a0ed250
[tx-robot] updated from transifex
2015-05-11 02:18:44 -04:00
Jenkins for ownCloud
cac15988f0
[tx-robot] updated from transifex
2015-05-10 02:18:49 -04:00
Jenkins for ownCloud
1e131f4732
[tx-robot] updated from transifex
2015-05-09 02:18:53 -04:00
Markus Goetz
22c35c4d15
Propagator: Limit length of temporary file name #2789
2015-05-08 16:42:03 +02:00
Christian Kamm
9507bb4be6
ShareDialog: Password ui fixes. #3189
...
* Change the textedit-empty text to be just "Password"
* Hide the 'Copy link' button when the share isn't created yet
* Show the checked and disabled 'Password required' checkbox
when a password is required.
2015-05-08 14:53:38 +02:00
Christian Kamm
e1c370a9a2
Fix startup hang by removing QSettings lock file. #3175
...
In some situations the .lock file would stay around and
cause subsequent starts of the client to get stuck before
showing the ui.
2015-05-08 14:02:44 +02:00
Christian Kamm
b9eafaaf24
Wizard: Allow SSL cert dialog to show twice. #3168
...
Normally we never ask twice for the same url, but in the setup wizard
it makes sense to do so.
2015-05-08 12:32:14 +02:00
Christian Kamm
909368025f
ProtocolWidget: Fix rename message. #3210
...
For remote renames that are replicated locally the _file member is
overwritten by the target file name when the new entry is added to
the metadata table. Using _originalFile here guarantees that
the affected local file is mentioned.
2015-05-08 11:33:34 +02:00
Jenkins for ownCloud
15bfa46023
[tx-robot] updated from transifex
2015-05-08 02:18:56 -04:00
Markus Goetz
0359c775e0
Discovery: Test better, treat invalid hrefs as error #3176
2015-05-07 17:19:48 +02:00
Jocelyn Turcotte
1053153ec4
Fix the Qt4 build
...
Following a6500d8068
Qt4's moc doesn't expand macros and wouldn't evaluate QT_VERSION_CHECK.
2015-05-07 14:49:01 +02:00
Christian Kamm
79ac61684c
Propagator: Overwrite local data only if unchanged. #3156
2015-05-07 14:43:33 +02:00
Christian Kamm
441eca86c4
ShareDialog: Improve error reporting for share API fails.
...
This would have made debugging #3204 and #3136 easier.
2015-05-07 14:16:13 +02:00
Markus Goetz
f07d3d069e
Updater on OS X: Only allow if in /Applications #2931
2015-05-07 13:04:25 +02:00
Markus Goetz
e300e3c744
Wizard: Fix lock icon #1447
2015-05-07 13:04:25 +02:00
Klaas Freitag
b9df8290c9
Merge pull request #3208 from owncloud/dev/gcc5
...
Compile with GCC 5 - thanks for the pr
2015-05-07 09:52:36 +02:00
Christian Kamm
73e2254a80
AccountState: Treat *any* 503 as a temporary error. #3113
2015-05-07 09:21:52 +02:00
Jenkins for ownCloud
352c2957b2
[tx-robot] updated from transifex
2015-05-07 02:18:55 -04:00
Hefee
23b6426dfa
Compile with GCC 5
...
this fixes the error and makes complete oCC compile with GCC 5.
error: ISO C does not support '__FUNCTION__' predefined identifier
[-Wpedantic]
According to the porting guide:
The fix is either to use the standard predefined identifier __func__
(since C99), or to use the __extension__ keyword.
2015-05-07 01:15:55 +02:00
Jocelyn Turcotte
9ef8658122
shell_integration on OSX: Avoid too many RETRIEVE_FILE_STATUS following UPDATE_VIEW #3122
...
Do not request the status of all entries in the cache. Instead force Finder
to request the ones that it deems necessary by keeping the old statuses
in a separate dictionary which are only used while the new status arrives.
2015-05-06 16:56:50 +02:00
Jocelyn Turcotte
0a67719f2f
shell_integration on OSX: Do not fill the cache with unsolicited statuses #3122
2015-05-06 16:56:50 +02:00
Jocelyn Turcotte
04d820f9cf
shell_integration on OSX: Remove dead code
...
removeIcons isn't called and clearFileNameCacheForPath was always
called with a "nil" path.
Remove the return value of askForIcon which was always 0, and use
that value explicitly at the only call site.
Remove the "-1" code path in iconByPath since setIcons prevents
-1 from getting into _fileNamesCache in all cases.
2015-05-06 16:56:50 +02:00
Jocelyn Turcotte
931dd59844
Don't hardcode the source directory in deploy.sh
2015-05-06 16:56:50 +02:00
Jocelyn Turcotte
a6500d8068
Work around the Qt PUT corruption bug with Qt < 5.4.2 #2425
...
Since QNonContiguousByteDeviceThreadForwardImpl::reset will
call UploadDevice::reset with a BlockingQueuedConnection, this
allows us to reset the HTTP channel along with its buffers
before they get the chance to be reused with a subsequent request.
2015-05-06 16:56:50 +02:00
Jocelyn Turcotte
0d5d2c578d
shell_integration on Windows: Avoid too many RETRIEVE_FILE_STATUS following UPDATE_VIEW #3122
...
Do not request the status of all entries in the cache. Instead force
explorer to request the ones that it deems necessary by keeping the old
statuses in a separate dictionary which are only used while the new status
arrives.
2015-05-06 16:48:34 +02:00
Jocelyn Turcotte
77679790db
shell_integration on Windows: Don't fill the cache with unsolicited statuses #3122
...
Only keep the status updates if explorer is going to display it.
2015-05-06 16:48:33 +02:00
Klaas Freitag
ee71024496
Changelog: Clearify changelog entries.
2015-05-06 11:43:58 +02:00
Daniel Molkentin
b1f326054f
Update Changelog
2015-05-06 11:25:04 +02:00
Daniel Molkentin
bceb40ed80
Disable setSslConfiguration calls for older Qt version
...
This is only required for client certs, which currently have
no GUI anyway and are experimental.
2015-05-06 11:20:16 +02:00
Daniel Molkentin
fd684eda52
1.8.1 final
2015-05-06 10:51:11 +02:00
Christian Kamm
9e3c3353bd
IgnoreListEditor: Remove invalid connect. #3201
...
This has been around ever since the ignore editor was
added and the slot never existed.
2015-05-06 09:34:45 +02:00
Markus Goetz
07ffff3d77
SyncEngine: Fix accidental re-discovery because of broken version table
...
Bug had been triggered by d63abef718
Broken version table in there since some time it seems like.
2015-05-05 17:07:13 +02:00
Jenkins for ownCloud
9b34427a1c
[tx-robot] updated from transifex
2015-05-05 02:18:50 -04:00
Daniel Molkentin
5fba476076
1.8.0 RC2
2015-05-04 13:43:56 +02:00
Klaas Freitag
d63abef718
SyncEngine: Handle upgrade case from 1.8.0
...
If 1.8.0 caused missing data in the local tree, this patch gets it
back. For that, the usage of the journal for remote repository is
disabled at the first start.
2015-05-04 13:40:25 +02:00
Jenkins for ownCloud
cdba8a7f2f
[tx-robot] updated from transifex
2015-05-04 02:18:49 -04:00
Jenkins for ownCloud
21967a130b
[tx-robot] updated from transifex
2015-05-03 02:18:47 -04:00
Jenkins for ownCloud
08e78d5d6f
[tx-robot] updated from transifex
2015-05-02 02:18:47 -04:00
Jenkins for ownCloud
fe68e1e82c
[tx-robot] updated from transifex
2015-05-01 02:18:22 -04:00
Jenkins for ownCloud
25ac3bfdb7
[tx-robot] updated from transifex
2015-04-30 03:27:54 -04:00
Markus Goetz
4700c604b1
Proxy: Register meta type #3170
2015-04-29 14:54:08 +02:00
Jenkins for ownCloud
356fa737c5
[tx-robot] updated from transifex
2015-04-29 02:18:49 -04:00
Klaas Freitag
520e2eb392
Updated version tag rc1
2015-04-27 11:58:56 +02:00
Klaas Freitag
e0d2bd4830
Updated changelog for 1.8.1
2015-04-27 11:58:18 +02:00
Jenkins for ownCloud
1dc05f99bf
[tx-robot] updated from transifex
2015-04-27 02:18:46 -04:00
Jenkins for ownCloud
b2b176bcd0
[tx-robot] updated from transifex
2015-04-26 02:18:48 -04:00
Jenkins for ownCloud
fde5ccd0df
[tx-robot] updated from transifex
2015-04-25 02:18:46 -04:00
Carla Schroder
d1fe25cc31
Update owncloudcmd.rst
2015-04-24 11:44:38 -07:00
Carla Schroder
60c18f75b5
update owncloud and owncloudcmd docs
...
Conflicts:
doc/owncloudcmd.rst
2015-04-24 11:42:10 -07:00