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 serving of raw wiki files other than .md #5814

Merged
merged 9 commits into from Feb 6, 2019
Merged

Fix serving of raw wiki files other than .md #5814

merged 9 commits into from Feb 6, 2019

Commits on Jan 25, 2019

  1. Fix serving of raw wiki files other than .md

    Closes #4690.
    Closes #4395.
    
    Signed-off-by: Gabriel Silva Simões <simoes.sgabriel@gmail.com>
    gabrielsimoes committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    31c2cdc View commit details
    Browse the repository at this point in the history
  2. Simplify code at routers/repo/wiki.go

    Signed-off-by: Gabriel Silva Simões <simoes.sgabriel@gmail.com>
    gabrielsimoes committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    1b26de0 View commit details
    Browse the repository at this point in the history
  3. Add more files to user2/repo1.wiki for testing

    Signed-off-by: Gabriel Silva Simões <simoes.sgabriel@gmail.com>
    gabrielsimoes committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    d0cf01b View commit details
    Browse the repository at this point in the history
  4. Update macaron to v1.3.2

    Signed-off-by: Gabriel Silva Simões <simoes.sgabriel@gmail.com>
    gabrielsimoes committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    cd2e56b View commit details
    Browse the repository at this point in the history
  5. Add tests for WikiRaw

    Signed-off-by: Gabriel Silva Simões <simoes.sgabriel@gmail.com>
    gabrielsimoes committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    f68c867 View commit details
    Browse the repository at this point in the history
  6. Fix NewResponseWriter usage due to macaron update

    Signed-off-by: Gabriel Silva Simões <simoes.sgabriel@gmail.com>
    gabrielsimoes committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    8f12dc4 View commit details
    Browse the repository at this point in the history
  7. Add raw to reserved wiki names

    Signed-off-by: Gabriel Silva Simões <simoes.sgabriel@gmail.com>
    gabrielsimoes committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    261f1ac View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

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

Commits on Feb 6, 2019

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