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

Fix image upload and resolver and use CommonMark #69

Open
wants to merge 16 commits into
base: dev
Choose a base branch
from

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    372d860 View commit details
    Browse the repository at this point in the history
  2. updating edition

    decima committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    1b1b6e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

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

Commits on Jun 30, 2020

  1. fix: code organisation

    decima committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    c3bc22c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

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

Commits on Jul 16, 2020

  1. 💨 clean upload file

    Alban Crepel committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    6d5f24c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    237e187 View commit details
    Browse the repository at this point in the history
  2. 🔧 fix weird transition in ArticleTree

    Alban Crepel committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    102924b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. 💨 clean - remove console.log

    Alban Crepel committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    b59bdd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    d380636 View commit details
    Browse the repository at this point in the history
  2. Revert "adding trusted_proxies for dev and public opened to everyone …

    …by default"
    
    This reverts commit 48776e9.
    decima authored and AlbanCrepel committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    40eaac4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    970ca37 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Permissions (#78)

    * adding trusted_proxies for dev and public opened to everyone by default
    
    * Revert "adding trusted_proxies for dev and public opened to everyone by default"
    
    This reverts commit 48776e9.
    
    * adding permission + fix upload/edit file
    
    * adding readonly info
    
    * update for passing through twig constants
    
    * fix: move settings to plugins
    
    * quick fix typo in delete
    
    * fix: removing route for settings
    decima committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    6b767e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Fix: Set filename as default title page (#79)

    * adding trusted_proxies for dev and public opened to everyone by default
    
    * Revert "adding trusted_proxies for dev and public opened to everyone by default"
    
    This reverts commit 48776e9.
    
    * fix: setting default to fileName
    
    * fix: quick fix for a not existing file
    decima committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    71e3cdd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Adding meta title (#80)

    * adding trusted_proxies for dev and public opened to everyone by default
    
    * Revert "adding trusted_proxies for dev and public opened to everyone by default"
    
    This reverts commit 48776e9.
    
    * adding meta title to page - needs more styling I think
    
    * fix: style test
    
    * move article title and make it optionnal
    
    * removing computed for current metadata
    
    * fix: removing extra useless component
    decima committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    bdbbab6 View commit details
    Browse the repository at this point in the history
  2. Adding website custom metadata (#81)

    * Revert "adding trusted_proxies for dev and public opened to everyone by default"
    
    This reverts commit 48776e9.
    
    * adding meta title to page - needs more styling I think
    
    * fix: style test
    
    * move article title and make it optionnal
    
    * removing computed for current metadata
    
    * fix: removing extra useless component
    
    * adding custom header metadata handler
    
    * rebasing
    
    * removing unwanted changes
    
    * fix: removing useless changes
    decima committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    eec1dde View commit details
    Browse the repository at this point in the history