Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-09 | bug 1396: Codestyle cleanupbug-1396 | INOPIAE | |
2015-08-09 | bug 1396: Codestyle cleanup | INOPIAE | |
2015-08-09 | bug 1396: Normalize Linefeed to Unix format in Repository | Benny Baumann | |
2015-08-04 | Merge branch 'bug-1391' | Benny Baumann | |
2015-08-04 | bug 1391: Codestyle cleanupbug-1391 | Benny Baumann | |
2015-08-04 | Merge branch 'bug-1391' | Benny Baumann | |
2015-07-31 | bug 1391: Ensure current number of assurer's points used for determining ↵ | INOPIAE | |
maximum points for an assurance. | |||
2015-07-31 | bug 1391: corrected value check | INOPIAE | |
2015-07-31 | Merge branch 'bug-1391' | Benny Baumann | |
2015-07-31 | bug 1391: fixed syntax in sql statement | INOPIAE | |
2015-07-31 | Merge branch 'bug-1391' | Benny Baumann | |
2015-07-31 | bug 1391: added range check for points | INOPIAE | |
2015-07-31 | Merge branch 'bug-1391' | Benny Baumann | |
2015-07-31 | bug 1391: fix sql statement | Benny Baumann | |
2015-07-31 | bug 1391: Fix Whitespace | Benny Baumann | |
2015-07-28 | Merge branch 'bug-1391' | Benny Baumann | |
2015-07-28 | Merge branch 'bug-1390' | Benny Baumann | |
2015-07-22 | bug-1390: added escaping wit htmlspecialchars function and encoding UTF-8bug-1390 | INOPIAE | |
2015-07-22 | bug 1391: adjusted query so that only the non administrative increase ↵ | INOPIAE | |
assurance are taken for the point calculation | |||
2015-07-22 | bug 1391: removed insert of administrative increase entry for normal assurance | INOPIAE | |
2015-07-22 | bug 1390: added quoted_printable_decode to make sure that the encoding of ↵ | INOPIAE | |
the mail is shown correct. | |||
2012-04-29 | Remove the external directory as we use the zendframework package from Debian | Michael Tänzer | |
now (version 1.10.6 currently). No need to keep our own copy around. | |||
2012-04-29 | Also apply the __toString fix to UserInfo | Michael 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.3 | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-02-07 | The flag is actually for Organisation Assurers, not admins | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-07-05 | Doh, copy and paste error | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-07-05 | Implement batch assurance. | Michael Tänzer | |
Fixes bug 944 Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-06-30 | Add .gitignore | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-06-30 | Move flagsAction() functionality into the user model | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-06-30 | challenge: if date is not given use the default value from the database | Michael Tänzer | |
instead of the current time as seen by the manager Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-06-28 | Move assurer challenge action logic into model | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-06-28 | Admin increase: get rid of the "fragment" flag as experience points should | Michael Tänzer | |
now be gained doing batch assurances (to be implemented) Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-06-28 | Implement administrative increase in the user model | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-06-22 | Remove settings from repository control | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-06-21 | Correctly calculate age | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-06-20 | Missing space in SQL query | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-06-20 | Doh, 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-20 | Factor out functionality into a model so the controllers get more lightweight | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-11-25 | log login attempts (login + sha1(pw)) | markus | |
add utf8_decode around pw => cacert1 is iso-8859-1, ca-mgr1 is utf-8 | |||
2010-11-25 | less debug info to syslog | root | |
2010-09-07 | Fix Bug #861: set flags - set of flags different to - admin console flags | Michael 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-23 | add doc file linked from cacert1. news blog (fake rss) | markus | |
2010-08-18 | fix typo | root | |
2010-08-18 | rename all ini files, need to symlink "your" ini to application.ini | Markus Warg | |
2010-08-18 | even more fixes, seems to work now => validate more email addresses per account | root | |
2010-08-18 | fix bug - missing db connection | Markus Warg | |
2010-08-18 | display 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-03 | Merge branch 'master' of ssh://git-cacert.it-sls.de/var/cache/git/cacert-mgr | Michael Tänzer | |
2010-08-03 | Fix Bug #830: Negative assurance points | Michael 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-07 | add view own mails, view all mails (admin role required) | Markus Warg | |
add email delete |