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

合并 develop 分支近期更改 #135

Merged
merged 34 commits into from
Jun 20, 2024
Merged

合并 develop 分支近期更改 #135

merged 34 commits into from
Jun 20, 2024

Commits on Jul 14, 2020

  1. Fixed git ignore issue.

    leoleoasd committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    594289f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Merge pull request #65 from leoleoasd/develop

    Fixed git ignore issue.
    billchenchina committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    2644fee View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Improved .gitignore (#66)

    * Added gitignore
    
    * Improved gitignore
    suntt2019 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    bd76d2c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Added pastes

    leoleoasd committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    07f7782 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Added map visualizer

    leoleoasd committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    f25be16 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

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

Commits on Aug 29, 2020

  1. fix(problem_set):fix incorrect class in bootstrap4

    correct the problem in showing the sign when pass the problem
    earringyyr authored and billchenchina committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    69adfdb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. fix(web): fix compatibility issues on Safari (#72)

    The current MathJax 2.6.0 does not display normally on Safari.
    Upgrading MathJax to 2.7.7 fixes this issue.
    vfleaking committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    8692ff1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d38b911 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Added paste management

    leoleoasd committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    6db9f15 View commit details
    Browse the repository at this point in the history
  2. Added paste management

    leoleoasd committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    089ccec View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. fix(judger): fix a bug on subtask type (#75)

    Currently, if there is only one subtask, the bulitin judger automatically enters the ACM mode.
    However, if the subtask has type "min", the judger should not do this. This commit fixes this bug.
    vfleaking committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    09894e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Merge pull request #73 from xjrjyy/patch-1

    解决火狐浏览器上传数据“请上传zip格式!”问题
    billchenchina committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    87749ad View commit details
    Browse the repository at this point in the history
  2. fix(bundle): Refactor install scripts (#80)

    This commit includes:
    * DEBIAN_FRONTEND=noninteractive in Dockerfile
    * move apt-get to Dockerfile
    billchenchina committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    588b3bf View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. fix(judger): Let judger work on ubuntu 20.04 (#81)

    * Fix judger/log/
    
    * fix(judger): Let judger work on ubuntu 20.04
    
    Judger stops working since 9a6f16c, this commit allows judger continue working.
    
    * fix(web): update faq.php
    billchenchina committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0cc5f87 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. typo

    non-nagative => non-negative
    daklqw committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    2521b81 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from daklqw/patch-1

    typo
    billchenchina committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    d830cf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. run_program_conf.h

    163: readable_file_name_set => writable_file_name_set
    daklqw committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    421a251 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from daklqw/patch-1

    run_program_conf.h
    billchenchina committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    4075ac3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Update judge_client

    print(sys.stderr) => print(file=sys.stderr)
    daklqw committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    8b9bc92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from daklqw/patch-2

    Update judge_client
    billchenchina committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    507844c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Fix #88

    Thanks to @qz-cqy!
    billchenchina committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    78846bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c929bec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    480202a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. fix(install): Update Dockerfile for mysql connection issue (#92)

    if the pid of mysqld after reboot equal to before it will need to delete the /run/mysqld/mysqld.sock
    flukehn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    2b3cfc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. fix(web): table-danger class

    renbaoshuo authored and billchenchina committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    7c36d30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c27a13 View commit details
    Browse the repository at this point in the history
  3. ensure file_preview to return valid UTF-8 string

    Fixes #77.
    flukehn authored and billchenchina committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    66bf376 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #122 from UniversalOJ/master

    Merge master into develop
    billchenchina committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8812e85 View commit details
    Browse the repository at this point in the history
  5. fix(web/locale/problems): AC Rate (#105)

    * fix(web/locale/problems/en): ac rate
    * fix(web/locale/problems): update source string of `AC Rate`
    renbaoshuo committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    80d522b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5c8ce0 View commit details
    Browse the repository at this point in the history
  7. fix(web/app/controllers): Fix condition for subfolder (#116)

    See #49 and bd74ed3
    
    Co-authored-by: Piggy <piggynl@outlook.com>
    billchenchina and piggynl committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    fc10fed View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fix: fc10fed

    renbaoshuo committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2f3295b View commit details
    Browse the repository at this point in the history