aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFiles
* Merge pull request #42 from joaomarcosth9/masterBruno Cesar Ribas2025-09-221
|\ | | | | fix languages in fcontest.php
| * fix languages in fcontest.phpJoão Oliveira2024-03-231
| |
* | Merge pull request #44 from gatuno/fix_problem_color_autojudgeBruno Cesar Ribas2025-09-221
|\ \ | | | | | | Fixed issue when color problem is updated
| * | Fixed issue when color problem is updated, autojudge setting per problem is ↵Félix Arreola Rodríguez2025-05-021
| |/ | | | | | | set to none.
* | fix: patch jail creation for Ubuntu NobleDavi Antônio da Silva Santos2025-09-052
| | | | | | | | | | | | | | | | | | | | | | | | | | - Update php dependencies to PHP 8.3 - Update the source code to inform version 1.5.23 - Update boca-web maintainer script for PHP 8.3 - Adds Ubuntu mirror to the standard jail - Patch standard jail fixing debootstrap problems with Ubuntu noble - Purge the unecessary packages in the jail - Perform a dist-upgrade after updating the jail - Quote shell variables o prevent suprise splitting - Replace obsolete backticks with `$( )` - Modernise test commands, replacing `[ ]` with `[[ ]]`
* | fix: correct multiple versionsDavi Antônio da Silva Santos2025-04-302
| | | | | | | | | | | | | | Set the versions to 1.5.22. The program version was reported as 1.5.20-1 and 1.5.21. There are no further coding changes.
* | Update internal version info to 1.5.21Davi Antônio da Silva Santos2024-09-271
| |
* | Update internal version info to 1.5.20Davi Antônio da Silva Santos2024-08-062
|/ | | | | | The internal version info in the source files has been updated from 1.5.19-1 and 1.5.17 to 1.5.20-1 and 1.5.20. The year has also been updated from 2023 to 2024.
* New autojudge setting on interface per problem. (#41)Gatuno2024-01-316
| | | | | * First obey the global 'autojudge' setting per site. * Next, check the setting per problem per answer type. * By default autoanswer is enabled on all problems.
* webcast.php: fixing FS separador character. (#40)Daniel Saad Nogueira Nunes2024-01-311
|
* Update webcast.php (#34)Daniel Saad Nogueira Nunes2023-09-011
| | | webcast.php: now compilation error and contact staff emit X, instead of a N in the webcast file.
* Version 1.5.19 (#33)Davi Antônio2023-08-291
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Update version info and year The following files were updated to the next version to be released and the current year: - src/version - src/versionnum.php * Release 1.5.17-1 Update changelog with all the changes made since its last update on commit 818abd88. * Format code with black 23.1.0 * Release 1.5.18-1 Update changelog with all the changes made since its last update on commit 194f6764. * Fix src/version pointing to older version * Release 1.5.19-1 Update changelog with all the changes made since its last update on commit 991cb0e.
* scorelower.php: usernames starting with scoreboss* bypass the frozen ↵Daniel Saad Nogueira Nunes2023-08-251
| | | | scoreboard (#32)
* fscore.php: now CE, Name Mismatch and Contact staff do not generate ↵Daniel Saad Nogueira Nunes2023-08-251
| | | | penalties. (#31)
* Update autojudging.php (#30)Rodrigo Laiola Guimarães2023-04-171
|
* Release 1.5.18-1 (#28)Davi Antônio2023-03-302
| | | | | | | | | | | | | | | | | | | | * Update version info and year The following files were updated to the next version to be released and the current year: - src/version - src/versionnum.php * Release 1.5.17-1 Update changelog with all the changes made since its last update on commit 818abd88. * Format code with black 23.1.0 * Release 1.5.18-1 Update changelog with all the changes made since its last update on commit 194f6764.
* Merge branch 'master' of github.com:cassiopc/bocaBruno Ribas2023-03-292
|\
| * Release 1.5.17-1 (#27)Davi Antônio2023-03-292
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update version info and year The following files were updated to the next version to be released and the current year: - src/version - src/versionnum.php * Release 1.5.17-1 Update changelog with all the changes made since its last update on commit 818abd88.
* | Merge branch 'master' of github.com:cassiopc/bocaBruno Ribas2023-03-292
|\|
| * Fix user multi-login problem when running BOCA with a reverse proxy (#19)Rodrigo Laiola Guimarães2023-03-271
| | | | | | | | | | | | | | * Fix user multi-login issue Addresses the user multi-logins issue reported at #18. * Update flog.php
| * Update frun.php (#26)Daniel Saad Nogueira Nunes2023-03-271
| | | | | | Disabling staff ability to see balloons in frozen.
* | barplot.py: moved to the correct locationBruno Ribas2023-03-291
| |
* | private/score.sep: more sane defaultBruno Ribas2023-03-291
|/
* scoretable.php: fix scoreboard to show correct teamsBruno Ribas2023-03-271
|
* Create piechart.py (#25)Daniel Saad Nogueira Nunes2023-03-271
| | | Adding piechart.py to generate piecharts.
* Create barplot.py (#24)Daniel Saad Nogueira Nunes2023-03-271
| | | Creating barplot.py
* Update stat.php (#23)Daniel Saad Nogueira Nunes2023-03-271
| | | Fixed broken chart generation by the staff statistics by using python3-matplotlib.
* Update stat.phpDaniel Saad Nogueira Nunes2023-03-271
| | | Fixing stat.php by replacing old php charts with python3-matplotlib generated.
* src/scoretable.php: Remove all each() usageBruno Ribas2023-03-091
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* src/db.php: Begin migration to php8.1 requirement. Fix use of pg_lo_exportBruno Ribas2023-03-091
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* webcast.php: Add lock to avoid sending corrupted filesBruno Ribas2023-03-011
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* fast forward old changesBruno Ribas2022-05-203
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* Merge branch 'devel' of github.com:cassiopc/boca into develBruno Ribas2022-05-201
|\
| * Merge pull request #17 from wuerges/develBruno Cesar Ribas2021-07-301
| |\ | | | | | | Since PHP 7, the function get_magic_quotes_gpc() was deprecated and
| | * Since PHP 7, the function get_magic_quotes_gpc() was deprecated andEmilio Wuerges2021-07-301
| | | | | | | | | | | | | | | | | | always returned false. Thus, the code removed by the commit is unreachable. In PHP8 the function was removed.
* | | temporary saltBruno Ribas2022-05-201
|/ /
* | Normal judges may check all submissions but cannot change the veredictBruno Ribas2020-11-163
| | | | | | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | judge/runchief.php: chief knows the teamsBruno Ribas2020-11-161
| | | | | | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | team/problem.php updatedBruno Ribas2020-11-161
| | | | | | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | $ugly salt to fix download problem on multiloginBruno Ribas2020-11-163
| | | | | | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | staff/run.php: updatedBruno Ribas2020-11-161
| |
* | staff/report/score.php: addedBruno Ribas2020-11-161
| |
* | admin/report/webcast.php: Optimization and new optionBruno Ribas2020-11-161
|/
* split css for scoreEmilio Wuerges2020-11-093
|
* team/problem.php updatedBruno Ribas2020-11-051
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* staff/run.php: update from 2019Bruno Ribas2020-11-051
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* /score/header.php: uptade from 2018Bruno Ribas2020-11-051
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* judge/{claredit,header,runchief}.php updates from 2019Bruno Ribas2020-11-053
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* admin/{claredit,header,run}.php updates from 2018 and 2019Bruno Ribas2020-11-053
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* admin/report/{clar,header,score}.php updates from 2018 and 2019Bruno Ribas2020-11-053
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>