Commit Graph

466 Commits (master)

Author SHA1 Message Date
Giulio Cesare Solaroli f8da092f3d Interim synchronization with internal repository
This is an intermir commit to share what is going on with the development of the new /delta version.
2014-07-28 18:07:48 +02:00
Giulio Cesare Solaroli 6dd16d9359
Inproved PRNG configuration 2014-06-21 11:20:16 +02:00
Giulio Cesare Solaroli a6852c9313
Mitigation for vulnerability CLP-01-018 2014-06-19 12:51:21 +02:00
Giulio Cesare Solaroli 0422224521
Fixed authentication procedure for offline copy 2014-06-02 18:35:38 +02:00
Giulio Cesare Solaroli 7fdb41fa2b
Fixed vulnerability CLP-01-016 2014-05-30 16:15:51 +02:00
Giulio Cesare Solaroli ed6b4edc82
Fixed issues reported by cure53.de
Fixed issues CLP-01-014 and CLP-01-015
2014-05-02 17:24:45 +02:00
Marco Barulli 03659f6b3d added more visible security warning, updated URLs 2014-05-02 12:20:51 +02:00
Giulio Cesare Solaroli e4074dbd68
Signed commit 2014-04-04 23:18:56 +02:00
zertrin 2a21c833aa Improve french translation and update clipperz.com to clipperz.is 2014-01-19 15:17:10 +01:00
Giulio Cesare Solaroli 56eb3a96f3 Merge pull request #51 from jokajak/fixPHPDumpLink
Fix dump path for php backend to be relative
2013-12-09 07:42:21 -08:00
Josh aa13a0f3a9 Fix dump path for php backend to be relative 2013-12-04 12:55:08 +00:00
Giulio Cesare Solaroli 1180b7b195 Updated /delta
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-10-02 09:59:30 +02:00
Giulio Cesare Solaroli 20bea94ab6 First release of /delta version 2013-08-30 23:23:42 +02:00
Giulio Cesare Solaroli bde3c7b985 Merge pull request #50 from neilmarion/patch-1
Update README.md
2013-08-16 00:03:45 -07:00
Neil Marion dela Cruz 0b83c93675 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.
2013-08-16 11:59:10 +08:00
Giulio Cesare Solaroli 303600d0d4 Tentative fix for issue #49 2013-07-17 14:51:06 +02:00
Giulio Cesare Solaroli ff35024f85 Upated links to web site;
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-13 15:52:10 +02:00
Giulio Cesare Solaroli 77c90371a3 Fixed the markup of the README.md file. 2013-05-03 14:35:05 +02:00
Giulio Cesare Solaroli ed2375435d Added instructions on how to do actual development, using the dev-proxy script 2013-05-03 11:08:32 +02:00
Giulio Cesare Solaroli 6336f03298 Updated README 2013-04-26 11:47:45 +02:00
Giulio Cesare Solaroli 108dd23db8 Fixed a bug that would "corrupt" header data when upgrading the crypto 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 11:18:23 +02:00
Giulio Cesare Solaroli 65f064cb6c Disabled a debug log 2013-04-26 11:16:55 +02:00
Giulio Cesare Solaroli e68efe5618 Updated readme 2013-04-21 17:55:37 +02:00
Giulio Cesare Solaroli 959c262afc Updated mobile prototype 2013-04-21 17:55:07 +02:00
Giulio Cesare Solaroli 1906ddfb5d Aborted attempt to factor out the Crypto library on its own module 2013-04-21 17:54:15 +02:00
Giulio Cesare Solaroli 0608e045f6 Removed extra JS libraries no longer used for the mobile version 2013-04-21 17:53:34 +02:00
Giulio Cesare Solaroli 074e70457c Fixed an issue on the AES-CTR block mode
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-19 17:09:28 +02:00
Giulio Cesare Solaroli 48c9280c9a Updated build script to handle 'checksum' target
The build script can now be invoked, for example, with the following options:
> ./scripts/build checksum --frontend beta gamma
2013-04-17 17:45:39 +02:00
Giulio Cesare Solaroli 4ce8041b11 Merge pull request #47 from jokajak/gitCheck
add friendly error message when the git python module can't be found
2013-04-17 08:42:20 -07:00
Josh 6d037cc7a4 add friendly error message when the git python module can't be found
also hides the exception
2013-02-21 16:08:18 +00:00
Clipperz 07d0357bee Updated Copyright claims
- updated reference dates;
- removed reference to Community Edition;
- normalized logging using Clipperz.log[Warn|Error|Debug]
2013-01-31 14:42:04 +01:00
Clipperz 767a3dcf48 Removed Clipperz Copyright claim to external library files
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 14:39:30 +01:00
Clipperz 0e9e543614 Simplified Backend property files
Removed extra info not actually used
2013-01-31 14:33:54 +01:00
Clipperz 1e19202f47 Improved the reporting of the MAC while building 2013-01-18 18:17:26 +01:00
Clipperz 969b9f94a2 Fixed error when importing data 2013-01-18 16:02:39 +01:00
Clipperz fac609cf15 Fixed account preference saving
Saving preferences was still invoking an old method removed since the unification of the backend
2013-01-10 09:37:28 +01:00
Clipperz 6642b868f7 Fixed name of the exit page for /gamma 2013-01-09 15:13:32 +01:00
Clipperz 9741a93a9f Merge latest changes with public repository 2013-01-09 12:45:31 +01:00
Clipperz 8ef30d00eb Fixed conflict 2013-01-09 12:28:56 +01:00
Clipperz 6cfcbb8dee Merge branch 'master' of github.com:clipperz/password-manager
Conflicts:
	frontend/beta/css/yui-extensions/basic-dialog.css
2013-01-09 12:24:13 +01:00
Clipperz f6903b9a56 Fixed application version display on /gamma 2013-01-09 12:05:50 +01:00
Clipperz 34726bbee8 Fixed application version display on /gamma 2013-01-09 11:56:27 +01:00
Clipperz 5996ee475c Fixed build script
Changed the build script in order to replace placeholders even if present multiple times
2013-01-09 11:37:39 +01:00
Clipperz 813c3245ee Fixed application version ID + link
Fixed the display of application version in /gamma, and added a link to the specific code version on GitHub
2013-01-09 11:06:20 +01:00
Clipperz 33e6f0ae77 Updated .gitignore
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 10:05:40 +01:00
Clipperz 644891059e Added JQTouch and Zepto libraries
JQTouch and Zepto are tentatively used for the mobile version of Clipperz.
No final commitment has been made, though.
2013-01-09 10:03:53 +01:00
Clipperz a9974c63bd Added properties for 'dev' backend
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 16:22:38 +01:00
Clipperz 816fc35420 Updated version of /gamma
Tons of changes, included a new draft of the mobile version (still VERY rough)
2013-01-08 16:21:04 +01:00
Clipperz 267603e3aa Fixed corrupted card problem
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 16:17:30 +01:00
Clipperz b6a11a37ec Added references to static resources
Added the list of static resources that need to be copied when assembling the application
2013-01-08 16:16:09 +01:00