Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2014-06-21 | Inproved PRNG configuration | Giulio Cesare Solaroli | 1 | -2/+2 |
2014-06-19 | Mitigation for vulnerability CLP-01-018 | Giulio Cesare Solaroli | 1 | -87/+43 |
2014-06-02 | Fixed authentication procedure for offline copy | Giulio Cesare Solaroli | 1 | -10/+37 |
2014-05-30 | Fixed vulnerability CLP-01-016 | Giulio Cesare Solaroli | 1 | -24/+43 |
2014-05-02 | Fixed issues reported by cure53.de | Giulio Cesare Solaroli | 5 | -11/+47 |
Fixed issues CLP-01-014 and CLP-01-015 | ||||
2013-08-30 | First release of /delta version | Giulio Cesare Solaroli | 1 | -3/+13 |
2013-05-13 | Upated links to web site; | Giulio Cesare Solaroli | 14 | -19/+88 |
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-26 | Fixed a bug that would "corrupt" header data when upgrading the crypto ↵ | Giulio Cesare Solaroli | 1 | -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-19 | Fixed an issue on the AES-CTR block mode | Giulio Cesare Solaroli | 3 | -32/+889 |
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-31 | Updated Copyright claims | Clipperz | 133 | -1596/+1330 |
- updated reference dates; - removed reference to Community Edition; - normalized logging using Clipperz.log[Warn|Error|Debug] | ||||
2013-01-31 | Removed Clipperz Copyright claim to external library files | Clipperz | 24 | -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-18 | Fixed error when importing data | Clipperz | 1 | -2/+7 |
2013-01-10 | Fixed account preference saving | Clipperz | 1 | -1/+2 |
Saving preferences was still invoking an old method removed since the unification of the backend | ||||
2013-01-09 | Merge latest changes with public repository | Clipperz | 2 | -6/+5 |
2013-01-09 | Fixed conflict | Clipperz | 1 | -6/+0 |
2013-01-09 | Merge branch 'master' of github.com:clipperz/password-manager | Clipperz | 3 | -3/+15 |
Conflicts: frontend/beta/css/yui-extensions/basic-dialog.css | ||||
2013-01-09 | Fixed application version ID + link | Clipperz | 1 | -2/+2 |
Fixed the display of application version in /gamma, and added a link to the specific code version on GitHub | ||||
2013-01-08 | Fixed corrupted card problem | Clipperz | 3 | -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-08 | Added references to static resources | Clipperz | 1 | -2/+6 |
Added the list of static resources that need to be copied when assembling the application | ||||
2013-01-08 | Fixed image references | Clipperz | 1 | -10/+11 |
2013-01-08 | Fixed 'dump' | Clipperz | 1 | -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-08 | Updated /beta images | Clipperz | 61 | -0/+0 |
Not sure exactly what the differences are, but 'git' marked them all as modified | ||||
2013-01-08 | Fixed image paths in CSS files | Clipperz | 16 | -369/+369 |
CSS should not use external images (to let the offline copy work smoothly), but some resources are still external | ||||
2012-06-16 | Merge pull request #41 from jokajak/compactFix | Giulio Cesare Solaroli | 1 | -1/+1 |
Fix the Clipperz Compact link | ||||
2012-06-16 | Merge pull request #42 from jokajak/issue38 | Giulio Cesare Solaroli | 1 | -2/+0 |
Remove reference to missing images | ||||
2012-06-16 | Remove reference to missing images | Josh | 1 | -2/+0 |
This removes references to image files that are missing that don't affect the display. | ||||
2012-06-16 | Fix the Clipperz Compact link | Josh | 1 | -1/+1 |
The clipperz compact link should be relative to the current path | ||||
2012-06-16 | fix the cancel button for editing cards | Josh | 1 | -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-17 | Merge branch 'buildFix' of https://github.com/jokajak/password-manager | Giulio Cesare Solaroli | 1 | -1/+4 |
Conflicts: frontend/gamma/properties/gamma.properties.json | ||||
2012-03-17 | Fixed frontend properties and updated MochiKit version | Giulio Cesare Solaroli | 1 | -0/+3 |
2012-03-17 | define html.template for beta and gamma frontends | Josh | 1 | -1/+4 |
2012-03-03 | Added static resources used when exiting the application | Giulio Cesare Solaroli | 6 | -0/+643 |
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | ||||
2012-02-11 | Updated the index_template files | Giulio Cesare Solaroli | 1 | -2/+2 |
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | ||||
2011-10-23 | Integration of PHP backend with /beta and /gamma front ends | Giulio Cesare Solaroli | 3 | -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-06 | Fixed the copyright headers | Giulio Cesare Solaroli | 153 | -1377/+918 |
2011-10-04 | Merge branch 'timeout' | Giulio Cesare Solaroli | 1 | -0/+6 |
2011-10-04 | Fixed code indentation | Giulio Cesare Solaroli | 1 | -6/+6 |
2011-10-04 | Fixed the copyright header on the Russian translation file | Giulio Cesare Solaroli | 1 | -9/+10 |
2011-10-04 | Added Russian Language | kuznetz | 3 | -120/+205 |
2011-10-04 | check for exceptions from the server | Josh | 1 | -0/+6 |
2011-10-02 | First version of the newly restructured repository | Giulio Cesare Solaroli | 330 | -0/+125357 |