summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-11-29turn off autocompletion for change passphrase formMichael Krelin1-4/+4
2013-11-28frontend: turn off autocompletion for input elements in recordMichael Krelin1-6/+6
otherwise the very presence of saved form values for the same host may (at least in some browsers) ruin the record if it was edited and carelessly saved.
2013-11-27more traceloggingMichael Krelin1-0/+1
2013-11-27switched postgresql schema from json type to plaintextMichael Krelin2-11/+13
2013-11-26when copying node backend files skip htdocs and node_modulesMichael Krelin1-0/+7
both are used while debugging and don't have to break the build
2013-11-26builder: moved temp folder adjustements where it belongsMichael Krelin2-4/+5
it wasn't meant to be in the script language builder, but only should've affected node backend
2013-11-25PG: also tracelog error (if any)Michael Krelin1-2/+2
2013-11-25postgresql-based clipperz own session storeMichael Krelin3-10/+54
the use thereof is not mandatory, but may come in handy for the standalone deployment
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 Krelin9-0/+691
2013-10-02Updated /deltaGiulio Cesare Solaroli34-1356/+15565
Switched from less to scss. Still no build script to update the final CSS, though. Added preliminary support for storing account data on browser's local storage for offline viewing. No public backend currently support this feature.
2013-08-30First release of /delta versionGiulio Cesare Solaroli131-79/+59632
2013-08-16Merge pull request #50 from neilmarion/patch-1Giulio Cesare Solaroli1-1/+3
Update README.md
2013-08-16Update README.mdNeil Marion dela Cruz1-1/+3
I was clueless at first why I'm not redirected to POG when I went to /setup/ . Then I realized that I needed to input my setup_password on the textfield when I inspected the element.
2013-07-17Tentative fix for issue #49Giulio Cesare Solaroli2-14/+0
2013-05-13Upated links to web site;Giulio Cesare Solaroli17-26/+173
added stub for Account Info data. Updated the links to the main website to match the new content/structure. The new Account Info is now completely static; will become dynamic as soon as the backend infrastructure will be in place.
2013-05-03Fixed the markup of the README.md file.Giulio Cesare Solaroli1-3/+4
2013-05-03Added instructions on how to do actual development, using the dev-proxy scriptGiulio Cesare Solaroli1-1/+25
2013-04-26Updated READMEGiulio Cesare Solaroli1-5/+14
2013-04-26Fixed a bug that would "corrupt" header data when upgrading the crypto ↵Giulio Cesare Solaroli1-1/+3
version used to process an account data The problem being that only part of the header section would be re-encrypted, thus ending up with different sections encrypted using different crypto function versions. And this would break when loading data back on next login.
2013-04-26Disabled a debug logGiulio Cesare Solaroli1-1/+1
2013-04-21Updated readmeGiulio Cesare Solaroli1-24/+30
2013-04-21Updated mobile prototypeGiulio Cesare Solaroli12-6112/+23786
2013-04-21Aborted attempt to factor out the Crypto library on its own moduleGiulio Cesare Solaroli14-10967/+0
2013-04-21Removed extra JS libraries no longer used for the mobile versionGiulio Cesare Solaroli35-5986/+0
2013-04-19Fixed an issue on the AES-CTR block modeGiulio Cesare Solaroli22-79/+2098
The previous version of the CTR encoding was incrementing the counter in a weird way, mixing up data from the previous block. The current fix can correctly decrypt data encoded with AES-CTR using other libraries/languages (currently tested only with Python).
2013-04-17Updated build script to handle 'checksum' targetGiulio Cesare Solaroli6-9/+62
The build script can now be invoked, for example, with the following options: > ./scripts/build checksum --frontend beta gamma
2013-04-17Merge pull request #47 from jokajak/gitCheckGiulio Cesare Solaroli1-1/+2
add friendly error message when the git python module can't be found
2013-02-21add friendly error message when the git python module can't be foundJosh1-1/+2
also hides the exception
2013-01-31Updated Copyright claimsClipperz422-7541/+23450
- updated reference dates; - removed reference to Community Edition; - normalized logging using Clipperz.log[Warn|Error|Debug]
2013-01-31Removed Clipperz Copyright claim to external library filesClipperz24-600/+0
Removed Clipperz Copyright claim wrongly attached to external library files by the sync script that updated the public repository work area when the changes are committed to the private repository.
2013-01-31Simplified Backend property filesClipperz3-17/+3
Removed extra info not actually used
2013-01-18Improved the reporting of the MAC while buildingClipperz1-3/+12
2013-01-18Fixed error when importing dataClipperz1-2/+7
2013-01-10Fixed account preference savingClipperz1-1/+2
Saving preferences was still invoking an old method removed since the unification of the backend
2013-01-09Fixed name of the exit page for /gammaClipperz1-1/+2
2013-01-09Merge latest changes with public repositoryClipperz3-7/+8
2013-01-09Fixed conflictClipperz1-6/+0
2013-01-09Merge branch 'master' of github.com:clipperz/password-managerClipperz4-4/+25
Conflicts: frontend/beta/css/yui-extensions/basic-dialog.css
2013-01-09Fixed application version display on /gammaClipperz2-1/+2
2013-01-09Fixed application version display on /gammaClipperz2-2/+5
2013-01-09Fixed build scriptClipperz1-7/+7
Changed the build script in order to replace placeholders even if present multiple times
2013-01-09Fixed application version ID + linkClipperz4-5/+6
Fixed the display of application version in /gamma, and added a link to the specific code version on GitHub
2013-01-09Updated .gitignoreClipperz1-1/+3
Added java source code and build script to the ignore file. This allows to keep java code into the workarea in order to build release artifacts, without having to commit it to the public repository.
2013-01-09Added JQTouch and Zepto librariesClipperz22-0/+3518
JQTouch and Zepto are tentatively used for the mobile version of Clipperz. No final commitment has been made, though.
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.
2013-01-08Updated version of /gammaClipperz182-2293/+7908
Tons of changes, included a new draft of the mobile version (still VERY rough)