Skip to content
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: cakephp/authorization
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.x
Choose a base ref
...
head repository: cakephp/authorization
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 10 files changed
  • 6 contributors

Commits on Dec 16, 2019

  1. Update docs config.

    markstory committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    3f04d82 View commit details
    Browse the repository at this point in the history
  2. Update current link

    markstory committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    de0899f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Don't include host and protocol in redirect URLs

    When fixing #34 I neglected to fix the CakeRedirectHandler. This
    syncs the behavior between both redirect implementations so that they
    only include the path + query string, and handle base dirs as well.
    
    Fixes #115
    
    Backport #116 to 1.x
    markstory committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    f19d3e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Remove base dir from redirect urls

    Align the redirect parameter with the implementation in authentication.
    Having the base path present results in a double base path.
    
    See cakephp/authentication#343
    markstory committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    059ecda View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Update search index name.

    markstory committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    f5eef1d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    be2ad37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #180 from jay-biztech/patch-1

    Fixes composer command for cakephp3
    dereuromark authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    b2448a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Update 1.x docs to deploy with github actions

    This will let us rebuild containers for authorization 1.x docs in the
    future if we need to, and lets us retire another job from jenkins.
    markstory committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    f4c3c6f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from cakephp/1x-docs-gha

    Update 1.x docs to deploy with github actions
    markstory authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    296b1f5 View commit details
    Browse the repository at this point in the history
  3. Rename deploy script

    markstory committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    073f36d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b307ba7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

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

Commits on Mar 3, 2022

  1. Update policies.rst

    The Policy class name must contain "Table" - it does not work otherwise. 
    
    It is resolved in src/Policy/OrmResolver.php, getRepositoryPolicy() and $name contains "Table".
    passchn authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    90acfb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #193 from passchn/patch-1

    Update policies.rst
    othercorey authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    1770151 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Update source files path.

    ndm2 authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    40e4780 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #195 from cakephp/ndm2-patch-1

    1.x - Update source files path.
    ndm2 authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    d9fb5ab View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Update docs base image.

    markstory committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    4e2da6d View commit details
    Browse the repository at this point in the history
Loading