[Pkg-owncloud-commits] [owncloud] annotated tag v8.1.0alpha1 created (now efbf424)

David Prévot taffit at moszumanska.debian.org
Thu Apr 16 02:22:53 UTC 2015


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

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

        at  efbf424   (tag)
   tagging  f50798a674bf223e1c8015b9a27287b2ac6c9f1a (commit)
  replaces  v8.0.0
 tagged by  Frank Karlitschek
        on  Wed Apr 15 22:23:57 2015 +0200

- Log -----------------------------------------------------------------
8.1.0alpha1

AW-UC (4):
      provide case-insensitive natural sorting
      Add constructor to inject collator
      Fix sorting for files that only differ in case.
      Add PHPunit test for DefaultCollator

Adam Williamson (4):
      add function to invalidate one opcache file, use it if possible #9885
      deleteFromOpcodeCache: make parameter mandatory, document parameter
      writeData(): correct variable name for config file path
      fall back to absolute path for pipelined assets (#14940)

Andreas Fischer (3):
      Update phpseclib to version 0.3.9.
      Do not use APCu when apc.enabled is Off.
      Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.

Arthur Schiwon (23):
      inlcude AD primary group in user filter, if a group is selected. fixes #12190
      fix counting of users in primary group
      :lipstick:
      and escape the search term
      :camel:case
      no fruitless count attempts, and notification should disappear
      Port of #14041 to master
      set up paged search when limit is 0
      support paged results against 389ds.
      fix PHP warnings when using occ with some LDAP commands
      offset needs to be considered in computed limit
      LDAP Wizard Overhaul
      adjust tests
      run functionality checks also when host field changes
      move script and style inclusions into template
      doc
      newlines at end of file
      cleanup
      update back/continue buttons also on tab click
      fix number and insert position when adding/copying a config
      escape filter for output
      compile user and login filter on the first time automatically, if a suggestion was provided
      change default value of ldap_tls to 0. It will be detected anyway, but starting with 0 will lead to errors and unconfigurability

Bernhard Posselt (29):
      ignore cursorclosing
      add tests for closing the cursor
      fix indention
      additional inheritance tests
      another test for overriding the docblock
      add a controller and reponse for ocs
      fix license email
      fix license email
      ignore minified js, owncloud/news#719
      if no link text has been set for the navigation show the link nonetheless
      Merge pull request #14427 from owncloud/fix-some-php-docs
      Dont break code which relies on the cursor being open after insert/update/delete
      use flock instead of just checking if there is a file to prevent deadlocks when the process crashed or the unlink wasnt done
      migrate to IDBConnection
      use IDBConnection and close cursors after insert/update/delete
      fix mappertestutility
      fix tabs and spaces
      deprecate getters for deprecated class
      remove IDb interface from core class usage
      make version check work on the lowest common version denominator
      add phpdoc
      AppFramework StreamResponse
      Merge pull request #13616 from owncloud/streamresponse
      Merge pull request #14789 from owncloud/better-app-install-error-messages
      only hard depend on the info.xml and not the app.php
      Merge pull request #14961 from owncloud/onlyrequireinfo
      fix backwards compatibility for mapper execute method
      also use backwards compatible method for mapper
      If the execute method on the mapper receives an assoc array, it binds by value instead of index

Bjoern Schiessle (65):
      for password protected link shares the password is stored in shareWith, so we need to set this manually to null for the hooks
      add timeout to curl request
      add remote share status to the config
      implement basic encryption functionallity in core to enable multiple encryption modules
      always fall back to default share folder
      also call generateTarget for group share to add the correct prefix if share_folder is defined in config.php
      fix check if a file is excluded from encryption or not
      add deleteAllFileKeys to public interface and add "uid" as parameter for the
      create basic interfaces and wrapper to make encryption more modular
      fix keystorage and add unit tests
      fix encryption manager to handle more than one encryption module
      add deleteKey methods to key storage
      implement rename and delete of encryption keys
      encryption app: remove legacy code, we do only server-side encryption
      write encrypted file to disc
      core: small fixes
      make sure that all file keys are written to the key storage
      core: documentation fixes
      read encrypted files
      make sharing and unsharing work
      add setting templates
      add public link share key to file if it was shared as public link
      check if recovery key exists and encrypt the file with the recovery key if needed
      remove debug code from core
      fix lib/private/encryption/util.php call
      fix parameter declaration and class initialisation
      make recovery settings work
      call end() before closing the file
      remove unencrypted_size from the cache, size will contain the unencrypted size
      remove old encryption app
      add session class to handle all session operations
      use password change logic to userhooks to avoid recursions
      fix set recovery key and implement change password
      register settings and hooks only once
      add helper class accessible for encryption modules to ask for a list of users with access to a file, needed to apply the recovery key to all files
      let user enable recovery key
      delete recovery keys on disable
      cleanup keymanager test and add some additional tests
      keyManagerTest: remove code which is no longer needed
      fix hook registration
      pass file helper to encryption wrapper
      getUidAndFilename() always get uid from path
      make recovery key work
      work arround to make sure that shares are initialized only once
      add priority to trashbin storage wrapper so that he is always on top
      don't wrap share storages
      remove encryption specific code from files app
      add more descriptive message to the exception, will be displayed to the user
      reset storage for each unit test
      use loginHelper from base class
      store init status per user
      fix re-shares with encryption
      reset init status before login
      fix versions download and previews
      remove unused code
      implement webdav copy
      add unit tests to the keystorage
      fix versions tests
      userRecovery() was replaced by setRecoveryForUser()
      fix function call
      read cipher from key header and always write a key header if a new private key is stored
      don't throw exception if a file gets uploaded and encryption is disabled
      only create a db entry for the user in case of a name conflict on group share
      add unit test for crypt.php
      make sure that encrypted private keys always have a header

Björn Schießle (4):
      Merge pull request #14071 from owncloud/add_timeout_for_post_requests
      Merge pull request #15507 from owncloud/remove-uneeded-file
      Merge pull request #13896 from owncloud/share-generatetarget-remove-exclude
      Merge pull request #15598 from owncloud/fix-enc-file-size-master

Christian Kampka (3):
      Don't swallow errors in console.php
      Allow configuring background job mode from the console
      Install command should not require table prefix

Christian Seiler (2):
      DAV authentication: use Owncloud's internal user instead of HTTP-supplied one
      DAV authentication: also use Owncloud's internal user for short-circuit

Clark Tomlinson (22):
      Merge pull request #14266 from owncloud/encodeUriComponentPerDefault
      Merge pull request #14324 from owncloud/fix/14320
      Merge pull request #14335 from owncloud/enable-strict-mode-per-deafult
      Merge pull request #13989 from owncloud/enhancment/security/11857
      Merge pull request #14490 from owncloud/remove-unused-deprecated-code
      Merge pull request #14383 from jknockaert/newbranch
      Initial commit
      Updating keystorage movement and fixing hooks
      cleanup and removing cachefactory
      moving methods to their final places
      :100:% coverage for session class
      fixing test helper and undoing fubar in class...
      adding hook manager test
      remove useless setup base class
      adding util test and reducing keymanager instances to one in test
      adding recovery tests
      adding recoverFileTest
      adding user setup test and adding 4 tests to keymanager
      adding test for user hooks
      Merge pull request #15472 from owncloud/enc_backward_compatibility
      remove unessesary logging of methods instantiation
      Merge pull request #15538 from owncloud/encryption-crypt-tests

Daniel Hansson (6):
      Merge pull request #14293 from owncloud/issue/14270-fix-public-share-download-activities
      Change to 24H format instead of 12H format
      Use 24h format instead of 12h format
      Don't use hardcoded date and time
      Merge pull request #15151 from owncloud/use-local-time
      Make the link to issue template bold

Daniel Molkentin (1):
      Add .tag file to make tar balls tracable

Fernando Rodriguez Sela (1):
      Setting default charset to UTF-8 in .htaccess and .user.ini

Frank Karlitschek (4):
      This is not 8.1 pre alpha
      This is 8.0.1 now
      Merge pull request #15215 from owncloud/ext-gdrivelistfilequoting
      8.1 alpha 1

Georg Ehrke (2):
      fix issue with previews not being displayed if filename contains apostrophe
      validate resource's integrity before using it

Jakob Sack (4):
      Use relative time for cron status
      Add absolute time of last cronjob as hover tip
      Rename $human_time to $relative_time in cron settings
      Improve language on backgroundjob admin page

James Anslow (1):
      Fixing issue #15322 - showing Settings button next to gear icon

Jan-Christoph Borchardt (77):
      Merge pull request #13958 from owncloud/fix-resize-overlap
      Merge pull request #12213 from sebomoto/add-loadfeedback
      adjust list of errors, more compact and readable
      add whitespace to prevent file deletion when wanting to scroll
      fix checkbox alignment in share dialog, fix #11515
      add more whitespace to share link options in dropdown for better clickability and look
      add bottom padding to sidebar, fix last element being hidden below settings, fix #13264
      improve style of 'Add group' input and button
      slight positioning fixes in user mgmt controls bar
      Merge pull request #14981 from Volker-E/master
      fix position of 'Deleted files' sidebar entry, fix #10815
      collapse app descriptions by default, make expandable, fix #13112
      Merge pull request #14737 from owncloud/app-descriptions-collapsible
      link back to top on Personal page, fix #14519
      fix capitalization in Personal settings
      fix first user mgmt header jumping around, fix #8873
      combine labels with inputs in sharing dialog, fix #14796
      fix long group names overlapping in the sidebar, fix #12649
      Merge pull request #15118 from owncloud/user-mgmt-groups
      Merge pull request #15114 from owncloud/sharing-labels
      unbold share email sent notification
      add Tips & tricks section to admin settings
      Merge pull request #15143 from owncloud/24h-time-format
      double padding to account for Deleted files entry, issue with Firefox
      consolidate all admin warnings and notices into one section
      correctly align file list summary when the list has the favorite feature
      Merge pull request #14970 from owncloud/sidebar-enhancements
      highlight active user menu entry
      only show connection checks results if there are errors, fix #11476
      do not show update notification on mobile, fix overlapping of header menus, fix #10544
      popover style for apps and user dropdown menus
      further adjustments of header and dropdown styles
      more small fixes in header
      adjust share dropdown border radius to 3px
      reduce logo size a bit for a better look
      move triangle of apps dropdown to align with app name triangle
      fix accessibility of ownCloud logo and navigation entries, fix #15013g
      fix log in issue, fix arrow position, make dropdown work in Firefox
      reintroduce quick animation for menus
      adjust animations of Share, Versions and others to OC.menuSpeed
      force log messages to break to alleviate horizontal scroll on Admin page
      fix user dropdown for IE8
      detail corrections for search box layout
      move SQLite notice from warnings to tips & tricks
      only move dropdown triangle when navigation is opened, fix timing bug
      mock up missing elements in the tests
      Merge pull request #14958 from owncloud/dropdown-style
      Merge pull request #15230 from owncloud/sqlite-notice
      add hint in Share placeholder on remote share syntax
      correct remote share hint
      Merge pull request #14918 from owncloud/fix-password-change-ie8-and-9
      adjust emptycontent messages for files and files_external
      adjust shade of empty content icons, fix files icon shade
      adjust controls bar width to not overlay scrollbar
      fix layout for Sharing settings
      fix scrutinizer issues
      app mgmt app level design enhancements
      apps mgmt: style experimental apps section, small design fixes
      Merge pull request #15345 from rullzer/fix_15263
      widen displayName input field
      add icons to files sidebar, fix shade, fix position of settings icon and text
      add more present info about remote shares, fix layout of inputs
      code style fixes
      fix position of SQLite warning
      add link to installation documentation to setup page
      add admin documentation hints to Federated Cloud Sharing and cron
      fix remote share info icon for IE8
      Merge pull request #15499 from owncloud/admin-hints
      link to proper subsite for Commercial support
      help section: code style and wording fixes
      Merge pull request #15398 from Volker-E/master
      fix share input loading spinner, fix #15522
      fix wrong typeface being used for some buttons
      remove slow fade animation for tipsy tooltip
      remove slow fade animation for remaining tipsy tooltips
      add disabled state to primary action button
      Merge pull request #15632 from owncloud/remove-tooltip-fade

Jenkins for ownCloud (64):
      [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
      Updating license headers
      [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
      [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
      Update license headers
      [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

Joas Schilling (140):
      Only update favorite icon if the operation was successful
      toggle back when the action was not performed
      Use insertIfNotExists() and reload mimetypes after inserting one
      Do not overwrite the shareType so the post hook is still correct
      Add a test for the post_shared hook shareType
      Deduplicate template code and do not translate the links
      Merge pull request #13977 from owncloud/tempmanager-check-handle
      Merge pull request #14171 from owncloud/fix/11639
      Copy sharing related activity code to Files_Sharing activity extension
      Use filterNotificationTypes to filter the types and group the methods
      Cache some values from the extensions
      Check whether filter is valid, before doing stuff for it
      Order methods to by grouped by their task
      Fix test with the invalid filter check being added
      Move displaying of files related activities to files app
      Revert "Incorporate review changes"
      Revert "Improve: Index for file_map"
      Do not change behaviour of 'false'
      Update version to a higher one then before
      Add an array implementation of cache and use it if we are not debugging
      Merge pull request #13269 from owncloud/issue/13211-cache-array-implementation
      Add visibility to interface to make scrutinizer 1 step happier
      Correctly create activities for public downloads
      Correctly create the expected key for plurals with quotes
      Remove unnecessary backslashes from translations
      Remove some old l10n files they arent loaded anymore
      Remove dependency from arbitrary data object structure for easier usage
      Ignore empty plurals just like with singulars
      Revert "Correctly fallback to english, if the plural case is not translated"
      Extract the remote host from user input in share dropdown
      Merge pull request #14419 from owncloud/preview_apostrophe_fix
      Merge pull request #11555 from goodkiller/patch-1
      Extend the class so the Filesystem is cleaned up
      Clear the local cache when we clear the backends
      Reset the group backend aswell
      Sort the array to be sure
      Add "throws" lines to calling methods and interface aswell
      Merge pull request #14567 from owncloud/node-check-fileinfo-interface
      Maintenance mode message might be misleading
      Add a repair step to delete old tables
      Etc timezones don't exist for .5 and .75 offsets
      Add a test for dropping the tables
      Merge pull request #14660 from metaworx/replace-static-dbtableprefix-with-config-dbtableprefix
      Add a test of what everyone thinks should be the result of this method
      Use findLanguage() instead of creating the object first
      Fix the behaviour of getLanguageCode() to match the expectation of the name
      Merge pull request #14674 from owncloud/fix-l10n-getlanguagecode-2
      Update scanFile() and scanChildren() to the new signature of the parent class
      Add a test for ObjectStore\NoopScanner
      Log errors and create 404 in network list when a css or js is missing
      Check whether the file id is valid, before using it to delete the previews
      Merge pull request #14713 from owncloud/issue/14671-preview-delete-check-for-valid-fileid
      Allow specifying the compare-array for insertIfNotExists()
      Only check unique keys for the comparison on filecache insert & update otherwise
      insertIfNotExists() for storage insertion
      Better save then sorry
      Get the id before using it
      Add test for UniqueConstraintViolationException on  wrong key
      Fix doc blocks of insertIfNotExists() method
      Do not overwrite the active menu entry of the navigation
      Throw a RuntimeException in the cache aswell
      Always include the installed app version in "occ app:list"
      Do not make setupMounts() public just because of testing
      Add a console command user:add to create users over the console
      Also use all keys for an empty array, just in case
      Fix getting the avatar of a non-existing user
      Fix order of expected and actual on assertEquals() calls
      Color avatars of non-existing users gray and display X instead
      No user no avatar easy as that
      Merge pull request #14872 from owncloud/issue/14870-avatar-user-non-object
      Use the PreviewManager where possible
      Register preview providers on the preview manager instead of OC\Preview
      Move default provider registration to preview manager
      Clean up some docs
      Add an interface for the preview providers
      Use DI for the config
      Add more type hinting
      Cache result for isMimeTypeSupported()
      Only do all the "find path" magic when we need to register them
      Order the providers alphabetically
      Only sort the list when required
      Create an interface for OC_Image and OCP\Image for the public API
      Move mimetype check from template to controller
      Only register the core providers when necessary
      Fix controller test
      Remove load*() methods from public interface
      The key is over configkey, user and app, not the value
      Also add a note that clob does not work in the compare array
      Allow registering closures for navigation entries
      Add tests for the navigation manager (closure) behaviour
      Use a closure for the files app entry and deprecate old methods
      Correctly get the unique mountpoint name when mounting the share
      Use insertIfNotExists() instead of manual logic
      Add a unit test for the naming conflict on the mountpoint name
      Stop executing, when 3rdparty is missing or apps directory is invalid
      Add test for backticks in path and etag
      Do not add apps2/ directory if it does not exist
      Group sharing activities by user/group and file respectively
      The iran timezone removed the DST handling which breaks the timezone lib
      Do not walk over the users directory, but over the list of tagged objects
      Display a message when no apps can be found for this oc version
      Do not duplicate the empty content css
      Use the same style when no search result was found
      Correctly get array of groups and send OCP\IGroup objects to enable method
      Merge pull request #15149 from owncloud/fix-enable-for-group
      *cough*
      Merge the two tests into one
      Correctly only send the errors of the current file to the event
      Add navigation entry for tips and tricks setion
      Merge pull request #15224 from owncloud/issue/15191-app-code-checker-error-list
      Merge pull request #15226 from owncloud/fix-upload-placeholder
      Move federated cloud sharing, files externals and updater to special positions
      Fix link to the updater
      Correct the app name for sharing events
      Add logic for getting the user from the rss token to the Manager
      Add a filter for favorites and allow limiting the all-list to favorites
      Add tests from getCurrentUserId() method and fix the constructor
      Use DI for the objects where possible
      Move tag related code into a helper so we can test the query without a view
      DeMorgan applied the wrong transformation
      Adjust by/self filter aswell and fix tests
      Make scrutinizer happy
      Correctly purge the cache when an app is disabled via cli
      Adjust tests and check whether clear() is called
      Fix docs and line breaks
      Fix the initial list of groups
      Fix the exception messages
      Remove server timezone dependency from files list test
      When guessing the timezone, the offset might only be valid on a given timestamp
      Select the timezone on the right timestamp and assert it
      Remove hardcoded link to performance docs
      Disable OCS api when in maintenance mode
      Check if the key exists, before trying to delete it
      Add an option to get the output in plain, json or print_r syntax
      Fix config usage
      Correctly generate the doc link via go.php
      Replace print_r() with pretty json
      change handling in app:list
      Merge pull request #15562 from owncloud/fix-15560
      Fix namespace duplication and other issues in repairlegacystorages

Jörn Friedrich Dreyer (11):
      check if cache files are readable
      readd is_file
      add debug log for memcache instantiation
      fixes #15326
      do not hide exception when ldap server has a hiccup
      do not disclose information, show generic error on login page
      fix_tests
      throw exception when backends don't provide a user instead of creating legacy local storages
      fix filesystem and encryption tests
      fix cherrypicking
      cach user folder for file search results

Laurens Post (3):
      Add --show-password option to ldap:show-config
      Fix occ user:add failure return codes
      Add password input from env variable for occ user:{add, resetpassword}

Lode Hoste (2):
      Allow application-specific favicons
      Disable application-specific favicons for non-user pages

Lukas Reschke (206):
      Use "HTTPOnly" for cookies when logging out
      Streamline CSRF and login check
      Streamline auth and CSRF check in scan.php
      Parse backslash as directory separator in breadcrumb
      Use 403 instead of 200 response
      Don't encode url unecessary twice
      Catch exception properly
      Add `rel="noreferrer"` where possible and switch to HTTPS
      Disable autocomplete for SMTP Password
      Merge pull request #13895 from owncloud/disable-autocomplete-1
      Merge pull request #13948 from owncloud/cache-move-transaction
      Respect `mod_unique_id` and refactor `OC_Request::getRequestId`
      Merge pull request #13973 from owncloud/enhancement/security/13366
      Merge pull request #13511 from owncloud/naturalsort_speeeeeed
      Merge pull request #14028 from frsela/charset_utf8
      Merge pull request #14072 from owncloud/add-files-external-test-readme
      Second parameter is optional
      Remove unused file
      Merge pull request #14126 from owncloud/remove-that-old-thing
      Deprecate `OC_JSON` and `OCP\JSON`
      Merge pull request #13913 from rullzer/showusergroups
      Merge pull request #9038 from owncloud/add_tag_file
      Remove internal annotation
      Merge pull request #14145 from owncloud/no-whitespace-from-themes-master
      Merge pull request #13780 from owncloud/cmreflector-inheritance
      Merge pull request #13771 from owncloud/fix-humanfileSize
      Incorporate review changes
      URLEncode logout attribute
      Ensure that passed argument is always a string
      Merge pull request #14086 from hlop/master
      Merge pull request #14197 from owncloud/ensure-that-passed-file-path-is-always-a-string
      Manually type-case all AJAX files
      This is an array
      Allow AppFramework applications to specify a custom CSP header
      Use `int` instead of `string`
      Rename to allowEval
      Add noreferrer to footer URI
      Remove unused function and correct PHPDoc
      Merge pull request #13890 from owncloud/add-no-referrer
      Merge pull request #14261 from owncloud/fix-last-login-master
      Encode requesttoken
      Refactor OC_Request into TrustedDomainHelper and IRequest
      Make scrutinizer happy
      Add blackmagic due to cyclic dependency :see_no_evil:
      Incorporate review changes
      Merge pull request #14056 from owncloud/refactor/13976
      Use APCu only if available in version 4.0.6 and higher
      Remove Null Byte Check
      Encode parameters in `OC.generateUrl` by itself
      Merge pull request #14289 from owncloud/remove-null-byte-check
      Encode Requesttoken for avatars
      Check if the offset exists before accessing
      Merge pull request #14273 from owncloud/require-at-least-apcu-4-0-6
      Check if instance is not yet installed
      Use the untrusted domain in the installer
      Revert "add debug log for memcache instantiation"
      Fix invalid `ini_set` directives
      Merge pull request #14330 from owncloud/revert-13879-add_debug_log_for_memcache_instantiation
      Prevent directory traversals in ctr of \OC\Files\View
      Add some basic PHPDoc to functions
      Add `Satisfy All`
      Merge pull request #14366 from owncloud/remove-old-l10n-files
      Merge pull request #14359 from owncloud/add-satisfy-all
      Merge pull request #14278 from owncloud/fix-index
      Merge pull request #14325 from owncloud/fix-plurals-with-quotes
      Merge pull request #13777 from owncloud/close-cursor
      Add helper to check for `ini` values in `OC_Util::checkServer`
      Add expected values to default config as well
      Use "off" and "off" instead of true booleans
      Merge pull request #14275 from chris-se/master
      Fix some PHPDocs
      Use `getParam` instead of `server`
      Merge pull request #14439 from owncloud/fix-ajax-files-external
      Show a empty response for GET on non-files instead of the Browser Plugin
      Merge pull request #14442 from owncloud/fix-oracle-ci-master
      Use getRemoteAddress which supports reverse proxies
      Merge pull request #10599 from owncloud/move_passwordchange_text
      Merge pull request #10830 from Finkregh/patch-1
      Get the real protocol behind several proxies
      Fix code style as per review
      Fix code that never worked
      Merge pull request #14459 from owncloud/fix-oracle
      Use [0] instead of current as HHVM might have problems with that
      Add some PHPDocs
      Merge pull request #13340 from owncloud/use-http-only
      Merge pull request #14195 from owncloud/activity-manager-performance-improvements
      Merge pull request #14400 from owncloud/fix-cron-deadlock
      Merge pull request #13740 from owncloud/fix-12190-2
      Always load authentication apps
      Remove uneeded assignment
      Move UTF-8 check to setup
      Remove unused and deprecated Code
      Remove hacky Substring support for MSSQL
      Show 404 page when accessing empty share URL
      Merge pull request #14245 from cmeh/master
      Merge pull request #14509 from owncloud/fix/14231
      Merge pull request #14494 from owncloud/fix-oracle-master
      Merge pull request #14503 from owncloud/quota-preventdatalossforfailedmove
      Add notice about Travis Checks
      Add more HTTPS endpoints
      Fix avatars in master
      Read from IRequest instead of reading twice
      Use custom attribute instead of the div identifier
      Merge pull request #14585 from owncloud/fix-avatars-for-users-with-at
      Add detection for invalid CLI configuration for settings page
      Fix version rev
      Disable some server checks when running on HHVM
      Disable bootstrap.php checks when HHVM is used
      Add support for 'child-src' directive
      Simplify code
      Simplify code
      Merge pull request #14635 from owncloud/cleanup-config.sample.php
      Let users configure security headers in their Webserver
      Run `updateDataDirectory` after Update
      Remove "Download from URL" feature
      Merge pull request #14615 from kampka/cron-command
      Fix PHPDoc
      Merge pull request #13368 from owncloud/memcache_lowlatency
      Fix totally broken AppStore code...
      Merge pull request #14722 from owncloud/master-14711
      Verify CSRF token already in update.php and not the EventSource code
      Optimize loop
      Clean-up code and use proper exception types
      Allow iframes from same domain in share view
      Merge pull request #14346 from owncloud/storage-based-path-validation
      Merge pull request #14759 from owncloud/clean-up-code
      Merge pull request #14791 from owncloud/fix-14516
      Merge pull request #14773 from owncloud/allow-iframes-from-self-in-share-view
      Merge pull request #14798 from owncloud/enable-oci-autotest-master
      Merge pull request #14705 from rullzer/avatarcontroller
      Add cURL as hard-dependency
      Remove OC_User_HTTP
      Use proper error type and clean-up code
      Can also be null
      Merge pull request #14874 from owncloud/correct-typehint
      Drop example user backend
      Remove outdated comment
      Migrate to SwiftMail
      Use new IMailer and add unit-tests for lostcontroller
      Incorporate review changes
      Adjust unit test
      Show more detailed error message
      Add debug log message back
      Don't fallback to Plaintext per default for legacy class
      Fix PHPDoc and Co.
      Merge pull request #12085 from owncloud/add-swift-mailer
      Merge pull request #14931 from owncloud/issue/14881-closures-for-navigation-entries
      Cache \OC\URLGenerator::imagePath
      Add version and path to cache prefix
      Read theme only if required
      Reuse cache result
      Remove unused section
      Merge pull request #14957 from owncloud/remove-unused-section
      Add debug mode back to mailer
      Use `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING`
      Use ArrayCache if ownCloud is not installed
      Remove unreqired backtick removal
      Merge pull request #14994 from owncloud/sabre-customprops-softfail
      Merge pull request #13941 from owncloud/fix-folder-upload-on-firefox
      Properly catch whether a share is `null`
      Merge pull request #15153 from owncloud/uniquename-node
      Merge pull request #14949 from owncloud/sabre-2.1.3
      Add wrapper for Guzzle
      Merge pull request #14125 from dratini0/master
      Remove custom `arg_separator.output`
      Remove IDE autocomplete fail
      Merge pull request #15232 from owncloud/remove-arg-separator-magic
      Merge pull request #15129 from owncloud/version-command-bus
      Serve all files with a Content-Disposition of 'attachment' via WebDAV
      Merge pull request #14399 from owncloud/ignore-empty-plurals
      Remove unneeded argument
      Add some generic default headers as well via PHP
      Filter potential dangerous characters in path name
      Add check for activated local memcache
      Add more spacing to the file picker dialog
      Merge pull request #15042 from wolfgangkarall/master
      Merge pull request #15312 from owncloud/activity-fix-compilation
      Revert "Properly quote file names in listFiles query for GDrive"
      Merge pull request #15335 from owncloud/revert-15215-ext-gdrivelistfilequoting
      Only escape single quotes
      Merge pull request #15351 from owncloud/add-title-to-app-entries
      Merge pull request #12314 from oparoz/patch-3
      Add experimental applications switch
      Make user names clickable
      Deduplicate code
      Fix PHPDoc
      Fix language level incompatibilties
      Merge pull request #15469 from owncloud/fix/15463
      Fix wording
      Reference `$(this)` instead
      Add JS unit test for sorting
      Merge pull request #15314 from owncloud/app-categories-15274
      Enforce string as passed type
      Fix code style
      Fix PHPDoc
      Merge pull request #15497 from owncloud/enforce-type-security
      Remove unneeded file
      Fix typos and some other adjustments
      Disallow Windows Server in Server Check
      Merge pull request #14540 from owncloud/windows-setup-check
      Merge pull request #15511 from owncloud/fix-typos
      Add "Reply-To" support for mails
      Merge pull request #15458 from owncloud/web-shell-master
      Add "Reply-To" support to sharing mails and refactor code
      Merge pull request #15541 from owncloud/add-reply-to-support
      Merge pull request #15585 from owncloud/fix-user-list

Martin (1):
      Write the parameter 'logtimezone' into config.php during setup

Morris Jobke (211):
      Properly show the warning about the missing composer autoloader
      fix response for tags and show error message
      Reduce log level of bind failed to WARN - fixes  #11624
      Revert "enabled disabled files app in repair step"
      drop OC_Preferences
      drop OC\Preferences
      Show message if upload of folder isn't allowed
      Avoid dropdown to float under sidebar for mid narrow screens
      Merge pull request #13889 from owncloud/catch-exception
      Merge pull request #13848 from owncloud/ldap-warn
      Merge pull request #13830 from owncloud/fix-redirect-404
      Merge pull request #13753 from owncloud/use-403-instead-of-200
      Merge pull request #13655 from Sugaroverdose/fix_#13632
      Merge pull request #13502 from owncloud/streamline-authentication-in-newfile
      Merge pull request #13435 from Zillode/app-favicon
      Merge pull request #12283 from oparoz/sfnt-fonts
      Merge pull request #13963 from RealRancor/external_user_note
      Merge pull request #14007 from owncloud/fix-broken-master
      Merge pull request #13842 from owncloud/is_file_2_is_readable
      Merge pull request #13663 from owncloud/issue/13624-notification-when-favorting-fails
      Merge pull request #13425 from owncloud/phpdoc_cleanup
      [files_external] add SMB autotest
      Merge pull request #11056 from AdamWill/9885-opcode
      [files_external] sftp tests
      add rreadme for files external tests
      [files_external] ftp tests
      Merge pull request #14074 from RealRancor/documents_preview_notes
      Merge pull request #14129 from owncloud/deprecate-oc-json
      Check if imageflip is available
      add fix for checkmark icon for IE8
      Merge pull request #10993 from owncloud/scanner-reuse-fileid
      Merge pull request #14135 from cmeh/master
      Merge pull request #14121 from Zillode/app-favicon
      Merge pull request #14178 from RealRancor/fix_config_sample
      Merge pull request #14243 from owncloud/console-execution-time-master
      Merge pull request #10673 from owncloud/smb-new
      Merge pull request #14128 from owncloud/drop-unused-methods
      Merge pull request #14207 from owncloud/propfind-optimize
      Merge pull request #14338 from owncloud/fix-nav-heigt
      Merge pull request #14199 from owncloud/cast-type-manually
      Merge pull request #13645 from owncloud/fix-breadcrumb-backslash
      Revert "Updating license headers"
      fix files external test run and add common-tests option
      Merge pull request #14473 from owncloud/remove-uneeded-assignment
      Merge pull request #14208 from owncloud/oc-msg-remove-object-dependency
      clarify link on apps management to the dev documentation
      fix exception message
      Merge pull request #14300 from owncloud/commandbus
      update 3rdparty to current master
      Merge pull request #13969 from raimund-schluessler/master
      Merge pull request #14505 from owncloud/dav-copy-fix
      Merge pull request #14474 from owncloud/move-utf-8-check-to-setup
      Merge pull request #14527 from owncloud/clarify-link
      apply suggestions from @atmoz to fix SFTP setup
      Merge pull request #14563 from owncloud/LukasReschke-patch-1
      Merge pull request #14566 from owncloud/fix-avatars-in-master
      Merge pull request #14575 from owncloud/cache-rename-overwrite
      proper description of appcodechecker in config sample
      Merge pull request #14605 from owncloud/checkserver-disable-hhvm
      Merge pull request #14614 from jakobsack/master
      Merge pull request #14570 from rullzer/ocs_sane_permissions
      Merge pull request #14593 from owncloud/fix/13994
      fix line breaks in config.sample.php
      fix link for Preview documentation
      Merge pull request #14653 from sebomoto/fix_loading_feedback
      Merge pull request #14651 from owncloud/add-some-headers-to-htaccess-for-my-best-friend-jenkins
      Merge pull request #14326 from owncloud/remove-unnessary-backslashes-from-translation
      Merge pull request #14582 from rullzer/avatar_fixes
      Merge pull request #14685 from owncloud/test-noop-scanner
      Merge pull request #14672 from Crote/master
      Merge pull request #14691 from owncloud/karma-forcejasmine2
      Merge pull request #14736 from owncloud/errors-list
      Merge pull request #14743 from owncloud/autoconfig-password
      proper filename for "require version.php"
      Merge pull request #14706 from owncloud/ldap-reset-paged-search-on-null-limit
      Merge pull request #14429 from owncloud/issue/14176-validate-timezone-before-using
      Merge pull request #14720 from owncloud/fix-shareetagpropagation
      Merge pull request #14115 from owncloud/update-symphony-components
      update 3rdparty master
      Merge pull request #14783 from owncloud/dont-timeout-cron-master
      Merge pull request #13513 from owncloud/repair-legacystoragenofatalfail
      Merge pull request #13839 from owncloud/issue/13678-improve-remote-domain-detection-in-sharedropdown
      Merge pull request #13648 from oparoz/sfnt-fonts-preview
      Merge pull request #14794 from owncloud/add-console-command-user-add
      Merge pull request #13893 from owncloud/create-cachedir-on-user
      Merge pull request #14357 from owncloud/fix/1373
      Merge pull request #14613 from kampka/no-table-prefix
      Merge pull request #14830 from owncloud/kill-locks-table-master
      Merge pull request #14867 from owncloud/drop-OC_User_HTTP
      Merge pull request #14899 from owncloud/setupwarning-text
      Merge pull request #14766 from owncloud/fix-insertifnotexists-poc
      Add spaces
      Merge pull request #14936 from owncloud/fix-setup-config
      Merge pull request #14962 from owncloud/safer-deletion
      Deprecated \OCP\IAppConfig - add missing methods to IConfig
      fix failing unit test
      fix unit tests
      Merge pull request #14967 from owncloud/checkbox-alignment
      Merge pull request #14972 from owncloud/add-group-style
      migrate share helper method to IConfig
      Merge pull request #14992 from owncloud/add-exception-to-memcachbe
      Merge pull request #14997 from owncloud/newgroup-empty-disable
      fix typo in config.sample.php
      Merge pull request #14947 from oparoz/repairmimetypes-sql
      Merge pull request #15035 from owncloud/assocmapper
      Merge pull request #14938 from owncloud/test-oracle-in-docker
      Merge pull request #15063 from owncloud/share-readonlyfile-permissions
      Merge pull request #14941 from AdamWill/pipeline-apps
      Merge pull request #15088 from oparoz/3d-support
      Merge pull request #15103 from owncloud/link-personal
      Merge pull request #15107 from owncloud/user-mgmt-header
      Merge pull request #15120 from owncloud/ldap-occ-fix-warnings
      Merge pull request #14862 from owncloud/introduce-shipped.json-master
      Merge pull request #15121 from owncloud/email-sent-unbold
      Merge pull request #15012 from Volker-E/master
      Merge pull request #15142 from owncloud/issue/15138-feedback-for-empty-apps-list
      Merge pull request #15126 from owncloud/sabre-storagenotavailable
      Merge pull request #15127 from owncloud/admin-tips-jenkins
      Merge pull request #14580 from owncloud/issue/13765-duplicate-remote-share
      Merge pull request #15048 from owncloud/avatar-crop-square
      Merge pull request #15156 from owncloud/file-summary-align
      Merge pull request #15112 from owncloud/security-warning-section
      Merge pull request #14998 from rullzer/ocs_api_new_url
      Merge pull request #14919 from rullzer/files_thumbnail_fix
      Merge pull request #15160 from owncloud/deduplicate-external-manager-tests
      Merge pull request #15055 from owncloud/share-activity-grouping
      Merge pull request #15180 from owncloud/ext-tabbing
      Merge pull request #15190 from owncloud/hide-update-notification-on-mobile
      Merge pull request #15170 from owncloud/middleclickbreadcrumb
      Revert "FIX for webdav.mediencenter.t-online.de"
      Merge pull request #15203 from owncloud/revert-15201-webdav-ng-bugfix
      Show hidden files (dot files) in gray
      Merge pull request #15195 from owncloud/reanimate-add-guzzle
      update 3rdparty submodule
      Merge pull request #15212 from owncloud/log-width
      Merge pull request #14665 from owncloud/fileid-increment
      Don't use placeholder for password in IE8 & 9
      fix enforced password for share in IE8
      Merge pull request #15214 from owncloud/no-php-timeouts-on-webdav-master
      Merge pull request #14488 from owncloud/enhancement/security/inline-disposition
      Merge pull request #13802 from owncloud/share-partfilepermissions
      Merge pull request #15244 from owncloud/use_default_share_folder
      Merge pull request #15255 from owncloud/test-namespacesforrepairtests
      Show label for password change in IE8
      Merge pull request #15225 from owncloud/make-setups-for-users-that-tend-to-use-owncloud-on-not-proper-machines-a-little-bit-more-secure
      Merge pull request #15258 from owncloud/users-addtofilteredgroup
      Merge pull request #15260 from owncloud/adjust-controls-bar-width
      Merge pull request #15247 from owncloud/fix_group_share_master_backport
      Merge pull request #15155 from owncloud/share-donotreturntrashedfiles
      Merge pull request #15284 from owncloud/revert-master-breakage
      Merge pull request #15295 from owncloud/add-more-spacing-dialog
      Merge pull request #15239 from owncloud/see-no-evil
      Merge pull request #13964 from rullzer/capabilities
      Merge pull request #15169 from rullzer/fix_displayNamesInGroup
      Merge pull request #15331 from owncloud/fix-password
      add title to entries in app menu
      Merge pull request #15336 from owncloud/revive-15215
      Merge pull request #15353 from owncloud/run-cron-with-the-correct-user-master
      Merge pull request #15358 from owncloud/global-cmd
      Merge pull request #15349 from oparoz/limit-bitmap-previews-2
      Merge pull request #15346 from oparoz/split-image-provider
      Merge pull request #15380 from owncloud/issue/15149-fix-initial-list
      Merge pull request #15383 from owncloud/fix-exception-message
      Revert "[WIP] Only show SSL table header if there are certificates"
      Merge pull request #15432 from owncloud/revert-15345-fix_15263
      Merge pull request #15426 from owncloud/issue/15420-remove-hardcoded-docs-link
      Merge pull request #15431 from owncloud/displayname-width
      Merge pull request #15441 from owncloud/fix-file-headers-master
      Merge pull request #14879 from oparoz/fix-preview-caching
      [command] delete orphaned file cache entries
      Merge pull request #15453 from owncloud/enc2_fix
      Merge pull request #15333 from owncloud/copy-cross-device
      Merge pull request #14987 from rullzer/ocs_password_fix2
      Fix maintenance refresh interval
      fix for IE8
      Merge pull request #15488 from owncloud/files-navigation-icons
      Merge pull request #14120 from owncloud/dav-statcache
      Merge pull request #15490 from owncloud/remove-debug-logging
      Merge pull request #15448 from owncloud/occ-check-server-env-master
      Merge pull request #15196 from owncloud/limit-file-activities-to-favorites
      Merge pull request #14676 from owncloud/deleteorphanedshares
      Merge pull request #15500 from owncloud/installation-hint
      Merge pull request #15235 from owncloud/remote-share-hint
      Merge pull request #15501 from owncloud/better-output-format-console
      Don't stop event execution for menu item click
      Merge pull request #15517 from owncloud/fixRenameFailDeleteTargetKeepSource
      Merge pull request #15521 from owncloud/shareinfo-catchguzzle503
      more robust share dialog
      throw exception if setup is incomplete
      fix typo and comment
      Merge pull request #15530 from owncloud/davclient-catchmoreexceptions
      [autotest.sh] use the DATABASEHOST for the mysql DB drop
      Throw ServerNotAvailableException always
      Merge pull request #15537 from owncloud/master-fixunittestrelatedtoorphanedshares2
      Merge pull request #15535 from owncloud/smb-1.0.0
      Merge pull request #15545 from owncloud/fix-fonts
      Merge pull request #15555 from rullzer/fix_15494
      Merge pull request #15563 from owncloud/fix-try-getting-propert-of-non-object-ocsclient
      fix filepicker
      Merge pull request #15570 from owncloud/shares-properlyformatmountpoint
      Fix user list
      Merge pull request #15360 from owncloud/cross-storage-move-cache
      Merge pull request #15581 from owncloud/deduplicate-oc-repair-namespace
      Merge pull request #13360 from owncloud/cross-storage-move
      Allow files app nav entries to have a different icon class
      Remove unneeded comments
      Merge pull request #12006 from owncloud/dav-put-storage
      Merge pull request #15638 from owncloud/primary-button-disabled
      Add visibility for method
      Merge pull request #15644 from owncloud/sftp-defaultport-storageid
      Merge pull request #15654 from owncloud/enc2_header_system_keys

Oliver Kohl D.Sc. (2):
      FIX for webdav.mediencenter.t-online.de
      Merge pull request #15201 from owncloud/webdav-ng-bugfix

Olivier Paroz (16):
      Updated the media type of some font types
      Add support for font previews
      Introducing the Raw mimetypes
      Make repairmimetypes compatible with case sensitive SQL backends
      Adding test cases where the extension is using capital letters
      Keep the extension in temp files
      Fix the office class
      Make the method compatible with all types of extensions
      Introducing 3D images support (media type)
      use ExecutableFinder and find in findBinaryPath
      Use getenv to get the paths for `find`
      The bitmap preview class now takes maxX and maxY into consideration
      Split image provider in one sub-class per media type
      Introducing media types for yml, yaml, cnf, conf
      Introducing the maximum size preview
      Adding a final fallback for findBinaryPath

Oluf Lorenzen (2):
      add question about user-backend
      add howto dump the ldap-backends' configuration

Pierre Jochem (1):
      More secure proposal

Raimund Schlüßler (3):
      Append search results to custom container
      Fix variable already defined
      Fix #14310

RealRancor (3):
      external user app: Add note to enable it first
      Add hint for troubleshooting MS Word previews
      Removed anchor in config.sample.php

Robin Appelman (128):
      Cache app versions
      Add a better way to check if an avatar exists for the user
      clear app version cache on upgrade
      Only make sure the cache directory exists when we use it
      Dont create exclude list for generating the share target
      Dont update the cache after fopen
      Dont bother updating the cache when working with part files
      Use transactions when renaming directory contents
      Check directory handle before we use it
      Reuse cache data of existing files during scan
      Cast mtimes and size to int
      Only try to scan the children of directories
      only read permissions once
      Dont lower the mtime of a folder when propagating changes
      update test
      Cache quota info for directories
      pass fileinfo to getStorageInfo
      add unit test for webdav quota
      New SMB storage backend
      Use better way to check for the existence of smbclient
      handle deleting non existing files
      remove outdated test
      make sure the root has a trailing slash
      also make sure we have a leading slash for the test root
      Add getInstalledApps and getAppsForUser to the app manager
      Use the app manager from oc_app
      Update cache when enabling/disabling apps
      better user group caching
      Test improvements
      also set user in UserSession when doing OC_User::setUserId
      better name for getAppsEnabledForUser
      Dont fatal error test when encryption is enabled
      Use appmanager in OC_App::enable/disable
      allow overwriting the appmanager in oc_util by subclassing
      Make the search box filter apps
      Cleanup garbage collection for global file cache
      Add async command system to handle asynchronous operations
      expand cron argument column to 2048
      throw an exception when trying to push a background job that wont fit in the table
      add superclosure to thirdparty
      Allow apps to determine which commands should be run synchronous based on traints
      Add FileAccess trait for commands
      require command that do file access to be run sync when encryption is enabled
      prevent phpunit from messing with the bound $this
      Rename getAsyncCommandBus to getCommandBus
      set max argument length to 4000
      Check if we have a proper fileinfo
      Add unit test
      fix warning in gc
      Fix external shares without password on oracle
      Fix cache update when doing a rename that overwrites the target
      Allow disabling the cache updater
      Disable the cache updater when doing the encryption migration
      add some tests for disabled updater
      Allow running the async commands from unit tests
      Expire files from the trash in the background
      Add unit tests for external share mananger
      update symphony components to 2.6.4
      pass mountpoint to storage wrapper callback
      Add test for storage factory
      Allow getting all mount options as array
      Copy mount options to the storage
      Allow setting the watcher policy as mount option
      fix factory test
      Wait with getting the timezone from the smb server until we need it
      fix test
      disable submit button while groupname is empty
      kill fileoperations proxy
      Merge pull request #14999 from owncloud/kill-fileoperations-proxy
      Merge pull request #14537 from owncloud/oci-external-share
      Merge pull request #14704 from owncloud/storage-wrapper-mount
      show exception type in debug mode
      be a little more verbose in the exception message when we cant connect to the db
      round width and height when cropping avatar
      show a better error message when trying to create a user that already exists
      when the path doesnt exist show a proper error page
      Add `getNonExistingName()` to the node api
      Merge pull request #15158 from owncloud/fix-failing-master
      Add custom sqlite platform to set auto increment
      triger db upgrade to set autoincrement for sqlite
      Rename platform
      expire versions in a background command
      Force test cases using background commands to handle setting up the filesystem
      Handle exceptions thrown during hooks when running unit tests
      Setup the filesystem in the expire command
      ensure commands can be serialized in unit tests
      check limit of serialized command in unit tests
      save uid instead of user object in command
      teardown after we're done
      rename proxy test
      replace share proxy with hook
      add priority to storage wrappers
      fix copying folder across devices
      Add mount point to disable the encryption wrapper
      setup storage wrappers before setting up the filesystem
      setup mount manager before wrappers
      adjust unt tests
      add unit test
      fix caching of preferred language
      Work directly on the storage when uploading over webdav
      block cron when in single user mode
      update tests
      block webdav in single user mode
      block ocs in single user mode
      update icewind/smb to 1.0.0
      use our own stream copy instead
      rewind and update error message
      Small cleanup of rename code
      Move cross storage copy logic to the storage
      Improve cross storage copy between local storages
      Implement move/copyFromStorage for shared storage
      Fix test
      Make getSourcePath accessible for storage wrappers
      properly return false if we cant delete the source file
      Detect storage full when doing cross storage copy/move
      Properly handle copy/move failures in cross storage copy/move
      add missing return for shared
      fix rebase issue
      preserve cache data when doing a cross storage move
      reuse cache move logic
      check for source cache
      check that we know the parent
      Fix moving mount points
      upda tests
      Fix cross storage move with shared storages
      a bit more phpdoc
      pass a stream to the tests
      Keep phpdoc updated.

Robin McCorkell (34):
      Cleanup of PHPDoc return types
      Better cleanup in autotest.sh
      Performance improvements for NaturalSort
      Store FileInfo::getType() result for future use
      Fix Ajax type casting for files_external
      Fix bugs in ownCloud external storage
      Merge pull request #14475 from owncloud/fix-ext-owncloud
      Merge pull request #10735 from owncloud/use_remote_addr
      Use dummy storages instead of real storages in files_external unit tests
      Fix slash normalization error in AmazonS3Migration unit test
      Refactor \OC\Memcache\Factory
      \OC\Memcache\Cache implements \OCP\ICache
      Convert 'abcpassword' to 'abcpass' during setup
      Implement priority on client side in hidden input
      Put notice about checking logs in setup warning
      Merge pull request #14954 from owncloud/cache-image-path
      Fix fileglobalgc unlink parameter warnings
      Add unit tests for gc() for \OC\Cache\FileGlobalGC
      Merge pull request #15046 from owncloud/exception-show-type
      Merge pull request #15050 from owncloud/user-create-exists
      Introduce async status checking
      Support constructing an SMB_OC without saved session credentials
      Use individual timers for separate config rows
      Revert "add https:// placeholder for From Link feature. closes #13255"
      Merge pull request #14925 from owncloud/ext-mountoptions-ui
      Check for relative datadirectory path
      Require minimum 1 MiB upload limit
      Merge pull request #15269 from owncloud/migrate-checksetup-and-add-memcache
      Merge pull request #15076 from owncloud/fix-smb-oc-admin
      Fix JS reference error for personal password changing
      Allow app:check-code and l10n:createjs commands when not installed
      Merge pull request #15366 from rullzer/deprecate_util_links
      Fix UrlGenerator::imagePath() for app paths
      Merge pull request #15536 from owncloud/fix-mysql-autotest

Roeland Douma (2):
      Merge pull request #15356 from rullzer/apps_oc_to_ocs
      Merge pull request #15364 from rullzer/apps_linkToDocs

Roeland Jago Douma (37):
      Added overview of groups a user is a member of
      Display user avatar in share dialog
      Added dependancy for the JS unit tests
      Added unit test
      Small unit test rewrite
      Always display max upload size in admin panel
      Added config check
      Extended avatar unit tests
      Shares should have a least read permission
      Avatars in share dialog fixes
      Add file_sharing info to capabilities
      Added route again
      Now added enabled element
      Added new header
      New array syntax
      Slight better formatting
      Mark functions private
      Avatar controller moved to AppFrameWork
      Fix the avatarcontroller cache needing the cache dir
      When the expiration date is enforced respect this
      Added unit test
      OCS API should return fancy OC url
      Added extra unit test
      No longer directly output OC_Image for thumbnails
      When searching for displayname then search for displayname
      Fix unit tests
      Call the proper function
      Make sure we do not return people that we already shared with
      OCS Fixes to allow setting of password without removing additional settings
      No injections
      Fix unit test
      Only show SSL table header if there are certificates
      Move core apps from private to public functions
      Deprecate functions that only call the urlgenerator anyway
      Use URLGenerator instread of OC_Helper
      Initial fix for #15494
      Do not try to make user subadmin of group twice

Ross Nicoll (3):
      Add support for SFTP key authentication
      Change from array() to [] style in files_external application info.
      Updated Dropbox and Google UI Javascript to create input elements instead of anchor.

SA (1):
      Add support for sftp custom port

Sebastian Bolt (2):
      changed image to classed div for spinner animation
      fix for loading spinner reappearing after errors in db-connection

Sugaroverdose (3):
      Fix #13632 and make new file menu more consistent with button
      Play with z-index to make proper dropdown overlap
      Prevent 1px padding between button and dropdown in ie11 when zooming

Thomas Müller (292):
      generate valid human readable text for 0 - fixed #9342
      Merge pull request #13923 from owncloud/l10n-ignore-jsmin
      Request requires a second parameter
      implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers
      Merge pull request #13861 from owncloud/remove-disabled-files-repair-step
      Merge pull request #14105 from owncloud/second-parameter-is-optional
      Merge pull request #14097 from yanntech/fix/utf8-check
      integrate code checker in the installer
      catch any whitespaces which might get written to the output buffer while loading a theme
      Merge pull request #14159 from owncloud/remove-internal
      Merge pull request #14206 from owncloud/issue/14204-revert-14171
      console commands shall not be limited with respect to execution time - fixes #14156
      Merge pull request #14138 from owncloud/fix-image-flip-php53
      Merge pull request #13922 from owncloud/smb-autotest-external
      Merge pull request #13809 from owncloud/fix-autoloader-message
      Merge pull request #14201 from owncloud/propagator-dont-decrease-mtime
      Merge pull request #14076 from owncloud/autotest-external-ftp
      Update 3rdparty commit to master
      Merge pull request #14194 from owncloud/url-encode-logout-attribute
      Merge pull request #13750 from owncloud/enhanced-code-checker
      Return milliseconds instead of seconds for lastLogin - refs #14005
      fixing unit tests in UsersControllerTest
      Merge pull request #13879 from owncloud/add_debug_log_for_memcache_instantiation
      Merge pull request #14263 from owncloud/missing-visibility-activity-iextension
      Merge pull request #14308 from owncloud/fix-14247
      Merge pull request #13857 from owncloud/phpseclib-0.3.9
      Merge pull request #14349 from owncloud/contributetrackerupdate
      Merge pull request #13836 from owncloud/part-no-cache-update
      Merge pull request #14342 from owncloud/disallow-path-traversals-in-file-view
      Merge pull request #14377 from owncloud/port-14041
      Merge pull request #14311 from raimund-schluessler/Fix#14310
      Merge pull request #14295 from owncloud/encode-request-token-for-avatars
      Merge pull request #14267 from owncloud/encode-eventsource
      Merge pull request #13505 from owncloud/streamline-scanning-code
      apply backslash fix to _setCurrentDir
      Merge pull request #13767 from owncloud/issue/13764-mimetype-racecondition
      Check for PHP configuration before executing unit tests
      Merge pull request #14413 from owncloud/verify-php-before-running-tests-2
      Merge pull request #14414 from owncloud/add-ini-helper
      php script which updates the license header in all php file in the repo
      Adding .mailmap - helps to add unified authors to the license header
      Merge pull request #14422 from owncloud/use-off-and-off
      Merge pull request #14403 from owncloud/update-license-headers
      Fix namespace of OC_Setup -> \OC\Setup
      implement command maintenance:install
      Close the cursor after the affected count has been extracted.
      Fix error handling
      Merge pull request #14119 from owncloud/dbal251
      properly initialize OC::$WEBROOT and host name
      Merge pull request #13439 from owncloud/app-filter
      Merge pull request #14416 from owncloud/setup-command
      Merge pull request #14433 from owncloud/fix-public-php
      don't allow installation of already installed apps - fixes #14004
      app store can be used with any edition
      Merge pull request #14009 from owncloud/installing-installed-apps-is-stupid
      3rd-party apps are disabled on upgrade - refs #14026
      shipped and 3rd-party apps of type authentication and session will remain enabled during update
      3rd-party apps are only disabled in case core is upgraded
      print app upgrade information to console as well
      Merge pull request #14461 from owncloud/fix-code-that-never-worked
      Merge pull request #14282 from owncloud/disable-non-shipped-apps-master
      Merge pull request #14068 from owncloud/autotest-external-sftp
      Merge pull request #14471 from owncloud/always-load-authentication-apps
      Remove locks plugin.
      Merge pull request #14151 from owncloud/update-sabre2.1
      Merge pull request #13741 from owncloud/autotest_improvements
      Merge pull request #14458 from owncloud/revive/11157
      Merge pull request #14460 from owncloud/revive/12971
      Merge pull request #14462 from owncloud/add-some-php-docs
      using Doctrine\DBAL\Connection::executeUpdate()
      Merge pull request #14500 from owncloud/fileglobalgc-cleanup
      owncloud -> ownCloud
      Merge pull request #14468 from owncloud/af-db-cleanup
      Merge pull request #14502 from owncloud/failing-mysql-master-tests
      Merge pull request #14550 from owncloud/gc-warning
      Merge pull request #14561 from owncloud/fix-sftp
      Merge pull request #14530 from owncloud/revert-14403
      Merge pull request #14529 from owncloud/intuitive-version-check
      Merge pull request #14437 from owncloud/node-check-fileinfo
      Merge pull request #14565 from owncloud/more-https
      Merge pull request #14535 from owncloud/fix-files-external
      Merge pull request #14608 from kampka/master
      Merge pull request #14633 from owncloud/issue/14627-maintenance-mode-message-misleading
      Adding dependency labels
      remove $content parameter
      Merge pull request #14496 from owncloud/kill-substr-mssql-master
      Merge pull request #14586 from owncloud/proper-appcodechecker-docu
      Merge pull request #14638 from owncloud/issue/14538-repairstep-drop-old-tables
      Merge pull request #14574 from owncloud/fix-irequest-for-older-php-versions
      adding a windows smb config for testing
      Merge pull request #14675 from owncloud/files-external-smb-windows
      Use an atomic implementation on sqlite for insertIfNotExist()
      Fix PHPDoc on the way ....
      use insertIfNotExist() in cache put
      Merge pull request #14734 from owncloud/unit-test-insertIfNotExist
      Merge pull request #14750 from owncloud/possible-fix-for-OC_Version
      adding storage specific filename verification - refs #13640
      fixing namespaces and PHPDoc
      deprecate isValidFileName()
      fixing js unit tests
      translate error messages
      Respect http header 'Accept-Language' on ocs and remote.php calls
      no translation service in common storage class
      Adding unit test which shows insertIfNotExists to fall apart in certain situations
      let insertIfNotExist() throw the native DBALException - no need to hide the real exception
      Merge pull request #14753 from owncloud/verify-csrf-token-earlier
      Merge pull request #14689 from owncloud/better-missing-resource-handling
      Merge pull request #14534 from owncloud/add-child-src
      tearDown the filesystem right before setting it up again
      don't rely on \OCP\User::getUser() - it is not set properly in case of async operations
      Merge pull request #14640 from owncloud/rescanversionsonlyonce
      cron.php on cli has no time limitation - fixes #14481
      Use occ to install ownCloud in autotest.sh
      No need to restart the web server in cli mode
      Properly handle available databases at runtime and respect setup checks in command line as well
      display app update error messages - fixes #14611
      Merge pull request #14778 from owncloud/use-occ-setup-in-autotest-master
      Adding a more meaningful message for sabre dav exception - fixes #14516
      Merge pull request #14662 from owncloud/issue/14661-show-versions-in-occ-applist
      Merge pull request #14788 from cmeh/patch-3
      Setting oci as supported database
      Don't play with config values ...
      Merge pull request #14809 from rullzer/avatarcontroller_cache_fix
      Merge pull request #14785 from owncloud/issue/14733-active-class-missing-for-admin-navigation-entry
      verify the file name length not to exceed 255 characters + verify path during rename
      we no longer support webdav locks - no need to keep the column
      Merge pull request #14838 from owncloud/add-curl-hard-dependency
      cron shall not operate in case we are in maintenance mode - fixes #14843
      drop any fallback code related to curl - refs https://github.com/owncloud/core/pull/14838#issuecomment-78586447
      Merge pull request #14844 from owncloud/fix-14843-master
      shipped apps are now defined in core/shipped.json - the shipped tag in info.xml is ignored from now on - never trust an app :speak_no_evil:
      [WIP] upgrade app store apps during console upgrade
      Merge pull request #14880 from owncloud/drop-example-backend
      Merge pull request #14871 from owncloud/use-proper-error-type
      Merge pull request #14848 from owncloud/kill-curl-fallback-master
      Merge pull request #14776 from owncloud/fix-14629-master
      Merge pull request #14644 from owncloud/trash-expire-command
      Merge pull request #14133 from rullzer/fix_10600
      Update shipped.json
      Merge pull request #14883 from owncloud/imagepng_expects_resource_issue
      Merge pull request #13733 from mmattel/Try_to_write_logtimezone_during_installation
      Oracle 11 XE is now fired up in a docker image - looks like we get back Oracle Testing on pull requests
      Merge pull request #14927 from oparoz/raw-mimetypes
      Merge pull request #14944 from owncloud/fix-php-doc-and-co
      Merge pull request #14952 from owncloud/issue/14881-files-app-follow-up
      Merge pull request #14948 from owncloud/prefix-memcache
      Merge pull request #14975 from owncloud/add-smtp-debug-mode
      Merge pull request #14968 from owncloud/files-reallowsinglequote
      Merge pull request #14980 from owncloud/fix-fileglobalgc
      Merge pull request #14986 from owncloud/fixmapperbackw
      Merge pull request #15025 from rullzer/ocs_respect_enforced_date
      Merge pull request #14946 from owncloud/dropbox-root-fix
      Merge pull request #15047 from owncloud/connect-failed-exception-message
      Now using a special docker where the database for testing is already available
      Merge pull request #14993 from owncloud/stop-on-missing-deps
      Handle session initialization errors and display error page - fixes #15053
      Merge pull request #15062 from owncloud/fix-15053-master
      Adding magic file to enable oci on pull request testing on ci.owncloud.org
      Merge pull request #14857 from owncloud/preview-provider-registration-in-manager
      Merge pull request #15069 from owncloud/enable-oci-testing-on-pr-master
      Merge pull request #15108 from owncloud/issue/15049-iran-timezone
      adding enterprise apps to shipped.json
      remove unneeded status element from json response on /categories - fixes 15056
      Merge pull request #15075 from owncloud/fix-15056-master
      adding OC-ETag header
      Merge pull request #15171 from owncloud/sabre-logforbiddenasdebug
      Merge pull request #15181 from owncloud/simple-fix
      tearDown the file system before reinitializing - fixes #14775
      adding unit tests
      Merge pull request #15194 from owncloud/fix-15146
      Updating .mailmap
      fixing ignorance of 'Not Committed Yet'
      Updating email of nickvergessen and georg
      properly break after the first comment ends + allow to pass in one file/folder via commandline argument
      detect MIT licensed files and ignore them for now
      no php execution timeout for webdav
      Merge pull request #15206 from owncloud/mark-dot-files-gray
      Merge pull request #15218 from owncloud/revert-oc-etag-master
      Merge pull request #14495 from owncloud/update-mailmap-01
      Merge pull request #15228 from owncloud/add-missing-navigation-for-tips-n-tricks
      Merge pull request #15237 from owncloud/remove-ide-autocomplete-fail
      Merge pull request #15234 from owncloud/encryption2_core
      Merge pull request #15001 from owncloud/kill-share-proxy
      More elaborate command description for upgrade - fixes #14864
      Merge pull request #15245 from owncloud/fix-14864-master
      Adding a pending indicator to the files summary - fixes #14853
      Merge pull request #15256 from owncloud/emptycontent-messages
      Merge pull request #15252 from owncloud/prevent-directory-characters-in-temporary-path
      use StreamResponse to download the log file - fixes #14268
      Merge pull request #15254 from owncloud/fix-14853-master
      Merge pull request #15265 from owncloud/enc2_fixes
      Merge pull request #15261 from owncloud/fix-14268-master
      Merge pull request #15240 from owncloud/storage-wrapper-priority
      Merge pull request #13938 from owncloud/deprecate-iappconfig
      Cron has to be executed with the correct user - fixes 13912 and others
      Merge pull request #15354 from pierrejochem/patch-1
      Merge pull request #15362 from owncloud/issue/15359-purge-memcache-console-app-disable
      Merge pull request #15367 from owncloud/pre-setup-hook
      Merge pull request #15372 from Volker-E/master
      Merge pull request #14113 from owncloud/chunking-chunkpartfiles
      Merge pull request #15386 from oparoz/yaml-cnf-mediatype
      Merge pull request #15391 from owncloud/fix-language-caching
      Merge pull request #15229 from owncloud/response-setContentLengthHeader
      Merge pull request #15338 from owncloud/encryption-mount-option
      Merge pull request #15403 from Crote/occ-user-add-return
      Merge pull request #15424 from owncloud/failing-master-tests
      fixing obvious bugs while testing
      enable encryption unit test execution
      Comment duplicate test methods
      fix unit test execution, variable naming and kill no longer used $cacheFactory
      fix unit test execution
      various fixes & start to unit test the encryption storage wrapper
      adding unit tests for stream wrapper
      initializing some variables
      https://github.com/owncloud/core/pull/15305#discussion_r27382305
      initializing some variables + update size after writing the headers
      Fix - public sharing: in case on user is available - get it from the path
      Removing files_encryption left overs
      Further cleanup of files_encryption
      kill OC_FileProxy :boom:
      update unit tests after ctor signature change of \OC\Encryption\Util
      adding function getSecureRandom(); to IServerContainer
      Removing left overs from old encryption app
      Fix settings
      Remove old encryption left overs from trashbin
      Setting up the encryption wrapper in a setup hook - temporarily fixes the wrapping order
      Adding renameKeys to IStorage
      Fix double registration of encryption module
      Adding app icon and fixing admin setting
      PHPDoc
      file_put_contents has to return the number of written bytes
      Hook: fixing error message in exception case
      fix exception handling
      only encrypt files and files_versions
      Finally fixing encryption with public share
      Fix shouldEncrypt and don't throw exception id fileKey not present - can happen
      Set human readable module ids
      in case the file exists we require the explicit module as specified in the file header - otherwise we need to fail hard to prevent data loss on client side
      cleaning up exception mess
      fixing unencrypted file size
      fixing unit test execution
      fixing unit tests for stream wrapper
      fixing unit tests for encryption stream wrapper seek
      cleanup
      Introducing trait LocalTempFileTrait
      Fixing encryption storage wrapper tests
      Adding unit test for read and write of big file
      Properly set size and unencrypted size in the stream unit tests
      Using stream_get_contents in file_get_contents implementation + close handle
      Encryption storage wrapper is enabled by default - necessary to detect encrypted files even if encryption was disabled after files have been encrypted - prevents data corruption
      comment change as it broke unit tests
      PHPDoc cleanup - clean code \o/
      fixing unit test execution
      fixing unit test execution - test dummy module was behaving wrong
      respect mount option while encrypting
      fixing unit tests
      fixing unit test execution related to trashbin
      In case of encryption exceptions we return 503 - this will allow the client to retry
      fixing unit test - expected value change due to different size being stored in cache table
      Merge pull request #14472 from owncloud/feature/wipencryptionapp
      fixing license headers - encryption code related
      Adding check command to validate server environment - fixes #15429
      Merge pull request #15443 from owncloud/encryption-user-hook-tests
      Merge pull request #15483 from owncloud/maintenance-refresh
      Merge pull request #15503 from owncloud/link-standard-subscription
      Merge pull request #15496 from owncloud/enc-check-if-key-exists-before-deleting
      Introduce own console application class
      Throw an exception in case checkServer() returns errors
      Fix mock object to return proper type
      Fix mock object to return proper type
      Merge pull request #13920 from owncloud/sharing_no_user_entry_for_group_shares
      Fix single user check in case no user is logged in
      Merge pull request #15182 from rullzer/fix-8231
      Merge pull request #15404 from Crote/occ-password-from-env
      Merge pull request #15437 from owncloud/deleteorphanedfiles
      Fix singe user mode on public.php - take two
      Merge pull request #15528 from owncloud/share-loading
      Merge pull request #15510 from owncloud/cron-singleuser
      Merge pull request #15489 from owncloud/dont_hide_exceptions_master
      Properly import used classes
      Prevent php message: "Trying to get property of non-object at /xxx/lib/private/ocsclient.php#282"
      Merge pull request #15568 from owncloud/cache_user_folder_for_file_search_results
      Merge pull request #15566 from owncloud/fix-filepicker
      Avoid php message "Invalid argument supplied for foreach()" - refs #15590
      fix reading of private key
      preserve filesize on rename after upload
      return size from cache in case the cache entry is marked as encrypted
      remove calculateUnencryptedSize() - not needed
      files_encryption -> encryption
      Merge pull request #15592 from owncloud/fix-15590-master
      Merge pull request #15597 from oparoz/another-fallback-for-findbinarypath
      Merge pull request #15613 from owncloud/allow-files-nav-icons

Victor Dubiniuk (3):
      Submodule update
      Skip primary index if the table has one
      Add mapping for a broken varchar type. Fixes #14247

Vincent Petry (127):
      Merge pull request #13364 from is-apps/files_external_cleanup
      Merge pull request #13854 from owncloud/avatar-exists
      Merge pull request #13869 from owncloud/drop-oc-preferences
      Merge pull request #13870 from owncloud/drop-oc-preferences-2
      Merge pull request #13852 from owncloud/cache-app-versions
      Merge pull request #13921 from owncloud/ocs-af
      Merge pull request #13928 from owncloud/prevent_ghost_files_master
      Merge pull request #13190 from is-apps/master-sftp-key
      Merge pull request #13979 from owncloud/group-share-collition-wrong-type-in-post-hook
      Merge pull request #13866 from rullzer/avatar_share_dialog
      Merge pull request #14210 from owncloud/activity/225-sharing-extension-jenkins
      Merge pull request #14211 from owncloud/activity/225-files-extension-jenkins
      Added unit test for app filter
      Merge pull request #13829 from owncloud/appmanager-list
      Sabre Update to 2.1
      Removed broken webdav tests
      Merge pull request #14213 from AW-UC/naturalsort_defaultcollator-patch-file-sorting
      Properly detect streamCopy errors
      Fixes WebDAV copy
      Return null when requesting tags for null user
      Merge pull request #14508 from owncloud/tagmanager-nouser
      Removed unused $node variable
      Add default value for remote_id
      Bump up files_sharing version for schema update
      Delete target file for unsuccessful copy/rename
      Merge pull request #14532 from owncloud/defaultvalueforremoteid
      Do not abort when meeting unfixable legacy storages
      Properly forward repair errors and warnings
      Detect that the done flag was not set after repair fail
      Fixed expected warning count on repair fail
      Move keys instead of copy during encryption key migration
      Only rescan versions once in trashbin
      Merge pull request #14573 from owncloud/enc-migrate-disable-updater
      Merge pull request #14652 from owncloud/kill-download-from-url
      Added missing done() calls for async tests
      Merge pull request #14682 from owncloud/issue/14681-noop-scanner-outdated
      Add unit test for selection overlay actions in trashbin
      Make sure we use Jasmine 2 for running JS unit tests
      Merge pull request #14690 from owncloud/trash-deletelink-unittest
      Merge pull request #14693 from owncloud/fix-phpdoc
      Fix size propagation over shared storage boundary
      Add unit test for size propagation across share boundaries
      Use storage id + appframework for ext storage CRUD
      Mount options for ext storage are now passed around
      Fix mount config unit tests
      Added part files for when writing chunks
      Generate storage config ids when missing
      Fix PHPDoc for StoragesController
      Fix storage priority in JS unit test
      Fix scanFile signature warnings
      Merge pull request #14877 from owncloud/smb-constructor-noconnect
      Merge pull request #14923 from owncloud/fix-preference-key-definition
      Fix setup config
      Merge pull request #14929 from owncloud/s2s-scanner-warnings
      Fix root request path for Dropbox
      Fix PHPDoc in files_external, add missing tag
      Update sabre-2.1.3 thirdparty submodule
      Fix Principal connector override
      Add positive test for path verification
      Soft fail in custom properties backend
      Merge pull request #14995 from owncloud/remove-unrequired-backtick-removal
      Fix shared storage permission checks
      Reenable trashbin after failed rename
      Update 3rd party ref for sabre 2.1.3
      Fix permission checks in Sabre connector
      Rename must be possible with update-only permission
      Fix share permission related unit tests
      Do not automatically add "update" permission to shared mounts
      Merge pull request #11884 from owncloud/ext-appframework
      Soft fail in CustomPropertiesBackend whenever storage not available
      Revert "Change to 24H format instead of 12H format"
      Merge pull request #15003 from owncloud/issue/14859-speed-up-favorite-list
      Merge pull request #15145 from owncloud/fix-15097-master
      Merge pull request #15150 from owncloud/sabre-removerangeexceptionforencryption
      Fix middle click on breadcrumb
      Log forbidden in debug level
      Recreate trashbin folder after full deletion
      Fix breadcrumb click JS unit test
      Merge pull request #15179 from owncloud/trash-recreatetrashfolderafterfulldelete
      Merge pull request #15183 from owncloud/active-usermenu-entry
      Merge pull request #15185 from owncloud/fix-14775-master
      Merge pull request #15187 from owncloud/connectioncheck-feedback
      SQLite autoincrement test
      Add repair step to fix SQLite autoincrement
      Added ext storage mount options GUI
      Properly quote file names in listFiles query for GDrive
      Merge pull request #15168 from owncloud/oc-etag-master
      Added rawurlencode for other params in GDrive storage
      Revert "adding unit tests"
      Revert "adding OC-ETag header"
      Copy Etag header to OC-Etag for sabre calls
      Make sure mountOptions keep their data type
      Merge pull request #13654 from oparoz/tmpfile-with-extension
      Added stat cache for DAV storage
      Fix namespace for repair step tests
      Don't append user in a filtered list if groups don't match
      Merge pull request #15227 from owncloud/ocetag-header
      Do not return shares for files outside "files"
      Merge pull request #15259 from owncloud/fix-change-password-ie8
      Add logout in share test to avoid nasty side effects
      Revert "Deprecated \OCP\IAppConfig - add missing methods to IConfig"
      Merge pull request #15288 from owncloud/check-datadir-relative
      Merge pull request #15289 from owncloud/min-upload-limit
      Properly quote file names in listFiles query for GDrive
      Added rawurlencode for other params in GDrive storage
      Delete orphaned shares in a background job
      Added FIXME about registering jobs in apps.php
      Replace originalStorage in tests with a proper teardown
      Disable trashbin when testing orphaned shares deletion job
      Merge pull request #15465 from owncloud/issue/15456-disable-ocs-maintenance
      Merge pull request #15464 from owncloud/fixmasterunittests
      Merge pull request #15481 from owncloud/enc_no_error_if_enc_is_disabled
      Keep shares when deleting shared folders
      Remove unused $toRemove
      Remove trashbin storage wrapper when disabling it for tests
      Merge pull request #15282 from owncloud/keepsharerelationshipondelete
      Properly catch guzzle 503 when querying share info
      Merge pull request #15512 from owncloud/autoclose-settings-menu
      Catch more exceptions when connecting to remote DAV server
      Fix converting Guzzle error codes in s2s storage
      Clear leftover shares from other tests
      Merge pull request #15395 from owncloud/fix-imagepath
      Properly add trailing slash to mount point
      Merge pull request #15564 from rullzer/fix_13709
      Merge pull request #15612 from owncloud/fix-transifex-master
      Merge pull request #15626 from owncloud/remove-tooltip-fade
      Fix SFTP storage id to be compatible with older ids

Volkan Gezer (1):
      add documentation issue trackers and use https everywhere

Volker E (12):
      addressing #14978 - remove html root classes targeting IE6/IE7
      addressing #14978 - remove html root classes targeting IE6/IE7
      adressing #14979 meta charset declaration should be first in head
      addressing #14982 self-closing tags ending slash doesn't have a purpose & should be removed
      addressing #14983 obsolete Google Chrome Frame
      addressing #14984 removing redundant type attributes
      fixing #15011 by adding ARIA roles where distinct
      fixing #15027, cleaning up obsolete IE5-7 workaround code
      fixing #15023, getting comments out of HTML output
      fixing #15344 - `title` has no added value here (not on screen readers not for robots)
      fixing #15396 accessibility of table#userlist
      fixing #15397

Witali Rott (1):
      App install behind a Proxy

Wolfgang Karall (1):
      use permanent redirect for .well-known/(cal|card)dav, add 'L' flag

Yann VERRY (1):
      in some case charset can be in lower case.

blizzz (4):
      Merge pull request #13925 from owncloud/fix-13898
      Merge pull request #14849 from owncloud/fix-11292
      Merge pull request #15123 from owncloud/fix_14098
      Merge pull request #15492 from owncloud/ldap-wizard-overhaul

cmeh (7):
      Adding a missing space between value and unit
      Orthography: "Back-end" -> Backend (without hyphen) and correction of "users" to the genitive "user's"
      Message clean-up
      Update setupchecks.js
      Cleaning-up messages
      Typo: Missing "n"
      Correct "one invalid characters" to "one invalid character"

dratini0 (5):
      Revert "removed a little duplication"
      Revert "Fix: X-Accel-Redirect did not support custom data dir and local mounts"
      Extending the X-accel redirect functionality with a more scalable approach.
      Changed the disputed while loop to a single if.
      Removed simplified X-accel-redirect even further

goodkiller (1):
      Update group.php

jknockaert (12):
      update enc stream
      OC8 version
      back
      Merge remote-tracking branch 'origin/master'
      new try
      try again
      again
      fix 3rdparty
      Remove range header exception for encryption
      Applying diff as of https://github.com/owncloud/core/pull/15303
      Fixing encryption stream wrapper seek - thanks  @jknockaert
      Adjusting count on read

kondou (1):
      Make the password changed msg inline to fix #10242

martin-rueegg (1):
      replace 'oc_' with dbtableprefix form config for temporary table names and indexes

windaishi (1):
      Improve: Index for file_map

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

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