[Pkg-owncloud-commits] [owncloud] annotated tag v8.1.0beta1 created (now c1fe8fb)

David Prévot taffit at moszumanska.debian.org
Sat May 9 00:00:53 UTC 2015


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

taffit pushed a change to annotated tag v8.1.0beta1
in repository owncloud.

        at  c1fe8fb   (tag)
   tagging  e9de60f971d857e7c5bbcbe586e348486ce9a8fd (commit)
  replaces  v8.1.0alpha1
 tagged by  Frank Karlitschek
        on  Thu May 7 18:57:32 2015 -0400

- Log -----------------------------------------------------------------
8.1.0beta1

Andreas Fischer (3):
      Combine autotest-hhvm.sh with autotest.sh
      Check return value of OC_App::getAppPath() and verify info.xml exists.
      \OC\Connector\Sabre\CopyEtagHeaderPlugin constructor does not take arguments.

Arthur Schiwon (9):
      always open filter tab in raw mode, when 'Manually enter LDAP filters' is checked
      move away from deprecated consts
      bring back border in host input field for consistency
      LDAP Wizard: have always-increasing 'nth Server' number per full page load, fixes #15766
      save configs when requesting a config ID. They are empty, but avoid configID collisioning when creating many new configs in the wizard without saving anything directly.
      not only send them back but also apply defaults to a new configuration. Fixes #15933
      cleanup
      fix broken group presentation in selected groups list
      fix filter index on selected groups is updated too early

Bernhard Posselt (5):
      default to an empty string for database password if ommited
      implement json serialize for l10n string
      add aliases to pascal case constructor paramters to make it possible to auto assemble controllers
      make command optional
      fix #15962

Bjoern Schiessle (32):
      add migration script from old encryption to new one
      add version
      fix decryption of legacy private key
      allow user to start migration in admin settings if no external user back-ends are enabled
      if we start writing a file from the beginning, size should start by zero; result of floor needs to be casted to int in order to compare it with ->size
      detect system wide mount points correctly
      decrypt private key for public shares correctly
      display warning if password changed or if the keys are not initialized
      always create a new instance of the encryption module
      fix change password if no user is logged in, occ call
      let user update the private key password in case the login password was changed from outside
      set size and unencrypted size to zero on fopen
      get dirname from sharePath
      update share keys if a file is moved to a shared folder
      update share keys if file gets copied
      only update share keys if the file was encrypted
      fix unit tests
      fall back to the ownCloud default encryption module and aes128 if we read a encrypted file without a header
      make sure that we create a header for the encrypted private key
      skip update of encryption keys if file is not encrypted
      also create encryption keys for empty files
      method shouldn't be static
      check recovery setting for the right user
      skip user if we don't have a public key
      some small ux improvements
      don't let the the user disable encryption once it was activated
      adjust wording and add button to confirm encryption
      make sure that we keep the correct encrypted-flag and the (unencrypted)size if a file gets copied
      check if encryption is enbaled before we start moving keys
      unit tests
      move/copy from storage
      update 'encrypted'-flag in file cache according to the storage settings

Björn Schießle (8):
      Merge pull request #15636 from owncloud/enc2_performance_improvement
      Merge pull request #15690 from owncloud/enc_fix_upload
      Merge pull request #15757 from owncloud/enc-fixfeofforlastblock
      Merge pull request #15911 from owncloud/enc_create_header_for_new_key
      Merge pull request #16026 from owncloud/enc_ux_improvements
      Merge pull request #15938 from owncloud/enc_update_recovery_share_key
      Merge pull request #15880 from owncloud/check_if_encryption_is_enabled
      Merge pull request #15628 from owncloud/enc_fix_rename

Clark Tomlinson (8):
      Merge pull request #15445 from owncloud/enc2_migration
      Merge pull request #15675 from owncloud/enc_error_messages
      fixing return values and adding tests
      destupify tests
      remove status's and adjust js
      fix messages from settings crontroller
      change error codes to 400
      Merge pull request #15919 from owncloud/enc_handle_empty_files

David Prévot (1):
      Replace `_method` requirement by {g,s}etMethods()

