boinc/py/Boinc
David Anderson dbd2d03a0d server/web: add support for per-application credit
See http://boinc.berkeley.edu/trac/wiki/PerAppCredit
If enabled (by the <credit_by_app> config flag)
validators will maintain on a per-(app, user, credit type) basis,
and same for teams,
in new DB tables credit_user and credit_team.
This info is displayed in the web site, on user and team pages,
using project-supplied functions to generate the HTML.

Note: update_stats doesn't decay the recent-average values
for per-app credit; I'll add this if needed.
2014-08-15 14:01:32 -07:00
..
__init__.py
add_util.py
boinc_db.py server/web: add support for per-application credit 2014-08-15 14:01:32 -07:00
boinc_project_path.py
boincxml.py
configxml.py
database.py server: add "beta" flag to app versions 2014-06-05 09:51:01 -07:00
db_base.py
db_mid.py
projectxml.py
sched_messages.py
setup_project.py Admin web: don't use project banner; use stylesheets 2014-04-03 12:14:37 -07:00
tools.py
util.py
version.py.in