[Pkg-owncloud-commits] [owncloud] annotated tag v5.0.0RC2 created (now b6bc63d)

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:16:54 UTC 2013


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

taffit pushed a change to annotated tag v5.0.0RC2
in repository owncloud.

        at  b6bc63d   (tag)
   tagging  2b7ff7273d0c791a3b7eabe90146915f063a8339 (commit)
  replaces  v5.0.0RC1
 tagged by  Frank Karlitschek
        on  Sat Mar 2 04:07:30 2013 +0100

- Log -----------------------------------------------------------------
5.0.0 RC2

Arthur Schiwon (2):
      LDAP: typos in app description
      LDAP: orthograophy fix

Bart Visscher (6):
      Merge pull request #2019 from owncloud/fixing-languages-again-master
      Fix encoding settings ajax getlog
      Check maintenance mode before loading apps in route matcher
      Disable loading of backgroundjobs js when upgrade is needed
      Merge pull request #2065 from owncloud/files_datepicker
      Merge pull request #2044 from owncloud/fix_1779_including_permanent_shares

Bernhard Posselt (13):
      Merge pull request #2007 from owncloud/fix_1834_master
      Merge pull request #2005 from owncloud/trash_add_signals
      Merge pull request #2014 from owncloud/fixing-1909-master
      Merge pull request #2015 from owncloud/fixing-2001-master
      Merge pull request #2033 from eMerzh/fix_ldap_quoting
      Merge pull request #2050 from owncloud/fix-readfile-comment
      Merge pull request #2062 from owncloud/shareType
      Merge pull request #2076 from owncloud/filestable-specificity
      Merge pull request #2079 from owncloud/fix_expire_function
      Merge pull request #2082 from owncloud/fix-permissions-class
      Merge pull request #2084 from owncloud/fix-group-displaynames
      Merge pull request #2088 from owncloud/fixing-1844-again-master
      Merge pull request #2030 from j-ed/master

Björn Schießle (12):
      add post_moveToTrash and post_restore signals to the trash bin
      add additional parameter to signal
      make sure that the version app always work on the users real home folder and not on the mount point
      fix getVersions() call for the history view
      use p() for the output and not for the comparison
      fix p() call
      fix quota calculation for trash and versions
      fix type in var name
      Merge pull request #2070 from owncloud/fix_quota
      make trashbin work with different user homes
      damn copy&paste, fix wrong var name
      fix expire function

Brice Maron (2):
      Avoid to display empty DisplayNames for menu and title
      Fix quoting of query for user_ldap ref #1983

Frank Karlitschek (12):
      Merge pull request #2008 from owncloud/1999-requesttoken
      Merge pull request #2021 from owncloud/fix-csp-docu
      Merge pull request #2036 from owncloud/escape-only-in-template
      Merge pull request #2046 from owncloud/add_ie_css_switch
      Merge pull request #2058 from owncloud/fix-getlog
      Merge pull request #2057 from owncloud/upgrade-fixes
      Merge pull request #2059 from owncloud/getlog
      Merge pull request #2060 from owncloud/escapeGroupname
      Merge pull request #2061 from owncloud/app-text
      Merge pull request #2072 from owncloud/fix_typo
      Merge pull request #2090 from owncloud/fixing-2089-master
      ownCloud 5 RC2

Georg Ehrke (3):
      fix oc#47
      update OC.Notification.show
      new Array() -> []

Jan-Christoph Borchardt (2):
      fix files table CSS specificity issue causing multiselect bar overlap, fix #2075
      explicitly add empty placeholder to inputs which use infield labels, fix #2049

Jenkins for ownCloud (4):
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex

Jörn Friedrich Dreyer (2):
      durhurrrhurrr
      add ie css switch to layout templates

Lukas Reschke (43):
      Remove the template autoescaping
      [Files] Use p() instead of echo
      [Files] Use htmlspecialchars()
      [files_encryption] Use p() instead of echo()
      [files_external] From echo to p
      [files_sharing] From echo to p
      [files] Unescape file size
      [files_trashbin] From echo to p
      [files_versions] From echo to p
      [user_ldap] From echo to p
      [user_webdavauth] From echo to p
      Remove uneeded file
      [core] From echo to p
      Add a missing )
      Typo...
      Remove uneeded OAuth files
      Merge master
      [Files] Use p() instead of echo
      Merge master
      Sed was wrong
      Style fixes
      Check if requesttoken exists in session
      Merge pull request #2016 from owncloud/fixing-1844-master
      Merge master
      Merge master
      Merge pull request #1976 from owncloud/from-insane-autoescape-to-p
      Merge branch 'master' into fixing-bugtracker-link-master
      Remove uneeded \ since we're using "
      Fix notice
      Merge pull request #2026 from j-ed/master
      Remove uneeded sanitizeHTML
      Escape the data only in the template
      Add link to installation instructions
      Add log as text and not as HTML
      Sanitize uid, group and quota
      Add the description as text and not as html
      Sanitize shareWith
      Merge pull request #2068 from owncloud/fix_ldap_typo
      Merge pull request #2069 from owncloud/fix_sanitize_call
      Only send the standard headers
      Merge pull request #2085 from owncloud/csp_shitty-browsers
      Merge pull request #2092 from owncloud/infieldlabels-placeholder
      Merge pull request #2077 from owncloud/oc_filepicker_inline_js

Michael Gapczynski (5):
      Chunk size comment should say kB, not MB
      Merge pull request #2034 from owncloud/fix_bug47
      Change remove() $user parameter to optional
      Fix #2074 by initializing  as an array
      Merge pull request #2096 from owncloud/cache-upgrade-id

Robin Appelman (2):
      Cache: also check if the file id is already in the cache during upgrade
      Cache: more efficient detection for existing entries during upgrade

Thomas Mueller (8):
      for this self test we don't care if the ssl certificate is self signed and the peer cannot be verified.
      fixes #2001 - in case the user has no permissions to upload/create files/folders a clear warning is displayed
      validate the generated email address and fall back to localhost.localdomain in case it is not valid
      Merge branch 'master' into from-insane-autoescape-to-p
      some more new languages recently introduced to ownCloud
      change bug tracker links to https://github.com/owncloud/core/blob/master/CONTRIBUTING.md
      adding test case for getDefaultEmailAddress() + fixing #1844 again
      fixes #2089

Thomas Müller (3):
      Merge pull request #2022 from owncloud/fix-notice
      Merge pull request #2020 from owncloud/fixing-bugtracker-link-master
      Merge pull request #2078 from owncloud/save_category_relations

Thomas Tanghus (2):
      Remove inline js from OC.Dialogs.FilePicker.
      VCategories: Don't forget to save category relations if category exists.

blizzz (1):
      Merge pull request #2073 from owncloud/trashbin_userHome

eMerzh (1):
      Merge pull request #2031 from eMerzh/fix_empty_display_name

j-ed (7):
      Update image.php
      Update app.php
      Update app.php
      Update app.php
      Update app.php
      Update app.php
      Update app.php

raghunayyar (2):
      Datepicker height fixed.
      Corrects Files Layout in Trashbin

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list