[Pkg-owncloud-commits] [owncloud-client] branch upstream updated (3555576 -> 4633eff)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Aug 8 10:36:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a change to branch upstream
in repository owncloud-client.
from 3555576 Imported Upstream version 1.8.1+dfsg
new 7767979 shell_integration on Windows: Don't fill the cache with unsolicited statuses #3122
new 0d5d2c5 shell_integration on Windows: Avoid too many RETRIEVE_FILE_STATUS following UPDATE_VIEW #3122
new a6500d8 Work around the Qt PUT corruption bug with Qt < 5.4.2 #2425
new 931dd59 Don't hardcode the source directory in deploy.sh
new 04d820f shell_integration on OSX: Remove dead code
new 0a67719 shell_integration on OSX: Do not fill the cache with unsolicited statuses #3122
new 9ef8658 shell_integration on OSX: Avoid too many RETRIEVE_FILE_STATUS following UPDATE_VIEW #3122
new 352c295 [tx-robot] updated from transifex
new 73e2254 AccountState: Treat *any* 503 as a temporary error. #3113
new 23b6426 Compile with GCC 5
new b9df829 Merge pull request #3208 from owncloud/dev/gcc5
new e300e3c Wizard: Fix lock icon #1447
new f07d3d0 Updater on OS X: Only allow if in /Applications #2931
new 441eca8 ShareDialog: Improve error reporting for share API fails.
new 79ac616 Propagator: Overwrite local data only if unchanged. #3156
new 1053153 Fix the Qt4 build
new 0359c77 Discovery: Test better, treat invalid hrefs as error #3176
new 15bfa46 [tx-robot] updated from transifex
new 9093680 ProtocolWidget: Fix rename message. #3210
new b9eafaa Wizard: Allow SSL cert dialog to show twice. #3168
new e1c370a Fix startup hang by removing QSettings lock file. #3175
new 9507bb4 ShareDialog: Password ui fixes. #3189
new 22c35c4 Propagator: Limit length of temporary file name #2789
new 1e131f4 [tx-robot] updated from transifex
new cac1598 [tx-robot] updated from transifex
new 4d3a0ed [tx-robot] updated from transifex
new 41614ec Application: ifdef lock file issue as it only happens on Qt>5.1
new 625e615 Propagator: Limit length of temporary file name #2789 (fixup)
new 9e7779a Bandwidth Manager: Comment out qDebug
new af5a706 [tx-robot] updated from transifex
new 505dba5 csync walk tree: Try to find the 'other_node' in the source directory in case of renames
new c2dacd0 BandwidthManager: fix warnings
new 6b16e18 tx.pl: Use HTTP Keep-Alive
new cdfafa2 Propagator: Mention name of conflict file (for debugging)
new dd5a49b Application: Disable to workaround of QLockFile bug for Qt versions that are fixed
new 76166c6 SyncEngine: Fix comment
new bcc896f Qt4: Fix test
new a4c411a [tx-robot] updated from transifex
new afd1406 Update VERSION.cmake to 1.8.2
new 39d103a OwnSql: Fix numRowsAffected()
new e5e2ce2 SyncEngine: Force re-read of folder Etags for upgrades from 1.8.0 and 1.8.1
new 3556ed4 SyncJournalDB: Simplify code
new 8a39748 SyncJournalDB: Don't use NULL value
new bcae146 [tx-robot] updated from transifex
new d6dbabf [tx-robot] updated from transifex
new 06c8896 AccountState: Run only a single validator, allow error message overriding #3236 #3153
new f595fc2 Fix opening external links for some labels
new 650b201 [tx-robot] updated from transifex
new 35169e3 [tx-robot] updated from transifex
new 52eb6c9 [tx-robot] updated from transifex
new 6a7f208 tests: Make them more verbose in case of failures
new d148464 SyncJournalDb::updateErrorBlacklistEntry: lock the mutext at the beginning
new 68fa190 Add 'Content-Length: 0' header
new 5c6a652 Merge pull request #3258 from binwiederhier/bugfix/issue3256-mkcol
new c975954 [tx-robot] updated from transifex
new aebadfc FolderWizard: Add missing Q_OBJECT which prevent translations from working
new 1c84d01 Windows: Fix build of tests.
new 0af2f7e ConValidator: Always run with new credentials. #3266
new 4e79093 recall file prototype
new 9a02a0f Recall feature: Fix some style issues
new 49fb37f t_recall.pl: add a test for the recall feature
new 289800c Recall: make it work even if it is not in the root directory
new 3fcce08 recall: move the recall code in a namespace
new fb2295f Merge branch 'recall' into 1.8
new 2fcad76 StopWatch: return the duration from the stop() command.
new 101d226 SyncFileItem class: Add member _checksum
new 9693048 Find & use QtConcurrent
new d0d8de9 MirallConfigFile: Add an option of transmission checksumming.
new e36252a Theme: (minor) remove some more mirall's
new ec83295 Branding: Append the appName short to the user agent string.
new b36ff1e Changelog: Add User Agent string.
new 67d38bc Filesystem Utilities: Add Checksum calculation methods.
new 823f9fa Checksum Calculation: Add unit test.
new 3701fbc PropagateUpload: Add checksum calculation if required by config.
new e18fd62 Propagator: checksum constants go to propatorjobs header.
new f016d25 Propagate downloads: Handle checksum transmission header.
new 830daa4 Add a class TransmissionChecksumValidator, incl. unit test.
new c7f759f Propagator: Use the TransmissionChecksumValidator class.
new 8b371c4 Propagate Download: Handle malformed checksum header as error.
new 4d87f30 Transmission checksum: Adopt unit test to latest changes.
new 1f7274c TransmissionChecksum: Removed "pseudo" thread worker functions
new ddfe3fa TransmissionChecksum: Fix identation.
new dd6c97a Propagator: Added a log that tells if transmission checksumming is used.
new 17fe4c3 PropagateUpload: Fix typo in warn message.
new 5b5a636 Make TransmissionChecksumValidator child of the job for auto delete.
new 34593cc Remove QtConcurrent from component list for Qt4.
new 64ce0cd Improved implementation efficiency of checksum calculation.
new dec3bd4 Some more minor cleanups based on the pull request review.
new 4e28a24 Let checksumType() read the config to destinguish checksum type.
new b05ca52 In case of empty checksum type, emit validated.
new 3870915 TransmissionChecksumValidator: Reduce verbosity.
new c33d962 TransmissonChecksumValidator: Add documentation.
new 8f277e4 TransmissionChecksumming: Remove SyncFileItem dependency.
new d2fff2c Theme: Allow to change the transmission checksum through theming.
new 6b9e123 Merge remote-tracking branch 'origin/checksum_1.8' into 1.8
new 6401b1c Updated Changelog and set version to 1.8.2 beta1
new 3754e6c Disable the curruption workaround on mac and windows
new 6c46713 include qtconcurrentrun header rather than QtConcurrent for Qt4
new 713beeb [tx-robot] updated from transifex
new e708c14 Win32: Make Setup/Update Mutex theme-unique
new 5721d8e [tx-robot] updated from transifex
new e9d0f5a [tx-robot] updated from transifex
new b46a823 NSIS installer tx: Sort/de-whitespace translation file config
new 9b73308 NSIS: Add Norwegian (Bokmål) translation
new 070d9d3 NSIS Installer: Fix Basque, Galician, Slovak, Turkish
new 1ddb162 Adding Norwegian translation to Client
new 793130a Win32: Make Setup/Update Mutex theme-unique (2/2)
new 90f4a20 [tx-robot] updated from transifex
new f344b42 [tx-robot] updated from transifex
new be77e4f [tx-robot] updated from transifex
new 2435ba7 Windows: Fix unit test build.
new 211e5ec [tx-robot] updated from transifex
new 8cfb17b Backport #3279 to 1.8
new e2a26f0 Merge pull request #3289 from RealRancor/backport_3279_1.8
new 6ba3324 Backport #3004 and #2978 to 1.8
new b1658cb Merge pull request #3291 from RealRancor/backport_3004_2978_1.8
new e3be1a1 [tx-robot] updated from transifex
new 7f597e5 [tx-robot] updated from transifex
new 5f91abd [tx-robot] updated from transifex
new 75b38d1 Abort the request and reset the QNAM if user does not ACK a new cert.
new 53154bc Merge pull request #3301 from owncloud/fix_3283
new 4c10f1e Wizard: Show server error message if possible. #3220
new e1a36b5 NSIS: depend on nsProcess instead of Processes NSIS plugin
new 1d600ce Adjust to new version of NSIS UAC
new 1bec652 Merge pull request #3303 from owncloud/new_nsis_modules
new 4081892 [tx-robot] updated from transifex
new e04882c Discovery: Ignore folders with any 503. #3113
new 2ed329e Improve reporting of server error messages. #3220
new 0f7773f NSIS: Star Trek taught me: "Reversing the polarity will fix it". It's true.
new 25767be [tx-robot] updated from transifex
new 3df26ef NSIS: Fix NSIS error handling
new eb6d29a Revert "NSIS: Fix NSIS error handling"
new e9ff471 Revert "NSIS: Star Trek taught me: "Reversing the polarity will fix it". It's true."
new 553e831 Revert "Adjust to new version of NSIS UAC"
new f9659d8 Revert "NSIS: depend on nsProcess instead of Processes NSIS plugin"
new 9ced5fb Set version postfix to RC1
new c73110e Added changes between beta1 and rc1 to Changelog.
new ee08b37 SyncScheduling: Avoid new resyncs on local mkdir.
new 36f62f7 [tx-robot] updated from transifex
new fc2ceb8 Rename thread to SyncEngine Thread to avoid confusion about Neon.
new e7f01b9 [tx-robot] updated from transifex
new a42856e [tx-robot] updated from transifex
new 34384e3 [tx-robot] updated from transifex
new 2c6c21d AccountState: do not change the state when we stay connected
new 4000993 Finish 1.8.2 ChangeLog
new 69f2b2d Bump version to 1.8.2 final
new d142c55 [tx-robot] updated from transifex
new 827e077 Documentation: Mention the git submodules
new 7a7bf4c NSIS: Force an update of the shell_extension #3320
new ecd2da1 Update VERSION.cmake for 1.8.3
new 4936f70 [tx-robot] updated from transifex
new 4c3daf7 Update ChangeLog for 1.8.3
new ad6f2e0 1.8.3-rc1
new 1f51702 [tx-robot] updated from transifex
new 33b8064 [tx-robot] updated from transifex
new 1e56349 [tx-robot] updated from transifex
new 676a2ff [tx-robot] updated from transifex
new 42513af Bump to rc2
new deea902 [tx-robot] updated from transifex
new 9a9897e Shibboleth: Let the webview use its own QNAM #3359
new deb5e68 Ignores: Force a remote discovery after ignore list change #3172
new f130a27 Update: Check exclusion when reading from db. #3172
new 1820d40 [tx-robot] updated from transifex
new 4bc94c1 [tx-robot] updated from transifex
new 6e46966 [tx-robot] updated from transifex
new 01efba9 Bump to 1.8.3rc3, update ChangeLog
new bf9bb26 Bump to 1.8.3 final
new 419d9b1 Bump version to 1.8.4 - to ship the openSSL security update.
new 4633eff Imported Upstream version 1.8.4+dfsg
The 169 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.tag | 2 +-
CMakeLists.txt | 2 +-
ChangeLog | 50 +
VERSION.cmake | 2 +-
cmake/modules/NSIS.template.in | 20 +-
cmake/modules/QtVersionAbstraction.cmake | 1 +
config.h.in | 2 +
csync/src/csync.c | 14 +
csync/src/csync_exclude.c | 1 +
csync/src/csync_log.h | 2 +-
csync/src/csync_rename.cc | 16 +
csync/src/csync_rename.h | 3 +
csync/src/csync_statedb.c | 16 +
csync/src/csync_update.c | 7 +-
csync/src/httpbf/src/httpbf.c | 2 +-
csync/tests/csync_tests/check_csync_log.c | 2 +-
csync/tests/ownCloud/ownCloud/Test.pm | 10 +-
csync/tests/ownCloud/t_recall.pl | 85 ++
doc/architecture.rst | 6 +-
doc/building.rst | 2 +
doc/troubleshooting.rst | 24 +-
src/gui/accountsettings.cpp | 19 +-
src/gui/accountsettings.h | 1 +
src/gui/accountsettings.ui | 3 +
src/gui/accountstate.cpp | 33 +-
src/gui/accountstate.h | 10 +-
src/gui/application.cpp | 11 +-
src/gui/folderwizard.h | 1 +
src/gui/owncloudgui.cpp | 2 +-
src/gui/owncloudsetupwizard.cpp | 7 +-
src/gui/protocolwidget.cpp | 2 +-
src/gui/sharedialog.cpp | 107 +-
src/gui/sharedialog.h | 15 +-
src/gui/updater/sparkleupdater_mac.mm | 22 +-
src/gui/wizard/owncloudhttpcredspage.ui | 3 +
src/gui/wizard/owncloudsetuppage.cpp | 3 +-
src/libsync/CMakeLists.txt | 10 +-
src/libsync/account.cpp | 24 +-
src/libsync/account.h | 6 +
src/libsync/bandwidthmanager.cpp | 62 +-
src/libsync/configfile.cpp | 15 +
src/libsync/configfile.h | 6 +
src/libsync/connectionvalidator.cpp | 15 +-
src/libsync/connectionvalidator.h | 2 +-
src/libsync/creds/shibboleth/shibbolethwebview.cpp | 3 +-
src/libsync/filesystem.cpp | 105 +-
src/libsync/filesystem.h | 46 +-
src/libsync/networkjobs.cpp | 47 +-
src/libsync/networkjobs.h | 13 +-
src/libsync/owncloudpropagator.cpp | 15 +
src/libsync/ownsql.cpp | 2 +-
src/libsync/propagatedownload.cpp | 134 +-
src/libsync/propagatedownload.h | 10 +-
src/libsync/propagateupload.cpp | 115 +-
src/libsync/propagateupload.h | 25 +
src/libsync/propagator_legacy.cpp | 6 +-
src/libsync/propagatorjobs.cpp | 1 +
src/libsync/propagatorjobs.h | 16 +
src/libsync/syncengine.cpp | 18 +-
src/libsync/syncfileitem.h | 1 +
src/libsync/syncjournaldb.cpp | 77 +-
src/libsync/syncjournaldb.h | 19 +-
src/libsync/theme.cpp | 9 +-
src/libsync/theme.h | 9 +-
src/libsync/transmissionchecksumvalidator.cpp | 151 +++
src/libsync/transmissionchecksumvalidator.h | 76 ++
src/libsync/utility.cpp | 20 +-
src/libsync/utility.h | 2 +-
test/CMakeLists.txt | 2 +
test/testfilesystem.h | 93 ++
test/testowncloudpropagator.h | 44 +
test/testtranschecksumvalidator.h | 159 +++
test/testxmlparse.h | 210 +++-
translations/.tx/config | 1 +
translations/client_ca.ts | 305 +++--
translations/client_cs.ts | 303 +++--
translations/client_de.ts | 313 +++--
translations/client_el.ts | 303 +++--
translations/client_en.ts | 303 +++--
translations/client_es.ts | 303 +++--
translations/client_es_AR.ts | 303 +++--
translations/client_et.ts | 311 +++--
translations/client_eu.ts | 303 +++--
translations/client_fa.ts | 303 +++--
translations/client_fi.ts | 343 ++---
translations/client_fr.ts | 311 +++--
translations/client_gl.ts | 305 +++--
translations/client_hu.ts | 303 +++--
translations/client_it.ts | 303 +++--
translations/client_ja.ts | 303 +++--
translations/{client_sv.ts => client_nb_NO.ts} | 1330 ++++++++++----------
translations/client_nl.ts | 305 +++--
translations/client_pl.ts | 328 ++---
translations/client_pt.ts | 344 ++---
translations/client_pt_BR.ts | 310 +++--
translations/client_ru.ts | 317 ++---
translations/client_sk.ts | 360 +++---
translations/client_sl.ts | 406 +++---
translations/client_sr.ts | 303 +++--
translations/client_sv.ts | 303 +++--
translations/client_th.ts | 1139 +++++++++--------
translations/client_tr.ts | 353 +++---
translations/client_uk.ts | 347 ++---
translations/client_zh_CN.ts | 315 +++--
translations/client_zh_TW.ts | 303 +++--
105 files changed, 8224 insertions(+), 5534 deletions(-)
create mode 100755 csync/tests/ownCloud/t_recall.pl
create mode 100644 src/libsync/transmissionchecksumvalidator.cpp
create mode 100644 src/libsync/transmissionchecksumvalidator.h
create mode 100644 test/testfilesystem.h
create mode 100644 test/testtranschecksumvalidator.h
copy translations/{client_sv.ts => client_nb_NO.ts} (69%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list