Daniel Molkentin
bef180a7bc
Remove UTF-8 BOM, confuses old GCCs
2013-12-13 20:27:08 +01:00
Mr. Jenkins
b892a18eef
[tx-robot] updated from transifex
2013-12-13 13:42:47 -05:00
Daniel Molkentin
58035a2f4a
Final version
2013-12-12 18:20:45 +01:00
Daniel Molkentin
99a4de6741
Add ChangeLog
2013-12-12 18:01:03 +01:00
Klaas Freitag
612b099b77
Added changelog, bumped version to 0.91.4
2013-12-12 17:43:10 +01:00
Daniel Molkentin
9010e1015e
Better fix for override urls
2013-12-12 17:17:07 +01:00
Klaas Freitag
9bf15178f9
Fix button states in account widget
2013-12-12 16:38:45 +01:00
Daniel Molkentin
5b2c734fe5
Respect the override URL properly
2013-12-12 16:20:01 +01:00
Klaas Freitag
bc5f7d899a
Save and restore activity view state.
...
Fixes bug #1256
2013-12-12 15:16:43 +01:00
Klaas Freitag
ec77ecfd0f
Show error reason for blacklisted files in sync activity.
2013-12-12 12:21:24 +01:00
Klaas Freitag
09745c7f75
Fix: Allow to retry sync also for fatal err conditions.
...
Otherwise there would not have been a chance to resync for example data
that was Forbidden because of a read only share.
Also removed some commented code.
2013-12-12 11:39:05 +01:00
Daniel Molkentin
9ffb33293c
QuotaInfo: Keep polling quota if a previous request fails
2013-12-12 10:53:51 +01:00
Daniel Molkentin
93d75932ac
NSIS: fix c&p error.
2013-12-12 10:46:37 +01:00
Daniel Molkentin
8491d95ca4
NSIS: English must be enumerated, too
...
Fixes empty strings in installer.
2013-12-12 10:46:13 +01:00
Daniel Molkentin
e774bbacde
NSIS: Can only use global variables in translation strings
...
fixes #1273
2013-12-12 10:44:05 +01:00
Klaas Freitag
131945b14b
Doc fixes about ignore files.
2013-12-11 22:08:24 +01:00
Klaas Freitag
93d250c49b
Add NE_LFS define to config.h.in
2013-12-11 20:52:17 +01:00
Olivier Goffart
f5c46d481c
Tru to get NE_LFS properly
...
The csync and mirall build system are slightly different so this might help
2013-12-11 20:44:46 +01:00
Jenkins for ownCloud
81773e53b1
[tx-robot] updated from transifex
2013-12-11 13:40:28 -05:00
Klaas Freitag
4f7fe64309
Bump version to rc1
2013-12-11 19:01:53 +01:00
Klaas Freitag
b8e7c7f271
Bump version to 0.91.3
2013-12-11 19:00:39 +01:00
Klaas Freitag
4153c0de08
LGPL License header for perl test module.
2013-12-11 18:41:23 +01:00
hefee
7e2dec5228
fixing typo
2013-12-11 18:31:31 +01:00
hefee
2cbdb35aac
Get rid of PATH_MAX, that is not available under FreeBSD.
2013-12-11 18:31:11 +01:00
Mr. Jenkins
342937ccd1
[tx-robot] updated from transifex
2013-12-11 12:30:51 -05:00
hefee
b578558866
compile ocsync for FreeBSD.
2013-12-11 18:30:08 +01:00
Klaas Freitag
aa213eeafb
Do not check for the ETag in case the HTTP request connected.
2013-12-11 13:51:38 +01:00
Daniel Molkentin
76a60e889c
Start timer only after the last quota request was answered
2013-12-11 13:48:31 +01:00
Olivier Goffart
fa195eb1e8
Logger: Initialize all variables
...
To avoid valgrind warnings in owncloudcmd
2013-12-11 13:23:42 +01:00
Klaas Freitag
b68e721f05
Do not error out on ETag if the status klass is != 2.
2013-12-11 12:59:11 +01:00
Klaas Freitag
bbfb2f2a60
Do not force resync if status is SyncResult::Problem.
2013-12-11 12:59:11 +01:00
Olivier Goffart
ba8fa9a403
Do not 'normalize' etag when we read from db
...
Normalize removes the quote and the -gzip.
We assume that the normalized etag is in the DB
This is how it worked in mirall 1.4
We added normalization in case there is a -gzip saved to the database.
But since this was broken in 1.4 anyway, it will just force a
re-download if -gzip was added. (1.4 anyway is broken with such
server and always do redownload all the time)
2013-12-11 12:50:45 +01:00
Olivier Goffart
bf309f83f4
Don't keep the temporary file if the transfer fails because of a wrong etag
...
The downloaded file is corrupted, remove it.
2013-12-11 12:48:11 +01:00
Olivier Goffart
1b4e2becb3
Use csync_normalize_etag everywhere.
...
Technically, we don't need to strip '-gzip' from the etag comming from
the propfind, but it is better to be consistant.
2013-12-11 11:35:55 +01:00
Thomas Müller
f05e998430
Translation SectionGroup Shortcuts
2013-12-10 18:08:07 +01:00
Daniel Molkentin
80d202c630
Fix build on Win32
2013-12-10 17:19:36 +01:00
Olivier Goffart
47308cdc01
define NE_LFS from cmake
2013-12-10 16:20:49 +01:00
Daniel Molkentin
03e9a06c7d
Fix build
2013-12-10 16:07:49 +01:00
Thomas Müller
370cf45357
fixing add button behavior in single folder mode
2013-12-10 15:59:59 +01:00
Thomas Müller
638b62a3ae
prevent crash on 'add folder'
2013-12-10 15:59:59 +01:00
Klaas Freitag
6707e93f31
Add NE_LFS define for correct size of ne_off_t
2013-12-10 15:28:02 +01:00
Olivier Goffart
0360babe02
usleep is not working on windows, use QThread::usleep
...
Shoud fix #1082
2013-12-10 14:03:01 +01:00
Klaas Freitag
a743f804f5
Ignore another sqlite journal tmp name that shows up on win32.
2013-12-10 13:19:57 +01:00
Klaas Freitag
4b42743a2a
Better documentation of file ignore patterns.
2013-12-10 13:19:49 +01:00
Olivier Goffart
b6e4575dea
Do not initialize all the application if another instance is running
...
This fixes a crash becasue we were constructing the systemtray and then
destroying it too early before the systemtray could initilize itself.
(This work around a bug in QSystemTray which crashes if it is destroyed
before it is registered to the X11 server)
2013-12-10 12:48:59 +01:00
Daniel Molkentin
ebfe2c793e
Remove leftover file
2013-12-10 12:20:43 +01:00
Daniel Molkentin
f9ba3bc22d
Merge pull request #1264 from owncloud/l10n-installer-2
...
Multi-lingual installer
2013-12-10 03:10:56 -08:00
Klaas Freitag
bdf36f58a8
Set errno and error message if neon errors in fetch_resource_list.
...
This at least shows proper error messages to the user, as described
in mirall#451
2013-12-10 11:58:55 +01:00
Thomas Müller
13f5d29c3c
No language selection dialog - use Windows GUI langaage, which is default as of today with NSIS
2013-12-10 11:10:48 +01:00
Klaas Freitag
07889528c4
Added changelog for csnyc 0.91.0 .. 0.91.2
2013-12-10 10:47:41 +01:00