aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFiles
* 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>
* admin/report/s4ris.php: update to use with webcast.sepBruno Ribas2020-11-051
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* admin/report/webcast.php: Stream via webcast.sepBruno Ribas2020-11-051
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* scoretable.php: Fixes from 2018Bruno Ribas2020-11-051
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* scorelower.php: Updates to frozenBruno Ribas2020-11-051
| | | | | | merge from 2018 Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* optionlower.php: Prevent teams to update their infoBruno Ribas2020-11-051
| | | | | | Merge from 2018 Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* logexternal.php: Merge from 2018Bruno Ribas2020-11-051
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* globals.php: More checks on multiloginBruno Ribas2020-11-051
| | | | | | | | | These modifications make things easier to check when there are Multilogins and MultiIPS (common under CGNAT). Modification from 2018, merged now. Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* getcode.php: Define a SITE variable in the scriptBruno Ribas2020-11-051
| | | | | | | This modification makes things easier to check in which site the remote machine was registered. This modification was made in 2018 and merged now. Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* fix score, submissions and cookiescassio2018-11-085
|
* post instead of getcassio2018-11-022
|
* bfcassio2018-11-022
|
* better logscassio2018-11-021
|
* remove last mod linecassio2018-11-022
|