summaryrefslogtreecommitdiffstats
path: root/templates/users
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09support import of PGP keys via web interfaceSebastian Reichel1-0/+22
2012-12-09Prepare PGP supportSebastian Reichel2-1/+2
- add database field for PGP Key ID - add PGP Key ID support to CSV import - show PGP Key ID in user profile
2012-11-05show barcode in user profileSebastian Reichel1-0/+12
2012-10-05add password change option (Closes GH-15)Sebastian Reichel1-13/+18
2012-10-05implement user listSebastian Reichel1-0/+8
2012-10-05fix superuser row in user profileSebastian Reichel1-1/+1
2012-10-05merge user import script into the web interfaceSebastian Reichel1-0/+39
Users can be imported from *.csv files via /users/import.
2012-10-02restructure code, switch from GTK to Web based UISebastian Reichel2-0/+56
- move barcode generation scripts into generation/ - move code to src/ - remove database analysis from invoice/graph - put database creation sql files into sql/ - remove glade builder file - add new templates/ directory, which contains files used by the Web-UI