[Pkg-owncloud-commits] [owncloud] annotated tag v6.0.2RC1 created (now eec296c)

David Prévot taffit at moszumanska.debian.org
Wed Feb 26 16:28:03 UTC 2014


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

taffit pushed a change to annotated tag v6.0.2RC1
in repository owncloud.

        at  eec296c   (tag)
   tagging  16e24dc4c554a578fe27449a9f04a5db1714a244 (commit)
  replaces  v6.0.1
 tagged by  Frank Karlitschek
        on  Tue Feb 25 14:05:46 2014 +0100

- Log -----------------------------------------------------------------
6.0.2 RC1

Arthur Schiwon (20):
      LDAP: extend LDAP wrapper search method for sizelimit, improves performance in wizard
      throw an info message, when base dn test failed
      Wizard: disable LDAP referrals, fixes #6670
      Wizard: enable base DN for editing, if not base DN could have been detected. Also part of fix for #6670
      Rephrase and clarify log message
      LDAP: add documentation info in info.xml
      LDAP: also try MS AD's thumbnailPhoto when looking for an avatar image
      LDAP: improve debug message
      on filtering the share box users and groups whose name begins with the search term shall appear on top, fixes #6430
      respect coding guidelines
      move sorter into a class
      sort following entries in alphabetical order
      test for share dialoge sorter
      wrong tld
      Inject logger
      fix DI
      intendation
      LDAP: prevent other configuration from being deleted when deleting the first one which has an empty prefix for historical reasons
      LDAP: improve compilation of filters
      LDAP: fix and extend tests

Bjoern Schiessle (38):
      add path relative to the files folder of the currently logged in user to the output of getFolderContent()
      fix infinite loop if folder and subfolder has the same name
      add link to documentation
      show link to app documentation
      distinguish app links from doc links
      added website field
      increase size of mimetype column
      add expire date to link share if possible
      only update file cache with the unenecrypted size when the file was written
      use localised date in notification mails
      remove the form, it isn't needed here
      disable button and input field during decryption
      use more accurate error codes
      public upload is also possible with encryption enabled, since OC6
      remove passwords in URLs from all log messages
      also load error handler if debugging is enabled
      remove needless element tag
      add test for password remove method
      move unlink proxy to a hook which handles pre and post conditions
      better error detection and don't use glob()
      don't expect OC_FilesystemView, this is depreciated
      added tests for the delete hooks if the trash bin is disabled
      add function to extract filename from sharekey name + tests
      use appstoreenabled config switch
      change order of issubdirectory() calls to avoid error messages for non-apps
      replace 'size' with 'unencrypted_size' if encryption is enabled
      name users after test
      refuse login as long as the initial encryption is running
      getData() always needs to return an array
      catch errors during initial encryption
      catch errors during decryption
      don't block login forever if we are stuck in the middle of the initial encryption
      add unit test for \OC\URLGenerator::getAbsoluteURL to verify #6935
      fix sharing unit tests
      fix usersPath and add unit tests
      fix test so that it doesn't depend on the array order
      don't overwrite keys if rename was done by a stream copy
      add test case if a file gets moved out from the shared folder

Björn Schießle (1):
      Merge pull request #7130 from owncloud/enc_fix_unit_tests

Frank Karlitschek (2):
      6.0.2 RC1
      Merge branch 'stable6' of https://github.com/owncloud/core into stable6

Jan-Christoph Borchardt (5):
      prevent autofill for password change settings, prevent leak of existing password, fix #6552
      do not show 'Add app' and 'More apps' for themed ownCloud
      add icons.css file, first step to get rid of %webroot%
      remove %webroot% from files app
      remove %webroot from files_sharing app

Joas Schilling (4):
      Only add files to file list when uploading to current directory
      Send correct path on file upload when using public app
      External FTP Storage should request hostname instead of URL
      Make google drive client secret and dropbox api secret a password field

