Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
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.
|
|
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).
|
|
- updated reference dates;
- removed reference to Community Edition;
- normalized logging using Clipperz.log[Warn|Error|Debug]
|
|
|
|
Saving preferences was still invoking an old method removed since the unification of the backend
|
|
|
|
Conflicts:
frontend/beta/css/yui-extensions/basic-dialog.css
|
|
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)
|
|
Fix the Clipperz Compact link
|
|
The clipperz compact link should be relative to the current path
|
|
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
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|