]> WPIA git - gigi.git/history - src/org/cacert/gigi/dbObjects/User.java
general cleanup
[gigi.git] / src / org / cacert / gigi / dbObjects / User.java
2016-04-07 Felix Dörregeneral cleanup
2015-12-04 Felix Dörreupd: restrict permissions of org "master" admin on...
2015-11-19 Felix Dörrefix: SQL change database call pattern
2015-11-14 Felix Dörrefix: correct order when consuming password reset token
2015-11-14 Felix Dörrefix: a 0-point-assurance prexents account details editing
2015-11-14 Felix Dörreadd: password reset with assurance.
2015-11-13 Felix Dörreadd: internal api for password reset (with assurance)
2015-11-13 Felix Dörreadd: split API and add CATS import API
2015-11-11 Felix Dörreadd: testcase for the previous bug
2015-11-11 Felix Dörreupd: history also for organisations.
2015-11-06 Felix Dörreadd: show support and user the account history and...
2015-11-02 Felix DörreAllow only verified emails and domains.
2015-10-18 Felix DörreUPD: Cleanup User-class.
2015-09-14 Felix Dörreupd: convert to PostgreSQL
2015-08-02 Benny Baumannfix: Include visibility and read-only specifications...
2015-05-15 Felix Dörreadd: cert-rules closer to reality
2015-05-14 Felix Dörreadd: cert-profile loading from config
2015-03-21 Janis StreibUPD: Extracted user update
2015-03-21 Janis StreibUPD: Stricter name part handling
2015-03-01 Felix DörreMerge remote-tracking branch 'origin/libs/scrypt/local'
2015-02-28 Felix DörreUPD: more synchronized for coverity
2015-02-28 Benny BaumannUPD: small coverity changes
2015-02-28 Benny BaumannUPD: use auto-closing gigi result set
2015-02-28 Benny BaumannEmpty: Whitespace, serialVersionUID, final classes
2015-02-28 Benny BaumannEmpty: rename fname,mname,lname,dob
2015-02-20 Felix DörreUPD: eliminating user.equals (it should be multitons...
2015-02-01 Felix DörreMerge branch 'felix-work'
2015-02-01 Felix DörreUDP: make orga-profiles visible to orga-people only.
2015-02-01 Felix DörreUPD: Forcing Update to be single-update or fail otherwise.
2015-01-31 Janis StreibUPD: Removed small debug output
2015-01-21 Janis StreibADD: Name Setter for user
2014-12-31 Janis StreibADD: "System Admin" (Support) user search forms
2014-12-31 Felix Dörreadd: implement password migration to scrypt on login.
2014-12-31 Felix DörreADD: Organisation selection in certificateIssueForm
2014-12-31 Felix DörreADD: Show and add affiliations to organistations.
2014-12-31 Felix DörreWIP orga-things
2014-12-31 Felix DörreDeleted should be NULL if not set, and not strange...
2014-12-31 Felix DörreADD: org certs.
2014-12-31 Felix DörreFilter certificate profiles in the issue form.
2014-12-31 Felix DörreConvert strange flags to Groups.
2014-09-21 Felix DörreUPD: assurance type goes Enum, (+clean)
2014-09-14 Felix DörreADD: another user testcase.
2014-09-13 Felix DörreADD: A step towards a more friendly SQL API.
2014-09-11 Felix DörreADD: user group management (with testcase)
2014-09-10 Felix DörreFIX: synchronization for IDCachable-Objects
2014-09-05 Felix DörreFactor out age check.
2014-09-04 Felix DörreUPD: tighten Up the constructors of "User" and "Domain"
2014-09-04 Felix DörreMove the "dbObject"s to their own package.