Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable9] Upstream Sync #174

Merged
merged 12 commits into from
Jun 20, 2016
Merged

[stable9] Upstream Sync #174

merged 12 commits into from
Jun 20, 2016

Commits on Jun 20, 2016

  1. Use capped cache for encryption's user access list

    Vincent Petry authored and LukasReschke committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    3189c22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0934153 View commit details
    Browse the repository at this point in the history
  3. decrease initial users to load to 50

    Prevents timeouts on the initial loading of users. proper fix will be in owncloud/core#10994
    Workaround for owncloud/core#24734
    butonic authored and LukasReschke committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    459aa93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38663e1 View commit details
    Browse the repository at this point in the history
  5. Capped cache for cache info in UserMountCache

    Vincent Petry authored and LukasReschke committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    ac56629 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43065e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e6a724 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    280c288 View commit details
    Browse the repository at this point in the history
  9. Do not recurse link share fetching

    * Might fix an issue on oracle
    rullzer authored and LukasReschke committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    07436d0 View commit details
    Browse the repository at this point in the history
  10. Capped cache for user config

    butonic authored and LukasReschke committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    cf3b5e3 View commit details
    Browse the repository at this point in the history
  11. Make getShareFolder use given view instead of static FS (#25150)

    Vincent Petry authored and LukasReschke committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    f11e486 View commit details
    Browse the repository at this point in the history
  12. Delay files_sharing's registerMountProviders

    This moves registerMountProviders until after the sharing backends were
    registered. In some situations registerMountProviders will trigger
    listeners which might require filesystem access which itself would
    mount shares, which itself requires the sharing backends to be
    initialized.
    Vincent Petry authored and LukasReschke committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    dc3db4e View commit details
    Browse the repository at this point in the history