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: gogs/gogs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.2-rc.1
Choose a base ref
...
head repository: gogs/gogs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/0.13
Choose a head ref
  • 6 commits
  • 488 files changed
  • 5 contributors

Commits on Jun 8, 2025

  1. Set timeout to explicit 0 in gogs.js (#7890)

    ## Describe the pull request
    
    A simple fix in public/js/gogs.js making bug upload not result in a
    timeout (added just one line)
    
    Link to the issue: closes #6149
    
    ## Test plan
    
    - Set the max_size of `attachment` to a high number
    
    ```toml
    [release.attachment]
    ENABLED          = true
    ALLOWED_TYPES    = */*
    MAX_SIZE         = 512
    MAX_FILES        = 20
    ```
    
    - Upload a file to releases
    
    
    ![image](https://github.com/user-attachments/assets/8cf29c73-c8ec-42a3-9660-681a583b577a)
    
    It doesn't randomly timeout!
    Kizuren authored and unknwon committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    36be6a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110117b View commit details
    Browse the repository at this point in the history
  3. email: fix unable to override templates in custom directory (#7905)

    Co-authored-by: Joe Chen <jc@unknwon.io>
    SongZihuan and unknwon committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    e453425 View commit details
    Browse the repository at this point in the history
  4. web_editor: prohibit CRUD to symbolic files (#7981)

    Fixes
    [GHSA-wj44-9vcg-wjq7](GHSA-wj44-9vcg-wjq7)
    
    ---------
    
    Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
    unknwon and deepsource-autofix[bot] committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    1cba9bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8aaabfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5084b4a View commit details
    Browse the repository at this point in the history
Loading