-
- Downloads
Removed the handle column/attribute from event report model.
The handle attribute was designed to allow unauthenticated access to reports by knowing the secret token. This however turned out to be redundant, because the report label already contains random component, so it can not be guessed and can therefore be used as access token. (Redmine issue: #4242)
Showing
- conf/templates/reporter/default.extra.txt.j2 2 additions, 2 deletionsconf/templates/reporter/default.extra.txt.j2
- conf/templates/reporter/default.summary.txt.j2 1 addition, 1 deletionconf/templates/reporter/default.summary.txt.j2
- lib/hawat/blueprints/reports/__init__.py 10 additions, 17 deletionslib/hawat/blueprints/reports/__init__.py
- lib/hawat/blueprints/reports/templates/reports/show.html 3 additions, 20 deletionslib/hawat/blueprints/reports/templates/reports/show.html
- lib/mentat/datatype/sqldb.py 0 additions, 9 deletionslib/mentat/datatype/sqldb.py
- lib/mentat/reports/event.py 0 additions, 2 deletionslib/mentat/reports/event.py
- migrations/versions/4a463e591040_dropped_handle.py 26 additions, 0 deletionsmigrations/versions/4a463e591040_dropped_handle.py
Loading
Please register or sign in to comment