CTFd/docs
Kevin Chung d80051bcda
Mark 2.3.2 (#1292)
2.3.2 / 2020-03-15
==================

**General**
* Fix awards not being properly assigned to teams in `TEAMS_MODE`

**API**
* Set `/api/v1/statistics/users` route to be admins_only
* When POST'ing to `/api/v1/awards`, CTFd will look up a user's team ID if `team_id` is not specified

**Admin Panel**
* Adds a setting to registration visibility to allow for MLC registration while registration is disabled
* Fix setting theme color during the setup flow and from the Admin Panel

**Themes**
* Fixes users/admins being able to remove profile settings.
    * Previously a bug prevented users from removing some profile settings. Now the `core` theme stores the initial value of inputs as a `data` attribute and checks for changes when updating data. This should be a temporary hack until a proper front-end framework is in place.
* Fix `ezToast()` issue that was keeping toast messages visible indefinitely
* Fix `modal-body` parameters in ezq.js for `ezAlert` and `ezQuery` and fix the progress bar for certain cases in `ezProgressBar`
* Use `authed()` function to check if user is authed in `base.html`. This fixes an issue where a page could look as if the user was logged in.

**Miscellaneous**
* Fix behavior for `REVERSE_PROXY` config setting when set to a boolean instead of a string
* Improve `Dockerfile` to run fewer commands and re-use the build cache
* Add `make coverage` to generate an HTML coverage report
* Update `coverage` and `pytest-cov` development dependencies
2020-03-15 15:33:28 -04:00
..
Makefile 2.1.0 (#957) 2019-04-17 01:36:30 -04:00
api.rst Docs (#1001) 2019-05-19 00:39:53 -04:00
conf.py Mark 2.3.2 (#1292) 2020-03-15 15:33:28 -04:00
configuration.rst 2.2.0 (#1188) 2019-12-22 23:17:34 -05:00
contributing.rst Docs (#1001) 2019-05-19 00:39:53 -04:00
deployment.rst Docs (#1001) 2019-05-19 00:39:53 -04:00
index.rst Docs scoring page (#1049) 2019-07-04 12:11:10 -04:00
make.bat 2.1.0 (#957) 2019-04-17 01:36:30 -04:00
plugins.rst Fixed minor error in plugin doc (#1053) 2019-07-08 00:18:49 -04:00
scoring.rst Minor docs fix (#1050) 2019-07-04 13:49:16 -04:00
themes.rst Docs (#1001) 2019-05-19 00:39:53 -04:00