index
:
cacert-mgr.git
AddPoints
bug-1390
bug-1391
bug-1396
bug-932
master
Test management system, interacts with the CAcert test server to reproduce certain test scenarios
Software Assessors
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
manager
/
application
/
controllers
Age
Commit message (
Expand
)
Author
2015-08-09
bug 1396: Codestyle cleanup
INOPIAE
2015-08-09
bug 1396: Normalize Linefeed to Unix format in Repository
Benny Baumann
2012-02-07
The flag is actually for Organisation Assurers, not admins
Michael Tänzer
2011-07-05
Doh, copy and paste error
Michael Tänzer
2011-07-05
Implement batch assurance.
Michael Tänzer
2011-06-30
Move flagsAction() functionality into the user model
Michael Tänzer
2011-06-28
Move assurer challenge action logic into model
Michael Tänzer
2011-06-28
Admin increase: get rid of the "fragment" flag as experience points should
Michael Tänzer
2011-06-28
Implement administrative increase in the user model
Michael Tänzer
2011-06-20
Doh, apparently the convention has changed nowadays models are placed in the ...
Michael Tänzer
2011-06-20
Factor out functionality into a model so the controllers get more lightweight
Michael Tänzer
2010-11-25
log login attempts (login + sha1(pw))
markus
2010-09-07
Fix Bug #861: set flags - set of flags different to - admin console flags
Michael Tänzer
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
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
2010-07-07
add view own mails, view all mails (admin role required)
Markus Warg
2010-07-06
Add the Set Flags feature
Michael Tänzer
2010-07-05
Doh, wrong method name.
Michael Tänzer
2010-07-01
Add left navigation for the ManageAccountController
Michael Tänzer
2010-07-01
New assurer challenge feature
Michael Tänzer
2010-07-01
Doh, getAdminIncreaseForm() should actually return the form
Michael Tänzer
2010-06-29
New admin increase feature
Michael Tänzer
2010-06-29
Refactor: move common routines into separate methods
Michael Tänzer
2010-06-28
Add a form for the administrative increase feature
Michael Tänzer
2010-06-28
Addendum to 73761fe863463270a9ce13e9211791891cf17d02
Michael Tänzer
2010-06-28
Rename AddPoints to ManageAccount
Michael Tänzer
2010-06-28
Restructure to have the index action present an overview
Michael Tänzer
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
2010-05-11
Merge branch 'AddPoints'
Michael Tänzer
2010-04-29
db->update() sucks for complicated where clauses
Michael Tänzer
2010-04-29
quoteInto() only accepts '?' as place holder
Michael Tänzer
2010-04-29
A new Assurer has to be selected for every single assurance
Michael Tänzer
2010-04-29
Refactor
Michael Tänzer
2010-04-29
Class constants have to be prefixed with self:: in PHP
Michael Tänzer
2010-04-29
Flesh out AddPointsController
Michael Tänzer
2010-04-26
Construct and display the AddPoints view
Michael Tänzer
2010-04-26
Remove unused local variable
Michael Tänzer
2010-04-22
Skeleton for AddPointsController
Michael Tänzer
2010-04-18
Add filters as in the test system
Michael Tänzer
2010-04-18
Don't validate things the test system doesn't also validate
Michael Tänzer
2010-04-15
remove restrictions from typed in password
Markus Warg
2010-04-14
list mails, read mails
Markus Warg
2010-04-14
imap class / mail controller
Markus Warg
2010-04-14
enable crt login
Markus Warg
2010-03-31
initial setup of framework code
Markus Warg