summaryrefslogtreecommitdiff
path: root/frontend/beta/js
AgeCommit message (Collapse)AuthorFilesLines
2014-06-30Merge remote-tracking branch 'github/master' into nmasterMichael Krelin8-132/+170
2014-06-21Inproved PRNG configurationGiulio Cesare Solaroli1-2/+2
2014-06-19Mitigation for vulnerability CLP-01-018Giulio Cesare Solaroli1-87/+43
2014-06-02Fixed authentication procedure for offline copyGiulio Cesare Solaroli1-10/+37
2014-05-30Fixed vulnerability CLP-01-016Giulio Cesare Solaroli1-24/+43
2014-05-02Fixed issues reported by cure53.deGiulio Cesare Solaroli5-11/+47
Fixed issues CLP-01-014 and CLP-01-015
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-05-13Upated links to web site;Giulio Cesare Solaroli12-12/+42
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-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-19Fixed an issue on the AES-CTR block modeGiulio Cesare Solaroli2-32/+888
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-01-31Updated Copyright claimsClipperz124-1488/+1240
- updated reference dates; - removed reference to Community Edition; - normalized logging using Clipperz.log[Warn|Error|Debug]
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-09Merge latest changes with public repositoryClipperz2-6/+5
2013-01-09Merge branch 'master' of github.com:clipperz/password-managerClipperz2-3/+9
Conflicts: frontend/beta/css/yui-extensions/basic-dialog.css
2013-01-08Fixed corrupted card problemClipperz3-14/+24
Changes that check for a weird condition that was causing cards to get corrupted. A similar change has been applied also to /gamma (in a different commit, though)
2012-06-16Merge pull request #41 from jokajak/compactFixGiulio Cesare Solaroli1-1/+1
Fix the Clipperz Compact link
2012-06-16Fix the Clipperz Compact linkJosh1-1/+1
The clipperz compact link should be relative to the current path
2012-06-16fix the cancel button for editing cardsJosh1-2/+8
The javascript was checking for the parameters assuming the backend provided version information. The community edition backend does not supply any versioning information so the javascript checks both locations
2011-10-23Integration of PHP backend with /beta and /gamma front endsGiulio Cesare Solaroli3-265/+7
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-06Fixed the copyright headersGiulio Cesare Solaroli125-1125/+750
2011-10-04Merge branch 'timeout'Giulio Cesare Solaroli1-0/+6
2011-10-04Fixed code indentationGiulio Cesare Solaroli1-6/+6
2011-10-04Fixed the copyright header on the Russian translation fileGiulio Cesare Solaroli1-9/+10
2011-10-04Added Russian Languagekuznetz2-119/+203
2011-10-04check for exceptions from the serverJosh1-0/+6
2011-10-02First version of the newly restructured repositoryGiulio Cesare Solaroli238-0/+116563