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: reardencode/server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: reardencode/server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: public-template
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 24 files changed
  • 1 contributor

Commits on Feb 12, 2018

  1. Pass template parameters to parent template

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    b327534 View commit details
    Browse the repository at this point in the history
  2. Add public template

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    10fae5d View commit details
    Browse the repository at this point in the history
  3. Enable renderAs public page

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    355afbe View commit details
    Browse the repository at this point in the history
  4. Add menu item abstraction

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    dc92bb6 View commit details
    Browse the repository at this point in the history
  5. update autoloader

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    04c7b7e View commit details
    Browse the repository at this point in the history
  6. Expose parameters as variables to templates

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    63fe011 View commit details
    Browse the repository at this point in the history
  7. Use PublicTemplateResponse for files_sharing

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    c12e7c5 View commit details
    Browse the repository at this point in the history
  8. Fix popovermenu

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    990c684 View commit details
    Browse the repository at this point in the history
  9. Add phpdoc, typehints and sanitize HTML

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    f630c34 View commit details
    Browse the repository at this point in the history
  10. Add missing phpdoc for public API

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    6af2bcd View commit details
    Browse the repository at this point in the history
  11. Fix files_sharing tests

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    a779e08 View commit details
    Browse the repository at this point in the history
  12. Sort menu by priority

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    9fb0748 View commit details
    Browse the repository at this point in the history
  13. Add test for PublicTemplateResponse

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    01804da View commit details
    Browse the repository at this point in the history
  14. Fix acceptance test for new menu structure

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    90bd193 View commit details
    Browse the repository at this point in the history
  15. Add id to list element

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    7676f09 View commit details
    Browse the repository at this point in the history
  16. Rework array handling to avoid phan error

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    63e2c0c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Remove setters

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    6d7d0ba View commit details
    Browse the repository at this point in the history
Loading