Commit Graph

16 Commits

Author SHA1 Message Date
David Anderson 2355453d81 Python: new constants
I don't know why this file is in the repo;
it's generated automatically by the configure process
2020-11-25 16:26:40 -08:00
David Anderson e4e38a5e0e python constants 2015-03-09 13:51:52 -07:00
David Anderson d0fb0184e8 client/manager/server: finish LDAP support
- get_project_config.php: if project supports LDAP,
  advertise this to the client.
- Manager: if project supports LDAP, say "Email address or LDAP ID"
  in Attach Project wizard,
  and don't do email address validation.
- lookup_account GUI RPC (client side): if passing an LDAP ID,
  don't lowercase it, and don't hash passwd
- lookup_account GUI RPC (server side): if passing an LDAP ID,
  pass appropriate URL args to Web RPC
- lookup_account Web RPC: in LDAP case, pass "ldap_auth" arg,
  and pass "ldap_uid" and "passwd".
  Handle these appropriately.
2014-10-18 23:53:27 -07:00
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
David Anderson a3b2be239f Compile fixes for C++11, from Rene Ladan 2013-11-05 09:19:27 -08:00
David Anderson e8e0de8cb9 server: fix bugs when using Python assimilator framework.
We needed to look for #defines in boinc_db_types.h as well as boinc_db.h
2013-06-10 11:37:40 -07:00
David Anderson 8e2524f55f Unix build: Makefile changes for "make install", from Steffen Moeller
"make install" followed by make_project should now work
2013-05-20 15:19:13 -07:00
Karl Chen f4a1f74d5b *** empty log message ***
svn path=/trunk/boinc/; revision=4504
2004-11-08 06:20:36 +00:00
David Anderson 65460a230e version 4.06
svn path=/trunk/boinc/; revision=4115
2004-08-25 07:53:13 +00:00
David Anderson d8a1c1e158 boinc_core_release_3_06a
svn path=/trunk/boinc/; revision=3440
2004-05-25 02:01:16 +00:00
Karl Chen bc39b1a5f4 *** empty log message ***
svn path=/trunk/boinc/; revision=2887
2004-01-15 23:39:50 +00:00
Gary Gibson 1180ea6f8a Boinc release 2.11 for windows, Linux, solaris 7 (2.7) and solaris 8 (2.8)
svn path=/trunk/boinc/; revision=2697
2003-11-26 03:39:38 +00:00
Karl Chen 65c7736c52 *** empty log message ***
svn path=/trunk/boinc/; revision=2586
2003-10-28 00:41:03 +00:00
Karl Chen 7c51703d28 *** empty log message ***
svn path=/trunk/boinc/; revision=2536
2003-10-22 05:00:37 +00:00
Karl Chen c1895818af *** empty log message ***
svn path=/trunk/boinc/; revision=2412
2003-10-05 07:21:32 +00:00
Karl Chen 306e9d33bb moved py/* -> py/Boinc/*
svn path=/trunk/boinc/; revision=2245
2003-09-04 03:19:59 +00:00