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

feat: tup 706 be able to serve blog markup raw #871

Merged
merged 41 commits into from
Sep 13, 2024

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    17640a4 View commit details
    Browse the repository at this point in the history
  2. idea: TUP-706 4.a.i change RSS feed render ⚠️

    NOT WORKING! Fails with:
    
    > NoReverseMatch at /feed/
    > '' is not a registered namespace
    wesleyboar committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    55dc431 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    de81256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    463871f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8038de7 View commit details
    Browse the repository at this point in the history
  4. idea!: TUP-706 render blog base via custom app

    Fails, because it renders nothing.
    wesleyboar committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    89a160c View commit details
    Browse the repository at this point in the history
  5. feat!: TUP-706 render remote url content

    Load `/blog/remote`.
    
    BREAKING CHANGE: Changed `/blog` to `/blog/local`
    wesleyboar committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    db234df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7f10ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec10c85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    223b72a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aaa971e View commit details
    Browse the repository at this point in the history
  10. fix: TUP-706 render feed ⚠️

    ⚠️ Does NOT render feed items.
    wesleyboar committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    646b26d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa709fd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    26a9412 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e78038 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    17380fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a461693 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bece39 View commit details
    Browse the repository at this point in the history
  4. Revert "fix: TUP-706 A.1.a. cannot login to site 2"

    This reverts commit 6bece39.
    
    This did not fix anything. `SESSION_COOKIE_SECURE=False` is still required locally.
    wesleyboar committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e6bdbbf View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    4f9888b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    104fe71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfc9fa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. feat(poc): TUP-706 get news from remote url

    Messy but functional!
    wesleyboar committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cd59bf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6995c44 View commit details
    Browse the repository at this point in the history
  3. core: clean up views

    wesleyboar committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    db79397 View commit details
    Browse the repository at this point in the history
  4. core: clean up views more

    wesleyboar committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a6d8551 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82027fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c94401 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. fix: TUP-706 broken links

    - ✓ fix links to articles
    - ✓ fix pagination links
    wesleyboar committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    49edd04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70e5111 View commit details
    Browse the repository at this point in the history
  3. chore: remove unnecessary app

    This app is fom a different branch.
    wesleyboar committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4f7b761 View commit details
    Browse the repository at this point in the history
  4. chore: remove unnecessary middleware

    This middleware is fom a different branch.
    wesleyboar committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c346a88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5dae76 View commit details
    Browse the repository at this point in the history
  6. fix: remove unnecessary setting

    This setting is from another branch.
    wesleyboar committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ca7a1c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1680ee View commit details
    Browse the repository at this point in the history
  8. style: new line

    wesleyboar committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c756e03 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    59f7053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53beba4 View commit details
    Browse the repository at this point in the history
  3. fix: bad merge resolution

    wesleyboar committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c7a4c96 View commit details
    Browse the repository at this point in the history
  4. fix: bad merge resolution

    wesleyboar committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    299d51b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba50574 View commit details
    Browse the repository at this point in the history