Commit Graph
22 Commits
Author SHA1 Message Date
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
Clipperz ea71029b55 Fixed image references 2013-01-08 16:15:20 +01:00
Clipperz ab84f3c135 Fixed 'dump'
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 16:14:42 +01:00
Clipperz 25bd3085c5 Updated builder script 2013-01-08 16:12:19 +01:00
Clipperz 596e94dca4 Updated /beta images
Not sure exactly what the differences are, but 'git' marked them all as modified
2013-01-08 16:10:13 +01:00
Clipperz 2e9f8124d1 Fixed image paths in CSS files
CSS should not use external images (to let the offline copy work smoothly), but some resources are still external
2013-01-08 15:55:07 +01:00