summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael Tänzer [Tue, 7 Sep 2010 21:05:31 +0000 (23:05 +0200)]
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>
markus [Mon, 23 Aug 2010 14:05:45 +0000 (16:05 +0200)]
add doc file linked from cacert1. news blog (fake rss)
root [Wed, 18 Aug 2010 14:05:13 +0000 (16:05 +0200)]
fix typo
Markus Warg [Wed, 18 Aug 2010 13:13:24 +0000 (15:13 +0200)]
rename all ini files, need to symlink "your" ini to application.ini
root [Wed, 18 Aug 2010 13:13:32 +0000 (15:13 +0200)]
even more fixes, seems to work now => validate more email addresses per account
Markus Warg [Wed, 18 Aug 2010 13:06:08 +0000 (15:06 +0200)]
fix bug - missing db connection
Markus Warg [Wed, 18 Aug 2010 12:57:13 +0000 (14:57 +0200)]
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
Michael Tänzer [Tue, 3 Aug 2010 19:31:41 +0000 (21:31 +0200)]
Merge branch 'master' of ssh://git-cacert.it-sls.de/var/cache/git/cacert-mgr
Michael Tänzer [Tue, 3 Aug 2010 19:19:05 +0000 (21:19 +0200)]
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>
Markus Warg [Wed, 7 Jul 2010 07:41:44 +0000 (09:41 +0200)]
add view own mails, view all mails (admin role required)
add email delete
Michael Tänzer [Tue, 6 Jul 2010 16:16:10 +0000 (18:16 +0200)]
Add the Set Flags feature
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Sun, 4 Jul 2010 22:31:17 +0000 (00:31 +0200)]
Doh, wrong method name.
I wonder why PHP didn't throw an error
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Thu, 1 Jul 2010 18:00:51 +0000 (20:00 +0200)]
String is translated by the menu framework
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Thu, 1 Jul 2010 17:58:45 +0000 (19:58 +0200)]
Add left navigation for the ManageAccountController
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Thu, 1 Jul 2010 16:52:43 +0000 (18:52 +0200)]
New assurer challenge feature
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Thu, 1 Jul 2010 14:42:37 +0000 (16:42 +0200)]
Doh, getAdminIncreaseForm() should actually return the form
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Tue, 29 Jun 2010 18:00:03 +0000 (20:00 +0200)]
New admin increase feature
TODO: Add to the menu somewhere
TODO: Test ;-)
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Tue, 29 Jun 2010 16:47:22 +0000 (18:47 +0200)]
Refactor: move common routines into separate methods
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Mon, 28 Jun 2010 18:06:01 +0000 (20:06 +0200)]
Add a form for the administrative increase feature
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Mon, 28 Jun 2010 16:25:07 +0000 (18:25 +0200)]
Addendum to
73761fe863463270a9ce13e9211791891cf17d02
Forgot to also alter the target action for the assurance form
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Mon, 28 Jun 2010 15:40:37 +0000 (17:40 +0200)]
New manage-account/index view
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Mon, 28 Jun 2010 15:30:31 +0000 (17:30 +0200)]
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>
Michael Tänzer [Mon, 28 Jun 2010 14:13:14 +0000 (16:13 +0200)]
Restructure to have the index action present an overview
The index action should display an overview over the available actions
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Mon, 28 Jun 2010 14:10:26 +0000 (16:10 +0200)]
Merge branch 'AddPoints' of git://git-cacert.it-sls.de/cacert-mgr
Michael Tänzer [Fri, 14 May 2010 09:42:57 +0000 (11:42 +0200)]
Proper capitalisation of "CAcert"
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Tue, 11 May 2010 17:50:58 +0000 (19:50 +0200)]
Merge branch 'AddPoints'
Michael Tänzer [Tue, 11 May 2010 17:28:36 +0000 (19:28 +0200)]
Initial version of the create-assurers script
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Thu, 29 Apr 2010 19:55:57 +0000 (21:55 +0200)]
db->update() sucks for complicated where clauses
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Thu, 29 Apr 2010 19:32:48 +0000 (21:32 +0200)]
quoteInto() only accepts '?' as place holder
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Thu, 29 Apr 2010 19:21:47 +0000 (21:21 +0200)]
A new Assurer has to be selected for every single assurance
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Thu, 29 Apr 2010 19:18:14 +0000 (21:18 +0200)]
Refactor
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Thu, 29 Apr 2010 18:49:27 +0000 (20:49 +0200)]
Class constants have to be prefixed with self:: in PHP
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Thu, 29 Apr 2010 18:42:37 +0000 (20:42 +0200)]
Add view for add-points/assurance
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Thu, 29 Apr 2010 13:27:33 +0000 (15:27 +0200)]
Flesh out AddPointsController
- Implement procedure as in the live code
(notification emails are not sent)
- Add more elements to the form
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Mon, 26 Apr 2010 18:57:27 +0000 (20:57 +0200)]
Construct and display the AddPoints view
* define input form (draft)
* create the view and make it display the form
* add a link to the view in the topNav
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Sun, 25 Apr 2010 22:43:19 +0000 (00:43 +0200)]
Remove unused local variable
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Thu, 22 Apr 2010 16:26:41 +0000 (18:26 +0200)]
Skeleton for AddPointsController
Signed-off-by: Michael Tänzer <neo@nhng.de>
Markus Warg [Thu, 22 Apr 2010 09:43:06 +0000 (11:43 +0200)]
Merge branch 'master' of ssh://git-cacert.it-sls.de/var/cache/git/cacert-mgr
Markus Warg [Thu, 22 Apr 2010 09:42:07 +0000 (11:42 +0200)]
db layout / data changes
add some config parameters to config db
add field to system_user (cert login)
Michael Tänzer [Sun, 18 Apr 2010 14:47:57 +0000 (16:47 +0200)]
Add filters as in the test system
Signed-off-by: Michael Tänzer <neo@nhng.de>
Michael Tänzer [Sun, 18 Apr 2010 13:57:54 +0000 (15:57 +0200)]
Don't validate things the test system doesn't also validate
Signed-off-by: Michael Tänzer <neo@nhng.de>
Markus Warg [Thu, 15 Apr 2010 13:06:13 +0000 (15:06 +0200)]
remove restrictions from typed in password
root [Thu, 15 Apr 2010 09:35:12 +0000 (11:35 +0200)]
formatting of mail body
Markus Warg [Wed, 14 Apr 2010 14:29:09 +0000 (16:29 +0200)]
list mails, read mails
fix smaller issues in imap class
mail controller
list contents of mailbox
read mails
Markus Warg [Wed, 14 Apr 2010 13:20:40 +0000 (15:20 +0200)]
imap class / mail controller
add imap class to access captured emails
add mail controller to framework (display content)
Markus Warg [Wed, 14 Apr 2010 10:46:51 +0000 (12:46 +0200)]
enable crt login
to use crt login, a string which resembles parts of the crt cn and dn needs to exist in an system_user
record. The string is combined from SSL_CLIENT_S_DN and SSL_CLIENT_I_DN:
SSL_CLIENT_S_DN + "//" + SSL_CLIENT_I_DN
Markus Warg [Tue, 13 Apr 2010 10:52:58 +0000 (12:52 +0200)]
add db layout
Markus Warg [Wed, 31 Mar 2010 14:43:49 +0000 (16:43 +0200)]
initial setup of framework code
enabled features
* login
* crt login
* top / left menu
* logging
* db layer
Markus Warg [Wed, 31 Mar 2010 08:12:32 +0000 (10:12 +0200)]
initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
Markus Warg [Wed, 31 Mar 2010 07:30:09 +0000 (09:30 +0200)]
create repo and add dummy file