summaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Collapse)AuthorFilesLines
2013-04-17Updated build script to handle 'checksum' targetGiulio Cesare Solaroli1-0/+4
The build script can now be invoked, for example, with the following options: > ./scripts/build checksum --frontend beta gamma
2013-01-31Updated Copyright claimsClipperz1-12/+10
- updated reference dates; - removed reference to Community Edition; - normalized logging using Clipperz.log[Warn|Error|Debug]
2013-01-31Simplified Backend property filesClipperz3-17/+3
Removed extra info not actually used
2013-01-08Added properties for 'dev' backendClipperz1-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-13fix python backend propertiesJosh1-2/+2
2012-03-06Fix syntax problem in php.properties.jsonJosh1-2/+2
was missing a ,
2012-02-11Improved build scriptsGiulio Cesare Solaroli2-1/+14
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
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
installed, the Apache log will have an informative error message.
2011-10-23Integration of PHP backend with /beta and /gamma front endsGiulio Cesare Solaroli2-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-07make is so that the records table can be created. drop the default/on ↵Josh1-1/+1
update clauses
2011-10-06Fixed the formatting of PHP codeGiulio Cesare Solaroli1-2/+3
2011-10-06Fix timestamps on recordsJosh3-5/+19
- update the access and update date when a record is saved - set the creation date when a record is created
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