Skip to content

Commit

Permalink
Start of docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Lareau committed Feb 13, 2020
1 parent 0cabad3 commit f2475eb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/puzzlehunt_apache_ssl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ Define hostname replacename
ProxyPass /Shibboleth.sso/ !
</IfModule>

ProxyPass / http://web:8000
ProxyPass / http://web:8000/
ProxyPreserveHost On

</VirtualHost>

Expand Down
2 changes: 1 addition & 1 deletion docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The Apache configuration for this project includes protection like this already.

Database
--------
As noted in setup, the default database for this project is a MySQL database.
As noted in setup, the default database for this project is a Postgres or MySQL database.
After setup, the database should never need to be modified by hand,
additions or deletions should be done from the online admin GUI or if absolutely necessary, from the Django interactive shell.
Modifications to the table structure should only be done by modifying models.py
Expand Down
23 changes: 23 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
Changelog
*********

Version 4
*********

v4.0.0
======

New:
- Teams can now no longer change their name within 2 days of the hunt
- It is now possible to easily assign rooms to many teams from the info page
- Added basic informational logging to the huntserver app

Updates:
- Nicer pages and messages displayed when a user doesn't have access to an area
- Many code changes made to allow easier deployment of a generic version
- Single puzzle unlock now has a confirmation popup
- Added some look/feel features to staff chat to improve clarity
- Ratelimits have been stacked and tightened down to a more reasonable level
- Server now supports 5 digit puzzle IDs

Bugfixes:
- Fixed ability to log into dev server using shibboleth
- Fixed bug that meant solutions could only be downloaded for the current hunt

Version 3
*********

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# General information about the project.
project = u'Puzzlehunt Server'
copyright = u'2019, Dillon Lareau'
copyright = u'2020, Dillon Lareau'
author = u'Dillon Lareau'

# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit f2475eb

Please sign in to comment.