Jörn Friedrich Dreyer (25):
      reuse file upload as used within files app - remove public upload button
      fixing preview generation
      no new menu on public upload
      remove unused js code and css rules
      add download button on single file share page
      first mobile style rules, hide extra columns in files view and scroll header
      remove min-width rule to fix mobile views
      improvements to public files mobile view
      tweak color and position of username in public share
      fix public share download button width
      on mobile, show single shared image at full width without margin
      add icons for file list and picture view toggles
      restrict zooming on mobile devices for the publicly accessible, optimized pages
      make sure there's enough room for the file actions
      fix input element closing tag
      remove unused variable
      focus link text only on click in the input field - closes #6817
      remove background and width from multiselect bar, fix Download button not showing on mobile
      Instead of 'No preview available for ...' we simple display the mime-type icon
      fix multiselect bar being too short on big displays
      fix horizontal scrollbar appearing when footer is too long, footer wraps now
      permanently show download action on mobile, only icon
      adjust file type icon placement for when no preview can be generated
      adding class to header div: share-folder or share-file
      make header scroll up for single shares, more view of content on small screens

Lukas Reschke (7):
      Use the proper content-type
      An admin should not be able to add remote and public services on its own. This should only be possible programmatically.
      Check whether the Key is set
      Check whether the app is set
      Fix "headers are already sent" introduced with #6519
      Add overwritehost config on setup and upgrade
      Adjust version for stable6

NARUKAWA Hiroki (1):
      Security Update: session fixation

Otto Sabart (1):
      Add check for apc.enabled option

Robin Appelman (2):
      Also remove the user's home storage from the storage table when deleting a user
      Also clean up the filecache table when deleting a storage entry

Thomas Müller (6):
      remove css files from rewrite rule - there is no need to rewrite css any more
      Merge branch 'stable6' into backport_6777_stable6
      Merge pull request #7083 from owncloud/backport_6777_stable6
      Merge pull request #7129 from owncloud/ldap_info_doc
      Load authentication apps to get users from all backends - fixes #7019
      Merge pull request #7349 from owncloud/backport-7347

Thomas Tanghus (2):
      Add missing slash in URLGenerator::getAbsoluteURL(). Refs. #6840
      Test if $url is already prefixed by '/'

Vincent Petry (16):
      Fixed isPreviewAvailable warnings in log
      Fixed sharing results to include the correct permissions
      Added exception logger plugin for sabre connector
      Fixed image preview in trashbin subdirs
      Allow getting info or renaming part files through WebDAV
      Added session_keepalive setting
      Fixed searchByMime in shared cache
      Fix xsendfile local storage detection with quota
      Merge pull request #7157 from owncloud/stable6-xsendfilequotacheck
      Merge pull request #7225 from owncloud/enc_improved_error_handling_oc6
      Now using PHP session lifetime as default value for the JS config
      Updated submodule
      Added extra checks for ext storage class
      Fixed missing files on SMB storage
      Fix case where port is missing
      Merge pull request #7386 from owncloud/stable6-fixhostnamewithport

blizzz (3):
      Merge pull request #7081 from owncloud/fix_6670
      Merge pull request #7124 from owncloud/fix_6541
      Merge pull request #6778 from owncloud/fix_6430

icewind1991 (1):
      Merge pull request #7369 from owncloud/stable6-smbmissingfiles

nhirokinet (1):
      Update user.php to fix duplicate session-duplicate

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

