Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2013-12-04 | Fix dump path for php backend to be relative | Josh | 1 | -1/+1 |
2013-08-30 | First release of /delta version | Giulio Cesare Solaroli | 1 | -1/+2 |
2013-01-31 | Simplified Backend property files | Clipperz | 1 | -6/+1 |
Removed extra info not actually used | ||||
2012-03-06 | Fix syntax problem in php.properties.json | Josh | 1 | -2/+2 |
was missing a , | ||||
2012-02-11 | Improved build scripts | Giulio Cesare Solaroli | 1 | -1/+6 |
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | ||||
2012-02-08 | Merge branch 'master' of github.com:gcsolaroli/password-manager into php+gamma | Giulio Cesare Solaroli | 1 | -1/+1 |
2012-02-05 | Removing the @ sign in @mysql_connect so that if the MySQL module is not | Adam Cozzette | 1 | -1/+1 |
installed, the Apache log will have an informative error message. | ||||
2011-10-23 | Integration of PHP backend with /beta and /gamma front ends | Giulio Cesare Solaroli | 2 | -16/+179 |
Fixed PHP backend and /beta code to handle request and data format compatible with /gamma. At the moment adding/deleting/editing records seem to work fine. | ||||
2011-10-07 | make is so that the records table can be created. drop the default/on ↵ | Josh | 1 | -1/+1 |
update clauses | ||||
2011-10-06 | Fixed the formatting of PHP code | Giulio Cesare Solaroli | 1 | -2/+3 |
2011-10-06 | Fix timestamps on records | Josh | 3 | -5/+19 |
- update the access and update date when a record is saved - set the creation date when a record is created | ||||
2011-10-04 | Fixed code indentation | Giulio Cesare Solaroli | 1 | -3/+3 |
2011-10-04 | send an exception when a session has timed out on the server side | Josh | 1 | -2/+5 |
2011-10-02 | First version of the newly restructured repository | Giulio Cesare Solaroli | 80 | -0/+8966 |