[Pkg-owncloud-commits] [owncloud] annotated tag v5.0.8 created (now 46b6b4c)

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


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

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

        at  46b6b4c   (tag)
   tagging  7d7b7e6e63a15a2e41aa4d17e780121e6c5b426c (commit)
  replaces  v5.0.7
 tagged by  Frank Karlitschek
        on  Wed Jul 10 08:55:09 2013 +0200

- Log -----------------------------------------------------------------
5.0.8

Arthur Schiwon (3):
      LDAP: better check for emptiness, fixes #3815
      Revert "LDAP: better check for emptiness, fixes #3815"
      LDAP: even better check for emptiness, fixes #3815

Bart Visscher (2):
      Oracle doesn't know & as bitwise AND
      Merge pull request #3893 from owncloud/backport_1872

Björn Schießle (95):
      fix deletion of ssl root certificates
      remove debug output
      fix var naming
      remove html entities since this seems to be a problem only on my system
      add hint about what the recovery password field is for
      use pre_setPassword hook to update the encryption keys if the back-end doesn't support password change; improved output to let the admin know what happened
      IE doesn't like class as keyword, add quotation marks
      disable proxys during ssl root cert upload to avoid encryption
      Merge branch 'stable5' of github.com:owncloud/core into stable5
      make sure that only one process can enter the migration mode
      use constants for different migration status
      adapt test to the code changes
      use number of manipulated rows as idicator if it was possible to enter the migration mode
      fix typo in var name
      add comment to explain the helper function
      introduce decryptPrivateKey() method which also checks if the result is a valid private key to avoid additional checks on various places
      control files are no longer needed, remove them from the tests
      $session->setPrivateKey expects only one parameter
      let user update private key password in case it was changed from outside, e.g. external auth back-ends
      added test for decryptPrivateKey()
      use generated private key fro m setUp()
      link directly to the encryption settings
      improved label for the password recovery feature
      only show personal settings if the recovery feature is enabled or if no private key is set
      tell the user what he can do to regain access to his files
      allow to press enter to update the password
      print a warning if a user wants to reset his password and encryption is enabled
      add a hint that the admin can recover your files; Don't let the user change the recovery settings if no private key is set
      only check for recovery key if someone else than the user wants to change the password
      mage page title aware of ownCloud edition
      make footer aware of ownCloud editions
      keep all strings in one place to make it easier to change them
      make footer and urls aware of ownCloud editions
      add default doc url
      make main menu aware of the different owncloud editions
      make pub link share footer aware of different owncloud editions
      short explanation about OC_Defaults
      don't show translation hints in enterprise edition
      add logo-claim
      improved footer
      fix link to translation, bug was introduced by https://github.com/owncloud/core/commit/ca7699c8bdb85df9b69e3639f53d1b959287ba16#settings/templates/personal.php
      Merge pull request #3753 from owncloud/fix_translation_link
      only escape glob pattern
      don't normalize absolute local path
      also use the default theme if the theme is set to an empty string in the config.php
      use default value when we try to retrieve the theme from the config
      fix lost password page, don't show checkbox is encryption is not enabled
      Merge pull request #3770 from owncloud/fix_theme_loading
      fixed enghlish sentence, thanks to @MTGap
      add some more error messages, in case something went wrong
      some more error messages
      always have a defined return value
      check openssl dependency for the encryption app
      encryption is LDAP compatible
      construct the foother in defaults.php so that we use always the same footer
      check for updates only in the community edition
      lib/defaults.php should only contain the default strings and read the other strings directly from the theme
      remove unneeded if condition
      make mail footer aware of different themes
      logo claim added
      add logo claim to defaults.php
      set default logo claim to ''
      Merge pull request #3863 from owncloud/improved_footer
      if a part file gets renamed to a real file, that this was the second step of a write operation, hence emit a write signal
      don't run hooks for .part files
      improved error message
      introduce pre-disable-app hook and use it for the encryption app to reset migration status if the app was disabled
      fix function documentation
      add openssl_error_string() output to the owncloud.log
      Add init funtion to OC_Defaults to be able to wrap translatable strings
      move to non-static OC_Defaults
      add public api
      eddition string should be empty by default
      Merge pull request #3921 from owncloud/init_default_strings
      check php version, the encryption app needs php >= 5.3.3
      add correct php version
      fix error string
      cast result to bool
      improved error message
      more verbose error message
      handle system wide mount points
      fix path to OC_Mount_Config
      some performance improvements, check for system wide mounts only once while writing share keys
      move isSystemWideMountPoint() to util.php
      handle rename correctly for system wide mounts
      delete file keys from the correct location
      always return normalized path
      del share keys from correct location
      only escape glob pattern
      make trash bin aware of system wide mounts with respect to encryption keys
      only check for external mount points if the external storage app is enabled
      fix getUidAndFilename() test
      added helper function to escape glob pattern
      remove unneeded bracket, was introduced by the last merge
      Merge https://github.com/owncloud/core/pull/3827

