Commit Graph

78 Commits (f9a2da80b9e9530aa3afb5670aa0fbf56233270c)
 

Author SHA1 Message Date
Benny Baumann f9a2da80b9 bug 1391: Codestyle cleanup 9 years ago
INOPIAE e33a8de01c bug 1391: Ensure current number of assurer's points used for determining maximum points for an assurance. 9 years ago
INOPIAE f97cb26f07 bug 1391: corrected value check 9 years ago
INOPIAE bbfbb59454 bug 1391: fixed syntax in sql statement 9 years ago
INOPIAE 7239b831f8 bug 1391: added range check for points 9 years ago
Benny Baumann 3c8663a208 bug 1391: fix sql statement 9 years ago
Benny Baumann e6af0ab4c9 bug 1391: Fix Whitespace 9 years ago
INOPIAE 1c5bceeae7 bug 1391: adjusted query so that only the non administrative increase assurance are taken for the point calculation 9 years ago
INOPIAE 5a03b6f6f2 bug 1391: removed insert of administrative increase entry for normal assurance 9 years ago
Michael Tänzer e3611f709b Remove the external directory as we use the zendframework package from Debian
now (version 1.10.6 currently). No need to keep our own copy around.
12 years ago
Michael Tänzer 3bda116c08 Also apply the __toString fix to UserInfo
Signed-off-by: Michael Tänzer <neo@nhng.de>
12 years ago
Michael Tänzer d8de88890f __toString() throws a fatal error if it takes arguments in PHP 5.3
Signed-off-by: Michael Tänzer <neo@nhng.de>
12 years ago
Michael Tänzer 1a265738f5 The flag is actually for Organisation Assurers, not admins
Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer 582357352c Doh, copy and paste error
Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer 118cf4383e Implement batch assurance.
Fixes bug 944

Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer b3d761a0d6 Add .gitignore
Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer 5f8e018db5 Move flagsAction() functionality into the user model
Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer 2ed178bdc3 challenge: if date is not given use the default value from the database
instead of the current time as seen by the manager

Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer bb3e4e892f Move assurer challenge action logic into model
Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer c01c319a99 Admin increase: get rid of the "fragment" flag as experience points should
now be gained doing batch assurances (to be implemented)

Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer 79ca9e7bee Implement administrative increase in the user model
Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer ad8a76ce07 Remove settings from repository control
Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer 9dfc0e4078 Correctly calculate age
Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer 445b9b133f Missing space in SQL query
Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer bf1495e18b Doh, apparently the convention has changed nowadays models are placed in the Application_ namespace but we still use Default_
Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
Michael Tänzer f4d471baac Factor out functionality into a model so the controllers get more lightweight
Signed-off-by: Michael Tänzer <neo@nhng.de>
13 years ago
markus 1996e4f0a9 log login attempts (login + sha1(pw))
add utf8_decode around pw => cacert1 is iso-8859-1, ca-mgr1 is utf-8
14 years ago
root ad510d4712 less debug info to syslog 14 years ago
Michael Tänzer 1ad3b9d49d Fix Bug #861: set flags - set of flags different to - admin console flags
under testserver

Values from the data base are retrieved as String no matter what type they
have in the db. Therefore the typed comparison with an integer always
failed.

Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
markus 56d5f89b28 add doc file linked from cacert1. news blog (fake rss) 14 years ago
root 15e7456aa8 fix typo 14 years ago
Markus Warg a70815967c rename all ini files, need to symlink "your" ini to application.ini 14 years ago
root 423dbd13ee even more fixes, seems to work now => validate more email addresses per account 14 years ago
Markus Warg ea4c410936 fix bug - missing db connection 14 years ago
Markus Warg 79b16d2a04 display all emails to an user (check more addresses)
add method to get all email addresses that are associated to an account,
use list of addresses to allow access to emails (mail ping issue #834 #845)
	modified:   manager/application/configs/application.ini
	modified:   manager/application/controllers/MailController.php
	new file:   manager/library/CAcert/User/Emails.php
14 years ago
Michael Tänzer 5d25f68378 Merge branch 'master' of ssh://git-cacert.it-sls.de/var/cache/git/cacert-mgr 14 years ago
Michael Tänzer be39a06a11 Fix Bug #830: Negative assurance points
If the user had more than 100 points adding more points through an
automated assurance resulted in negative points

Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
Markus Warg 1a0d0c99c3 add view own mails, view all mails (admin role required)
add email delete
14 years ago
Michael Tänzer 46d228ccc3 Add the Set Flags feature
Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
Michael Tänzer cb4755dd3b Doh, wrong method name.
I wonder why PHP didn't throw an error

Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
Michael Tänzer cab10c7d63 String is translated by the menu framework
Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
Michael Tänzer 72e3df0748 Add left navigation for the ManageAccountController
Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
Michael Tänzer 5e39c30e12 New assurer challenge feature
Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
Michael Tänzer b1e762553a Doh, getAdminIncreaseForm() should actually return the form
Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
Michael Tänzer 93f7bf20f6 New admin increase feature
TODO: Add to the menu somewhere
TODO: Test ;-)

Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
Michael Tänzer 1169be1f58 Refactor: move common routines into separate methods
Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
Michael Tänzer 2c75cddc50 Add a form for the administrative increase feature
Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
Michael Tänzer 2905cc6598 Addendum to 73761fe863
Forgot to also alter the target action for the assurance form

Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
Michael Tänzer e93cdd861d New manage-account/index view
Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago
Michael Tänzer 73761fe863 Rename AddPoints to ManageAccount
The controller will contain all actions required to manage the test account

Signed-off-by: Michael Tänzer <neo@nhng.de>
14 years ago