summaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Collapse)AuthorFilesLines
2014-06-30Merge remote-tracking branch 'github/master' into nmasterMichael Krelin14-336/+390
2014-06-21Inproved PRNG configurationGiulio Cesare Solaroli3-6/+6
2014-06-19Mitigation for vulnerability CLP-01-018Giulio Cesare Solaroli3-251/+135
2014-06-02Fixed authentication procedure for offline copyGiulio Cesare Solaroli3-26/+83
2014-05-30Fixed vulnerability CLP-01-016Giulio Cesare Solaroli3-48/+125
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-10-02Updated /deltaGiulio Cesare Solaroli32-1355/+15552
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 Solaroli118-8/+59563
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-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 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-01-31Updated Copyright claimsClipperz419-7499/+23423
- 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-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-09Fixed conflictClipperz1-6/+0
2013-01-09Merge branch 'master' of github.com:clipperz/password-managerClipperz3-3/+15
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 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-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-08Updated version of /gammaClipperz182-2293/+7908
Tons of changes, included a new draft of the mobile version (still VERY rough)
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)
2013-01-08Added references to static resourcesClipperz1-2/+6
Added the list of static resources that need to be copied when assembling the application
2013-01-08Fixed image referencesClipperz1-10/+11
2013-01-08Fixed 'dump'Clipperz1-1/+1
The new application layout (single backend with multiple versions of frontend application) handle 'dump' requests (aka 'offline copy') from a different url
2013-01-08Updated /beta imagesClipperz61-0/+0
Not sure exactly what the differences are, but 'git' marked them all as modified
2013-01-08Fixed image paths in CSS filesClipperz16-369/+369
CSS should not use external images (to let the offline copy work smoothly), but some resources are still external
2012-06-16Merge pull request #41 from jokajak/compactFixGiulio Cesare Solaroli1-1/+1
Fix the Clipperz Compact link
2012-06-16Merge pull request #42 from jokajak/issue38Giulio Cesare Solaroli1-2/+0
Remove reference to missing images
2012-06-16Remove reference to missing imagesJosh1-2/+0
This removes references to image files that are missing that don't affect the display.
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
2012-03-17Merge branch 'buildFix' of https://github.com/jokajak/password-managerGiulio Cesare Solaroli2-2/+5
Conflicts: frontend/gamma/properties/gamma.properties.json
2012-03-17Updated /gamma web cssGiulio Cesare Solaroli6-2768/+1223
2012-03-17Fixed frontend properties and updated MochiKit versionGiulio Cesare Solaroli43-526/+623
2012-03-17define html.template for beta and gamma frontendsJosh2-2/+6
2012-03-03Added static resources used when exiting the applicationGiulio Cesare Solaroli24-4349/+4382
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-02-11Updated the index_template filesGiulio Cesare Solaroli3-6/+6
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-02-11Improved build scriptsGiulio Cesare Solaroli6-5411/+4225
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2011-10-23Integration of PHP backend with /beta and /gamma front endsGiulio Cesare Solaroli6-272/+26
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 Solaroli408-3672/+2448
2011-10-04Merge branch 'timeout'Giulio Cesare Solaroli1-0/+6