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

Prevent preview binary or large file #939

Merged
merged 17 commits into from
Nov 4, 2021
Merged

Prevent preview binary or large file #939

merged 17 commits into from
Nov 4, 2021

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    cdb5c56 View commit details
    Browse the repository at this point in the history
  2. fix wrong method name

    diegodox committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    d32c303 View commit details
    Browse the repository at this point in the history
  3. fix add use trait

    diegodox committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    3de6221 View commit details
    Browse the repository at this point in the history
  4. update lock file

    diegodox committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    a5b7ab8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fea636d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa348be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59de05f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Refactor content type detection

    - Remove unwraps
    - Reuse a single read buffer to avoid 1kb reallocations between previews
    archseer committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    cb1c713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcb3f3a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    c0ec32f View commit details
    Browse the repository at this point in the history
  2. Use index access to hide unwrap

    Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
    diegodox and archseer authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    2226481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa2fa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c91ee94 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Rename Preview enum and vairant

    Co-authored-by: Gokul Soumya <gokulps15@gmail.com>
    diegodox and sudormrfbin authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    c6528e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43e3291 View commit details
    Browse the repository at this point in the history
  3. simplify long match

    diegodox committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    ae7fd2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af3cc75 View commit details
    Browse the repository at this point in the history