Frank Karlitschek (3):
      8.1.0 alpha 2
      8.1 alpha 3
      8.1.0 beta 1

Georg Ehrke (1):
      get rid of OC_Geo

Hugo Gonzalez Labrador (2):
      Do not trigger preview hooks if enable_previews is false
      Do not trigger preview hooks if enable_previews is false

Jan-Christoph Borchardt (18):
      add whitespace to bottom of files list to correctly show dropdowns, fix #15801
      fix capitalization for server-side encryption and email server, fix #15642
      Merge pull request #15769 from owncloud/files-emptycontentreadonly
      hide modified header when multiselect is active, fix #15779
      Merge pull request #15835 from owncloud/delete-permission-icon
      fix layout for multiline buttons which are <a class='button'>
      Revert "fix layout for multiline buttons which are <a class='button'>"
      add title to multiselect list items so longer group names are visible, fix #15819
      add admin documentation links for Sharing, Encryption and Email server
      fix layout for documentation link hints
      also add title to multiselect create new element, fix #15954
      force minimum multiselect width to properly show longer groups
      remove 'More apps' link from apps mgmt now that we have support for experimental apps
      fix search results from other places, account for margin-bottom in files list
      Merge pull request #15544 from rullzer/fix_15263
      Merge pull request #16031 from owncloud/fix-15953-master
      Merge pull request #16064 from owncloud/fix-empty-mail-address
      Merge pull request #16037 from owncloud/enc_dont_disable_encryption

