Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2013-11-25 | retrieve header as a string to avoid restringification | Michael Krelin | 1 | -4/+4 |
2013-11-25 | typo fix | Michael Krelin | 1 | -1/+1 |
2013-11-25 | PG: don't try to commit after rolling back | Michael Krelin | 1 | -1/+1 |
2013-11-24 | nodejs+postgresql backend | Michael Krelin | 9 | -0/+691 |
2013-10-02 | Updated /delta | Giulio Cesare Solaroli | 34 | -1356/+15565 |
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-30 | First release of /delta version | Giulio Cesare Solaroli | 131 | -79/+59632 |
2013-08-16 | Merge pull request #50 from neilmarion/patch-1 | Giulio Cesare Solaroli | 1 | -1/+3 |
Update README.md | ||||
2013-08-16 | Update README.md | Neil Marion dela Cruz | 1 | -1/+3 |
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. | ||||
2013-07-17 | Tentative fix for issue #49 | Giulio Cesare Solaroli | 2 | -14/+0 |
2013-05-13 | Upated links to web site; | Giulio Cesare Solaroli | 17 | -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-05-03 | Fixed the markup of the README.md file. | Giulio Cesare Solaroli | 1 | -3/+4 |
2013-05-03 | Added instructions on how to do actual development, using the dev-proxy script | Giulio Cesare Solaroli | 1 | -1/+25 |
2013-04-26 | Updated README | Giulio Cesare Solaroli | 1 | -5/+14 |
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-26 | Disabled a debug log | Giulio Cesare Solaroli | 1 | -1/+1 |
2013-04-21 | Updated readme | Giulio Cesare Solaroli | 1 | -24/+30 |
2013-04-21 | Updated mobile prototype | Giulio Cesare Solaroli | 12 | -6112/+23786 |
2013-04-21 | Aborted attempt to factor out the Crypto library on its own module | Giulio Cesare Solaroli | 14 | -10967/+0 |
2013-04-21 | Removed extra JS libraries no longer used for the mobile version | Giulio Cesare Solaroli | 35 | -5986/+0 |
2013-04-19 | Fixed an issue on the AES-CTR block mode | Giulio Cesare Solaroli | 22 | -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-04-17 | Updated build script to handle 'checksum' target | Giulio Cesare Solaroli | 6 | -9/+62 |
The build script can now be invoked, for example, with the following options: > ./scripts/build checksum --frontend beta gamma | ||||
2013-04-17 | Merge pull request #47 from jokajak/gitCheck | Giulio Cesare Solaroli | 1 | -1/+2 |
add friendly error message when the git python module can't be found | ||||
2013-02-21 | add friendly error message when the git python module can't be found | Josh | 1 | -1/+2 |
also hides the exception | ||||
2013-01-31 | Updated Copyright claims | Clipperz | 422 | -7541/+23450 |
- 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-31 | Simplified Backend property files | Clipperz | 3 | -17/+3 |
Removed extra info not actually used | ||||
2013-01-18 | Improved the reporting of the MAC while building | Clipperz | 1 | -3/+12 |
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 | Fixed name of the exit page for /gamma | Clipperz | 1 | -1/+2 |
2013-01-09 | Merge latest changes with public repository | Clipperz | 3 | -7/+8 |
2013-01-09 | Fixed conflict | Clipperz | 1 | -6/+0 |
2013-01-09 | Merge branch 'master' of github.com:clipperz/password-manager | Clipperz | 4 | -4/+25 |
Conflicts: frontend/beta/css/yui-extensions/basic-dialog.css | ||||
2013-01-09 | Fixed application version display on /gamma | Clipperz | 2 | -1/+2 |
2013-01-09 | Fixed application version display on /gamma | Clipperz | 2 | -2/+5 |
2013-01-09 | Fixed build script | Clipperz | 1 | -7/+7 |
Changed the build script in order to replace placeholders even if present multiple times | ||||
2013-01-09 | Fixed application version ID + link | Clipperz | 4 | -5/+6 |
Fixed the display of application version in /gamma, and added a link to the specific code version on GitHub | ||||
2013-01-09 | Updated .gitignore | Clipperz | 1 | -1/+3 |
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. | ||||
2013-01-09 | Added JQTouch and Zepto libraries | Clipperz | 22 | -0/+3518 |
JQTouch and Zepto are tentatively used for the mobile version of Clipperz. No final commitment has been made, though. | ||||
2013-01-08 | Added properties for 'dev' backend | Clipperz | 1 | -0/+9 |
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. | ||||
2013-01-08 | Updated version of /gamma | Clipperz | 182 | -2293/+7908 |
Tons of changes, included a new draft of the mobile version (still VERY rough) | ||||
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 builder script | Clipperz | 10 | -32/+293 |
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-07-12 | Merge pull request #43 from jokajak/issue39 | Giulio Cesare Solaroli | 1 | -1/+10 |
Add a fall-back repository class for SNAPSHOTS | ||||
2012-06-19 | Add a fall-back repository class for SNAPSHOTS | Josh | 1 | -1/+10 |
Create a new SnapshotRepository class that returns SNAPSHOT as the version Should let you build if there are any problems with your git repo |