This annotated tag includes the following new commits:

       new  099ccfa   Fixed isPreviewAvailable warnings in log
       new  1a93891   add path relative to the files folder of the currently logged in user to the output of getFolderContent()
       new  2e8418b   fix infinite loop if folder and subfolder has the same name
       new  39354ea   Fixed sharing results to include the correct permissions
       new  29d6389   add link to documentation
       new  a5a2fe9   show link to app documentation
       new  3979508   distinguish app links from doc links
       new  08bf128   added website field
       new  5cc8df3   increase size of mimetype column
       new  e00f483   add expire date to link share if possible
       new  0cd68cf   prevent autofill for password change settings, prevent leak of existing password, fix #6552
       new  33801c3   only update file cache with the unenecrypted size when the file was written
       new  f1dc6e1   use localised date in notification mails
       new  72e3087   remove the form, it isn't needed here
       new  4c305ef   disable button and input field during decryption
       new  e6391d8   Add check for apc.enabled option
       new  301e498   Added exception logger plugin for sabre connector
       new  9016093   use more accurate error codes
       new  e6579a3   public upload is also possible with encryption enabled, since OC6
       new  8a66c30   Fixed image preview in trashbin subdirs
       new  8854281   remove passwords in URLs from all log messages
       new  34069e0   also load error handler if debugging is enabled
       new  8ee368d   remove needless element tag
       new  44a6d2a   add test for password remove method
       new  ebcbf85   reuse file upload as used within files app - remove public upload button
       new  8bd3ce2   fixing preview generation
       new  3ccbc98   no new menu on public upload
       new  37d2c0a   remove unused js code and css rules
       new  608fe55   LDAP: extend LDAP wrapper search method for sizelimit, improves performance in wizard
       new  60b75b2   throw an info message, when base dn test failed
       new  9404389   Allow getting info or renaming part files through WebDAV
       new  acebc3f   Wizard: disable LDAP referrals, fixes #6670
       new  2801edc   Wizard: enable base DN for editing, if not base DN could have been detected. Also part of fix for #6670
       new  a967ace   Rephrase and clarify log message
       new  a096f19   add download button on single file share page
       new  615f0c4   first mobile style rules, hide extra columns in files view and scroll header
       new  249df38   remove min-width rule to fix mobile views
       new  9f9466d   improvements to public files mobile view
       new  fa1288c   tweak color and position of username in public share
       new  63b078b   fix public share download button width
       new  025ab0d   on mobile, show single shared image at full width without margin
       new  b33cfce   add icons for file list and picture view toggles
       new  5a5496f   restrict zooming on mobile devices for the publicly accessible, optimized pages
       new  e3d8758   make sure there's enough room for the file actions
       new  d8770d1   fix input element closing tag
       new  a9a9289   remove unused variable
       new  a4895e4   focus link text only on click in the input field - closes #6817
       new  37f8607   remove background and width from multiselect bar, fix Download button not showing on mobile
       new  a3b3517   Instead of 'No preview available for ...' we simple display the mime-type icon
       new  916122b   fix multiselect bar being too short on big displays
       new  4b1f93b   fix horizontal scrollbar appearing when footer is too long, footer wraps now
       new  0992a77   permanently show download action on mobile, only icon
       new  0f97d95   adjust file type icon placement for when no preview can be generated
       new  23c015b   adding class to header div: share-folder or share-file
       new  379ddd8   make header scroll up for single shares, more view of content on small screens
       new  7b948b0   Added session_keepalive setting
       new  fc1763dc  move unlink proxy to a hook which handles pre and post conditions
       new  b3257a3   better error detection and don't use glob()
       new  78b390d   don't expect OC_FilesystemView, this is depreciated
       new  5e788ae   added tests for the delete hooks if the trash bin is disabled
       new  f824986   add function to extract filename from sharekey name + tests
       new  e48c767   do not show 'Add app' and 'More apps' for themed ownCloud
       new  713c5c4   use appstoreenabled config switch
       new  c096c6e   add icons.css file, first step to get rid of %webroot%
       new  87d06ba   remove %webroot% from files app
       new  04b4c7c   remove %webroot from files_sharing app
       new  88a5f7d   remove css files from rewrite rule - there is no need to rewrite css any more
       new  f9bd4c5   Fixed searchByMime in shared cache
       new  5edc4c9   Merge branch 'stable6' into backport_6777_stable6
       new  9b257ad   change order of issubdirectory() calls to avoid error messages for non-apps
       new  9c9b161   replace 'size' with 'unencrypted_size' if encryption is enabled
       new  5c40ef0   LDAP: add documentation info in info.xml
       new  76cb5a5   name users after test
       new  fb6290c   Merge pull request #7083 from owncloud/backport_6777_stable6
       new  b353637   Merge pull request #7129 from owncloud/ldap_info_doc
       new  5e31549   Merge pull request #7130 from owncloud/enc_fix_unit_tests
       new  3d6ab2b   LDAP: also try MS AD's thumbnailPhoto when looking for an avatar image
       new  0a475bd   LDAP: improve debug message
       new  fd32501   Merge pull request #7081 from owncloud/fix_6670
       new  48bb8ae   Only add files to file list when uploading to current directory
       new  e5dac9fa  Merge pull request #7124 from owncloud/fix_6541
       new  6f5caaa   refuse login as long as the initial encryption is running
       new  8227bc4   on filtering the share box users and groups whose name begins with the search term shall appear on top, fixes #6430
       new  c6687e1   respect coding guidelines
       new  f862070   move sorter into a class
       new  7e451a2   sort following entries in alphabetical order
       new  35b316f   test for share dialoge sorter
       new  8a4dbde   wrong tld
       new  1cf599d   Inject logger
       new  0213928   fix DI
       new  3be5022   intendation
       new  018fed6   getData() always needs to return an array
       new  2398542   Merge pull request #6778 from owncloud/fix_6430
       new  b4f04c1   Fix xsendfile local storage detection with quota
       new  ad813da   Merge pull request #7157 from owncloud/stable6-xsendfilequotacheck
       new  c1241b1   Load authentication apps to get users from all backends - fixes #7019
       new  b0ba69f   Also remove the user's home storage from the storage table when deleting a user
       new  118033c   Also clean up the filecache table when deleting a storage entry
       new  eb8b221   Send correct path on file upload when using public app
       new  37db8a1   catch errors during initial encryption
       new  78b10de   catch errors during decryption
       new  43738da   don't block login forever if we are stuck in the middle of the initial encryption
       new  80dcec7   Merge pull request #7225 from owncloud/enc_improved_error_handling_oc6
       new  3d5d6b5   Now using PHP session lifetime as default value for the JS config
       new  d07f459   Use the proper content-type
       new  5a2e99c   External FTP Storage should request hostname instead of URL
       new  864f034   Make google drive client secret and dropbox api secret a password field
       new  b044ec0   An admin should not be able to add remote and public services on its own. This should only be possible programmatically. This change is due the fact that an admin may not be expected to execute arbitrary code in every environment.
       new  b9d013e   Check whether the Key is set
       new  ebb1a70   Check whether the app is set
       new  a422f19   Security Update: session fixation
       new  2d946d2   Update user.php to fix duplicate session-duplicate
       new  3c94213   LDAP: prevent other configuration from being deleted when deleting the first one which has an empty prefix for historical reasons
       new  0f87a02   Add missing slash in URLGenerator::getAbsoluteURL(). Refs. #6840
       new  91b4045   Test if $url is already prefixed by '/'
       new  92b4d52   Fix "headers are already sent" introduced with #6519
       new  75c7fd2   LDAP: improve compilation of filters
       new  a04af78   LDAP: fix and extend tests
       new  ce87f93   Merge pull request #7349 from owncloud/backport-7347
       new  f6e6f46   add unit test for \OC\URLGenerator::getAbsoluteURL to verify #6935
       new  5348e2e   fix sharing unit tests
       new  96ebefc   Updated submodule
       new  210832d   fix usersPath and add unit tests
       new  e903c8b   fix test so that it doesn't depend on the array order
       new  ed7e9be   Add overwritehost config on setup and upgrade
       new  fb1ebf1   Adjust version for stable6
       new  928947f   Added extra checks for ext storage class
       new  0187537   Fixed missing files on SMB storage
       new  4286eeb   Merge pull request #7369 from owncloud/stable6-smbmissingfiles
       new  6d3b5b2   Fix case where port is missing
       new  678afc4   Merge pull request #7386 from owncloud/stable6-fixhostnamewithport
       new  9183ade   don't overwrite keys if rename was done by a stream copy
       new  c8d34ea   add test case if a file gets moved out from the shared folder
       new  dc11b87   6.0.2 RC1
       new  16e24dc   Merge branch 'stable6' of https://github.com/owncloud/core into stable6

The 135 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.


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