Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docbleach/DocBleach
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.4
Choose a base ref
...
head repository: docbleach/DocBleach
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.5
Choose a head ref
  • 20 commits
  • 36 files changed
  • 1 contributor

Commits on Apr 19, 2017

  1. 🎉 Add (temporary?) logo

    punkeel authored Apr 19, 2017
    Configuration menu
    Copy the full SHA
    cb2b359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0461350 View commit details
    Browse the repository at this point in the history
  3. 🎨 OOXML: Declare modifiers in the right order

    #sonarqube
    punkeel committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    f05f4bd View commit details
    Browse the repository at this point in the history
  4. 🎨 Add logo to repository

    punkeel committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    d8c9246 View commit details
    Browse the repository at this point in the history
  5. Revert ":art: OOXML: Declare modifiers in the right order"

    This reverts commit f05f4bd.
    punkeel committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    a6c2bdf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b42f39b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. 📝 Add a Change Log

    punkeel committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    26fdbde View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

  1. 🎨 Rename package to match Java conventions

    Package names should be singular :-(
    punkeel committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    9c6b3d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5e0839 View commit details
    Browse the repository at this point in the history
  3. 🔥 BleachSession now gets a bleach instance

    This way, it is possible for bleaches to have a recursive sanitation
    process :)
    punkeel committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    6315e02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53241db View commit details
    Browse the repository at this point in the history
  5. ✨ Add a bleach to handle Zip archives

    Fixes issue #8
    punkeel committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    3208ede View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab8bb53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af0600b View commit details
    Browse the repository at this point in the history
  8. 📝 Update readme

    punkeel committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    056156c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77e193a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c87518a View commit details
    Browse the repository at this point in the history
  11. 🔥 OOXML: revert to ZIP header check

    Some invalid (corrupted or not) files don't have the full header. They
    should not be ignored!
    punkeel committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    ba4b7b6 View commit details
    Browse the repository at this point in the history
  12. ⚡ Zip: mark 4 bytes for the header check

    Performance bonus!
    punkeel committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    f68ff28 View commit details
    Browse the repository at this point in the history
  13. ⚡ Zip: don't trust "getSize"

    This method may return "-1", or wrong values. Relying on it is
    dangerous.
    + add a TODO item: limit the max file size? We don't want to hold more
    than X MB in memory, do we?
    punkeel committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    e0674a7 View commit details
    Browse the repository at this point in the history
Loading