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

[2.4.*] Fix MakeViewVariableOptionalSolution to disallow stream wrappers and files that do not end in .blade.php #361

Closed
wants to merge 58 commits into from

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    225d93b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8968e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    115a886 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d908b38 View commit details
    Browse the repository at this point in the history
  5. Only test on PHP 7.4 and 8

    Synchro committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    18896d6 View commit details
    Browse the repository at this point in the history
  6. Drop prefer-lowest for now

    Synchro committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    0890571 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    03e61dd View commit details
    Browse the repository at this point in the history
  2. fix typo

    freekmurze committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    7b34c40 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    b12ddf9 View commit details
    Browse the repository at this point in the history
  2. Config tweaks

    Synchro committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    122a5fc View commit details
    Browse the repository at this point in the history
  3. Use composer 2

    Synchro committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    508936f View commit details
    Browse the repository at this point in the history
  4. Fix yaml

    Synchro committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8f58387 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    fa10ffa View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Fix tests

    AlexVanderbist committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    4435969 View commit details
    Browse the repository at this point in the history
  2. Merge pull request facade#324 from selcukcukur/patch-1

    The highlight package is no longer needed.
    AlexVanderbist committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    5c9a755 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    AlexVanderbist committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    d897b9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b548297 View commit details
    Browse the repository at this point in the history
  5. Merge pull request facade#326 from facade/Synchro-master

    Add PHP 8 support
    AlexVanderbist committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    81698c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Fix typo in comment (facade#328)

    Super minor, I know...
    manavo committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    0684646 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Fix grammar & spelling in solution card component (facade#332)

    Co-authored-by: Alex Pestell <me@alexpestell.com>
    unlikenesses and Alex Pestell committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    482384a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    3b3403f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Fix MakeViewVariableOptionalSolution to disallow stream wrappers and …

    …files that do not end in .blade.php (facade#334)
    
    * Disallow paths with a scheme in MakeViewVariableOptionalSolution
    
    * Added a test unit for the solution
    
    * Refactored code into a isSafePath() method
    
    * Update MakeViewVariableOptionalSolution.php
    
    Co-authored-by: cfreal <folcharles@ŋmail.com>
    Co-authored-by: Freek Van der Herten <freek@spatie.be>
    3 people committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    03a8aa1 View commit details
    Browse the repository at this point in the history
  2. Fix styling

    freekmurze authored and actions-user committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    acfb01b View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    freekmurze committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    0866803 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Bump highlight.js from 9.15.10 to 10.4.1 (facade#341)

    Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.10 to 10.4.1.
    - [Release notes](https://github.com/highlightjs/highlight.js/releases)
    - [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md)
    - [Commits](highlightjs/highlight.js@9.15.10...10.4.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    84053f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Use Livewire compatible compiler engine when using Livewire (facade#340)

    * use livewire version of compiler engine if livewire present
    
    * fixed class_exists to look for the right thing
    austenc committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    9b410f8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    freekmurze committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d8dc4f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Added support for Nova text editor (facade#343)

    Added support for the Nova text editor (nova.app) and updated the config comments to include it in the list of options.
    ngurney committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    77c13a2 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    freekmurze committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    7034600 View commit details
    Browse the repository at this point in the history
  3. update ignition js

    freekmurze committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    0b4e4fe View commit details
    Browse the repository at this point in the history
  4. wip

    freekmurze committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    2b6fd8b View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. wip

    freekmurze committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    a5e9a02 View commit details
    Browse the repository at this point in the history
  2. wip

    freekmurze committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    3cc4da4 View commit details
    Browse the repository at this point in the history
  3. wip

    freekmurze committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    772aaf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0267c4a View commit details
    Browse the repository at this point in the history
  5. changelog & prettier

    AdrianMrn committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    4d659cb View commit details
    Browse the repository at this point in the history
  6. Bump ini from 1.3.5 to 1.3.7 (facade#342)

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.7)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    6accf62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    565c9b4 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    freekmurze committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    8e907d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    66b3138 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    8bbc0a3 View commit details
    Browse the repository at this point in the history
  2. Fix styling

    rubenvanassche authored and actions-user committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    98154e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. facade/ignition#302: Fix memory leaks caused by log and query recorder

    - Add optional log recorder limit to prevent memory leaks. Especially noticable during long running tasks or daemons.
    - Rewrote query recorder to not tigthly couple it with the framework container when deciding whether to include bindings or limit the maximum query count that is recorded.
    - Added a config flag to disable log recording all together.
    - Made sure that query and log recorders are not used when their enable flag is disabled.
    TheLevti committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a167be5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Merge pull request facade#344 from TheLevti/feature/fix-mem-leaks

    facade/ignition#302: Fix memory leaks caused by log and query recorder
    rubenvanassche committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    a92dcbe View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    rubenvanassche committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    e91d673 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    f9463e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Merge pull request facade#354 from TheLevti/feature/fix-config-copy-p…

    …aste-bug
    
    facade#344: Fix wrong config usage
    rubenvanassche committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    1864eef View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    rubenvanassche committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    be73521 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Remove custom grouping

    rubenvanassche committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    fa131f3 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    rubenvanassche committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    5e9ef38 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Fix MakeViewVariableOptionalSolution to disallow stream wrappers and …

    …files that do not end in .blade.php
    
    This is already fixed in 2.5.2, See facade#334
    
    I could not update to 2.5.2 due to some dependent package required php 7.3, currently clients site is running in php 7.2
    
    On branch 2.4.1-branch
    Changes to be committed:
    	modified:   src/Solutions/MakeViewVariableOptionalSolution.php
    anasmirza534 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    11ffca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    e957d06 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    rubenvanassche committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    17097f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    1f1f688 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    879fe28 View commit details
    Browse the repository at this point in the history
  2. merge conflict

    anasmirza534 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    2e2738f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeac30d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    29c9bbe View commit details
    Browse the repository at this point in the history