[Pkg-owncloud-commits] [owncloud] annotated tag v5.0.0beta2 created (now 4d0f22e)

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


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

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

        at  4d0f22e   (tag)
   tagging  a533bb6dcd4a68927c21b63a83830d79384320a5 (commit)
  replaces  v5.0.0beta1
 tagged by  Frank Karlitschek
        on  Mon Feb 25 20:01:44 2013 +0100

- Log -----------------------------------------------------------------
5.0.0beta2

Arthur Schiwon (2):
      make number-input fields look like they should
      LDAP: simplify default for user home settings, fixes wrong display of default value in settings

Bart Visscher (12):
      Update hint by the internal version number.
      Style cleanup files_sharing
      Style cleanup files_trashbin
      Style cleanup files_versions
      Style cleanup core dir
      Style cleanup settings
      Join split translated strings
      Fix review issues
      Fix error path in changedisplayname call
      Whitespace fixes
      Don't use routes when displaying error page
      Merge pull request #1887 from owncloud/fixing-1843-master

Bernhard Posselt (12):
      Merge pull request #1806 from eMerzh/ref_1799
      replaced for in loops with normal enumerating loops to fix #1803
      Merge pull request #1835 from owncloud/normalize-giant-caret
      Merge pull request #1859 from owncloud/blacklist-fix
      Merge pull request #1855 from owncloud/userlist_load_displaynames
      version checks for apps now use all three version numbers and fixed bug that would not do the version check correctly for the second version
      spaces to tabs
      created unittests and factored out version test into seperate method
      more tests to fail the version check
      Merge pull request #1827 from owncloud/fix_getVersions
      Merge pull request #1891 from owncloud/set_timeout
      fixed bug that prevented a newly created file to be opened with registered files actions

Björn Schießle (51):
      close file handler after readdir()
      remove obsolete variables
      allow user to delete selected files from the trash bin permanently
      use  instead of
      add missing paramenter to post request
      change $_REQUEST to $_POST; fix check if file was successfully deleted
      rebase to master
      initialize $result
      add timestamp to function call; fix trash.js to handle multiple delete operation at once
      move2trash() handles keyfiles
      put all trash bin content in user/files_trashbin
      restore filekeys from trash bin
      use "|" as delimiter instead of ";", since "|" is not allowed in file/folder names
      switch to json encoded file list
      delete keyfiles if file in trash bin gets deleted permanently
      reuse delete() function in expire()
      update script which copies all trash bin related files to user/files_trashbin
      some fixes for the keyfile handling
      update path to deleted files
      change for loop to make it hopefully work with IE
      Merge pull request #1809 from owncloud/fix_ie_deletefolder
      don't show empty trash bin message for sub folders
      Merge pull request #1773 from owncloud/trash_bin_delete_selected
      Merge branch 'master' into trashbin_encryption
      Merge pull request #1768 from houqp/issue_1739
      calculate versions size per user
      calculate trashbin size per user
      fix getVersions(), we need to get the correct user and filename
      Merge pull request #1812 from owncloud/add-logging-to-webdav-test-master
      rename app to 'deleted files'
      increase db fileds for usernames
      use the same string lengths like the file cache
      mount users home before write/read file to it, necessary to deal with external homes
      using the number of writen bytes as indicator if streamCopy() was successfully. Instead check if fwrite returns the number of bytes or false
      return both, count and result if the operation succeeded or failed. Maybe in some cases it is useful to know how much bytes where copied
      put value assignment into brackets
      Merge branch 'master' into update-expire-function
      Merge branch 'master' into trashbin_encryption
      Merge pull request #1888 from Raydiation/master
      always use "==="
      some final code clean-up
      Merge pull request #1810 from owncloud/trashbin_encryption
      Merge branch 'master' into update-expire-function
      fix line endings
      Merge pull request #1823 from owncloud/update-expire-function
      fix getVersion call
      Merge pull request #1865 from owncloud/fix-displaying-db-errors
      fix quota calculation
      delete table row if file was deleted instead of just hide it
      Merge pull request #1892 from owncloud/files_remove_row_on_delete
      Merge pull request #1890 from owncloud/trashbin_fix

Brice Maron (1):
      Add message when trouble sending email ref #1799

Frank Karlitschek (9):
      add a safe_mode check
      Merge pull request #1830 from owncloud/fix_css_number
      Merge pull request #1848 from owncloud/keep_transparency
      Merge pull request #1882 from owncloud/required_version
      Merge pull request #1856 from owncloud/fix_error_handling_stream_copy
      use a 5 sec timeout for the webdav check
      Merge pull request #1864 from owncloud/fix_display_default
      Merge pull request #1894 from owncloud/texfix
      5 beta 2

Georg Ehrke (1):
      fix order of mount commands

Jan-Christoph Borchardt (1):
      fix giant advanced caret in installation

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

Jörn Friedrich Dreyer (5):
      use :hover pseudo class to set opacity
      IE8 does not support window.onclick
      keep transparency when resizing or cropping png/gif
      Merge pull request #1711 from owncloud/style-cleanup
      use distance option to delay dragging in sane browsers

Lukas Reschke (1):
      Merge pull request #1836 from owncloud/update-version-remark

Michael Gapczynski (3):
      Don't throw insufficient storage exception if free space is unknown
      Reuse $freeSpace variable
      Merge pull request #1879 from owncloud/fix-webdav-quota

Qingping Hou (1):
      bug fix for issue 1739, two changes included:

Robin Appelman (2):
      Add OC\Files\Filesystem::isFileBlacklisted
      Set required owncloud version to 4.93

Thomas Mueller (3):
      WebDAV-Testing:
      Merge branch 'master' into trash_bin_delete_selected
      remove the check for session data folder - causes trouble on some environments

Thomas Müller (6):
      Merge pull request #1838 from owncloud/fix-changedisplayname-call
      Merge pull request #1862 from owncloud/whitespace-cleanup
      Merge pull request #1881 from owncloud/safemode_check
      Merge pull request #1833 from owncloud/fix_1465
      Merge pull request #1832 from owncloud/fix_1779
      Merge pull request #1889 from owncloud/use_distance_option

Thomas Tanghus (1):
      Fetch displayname in userlist ajax requests. Refs #1681

blizzz (2):
      Merge pull request #1849 from owncloud/mount_users_home
      Merge pull request #1854 from owncloud/fix_mount_order

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

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