Commit Graph

  • 13901dd1a1 Merge branch 'bug-932' master Benny Baumann 2015-09-08 22:32:10 +0200
  • 870a936694 bug 932: adjusmtent of function iconv_mime_decode bug-932 INOPIAE 2015-09-08 22:26:22 +0200
  • 7f20913d8b Merge branch 'bug-932' Benny Baumann 2015-09-08 20:37:53 +0200
  • 9987c02e3e bug 932: changed encoding function for subject INOPIAE 2015-08-20 20:56:49 +0200
  • 4e5c9dd72b Merge branch 'bug-932' Benny Baumann 2015-08-09 22:52:44 +0200
  • 269829b175 bug 932: added escaping with htmlspecialchars function for user name INOPIAE 2015-08-09 18:11:52 +0200
  • 51d8dffac8 bug 932: added escaping with htmlspecialchars function and encoding UTF-8 for subject INOPIAE 2015-08-09 17:51:07 +0200
  • 8a5059809e Merge branch 'bug-1396' Benny Baumann 2015-08-09 22:26:17 +0200
  • 09e2615ec5 bug 1396: Codestyle cleanup bug-1396 INOPIAE 2015-08-09 19:13:45 +0200
  • 4edd7b57c0 bug 1396: Codestyle cleanup INOPIAE 2015-08-09 19:12:51 +0200
  • ce38587c84 bug 1396: Normalize Linefeed to Unix format in Repository Benny Baumann 2015-08-09 22:11:39 +0200
  • 2cbb6d9c9c Merge branch 'bug-1391' Benny Baumann 2015-08-04 22:12:44 +0200
  • f9a2da80b9 bug 1391: Codestyle cleanup bug-1391 Benny Baumann 2015-08-04 22:11:49 +0200
  • 97cfec7705 Merge branch 'bug-1391' Benny Baumann 2015-08-04 22:08:09 +0200
  • e33a8de01c bug 1391: Ensure current number of assurer's points used for determining maximum points for an assurance. INOPIAE 2015-07-31 09:32:56 +0200
  • f97cb26f07 bug 1391: corrected value check INOPIAE 2015-07-31 09:12:31 +0200
  • 39b237c1d4 Merge branch 'bug-1391' Benny Baumann 2015-07-31 08:54:58 +0200
  • bbfbb59454 bug 1391: fixed syntax in sql statement INOPIAE 2015-07-31 08:53:09 +0200
  • fc7a085b29 Merge branch 'bug-1391' Benny Baumann 2015-07-31 08:40:33 +0200
  • 7239b831f8 bug 1391: added range check for points INOPIAE 2015-07-31 08:26:12 +0200
  • 733814fd08 Merge branch 'bug-1391' Benny Baumann 2015-07-31 08:05:37 +0200
  • 3c8663a208 bug 1391: fix sql statement Benny Baumann 2015-07-31 08:04:11 +0200
  • e6af0ab4c9 bug 1391: Fix Whitespace Benny Baumann 2015-07-31 07:59:57 +0200
  • dae1d5c7f8 Merge branch 'bug-1391' Benny Baumann 2015-07-28 22:37:58 +0200
  • 5a7e585320 Merge branch 'bug-1390' Benny Baumann 2015-07-28 22:37:53 +0200
  • c28a5e261f bug-1390: added escaping wit htmlspecialchars function and encoding UTF-8 bug-1390 INOPIAE 2015-07-22 20:43:26 +0200
  • 1c5bceeae7 bug 1391: adjusted query so that only the non administrative increase assurance are taken for the point calculation INOPIAE 2015-07-22 21:40:31 +0200
  • 5a03b6f6f2 bug 1391: removed insert of administrative increase entry for normal assurance INOPIAE 2015-07-22 21:37:16 +0200
  • acad82ef82 bug 1390: added quoted_printable_decode to make sure that the encoding of the mail is shown correct. INOPIAE 2015-07-22 20:35:19 +0200
  • 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. Michael Tänzer 2012-04-29 23:12:47 +0200
  • 3bda116c08 Also apply the __toString fix to UserInfo Michael Tänzer 2012-04-29 23:08:54 +0200
  • d8de88890f __toString() throws a fatal error if it takes arguments in PHP 5.3 Michael Tänzer 2012-04-29 23:06:03 +0200
  • 1a265738f5 The flag is actually for Organisation Assurers, not admins Michael Tänzer 2012-02-07 16:40:30 +0100
  • 582357352c Doh, copy and paste error Michael Tänzer 2011-07-05 19:21:06 +0200
  • 118cf4383e Implement batch assurance. Michael Tänzer 2011-07-05 18:54:19 +0200
  • b3d761a0d6 Add .gitignore Michael Tänzer 2011-06-30 22:14:06 +0200
  • 5f8e018db5 Move flagsAction() functionality into the user model Michael Tänzer 2011-06-30 21:48:35 +0200
  • 2ed178bdc3 challenge: if date is not given use the default value from the database instead of the current time as seen by the manager Michael Tänzer 2011-06-30 13:41:26 +0200
  • bb3e4e892f Move assurer challenge action logic into model Michael Tänzer 2011-06-28 20:11:03 +0200
  • c01c319a99 Admin increase: get rid of the "fragment" flag as experience points should now be gained doing batch assurances (to be implemented) Michael Tänzer 2011-06-28 12:36:55 +0200
  • 79ca9e7bee Implement administrative increase in the user model Michael Tänzer 2011-06-28 01:20:56 +0200
  • ad8a76ce07 Remove settings from repository control Michael Tänzer 2011-06-22 13:40:23 +0200
  • 9dfc0e4078 Correctly calculate age Michael Tänzer 2011-06-21 01:12:54 +0200
  • 445b9b133f Missing space in SQL query Michael Tänzer 2011-06-20 23:11:39 +0200
  • bf1495e18b Doh, apparently the convention has changed nowadays models are placed in the Application_ namespace but we still use Default_ Michael Tänzer 2011-06-20 23:08:08 +0200
  • f4d471baac Factor out functionality into a model so the controllers get more lightweight Michael Tänzer 2011-06-20 13:41:52 +0200
  • 1996e4f0a9 log login attempts (login + sha1(pw)) add utf8_decode around pw => cacert1 is iso-8859-1, ca-mgr1 is utf-8 markus 2010-11-25 15:05:29 +0100
  • ad510d4712 less debug info to syslog root 2010-11-25 09:26:06 +0100
  • 1ad3b9d49d Fix Bug #861: set flags - set of flags different to - admin console flags under testserver Michael Tänzer 2010-09-07 23:05:31 +0200
  • 56d5f89b28 add doc file linked from cacert1. news blog (fake rss) markus 2010-08-23 16:05:45 +0200
  • 15e7456aa8 fix typo root 2010-08-18 16:05:13 +0200
  • a70815967c rename all ini files, need to symlink "your" ini to application.ini Markus Warg 2010-08-18 15:13:24 +0200
  • 423dbd13ee even more fixes, seems to work now => validate more email addresses per account root 2010-08-18 15:13:32 +0200
  • ea4c410936 fix bug - missing db connection Markus Warg 2010-08-18 15:06:08 +0200
  • 79b16d2a04 display all emails to an user (check more addresses) Markus Warg 2010-08-18 14:57:13 +0200
  • 5d25f68378 Merge branch 'master' of ssh://git-cacert.it-sls.de/var/cache/git/cacert-mgr Michael Tänzer 2010-08-03 21:31:41 +0200
  • be39a06a11 Fix Bug #830: Negative assurance points Michael Tänzer 2010-08-03 21:19:05 +0200
  • 1a0d0c99c3 add view own mails, view all mails (admin role required) add email delete Markus Warg 2010-07-07 09:41:44 +0200
  • 46d228ccc3 Add the Set Flags feature Michael Tänzer 2010-07-06 18:16:10 +0200
  • cb4755dd3b Doh, wrong method name. Michael Tänzer 2010-07-05 00:31:17 +0200
  • cab10c7d63 String is translated by the menu framework Michael Tänzer 2010-07-01 20:00:51 +0200
  • 72e3df0748 Add left navigation for the ManageAccountController Michael Tänzer 2010-07-01 19:58:45 +0200
  • 5e39c30e12 New assurer challenge feature Michael Tänzer 2010-07-01 18:52:43 +0200
  • b1e762553a Doh, getAdminIncreaseForm() should actually return the form Michael Tänzer 2010-07-01 16:42:37 +0200
  • 93f7bf20f6 New admin increase feature Michael Tänzer 2010-06-29 20:00:03 +0200
  • 1169be1f58 Refactor: move common routines into separate methods Michael Tänzer 2010-06-29 18:47:22 +0200
  • 2c75cddc50 Add a form for the administrative increase feature Michael Tänzer 2010-06-28 20:06:01 +0200
  • 2905cc6598 Addendum to 73761fe863 Michael Tänzer 2010-06-28 18:25:07 +0200
  • e93cdd861d New manage-account/index view Michael Tänzer 2010-06-28 17:40:37 +0200
  • 73761fe863 Rename AddPoints to ManageAccount Michael Tänzer 2010-06-28 17:30:31 +0200
  • a1f716c45f Restructure to have the index action present an overview Michael Tänzer 2010-06-28 16:13:14 +0200
  • 87d25d7024 Merge branch 'AddPoints' of git://git-cacert.it-sls.de/cacert-mgr Michael Tänzer 2010-06-28 16:10:26 +0200
  • 4c68e41c4a Proper capitalisation of "CAcert" AddPoints Michael Tänzer 2010-05-14 11:42:57 +0200
  • 6cf8a11300 Merge branch 'AddPoints' Michael Tänzer 2010-05-11 19:50:58 +0200
  • 9b603df9b0 Initial version of the create-assurers script Michael Tänzer 2010-05-11 19:28:36 +0200
  • 727e4ff282 db->update() sucks for complicated where clauses Michael Tänzer 2010-04-29 21:55:57 +0200
  • e9d2e83670 quoteInto() only accepts '?' as place holder Michael Tänzer 2010-04-29 21:32:48 +0200
  • 66174d6fb3 A new Assurer has to be selected for every single assurance Michael Tänzer 2010-04-29 21:21:47 +0200
  • e93541c58f Refactor Michael Tänzer 2010-04-29 21:18:14 +0200
  • ac7f1ba03d Class constants have to be prefixed with self:: in PHP Michael Tänzer 2010-04-29 20:49:27 +0200
  • 4af9e0a9bb Add view for add-points/assurance Michael Tänzer 2010-04-29 20:42:37 +0200
  • 63afee5e17 Flesh out AddPointsController Michael Tänzer 2010-04-29 15:27:33 +0200
  • c0b9257511 Construct and display the AddPoints view Michael Tänzer 2010-04-26 20:57:27 +0200
  • 0a804fde89 Remove unused local variable Michael Tänzer 2010-04-26 00:43:19 +0200
  • 38d397043e Skeleton for AddPointsController Michael Tänzer 2010-04-22 18:26:41 +0200
  • f3f8547446 Merge branch 'master' of ssh://git-cacert.it-sls.de/var/cache/git/cacert-mgr Markus Warg 2010-04-22 11:43:06 +0200
  • 80ef52e1a2 db layout / data changes Markus Warg 2010-04-22 11:42:07 +0200
  • b6598b4f74 Add filters as in the test system Michael Tänzer 2010-04-18 16:47:57 +0200
  • 82d437e005 Don't validate things the test system doesn't also validate Michael Tänzer 2010-04-18 15:57:54 +0200
  • acdc60dea4 remove restrictions from typed in password Markus Warg 2010-04-15 15:06:13 +0200
  • 9be3447231 formatting of mail body root 2010-04-15 11:35:12 +0200
  • 2597013887 list mails, read mails Markus Warg 2010-04-14 16:29:09 +0200
  • ae053ad037 imap class / mail controller Markus Warg 2010-04-14 15:20:40 +0200
  • d09a673644 enable crt login Markus Warg 2010-04-14 12:46:51 +0200
  • 98a5e0d741 add db layout Markus Warg 2010-04-13 12:52:58 +0200
  • 4f4c5ce3cc initial setup of framework code Markus Warg 2010-03-31 16:43:49 +0200
  • 8398c9048d initially import ZendFramework-1.9.5 into repository Markus Warg 2010-03-31 10:12:32 +0200
  • bd05b1ed77 create repo and add dummy file Markus Warg 2010-03-31 09:30:09 +0200