Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2014-07-01 | clipperz middleware as a router instead of two separate handlers and staticHEADmaster | Michael Krelin | 2 | -3/+10 |
2014-06-30 | gitignore node_modules and htdocs directories | Michael Krelin | 1 | -0/+2 |
quite useful while debugging | ||||
2014-06-30 | path adjustments | Michael Krelin | 2 | -3/+3 |
2014-06-30 | reject zero A from the client (as per CLP-01-017) | Michael Krelin | 1 | -0/+2 |
2014-06-30 | adjust SRP to match clipper change | Michael Krelin | 1 | -5/+12 |
2014-06-29 | change dump path to relative | Michael Krelin | 1 | -1/+1 |
2014-06-29 | change 'DELETE' to 'TRUNCATE', because why not. | Michael Krelin | 1 | -1/+1 |
2014-06-29 | fix a typo in session store implementation | Michael Krelin | 1 | -1/+1 |
2014-06-29 | update node modules and adjust for the newer express | Michael Krelin | 3 | -15/+20 |
2014-03-19 | Merge remote-tracking branch 'github/master' | Michael Krelin | 1 | -1/+1 |
2013-12-04 | Fix dump path for php backend to be relative | Josh | 1 | -1/+1 |
2013-11-27 | more tracelogging | Michael Krelin | 1 | -0/+1 |
2013-11-27 | switched postgresql schema from json type to plaintext | Michael Krelin | 2 | -11/+13 |
2013-11-25 | PG: also tracelog error (if any) | Michael Krelin | 1 | -2/+2 |
2013-11-25 | postgresql-based clipperz own session store | Michael Krelin | 3 | -10/+54 |
the use thereof is not mandatory, but may come in handy for the standalone deployment | ||||
2013-11-25 | make `npm start` show pretty logs | Michael Krelin | 1 | -1/+1 |
2013-11-25 | retrieve header as a string to avoid restringification | Michael Krelin | 1 | -4/+4 |
2013-11-25 | typo fix | Michael Krelin | 1 | -1/+1 |
2013-11-25 | PG: don't try to commit after rolling back | Michael Krelin | 1 | -1/+1 |
2013-11-24 | nodejs+postgresql backend | Michael Krelin | 7 | -0/+674 |
2013-08-30 | First release of /delta version | Giulio Cesare Solaroli | 4 | -4/+8 |
2013-04-17 | Updated build script to handle 'checksum' target | Giulio Cesare Solaroli | 1 | -0/+4 |
The build script can now be invoked, for example, with the following options: > ./scripts/build checksum --frontend beta gamma | ||||
2013-01-31 | Updated Copyright claims | Clipperz | 1 | -12/+10 |
- updated reference dates; - removed reference to Community Edition; - normalized logging using Clipperz.log[Warn|Error|Debug] | ||||
2013-01-31 | Simplified Backend property files | Clipperz | 3 | -17/+3 |
Removed extra info not actually used | ||||
2013-01-08 | Added properties for 'dev' backend | Clipperz | 1 | -0/+9 |
Added an extra 'dev' backend, useful when testing the application during development. A dev-proxy script also helps in working separately on frontend and backend code. | ||||
2012-03-13 | fix python backend properties | Josh | 1 | -2/+2 |
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 | 2 | -1/+14 |
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-06 | Fixed the copyright headers | Giulio Cesare Solaroli | 1 | -11/+8 |
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 | 83 | -0/+9694 |