Age | Commit message (Collapse) | Author | Files | Lines |
|
Update README.md
|
|
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.
|
|
|
|
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).
|
|
The build script can now be invoked, for example, with the following options:
> ./scripts/build checksum --frontend beta gamma
|
|
add friendly error message when the git python module can't be found
|
|
also hides the exception
|
|
- updated reference dates;
- removed reference to Community Edition;
- normalized logging using Clipperz.log[Warn|Error|Debug]
|
|
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.
|
|
Removed extra info not actually used
|
|
|
|
|
|
Saving preferences was still invoking an old method removed since the unification of the backend
|
|
|
|
|
|
|
|
Conflicts:
frontend/beta/css/yui-extensions/basic-dialog.css
|
|
|
|
|
|
Changed the build script in order to replace placeholders even if present multiple times
|
|
Fixed the display of application version in /gamma, and added a link to the specific code version on GitHub
|
|
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.
|
|
JQTouch and Zepto are tentatively used for the mobile version of Clipperz.
No final commitment has been made, though.
|
|
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.
|
|
Tons of changes, included a new draft of the mobile version (still VERY rough)
|
|
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)
|
|
Added the list of static resources that need to be copied when assembling the application
|
|
|
|
The new application layout (single backend with multiple versions of frontend application) handle 'dump' requests (aka 'offline copy') from a different url
|
|
|
|
Not sure exactly what the differences are, but 'git' marked them all as modified
|
|
CSS should not use external images (to let the offline copy work smoothly), but some resources are still external
|
|
Add a fall-back repository class for SNAPSHOTS
|
|
Create a new SnapshotRepository class that returns SNAPSHOT as the version
Should let you build if there are any problems with your git repo
|
|
Fix the Clipperz Compact link
|
|
Remove reference to missing images
|
|
fix the cancel button for editing cards
|
|
This removes references to image files that are missing that don't
affect the display.
|
|
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
|