Florin Peter (17):
      fix for autoloader while user logged in and system is in maintenance
      use legacyDecrypt to decrypt key file like the previous files_encryption
      fix re-encrypt legacy files
      fix legacy key in until test
      normalize path to prevent following split to fail
      cleanup unused method legacyKeyRecryptKeyfile
      check if the decrypted private key is valid on login and on read/write files
      allow the user to login but do not allow upload and show error message on the web
      code optimized and cleaned up unused vars
      reformat code
      fix password change when files_encryption app is disabled
      fixed typo
      changed redirect handling
      better handling for http post
      improved error msg and removed duplicate string
      fix memory problems as reported at #3620
      fix for path_hash not unique as reported at #3641

Frank Karlitschek (3):
      Merge pull request #3771 from owncloud/fix_lost_password_page
      5.0.8 RC
      5.0.8

Georg Ehrke (2):
      improve error handling of webdavauth
      fix position of 'user shared the folder foldername with you' label

Jan-Christoph Borchardt (3):
      move storage bar below clients showcase to make it more visible
      move common settings footer fieldset out of conditional
      hide the logo claim in case the theme is not loaded

Jörn Friedrich Dreyer (38):
      db structure, allow null in columns for '' values
      shorten table identifiers in tests
      add missing backticks all over the place
      fix fetchRow checks to also work with MDB2
      convert LIMIT to parameter
      allow install when only oracle is available
      oracle fixes, missing backticks, LIMIT to param
      use to_char only for oracle, whitespace
      cleanup codestyle
      don't use sequence suffix, MDB2 handles that internally
      Merge pull request #3725 from owncloud/oracle_stable5
      backport oracle related changes, mostly comments, but also setup related fixes
      Merge pull request #3802 from owncloud/stable5_backport_oracle_fixes
      return original filename to fileupload
      refactor files.js, make proper use of fileupload events
      return created table row, use as context in fileupload events
      don't update progress bar in ie < 10
      use === to compare empty string ''
      use local variable to walk DOM only once
      '#upload' is actually '#uploadprogresswrapper', fix css and js to show cancel button correctly
      use css browser switch instead of deprecated jquery browser detection
      Merge pull request #3909 from owncloud/stable5-anon-upload
      Merge pull request #3931 from owncloud/backport_selectRange
      make PDOStatementWrapper return number of updated rows on INSERT, UPDATE or DELETE queries, introduces isManipulation() to guess type of query
      fix numRows usage in user_ldap
      fix numRows usage in core lib
      fix numRows usage in files_encryption
      use assertEquals number of rows in db tests
      one if less
      manuall calculate unix_timestamp for oracle
      add missing backticks
      stable5 does not have execute audited yet
      check item id is set
      fix type of numeric columns
      for oracle use BITAND() instead of & in sharing permissions sql
      add correct check if table exists for oracle
      fix insertIfNotExist return value, update doc and corresponding test
      Merge pull request #3940 from owncloud/stable5_oracle_testsuite_fixes

Lukas Reschke (1):
      Escape dropdown

Markus Goetz (1):
      Fix ugly error style on install

Michael Gapczynski (1):
      Backport #2919

Robin Appelman (13):
      Fix OC_User::getDisplaynames when using numeric user id's
      split of scanning the childs of a folder
      scanner: give more percision about what data is reused during scanning
      reuse etag when doing a forced rescan
      add tests for reusing existing data in scanner
      fix updaters test cases
      allow scanning files for multiple users
      use json to encode user list
      remove deleted files when re-scanning a folder
      code style
      fix uploading when ['dirtoken'] is not set
      fix detection of public upload in filelist.js
      Sabre: throw exceptions when delete/create/write operations are not permitted

Roman Geber (2):
      Public upload feature
      Added file-upload to GIT repo

Thomas Mueller (8):
      Squashed commit of the following:
      Squashed commit of the following:
      adding unit test for folder remove: testRemovedFolder()
      In German we want uppercase 'Du' and 'Deine*'
      move javascript variables 'oc_current_user' and 'oc_requesttoken' to js.js - fixes #3853
      PHP Strict standards:  Non-static method OC_Defaults::themeExist() should not be called statically
      in case $_SERVER['HTTP_HOST']) is not set let's return localhost - better than nothing
      for now we disable public upload in case encryption is enabled

Thomas Müller (12):
      Merge pull request #3470 from owncloud/fix_ssl_root_certs
      Squashed commit of the following:
      Merge pull request #3905 from owncloud/emit_signals_for_part_files
      use $_SERVER['SERVER_NAME'] in case $_SERVER['HTTP_HOST'] is not set
      typo
      no ?> at the end of a file
      no anonymous upload on read-only folders
      adding tipsy to the upload button showing the max upload and restoring client side upload size validation
      Backport of #3948 to stable5
      Backport of #3951 to stable5
      Squashed commit of the following:
      Merge pull request #3970 from owncloud/backport-3946-stable5

Victor Dubiniuk (8):
      Replace display name only
      Hide a ghost image on the apps management page
      Add fallback for svg app icons
      Use svg to png fallback on demand only
      Add selectRange function
      Do not add groups if user has no groups
      Fix lazy styles loading in IE8
      Fallback to border instead of box-shadow

blizzz (2):
      Merge pull request #3814 from owncloud/fix-german-du-and-deine-stable5
      Merge pull request #3816 from owncloud/fix_3815

herbrechtsmeier (2):
      Overwrite host and webroot when forcessl is enabled
      request.php: add type check to the not empty check of a string

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

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