aboutsummaryrefslogtreecommitdiff
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.
* | | Merge pull request #47 from DaviAntonio/release-1.5.21-nobleBruno Cesar Ribas2025-09-227
|\ \ \ | |/ / |/| | Release Boca 1.5.23 for Ubuntu noble
| * | fix: patch jail creation for Ubuntu NobleDavi Antônio da Silva Santos2025-09-056
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 `[[ ]]`
| * | build: release version 1.5.22-1+ubuntu24.04Davi Antônio da Silva Santos2025-05-011
| | | | | | | | | | | | Bump version only for upload.
| * | 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.
| * | build: release version 1.5.21-2+ubuntu24.04Davi Antônio da Silva Santos2025-04-291
| | | | | | | | | | | | Release version 1.5.21-2+ubuntu24.04 for Ubuntu Noble 24.04 LTS.
| * | chore: update debian/copyrightDavi Antônio da Silva Santos2025-04-291
| | | | | | | | | | | | Add old developers and update the years to 2025.
| * | build: specify that the build does not require rootDavi Antônio da Silva Santos2025-04-291
| | | | | | | | | | | | | | | Explicitly declaring that the rules files does not require root access will speed up the package compilation.
| * | Release version 1.5.21-1Davi Antônio da Silva Santos2024-09-271
| | | | | | | | | | | | | | | Simultaneosly releases boca 1.4.21 for Ubuntu 24.04 Noble and 22.04 Jammy. This release fixes the PPA repository added to the system.
| * | Update internal version info to 1.5.21Davi Antônio da Silva Santos2024-09-271
| | |
| * | Merge remote-tracking branch 'upstream/master' into release-1.5.21-nobleDavi Antônio da Silva Santos2024-09-271
| |\ \ | |/ / |/| |
* | | tools/boca-createjail: use correct maratona-linux repoBruno Ribas2024-09-261
| |/ |/| | | | | Signed-off-by: Bruno Ribas <ribas@naquadah.com.br>
| * Rebuild for Ubuntu Jammy 22.04Davi Antônio da Silva Santos2024-09-271
| |
| * Release version 1.5.20-1Davi Antônio da Silva Santos2024-08-061
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Besides the project's migration to Ubuntu Noble 24.04 LTS, the following changes were also included on this release: * Daniel Saad Nogueira Nunes * Update webcast.php (#34) * webcast.php: fixing FS separador character. (#40) * Gatuno * New autojudge setting on interface per problem. (#41) * Davi Antônio da Silva Santos * Drop dependency on logkeys * Update internal version info to 1.5.20
| * 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.
| * Drop dependency on logkeysDavi Antônio da Silva Santos2024-08-061
| |
| * Merge remote-tracking branch 'upstream/master'Davi Antônio da Silva Santos2024-06-037
| |\ | |/ |/|
* | 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.
| * Merge remote-tracking branch 'upstream/master'Davi Antônio da Silva Santos2023-08-292
| |\ | |/ |/|
* | Version 1.5.19 (#33)Davi Antônio2023-08-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. * 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.
| * Merge remote-tracking branch 'upstream/master'Davi Antônio da Silva Santos2023-08-285
| |\ | |/ |/|
* | mv postgresql/{10,14}Bruno Ribas2023-08-282
| |
* | 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-303
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * Release 1.5.18-1Davi Antônio da Silva Santos2023-03-291
| | | | | | | | | | Update changelog with all the changes made since its last update on commit 194f6764.
| * Format code with black 23.1.0Davi Antônio da Silva Santos2023-03-292
| |
| * Merge remote-tracking branch 'upstream/master'Davi Antônio da Silva Santos2023-03-293
| |\ | |/ |/| | | Synchronise with upstream.
* | Merge branch 'master' of github.com:cassiopc/bocaBruno Ribas2023-03-293
|\ \
| * | Release 1.5.17-1 (#27)Davi Antônio2023-03-293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|\| |
* | | d/control: add python3-matplotlib as depends for boca-webBruno Ribas2023-03-291
| | |
* | | barplot.py: moved to the correct locationBruno Ribas2023-03-291
| | |
* | | private/score.sep: more sane defaultBruno Ribas2023-03-291
| | |
| | * Release 1.5.17-1Davi Antônio da Silva Santos2023-03-281
| | | | | | | | | | | | | | | Update changelog with all the changes made since its last update on commit 818abd88.
| | * Update version info and yearDavi Antônio da Silva Santos2023-03-282
| |/ | | | | | | | | | | | | The following files were updated to the next version to be released and the current year: - src/version - src/versionnum.php
| * 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.
* 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.
* Merge pull request #22 from danielsaad/patch-1Bruno Cesar Ribas2023-03-271
|\ | | | | Update stat.php
| * Update stat.phpDaniel Saad Nogueira Nunes2023-03-271
|/ | | Fixing stat.php by replacing old php charts with python3-matplotlib generated.