Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-07-06 | Add the Set Flags feature | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-07-05 | Doh, wrong method name. | Michael Tänzer | |
I wonder why PHP didn't throw an error Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-07-01 | String is translated by the menu framework | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-07-01 | Add left navigation for the ManageAccountController | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-07-01 | New assurer challenge feature | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-07-01 | Doh, getAdminIncreaseForm() should actually return the form | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-06-29 | New admin increase feature | Michael Tänzer | |
TODO: Add to the menu somewhere TODO: Test ;-) Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-06-29 | Refactor: move common routines into separate methods | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-06-28 | Add a form for the administrative increase feature | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-06-28 | Addendum to 73761fe863463270a9ce13e9211791891cf17d02 | Michael Tänzer | |
Forgot to also alter the target action for the assurance form Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-06-28 | New manage-account/index view | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-06-28 | Rename AddPoints to ManageAccount | Michael Tänzer | |
The controller will contain all actions required to manage the test account Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-06-28 | Restructure to have the index action present an overview | Michael Tänzer | |
The index action should display an overview over the available actions Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-06-28 | Merge branch 'AddPoints' of git://git-cacert.it-sls.de/cacert-mgr | Michael Tänzer | |
2010-05-14 | Proper capitalisation of "CAcert"AddPoints | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-05-11 | Merge branch 'AddPoints' | Michael Tänzer | |
2010-05-11 | Initial version of the create-assurers script | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-04-29 | db->update() sucks for complicated where clauses | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-04-29 | quoteInto() only accepts '?' as place holder | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-04-29 | A new Assurer has to be selected for every single assurance | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2010-04-29 | Refactor | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> |