summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-09bug 1396: Codestyle cleanupbug-1396INOPIAE
2015-08-09bug 1396: Codestyle cleanupINOPIAE
2015-08-09bug 1396: Normalize Linefeed to Unix format in RepositoryBenny Baumann
2015-08-04Merge branch 'bug-1391'Benny Baumann
2015-08-04bug 1391: Codestyle cleanupbug-1391Benny Baumann
2015-08-04Merge branch 'bug-1391'Benny Baumann
2015-07-31bug 1391: Ensure current number of assurer's points used for determining ↵INOPIAE
maximum points for an assurance.
2015-07-31bug 1391: corrected value checkINOPIAE
2015-07-31Merge branch 'bug-1391'Benny Baumann
2015-07-31bug 1391: fixed syntax in sql statementINOPIAE
2015-07-31Merge branch 'bug-1391'Benny Baumann
2015-07-31bug 1391: added range check for pointsINOPIAE
2015-07-31Merge branch 'bug-1391'Benny Baumann
2015-07-31bug 1391: fix sql statementBenny Baumann
2015-07-31bug 1391: Fix WhitespaceBenny Baumann
2015-07-28Merge branch 'bug-1391'Benny Baumann
2015-07-28Merge branch 'bug-1390'Benny Baumann
2015-07-22bug-1390: added escaping wit htmlspecialchars function and encoding UTF-8bug-1390INOPIAE
2015-07-22bug 1391: adjusted query so that only the non administrative increase ↵INOPIAE
assurance are taken for the point calculation
2015-07-22bug 1391: removed insert of administrative increase entry for normal assuranceINOPIAE
2015-07-22bug 1390: added quoted_printable_decode to make sure that the encoding of ↵INOPIAE
the mail is shown correct.
2012-04-29Remove the external directory as we use the zendframework package from DebianMichael Tänzer
now (version 1.10.6 currently). No need to keep our own copy around.
2012-04-29Also apply the __toString fix to UserInfoMichael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2012-04-29__toString() throws a fatal error if it takes arguments in PHP 5.3Michael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2012-02-07The flag is actually for Organisation Assurers, not adminsMichael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-07-05Doh, copy and paste errorMichael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-07-05Implement batch assurance.Michael Tänzer
Fixes bug 944 Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-06-30Add .gitignoreMichael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-06-30Move flagsAction() functionality into the user modelMichael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-06-30challenge: if date is not given use the default value from the databaseMichael Tänzer
instead of the current time as seen by the manager Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-06-28Move assurer challenge action logic into modelMichael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-06-28Admin increase: get rid of the "fragment" flag as experience points shouldMichael Tänzer
now be gained doing batch assurances (to be implemented) Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-06-28Implement administrative increase in the user modelMichael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-06-22Remove settings from repository controlMichael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-06-21Correctly calculate ageMichael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-06-20Missing space in SQL queryMichael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-06-20Doh, apparently the convention has changed nowadays models are placed in the ↵Michael Tänzer
Application_ namespace but we still use Default_ Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-06-20Factor out functionality into a model so the controllers get more lightweightMichael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2010-11-25log login attempts (login + sha1(pw))markus
add utf8_decode around pw => cacert1 is iso-8859-1, ca-mgr1 is utf-8
2010-11-25less debug info to syslogroot
2010-09-07Fix Bug #861: set flags - set of flags different to - admin console flagsMichael Tänzer
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>
2010-08-23add doc file linked from cacert1. news blog (fake rss)markus
2010-08-18fix typoroot
2010-08-18rename all ini files, need to symlink "your" ini to application.iniMarkus Warg
2010-08-18even more fixes, seems to work now => validate more email addresses per accountroot
2010-08-18fix bug - missing db connectionMarkus Warg
2010-08-18display all emails to an user (check more addresses)Markus Warg
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
2010-08-03Merge branch 'master' of ssh://git-cacert.it-sls.de/var/cache/git/cacert-mgrMichael Tänzer
2010-08-03Fix Bug #830: Negative assurance pointsMichael Tänzer
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>
2010-07-07add view own mails, view all mails (admin role required)Markus Warg
add email delete