Jenkins for ownCloud (22):
      [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
      [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
      [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
      [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
      [tx-robot] updated from transifex
      [tx-robot] updated from transifex

Jens-Christian Fischer (2):
      don't update identical values
      clarify the duplication of the $params array

Joas Schilling (76):
      Scale up the font on larger previews
      Merge pull request #15670 from owncloud/encryption-is-an-shipped-app-master
      Merge pull request #15673 from owncloud/issue/15577-transaction-read-committed
      Merge pull request #15674 from owncloud/fix-console-check-output
      Correctly prefix OC_API with \ since its not in the namespace
      Merge pull request #15692 from owncloud/log-exception-type-master
      Move constants to OCP\API so apps can use them
      Deprecate the OC_API constants in favor of the OCP ones
      Fix display name of encryption modules
      Fix potential undefined variable
      Fix dummy encryption module registration
      Fix usage of deprecated private constants
      Fix phpStorm complains and namespace
      Add tests for correct path
      Fix visibility of public API methods
      Merge pull request #15747 from owncloud/ldap-remove-deprecated-const-usage-group
      Remove the app version from disabled app list
      Fix several minor things
      Dont use the old .status way
      Check if the user exists before trying to delete him
      Add unit tests for occ user:delete
      Unify the output of the user commands and use DI
      Add tests for occ user:lastseen
      Fix file names
      Use public interfaces for type hinting
      Deduplicate data provider and fix method visibility
      Add test "operation on keys failed"
      Merge pull request #15838 from owncloud/code-checker-to-ignore-tests
      Merge pull request #15839 from owncloud/enc_fix_moving_shared_files
      Merge pull request #15875 from owncloud/multiline-buttons
      Verify that the encryption module exists before setting it
      Add occ commands to manage the encryption modules
      Add a test that the default module is returned before we fall back
      Add test for setDefaultEncryptionModule
      Deduplicate module mock
      Make getDefaultModuleId public and get module protected
      Make methods explicit public
      Add unit tests for the commands
      Use interface
      Fix new tests
      Fix scrutinizer complain
      Fix module registration
      Undefined index: default
      Can't use function return value in write context
      Fix several type(hint) errors in private/helper.php
      fix several issues with doc blocks on share.php
      Fix return type of the getRootFolder() method
      Correctly generate the feedback URL for remote share
      check the called URL
      Add tests for the remote sharing url
      Correctly remove the protocol before prepeding it
      make scrutinizer happy
      Fix scrutinizer complains and return type doc
      Correctly send Federate-Cloud Share Feedback against the remote share ID
      Add tests for the correct share id on the call aswell
      Merge pull request #15918 from owncloud/harden-avatar
      Do not restrict permissions for the original owner
      Add a test to share a subfolder of a folder shared with the owner by group
      Correctly select file cache values also when checking group shares
      Ignore "parent" shares when the sharee is the owner of the reshare-source
      Merge pull request #15942 from owncloud/revert-15875-multiline-buttons
      Allow setting protected properties
      Allow setting protected properties
      Simplify the test
      Display a message when there is a problem with the default module
      Display the module settings in the list of the encryption modules
      Merge pull request #15772 from owncloud/issue-15771-dont-restrict-permissions-for-share-owner
      Add an occ command to get the status of encryption
      Fix undefined variable $tagId
      Fix the "app-id" parameter description of app:check-code
      Merge pull request #16052 from owncloud/fix-phpdoc-sharecontroller
      Add test for setEmailAddress
      Remove phpmailer from 3rdparty
      Fix missing types on doc block and deduplicate the method name
      Merge pull request #16099 from labkode/prevent-preview-hooks
      Merge pull request #16153 from owncloud/CopyEtagHeaderPlugin-noarg

Jost Baron (1):
      Fix error message when wrong user on console

Jörn Friedrich Dreyer (2):
      Merge pull request #15623 from t3chguy/master
      Merge pull request #16050 from owncloud/add-workaround-for-populate-raw-post-data

Lukas Reschke (43):
      Deprecate unused `\OCP\Response::sendFile`
      Add version to deprecation notice
      Merge pull request #15629 from owncloud/deprecate-potential-dangerous-methods
      Block old legacy clients
      Wording
      Use 403 instead a 50x response
      Verify if returned object is an array
      Migrate personal certificate handling into AppFramework controllers
      Proper return types
      Fix files
      Adjust tests and statuscode
      Merge pull request #15733 from owncloud/remove-oc_backgroundjob
      Merge pull request #15637 from owncloud/migrate-certificate-stuff
      Merge pull request #15744 from owncloud/fix-inverted-path-in-resourcenotfound
      Reword configuration text
      Fix collision on temporary files + adjust permissions
      Catch not existing User-Agent header
      Merge pull request #15846 from owncloud/fix-missing-loading-indicator
      Merge pull request #15855 from owncloud/teardownaftercommand
      Merge pull request #15683 from owncloud/block-legacy-clients
      Merge pull request #15834 from owncloud/make-temporary-file-really-unique
      Fix type annotation
      Rephrase "TL;DR"
      Simplify even more
      Merge pull request #15891 from owncloud/LukasReschke-patch-1
      Fix routes
      Filter potential dangerous filenames for avatars
      Merge pull request #15706 from owncloud/fix-15705-master
      Merge pull request #16005 from owncloud/remove-more-apps
      Add proper versioning for doc URL
      Try to set required ini values in base.php
      Merge pull request #15652 from oparoz/better-text-previews
      Remove hard-dependency on disabled output_buffering
      Merge pull request #16043 from owncloud/activity-288-log-entry-when-no-favorite
      Merge pull request #16040 from owncloud/fix-orphaned-shares-job
      Remove PHP 5.4 warning in checkSetup
      Check `mbstring.func_overload` only if the mb module is installed.
      Fix PHPDoc for the ext. share controller
      Merge pull request #16048 from owncloud/fix-mb-string
      Don't display errors and log them
      Don't depend on always_populate_raw_post_data
      Merge pull request #16067 from owncloud/verbosity-in-app-code-check
      Merge pull request #16098 from owncloud/remove-phpmailer

Martin (1):
      Improve error messge text for app upgrade try (#15375)

Michael Telatynski (1):
      Memcache\Redis Add DB Select Functionality

Morris Jobke (71):
      Merge pull request #15805 from owncloud/fileslist-whitespace
      Fix private member access of parent class in ocsresponse
      Add @since tags to all methods in public namespace
      Merge pull request #15708 from owncloud/fix-capitalization
      Merge pull request #15691 from owncloud/vobject-sabre2.1
      Merge pull request #15714 from owncloud/fix-ldap-xpmode
      add visibility of methods in server container and interface
      fix wrong variable names in PHPDoc
      LDAP tests: swithc var_dump to exception
      Use data provider instead of hand-crafted for loops
      LDAP - move from constants to class member constants
      IL10n - add PHPDoc for $options
      DB: remove unused parameter - was forgotten during the migration to doctrine
      IUrlGenerator - document linkTo properly
      Remove unused variables
      fix followup issues with unneeded parameters
      Merge pull request #15723 from owncloud/fix-decimal-unit-tests
      Merge pull request #15722 from owncloud/remove-vardumps
      Add @since tag to public namespace constants
      Removed OC_BackgroundJob - reduce class overhead
      Fix visibility of interfaces in \OCP
      Reduce call of legacy wrapper by call the OCP directly
      Add version to @deprecated tags
      Merge pull request #15739 from DavidPrevot/symfony-2.7
      Merge pull request #15717 from owncloud/issue/15716-fixing-ocp-api-namespace-usage
      Fix wrong path generation
      fix date variable
      Add @deprecated to all methods with a proper method in \OCP
      Merge pull request #15735 from owncloud/fix-visibility
      Merge pull request #15635 from owncloud/issue/15634-empty-txt-previews
      Merge pull request #15713 from owncloud/fix-15707-master
      Merge pull request #15770 from owncloud/fix-15764
      Merge pull request #15782 from owncloud/hide-modified-multiselect
      Merge pull request #15549 from owncloud/jcf-fix-cache-update
      Merge pull request #15787 from owncloud/trash-partfiles
      Merge pull request #15639 from rullzer/fix_15368
      Add missing loading indicator for enabled apps
      Show hint if there is no delete permission
      Merge pull request #15681 from owncloud/issue/15667-occ-encryption
      Merge pull request #15882 from owncloud/fix-type-annotation
      Merge pull request #15893 from owncloud/files-fixnewfilevalidation
      Merge pull request #15901 from owncloud/fix-share-docs
      Merge pull request #14764 from owncloud/shared-etag-propagate
      Replace `replace` with `sed` statement
      Merge pull request #15906 from rullzer/fix_15777
      Merge pull request #15596 from owncloud/issue/15589
      Merge pull request #15947 from owncloud/add-title-to-multiselect
      Merge pull request #15951 from owncloud/fix-install-again
      Use internally \OCP\ILogger instead of \OC\Log
      Merge pull request #15993 from owncloud/admin-documentation
      Merge pull request #16015 from owncloud/add-proper-versioning
      Merge pull request #16001 from owncloud/add-multiselect-new-title
      Merge pull request #16009 from owncloud/fix-searchresults
      Merge pull request #15486 from owncloud/versions-rollbackkeepfileid
      Use OC.Notification for update notifications
      Fix DeleteOrphanedSharesJob
      Merge pull request #16058 from owncloud/fix-app-check-code-parameter-description
      fix label reference
      Don't highlight disabled labels on hover
      Allow user to set an empty email address
      add positive tests for operator in code checker
      Add verbosity option to app:check-code
      Merge pull request #16065 from owncloud/check-binaryops-in-code-checker
      Merge pull request #16017 from owncloud/proper-update-notification
      Merge pull request #16072 from owncloud/phpdoc-cache
      Merge pull request #16070 from owncloud/enc_update_file_cache_on_copy
      Add l10n support to encryption settings
      kill new lines in l10n strings
      Merge pull request #16116 from owncloud/encryption-l10n-settings
      Merge pull request #16122 from owncloud/fix-15866
      Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-page

Olivier Paroz (9):
      Thou shalt not corrupt the answer of a cache request
      Tests for read-only cache
      Renamed class + split methods
      Show a text preview instead of a bitmap preview of text
      Cache the token value
      Use webDAV to have access to HTTP byte ranges
      An idea to suggest that this is just a sample of the full text
      Use authorization headers for better compatibility
      Remove overflow+watermark

Robin Appelman (36):
      dont allow using null as view root
      add unit tests for null handling in view
      typo
      use the permissions mask cache wrapper instead of the read only cache
      resolve reshares in public webdav
      update icewind/smb to 1.0.1
      remove unneeded readonlycache
      fix subfolder reshares over webdav
      unit test for etag propagation across shared storage boundary
      Make the change propagator an emitter
      Allow getting *all* share entries owned by a user
      propagate etags for all user of a share
      dont use our now non existing hook
      adjust test
      remove duplicates from rebase
      more propagation tests
      Make sure the owner mountpoints are setup
      propagate changes up reshares
      add rename hook for propagation
      minor fixes
      fix propagation when renaming a directly reshared folder
      fix merge
      triger propagation for webdav uploads
      fix test
      cleanup hooks
      use microtime to prevent race conditions
      safer teardown
      dont pass floats as timestamp to the changepropagator
      use the preSetup hook to ensure the encryption wrapper is applied correctly
      extends memcache with add, inc and dec
      add compare and swap to memcache
      add memcache based shared/exclusive locking
      use trait for cas polyfill for xcache
      add tests for castrait
      allow getting the path from the lockedexception
      improve phpdoc of cache classes

Robin McCorkell (1):
      Merge pull request #15729 from owncloud/remove-unused-variables

Roeland Douma (2):
      Merge pull request #15737 from owncloud/add-deprecated-version
      Merge pull request #15736 from owncloud/remove-dependency-on-legacy-code-in-ocp

Roeland Jago Douma (6):
      Reset sharedialog values
      moved from html to $('html') to fix unit tests
      Added unit tests
      Password set via OCS API should not be double escaped
      Added unit test
      Only show SSL table header if there are certificates

Thomas Müller (83):
      files_encryption -> encryption
      Using TRANSACTION_READ_COMMITTED
      Convert error and hint to string before writing to the output - fixes https://mailman.owncloud.org/pipermail/devel/2015-April/001184.html
      Merge pull request #15680 from owncloud/add-since-tags-to-public-namespace
      Merge pull request #15679 from owncloud/fix-private-member-access
      Write the type of exception to the log - really helpful for exceptions which hold no message
      Delay initialization of the OC\Encryption\Update - introducing 'OC\Encryption\HookManager'
      Merge pull request #15686 from owncloud/enc_fix_change_password
      fixing undefined variable
      Do not concat translation string
      Merge pull request #15695 from owncloud/handle-app-upgrade-of-filesystem-apps
      Merge pull request #15699 from owncloud/fix-15696-master
      move creation of shared key to the login handler - fixes #15705
      use a simple function - OC.Encryption is already defined - fixes #15707
      make jshint happy
      Revert "use a simple function - OC.Encryption is already defined - fixes #15707"
      Revert "make jshint happy"
      Merge pull request #15720 from owncloud/fix-method-visibility
      Merge pull request #15725 from owncloud/l10n-public-interface
      Merge pull request #15727 from owncloud/cleanup-db-interface
      Merge pull request #15728 from owncloud/update-iurlgenerator-doc
      Merge pull request #15718 from owncloud/issue/15694-display-name-of-encryption-modules
      Merge pull request #15724 from owncloud/ldap-remove-deprecated-const-usage
      Merge pull request #15740 from owncloud/get_rid_of_geo
      Introduce Storage::getData() to allow storage implementations more control over the data array
      Introduce Storage::getMetaData() to allow storage implementations more control over the data array
      Avoid function name collision in dropbox external storage
      move permission related code into  getMetaData()
      Merge pull request #15677 from owncloud/enc_reset_private_key_password
      use a simple function - OC.Encryption is already defined - fixes #15707
      make jshint happy
      Merge pull request #15753 from owncloud/remove-app-version-from-disabled-list
      Don't pollute the global namespace
      doc and indent
      Merge pull request #15721 from oparoz/fix-readonly-cache
      Merge pull request #15734 from owncloud/add-deprecate-tags
      add $encryptionModuleId to methods of Keys/IStorage
      calling renameKeys() on directory level as well - fixes #15778
      pass KeyStorage via ctor
      fix PHPDoc
      Merge pull request #15799 from owncloud/fix-enc-folder-move
      Merge pull request #15830 from owncloud/enc2-ajaxstatuswhenloggedin
      Merge pull request #15617 from mmattel/getenv_system_check_and_warning
      Merge pull request #15831 from owncloud/enc2-unittestcleanuptmpfile
      Merge pull request #15828 from owncloud/smb-1.0.1
      Ignore test folders when checking the code for compliance
      Merge pull request #15411 from mmattel/fix_for_15375_better_message_text
      fixes #15848
      Merge pull request #15860 from owncloud/enc_fallback_old_encryption
      Merge pull request #15886 from owncloud/fix-15848-master
      Merge pull request #15887 from owncloud/issue-15885-empty-getenv-path
      Merge pull request #15890 from owncloud/fix-helper-docs
      handle case where the given language is unknown - refs #15794
      fix typo
      Merge pull request #15903 from owncloud/issue-15899-fix-getfoortfolder-doc
      Merge pull request #15896 from owncloud/autotest-external-replacecommand
      Merge pull request #15773 from owncloud/fix-15766
      Merge pull request #15892 from owncloud/fix-failed-require-in-l10n-createjs
      Merge pull request #15915 from owncloud/fix-sharing
      Merge pull request #15921 from cmeh/patch-4
      Merge pull request #15922 from JostBaron/patch-1
      Merge pull request #15926 from owncloud/install-empty-pw
      Merge pull request #15946 from owncloud/auto-controller-resolve
      Moving encryption_dummy to the apps repo - fixes #15950
      Merge pull request #15949 from owncloud/l10n-string-json
      Enable code coverage on scrutinizer
      Merge pull request #15968 from owncloud/enc-wrapper-presetup
      Merge pull request #15964 from owncloud/fix-l10n-string-warn
      Merge pull request #15972 from owncloud/enable-scrutinizer-code-coverage
      Merge pull request #15955 from owncloud/move-dummy-encryption
      Merge pull request #15937 from owncloud/file-locking
      Merge pull request #15958 from owncloud/usage-of-public-log-interface
      Merge pull request #16020 from owncloud/set-charset-via-ini-set
      Merge pull request #15584 from owncloud/enc_fix_upload_shared_folder
      no link if there is no detailpage property set - fixes #15953
      fix l10n strings
      Merge pull request #15752 from owncloud/feature/fix-encryption-return-values
      Merge pull request #16044 from owncloud/issue-15977-occ-encryption-status
      Merge pull request #16042 from owncloud/fix-output-buffering
      Merge pull request #16045 from owncloud/reduce-autotest-hhvm
      Check usage of != and == - refs #16054
      Merge pull request #16119 from owncloud/fix-16056
      Merge pull request #16035 from owncloud/issue-15975-occ-encryption-enable-warning-no-module

Vincent Petry (18):
      Merge pull request #15809 from owncloud/view-null-root
      Merge pull request #15616 from owncloud/enc_stream_copy
      Get rid of the obsolete OC_VObject class
      Fix encryption feof to not return too early
      Merge pull request #15748 from owncloud/fixing-enc-filesize-once-more
      Added empty content message for empty read-only folders
      Do not trash part files, delete directly
      Only get encryption status when logged in
      Delete temp files after testing encryption stream wrapper
      Merge pull request #15814 from owncloud/public-reshare-webdav
      Tear down FS after running trash expire
      Merge pull request #15774 from owncloud/jknockaert-patch-1
      Fix file name validation in New menu
      Add check for "replace" command
      Added unit test for reshare by share owner
      Merge pull request #15908 from owncloud/fix-replace-with-sed
      Fix version rollback to keep fileid
      Use moveFromStorage instead of streamCopy when restoring version

blizzz (2):
      Merge pull request #15826 from owncloud/issue-15804-occ-user-delete-exception
      Merge pull request #16069 from owncloud/fix-15933

cmeh (1):
      Update wizardTabElementary.js

jknockaert (9):
      fix encryption header error
      Update encryption.php
      add two tests
      fixed name
      disable r+ test
      Update encryption.php
      Update encryption.php
      enable testRewind
      enable testWriteWriteRead

root (1):
      Checks if getenv returns proper system variable results

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

This annotated tag includes the following new commits:

       new  fc4127d   add $encryptionModuleId to methods of Keys/IStorage
       new  987bc13   calling renameKeys() on directory level as well - fixes #15778
       new  225cde2   pass KeyStorage via ctor
       new  0042bdd   fix PHPDoc
       new  750f0bc   Merge pull request #15799 from owncloud/fix-enc-folder-move
       new  c81bc15   fixing return values and adding tests
       new  1747117   destupify tests
       new  e3ec1a8   remove status's and adjust js
       new  2916866   fix messages from settings crontroller
       new  8d3f88c   Show a text preview instead of a bitmap preview of text + fix the preview height
       new  e113d67   Cache the token value
       new  530c290   Use webDAV to have access to HTTP byte ranges
       new  a968877   An idea to suggest that this is just a sample of the full text
       new  58a87d0   Use authorization headers for better compatibility + add ellipsis + fix OC.generateUrl calls
       new  0729fc2   Remove overflow+watermark
       new  8c08567   change error codes to 400
       new  4d53706   Do not restrict permissions for the original owner
       new  93cf513   Added unit test for reshare by share owner
       new  09d479e   Add a test to share a subfolder of a folder shared with the owner by group
       new  3c37cbd   Correctly select file cache values also when checking group shares
       new  f524ae2   Ignore "parent" shares when the sharee is the owner of the reshare-source
       new  70a4462   check recovery setting for the right user
       new  31b6574   Allow setting protected properties
       new  fbba7a6   Use internally \OCP\ILogger instead of \OC\Log
       new  4ef9df8   skip user if we don't have a public key
       new  cf4a687   Allow setting protected properties
       new  4a6808a   Simplify the test
       new  8a85d8b   Try to set required ini values in base.php
       new  cd516ee   Use OC.Notification for update notifications
       new  7fa3089   [tx-robot] updated from transifex
       new  4de45b5   Merge pull request #15958 from owncloud/usage-of-public-log-interface
       new  870ac88   Merge pull request #16020 from owncloud/set-charset-via-ini-set
       new  7376ea9   Merge pull request #15584 from owncloud/enc_fix_upload_shared_folder
       new  c2fd7b1   no link if there is no detailpage property set - fixes #15953
       new  7112824   fix l10n strings
       new  0f7b8dd   Merge pull request #15752 from owncloud/feature/fix-encryption-return-values
       new  17fedc8   Merge pull request #15652 from oparoz/better-text-previews
       new  f76c055   some small ux improvements
       new  10144bd   Display a message when there is a problem with the default module
       new  6dc3682   don't let the the user disable encryption once it was activated
       new  760ce3b   Fix DeleteOrphanedSharesJob
       new  4b9e034   Remove hard-dependency on disabled output_buffering
       new  eadc2c3   Display the module settings in the list of the encryption modules
       new  59c657d   Merge pull request #15772 from owncloud/issue-15771-dont-restrict-permissions-for-share-owner
       new  5180c23   Add an occ command to get the status of encryption
       new  50f6386   Fix undefined variable $tagId
       new  5c7d15b   Merge pull request #16043 from owncloud/activity-288-log-entry-when-no-favorite
       new  51936e6   Merge pull request #16040 from owncloud/fix-orphaned-shares-job
       new  636d063   Combine autotest-hhvm.sh with autotest.sh
       new  e5c5c90   Merge pull request #16044 from owncloud/issue-15977-occ-encryption-status
       new  08b98a8   Merge pull request #16042 from owncloud/fix-output-buffering
       new  64393b4   Remove PHP 5.4 warning in checkSetup
       new  7c55583   Check `mbstring.func_overload` only if the mb module is installed.
       new  ed16127   Merge pull request #16026 from owncloud/enc_ux_improvements
       new  d9746d8   Fix PHPDoc for the ext. share controller
       new  a9a9adc   Only show SSL table header if there are certificates
       new  044ee7e   Merge pull request #16048 from owncloud/fix-mb-string
       new  fa6a67c   Merge pull request #15544 from rullzer/fix_15263
       new  b60dcd9   [tx-robot] updated from transifex
       new  87787a3   Fix the "app-id" parameter description of app:check-code
       new  a7deba7   Merge pull request #16031 from owncloud/fix-15953-master
       new  8f1e504   adjust wording and add button to confirm encryption
       new  2ce01ee   Merge pull request #15938 from owncloud/enc_update_recovery_share_key
       new  efce8ff   Merge pull request #16052 from owncloud/fix-phpdoc-sharecontroller
       new  179472a   Merge pull request #16058 from owncloud/fix-app-check-code-parameter-description
       new  624c253   fix label reference
       new  a1b9444   Don't highlight disabled labels on hover
       new  5aa3525   Merge pull request #16045 from owncloud/reduce-autotest-hhvm
       new  5fd849f   Allow user to set an empty email address
       new  9530e81   Don't display errors and log them
       new  1131035   Don't depend on always_populate_raw_post_data
       new  aae098c   Check usage of != and == - refs #16054
       new  493844e   add positive tests for operator in code checker
       new  d36d143   Add test for setEmailAddress
       new  56b1c93   Add verbosity option to app:check-code
       new  767cf27   Merge pull request #16065 from owncloud/check-binaryops-in-code-checker
       new  1c791e6   not only send them back but also apply defaults to a new configuration. Fixes #15933
       new  0e7fd82   cleanup
       new  2aaafc1   Merge pull request #16064 from owncloud/fix-empty-mail-address
       new  6783699   Merge pull request #16069 from owncloud/fix-15933
       new  e0d1515   improve phpdoc of cache classes
       new  7089af9   make sure that we keep the correct encrypted-flag and the (unencrypted)size if a file gets copied
       new  952a90f   Merge pull request #16037 from owncloud/enc_dont_disable_encryption
       new  9101468   [tx-robot] updated from transifex
       new  e768b3b   Remove phpmailer from 3rdparty
       new  4c0d1b0   Merge pull request #16050 from owncloud/add-workaround-for-populate-raw-post-data
       new  c3fb021   Merge pull request #16017 from owncloud/proper-update-notification
       new  f1903f6   Merge pull request #16072 from owncloud/phpdoc-cache
       new  3a3a58f   Do not trigger preview hooks if enable_previews is false
       new  874d35b   Merge pull request #16070 from owncloud/enc_update_file_cache_on_copy
       new  3e647af   Do not trigger preview hooks if enable_previews is false
       new  9a15937   Merge pull request #16067 from owncloud/verbosity-in-app-code-check
       new  e7a3911   check if encryption is enbaled before we start moving keys
       new  84960fe   Merge pull request #16098 from owncloud/remove-phpmailer
       new  83ed4ee   unit tests
       new  5ef4a76   Add l10n support to encryption settings
       new  f2d4669   Merge pull request #15880 from owncloud/check_if_encryption_is_enabled
       new  dc39bda   move/copy from storage
       new  e4829a2   update 'encrypted'-flag in file cache according to the storage settings
       new  5a46dad   kill new lines in l10n strings
       new  193c6a9   Merge pull request #16116 from owncloud/encryption-l10n-settings
       new  aea734a   Fix missing types on doc block and deduplicate the method name
       new  892e2a3   Merge pull request #16099 from labkode/prevent-preview-hooks
       new  6633514   Merge pull request #15628 from owncloud/enc_fix_rename
       new  795a48d   fix broken group presentation in selected groups list
       new  71e6644   fix filter index on selected groups is updated too early
       new  cd4b925   Merge pull request #16122 from owncloud/fix-15866
       new  e418ced   Check return value of OC_App::getAppPath() and verify info.xml exists.
       new  55eaa16   Merge pull request #16119 from owncloud/fix-16056
       new  3dee907   [tx-robot] updated from transifex
       new  12b24ee   Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-page
       new  2344298   Merge pull request #16035 from owncloud/issue-15975-occ-encryption-enable-warning-no-module
       new  4f6ecd3   \OC\Connector\Sabre\CopyEtagHeaderPlugin constructor does not take arguments.
       new  9f2f282   Merge pull request #16153 from owncloud/CopyEtagHeaderPlugin-noarg
       new  e9de60f   8.1.0 beta 1

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