[Pkg-owncloud-commits] [owncloud-client] branch master updated (b9f7b10 -> a113a42)

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Feb 27 19:48:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a change to branch master
in repository owncloud-client.

      from  b9f7b10   Remove update frame
      adds  1b03dc7   fixing typo
      adds  e4965ab   Mac FS watcher: ignore events from the same process
      adds  a51f050   More fix for moving shared directories
      adds  e74f0f2   Better support when user remove or rename the Shared directory
      adds  726b41b   Shib: Close browser window after login
      adds  82afb3b   If a file in a read only share was edited, restore and create conflict.
      adds  e991bcd   Do not store the password in the config file. Erase it if it is there.
      adds  04647b0   Handle empty passwords returning from the keychain read procedure.
      adds  30d0e2f   Remove stray debug
      adds  b51a722   Fix German translation for branch
      adds  8e7290b   Fix online state handling
      adds  67c07c4   bump to 1.5.2
      adds  cd13144   Fix adding a file in a Shared readonly directory
      adds  a71cb1d   Fix potential crash in case of abort while update:
      adds  f92cf3d   ammand last commit
      adds  5c1d612   Account settings: Set correct state icon right away
      adds  1e43d1f   Add missing license headers in tests
      adds  995e893   SSLButton: Fix certificate display
      adds  45a7d4f   Fix Wizard when returning from later steps
      adds  7f508c0   Account needs qRegisterMetaType
      adds  51b5f3c   Propfind Job: Print redirect URL in log
      adds  b56843e   Account: Fix Metatype registratition
      adds  75cff87   add missing copyright header
      adds  065690c   Shibboleth: Have proper invalidation if timeout during sync
      adds  d4fa06c   Fix potential crash in c_iconv on Mac OS X
      adds  c7e7053   Shibboleth: Detect also QNAM redirects
      adds  b8a4a2d   Add ChangeLog
      adds  05a1f7b   Another fix for the reconnect-logic
      adds  e468ea2   Avoid re-entrency in HTTPCredidential::fetch
      adds  8607300   Make "Sign Out" forget the cookies
      adds  d4dd5af   Revert "Make "Sign Out" forget the cookies"
      adds  02bfb4f   Amend ChangeLog
      adds  1ab5ea1   Imported Upstream version 1.5.2+dfsg
       new  a113a42   Merge tag 'upstream/1.5.2+dfsg'

The 1 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 +-
 ChangeLog                                          | 22 ++++++
 VERSION.cmake                                      |  2 +-
 csync/src/csync_update.c                           |  9 +--
 csync/src/httpbf/tests/hbf_send_test.c             | 20 ++++++
 csync/src/std/c_string.c                           |  2 +-
 csync/tests/cmdline.c                              | 19 +++++
 csync/tests/csync_tests/check_csync_commit.c       | 19 +++++
 csync/tests/csync_tests/check_csync_create.c       | 19 +++++
 csync/tests/csync_tests/check_csync_exclude.c      | 19 +++++
 csync/tests/csync_tests/check_csync_init.c         | 19 +++++
 csync/tests/csync_tests/check_csync_log.c          | 19 +++++
 csync/tests/csync_tests/check_csync_misc.c         | 19 +++++
 csync/tests/csync_tests/check_csync_statedb_load.c | 19 +++++
 .../tests/csync_tests/check_csync_statedb_query.c  | 19 +++++
 csync/tests/csync_tests/check_csync_time.c         | 19 +++++
 csync/tests/csync_tests/check_csync_treewalk.c     | 19 +++++
 csync/tests/csync_tests/check_csync_update.c       | 19 +++++
 csync/tests/csync_tests/check_csync_util.c         | 19 +++++
 csync/tests/encoding_tests/check_encoding.c        | 19 +++++
 csync/tests/httpbf_tests/hbf_send_test.c           | 19 +++++
 csync/tests/log_tests/check_log.c                  | 19 +++++
 csync/tests/ownCloud/t1.pl                         | 14 ++++
 csync/tests/ownCloud/t2.pl                         | 14 ++++
 csync/tests/ownCloud/t3.pl                         | 14 ++++
 csync/tests/ownCloud/t4.pl                         | 14 ++++
 csync/tests/std_tests/check_std_c_alloc.c          | 19 +++++
 csync/tests/std_tests/check_std_c_dir.c            | 19 +++++
 csync/tests/std_tests/check_std_c_file.c           | 19 +++++
 csync/tests/std_tests/check_std_c_list.c           | 19 +++++
 csync/tests/std_tests/check_std_c_path.c           | 19 +++++
 csync/tests/std_tests/check_std_c_rbtree.c         | 19 +++++
 csync/tests/std_tests/check_std_c_str.c            | 19 +++++
 csync/tests/std_tests/check_std_c_time.c           | 19 +++++
 csync/tests/torture.c                              | 19 +++++
 csync/tests/torture.h                              | 19 +++++
 csync/tests/vio_tests/check_vio.c                  | 19 +++++
 csync/tests/vio_tests/check_vio_file_stat.c        | 19 +++++
 csync/tests/vio_tests/check_vio_handle.c           | 19 +++++
 doc/scripts/htmlhelp.sh                            | 13 ++++
 src/CMakeLists.txt                                 |  2 +
 src/creds/abstractcredentials.h                    |  4 ++
 src/creds/httpcredentials.cpp                      | 80 ++++++++++++++--------
 src/creds/httpcredentials.h                        |  1 +
 src/creds/shibboleth/shibbolethaccessmanager.cpp   |  3 +-
 src/creds/shibbolethcredentials.cpp                | 68 +++++++++++++++---
 src/creds/shibbolethcredentials.h                  |  5 ++
 src/mirall/account.cpp                             | 14 +++-
 src/mirall/account.h                               |  4 ++
 src/mirall/accountsettings.cpp                     |  9 ++-
 src/mirall/application.cpp                         | 30 +++++++-
 src/mirall/application.h                           |  3 +-
 src/mirall/folder.cpp                              |  5 +-
 src/mirall/folderwatcher_mac.cpp                   |  2 +-
 src/mirall/mirallconfigfile.cpp                    |  1 -
 src/mirall/networkjobs.cpp                         | 10 +--
 src/mirall/owncloudgui.cpp                         |  8 ---
 src/mirall/owncloudgui.h                           |  4 --
 src/mirall/owncloudpropagator.cpp                  | 72 +++++++++++++------
 src/mirall/owncloudpropagator.h                    | 10 ++-
 src/mirall/quotainfo.cpp                           | 49 +++++++------
 src/mirall/quotainfo.h                             |  9 ++-
 src/mirall/settingsdialog.cpp                      | 15 ++--
 src/mirall/settingsdialog.h                        |  2 +-
 src/mirall/sslbutton.cpp                           | 25 ++++---
 src/mirall/syncjournaldb.cpp                       |  3 +-
 src/mirall/theme.cpp                               |  2 +-
 .../abstractcredswizardpage.cpp}                   | 36 ++++------
 src/wizard/abstractcredswizardpage.h               |  3 +-
 src/wizard/owncloudshibbolethcredspage.cpp         |  4 +-
 test/manual/favlink/main.cpp                       | 12 ++++
 test/scripts/torture_create_files.pl               | 13 ++++
 test/scripts/torture_gen_layout.pl                 | 13 ++++
 translations/mirall_de.ts                          |  6 +-
 74 files changed, 1036 insertions(+), 168 deletions(-)
 copy src/{creds/abstractcredentials.cpp => wizard/abstractcredswizardpage.cpp} (52%)

-- 
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