summaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Expand)AuthorFilesLines
2014-07-01clipperz middleware as a router instead of two separate handlers and staticHEADmasterMichael Krelin2-3/+10
2014-06-30gitignore node_modules and htdocs directoriesMichael Krelin1-0/+2
2014-06-30path adjustmentsMichael Krelin2-3/+3
2014-06-30reject zero A from the client (as per CLP-01-017)Michael Krelin1-0/+2
2014-06-30adjust SRP to match clipper changeMichael Krelin1-5/+12
2014-06-29change dump path to relativeMichael Krelin1-1/+1
2014-06-29change 'DELETE' to 'TRUNCATE', because why not.Michael Krelin1-1/+1
2014-06-29fix a typo in session store implementationMichael Krelin1-1/+1
2014-06-29update node modules and adjust for the newer expressMichael Krelin3-15/+20
2014-03-19Merge remote-tracking branch 'github/master'Michael Krelin1-1/+1
2013-12-04Fix dump path for php backend to be relativeJosh1-1/+1
2013-11-27more traceloggingMichael Krelin1-0/+1
2013-11-27switched postgresql schema from json type to plaintextMichael Krelin2-11/+13
2013-11-25PG: also tracelog error (if any)Michael Krelin1-2/+2
2013-11-25postgresql-based clipperz own session storeMichael Krelin3-10/+54
2013-11-25make `npm start` show pretty logsMichael Krelin1-1/+1
2013-11-25retrieve header as a string to avoid restringificationMichael Krelin1-4/+4
2013-11-25typo fixMichael Krelin1-1/+1
2013-11-25PG: don't try to commit after rolling backMichael Krelin1-1/+1
2013-11-24nodejs+postgresql backendMichael Krelin7-0/+674
2013-08-30First release of /delta versionGiulio Cesare Solaroli4-4/+8
2013-04-17Updated build script to handle 'checksum' targetGiulio Cesare Solaroli1-0/+4
2013-01-31Updated Copyright claimsClipperz1-12/+10
2013-01-31Simplified Backend property filesClipperz3-17/+3
2013-01-08Added properties for 'dev' backendClipperz1-0/+9
2012-03-13fix python backend propertiesJosh1-2/+2
2012-03-06Fix syntax problem in php.properties.jsonJosh1-2/+2
2012-02-11Improved build scriptsGiulio Cesare Solaroli2-1/+14
2012-02-08Merge branch 'master' of github.com:gcsolaroli/password-manager into php+gammaGiulio Cesare Solaroli1-1/+1
2012-02-05Removing the @ sign in @mysql_connect so that if the MySQL module is notAdam Cozzette1-1/+1
2011-10-23Integration of PHP backend with /beta and /gamma front endsGiulio Cesare Solaroli2-16/+179
2011-10-07make is so that the records table can be created. drop the default/on update...Josh1-1/+1
2011-10-06Fixed the formatting of PHP codeGiulio Cesare Solaroli1-2/+3
2011-10-06Fix timestamps on recordsJosh3-5/+19
2011-10-06Fixed the copyright headersGiulio Cesare Solaroli1-11/+8
2011-10-04Fixed code indentationGiulio Cesare Solaroli1-3/+3
2011-10-04send an exception when a session has timed out on the server sideJosh1-2/+5
2011-10-02First version of the newly restructured repositoryGiulio Cesare Solaroli83-0/+9694