summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-09Updated .gitignoreClipperz1-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-09Added JQTouch and Zepto librariesClipperz22-0/+3518
JQTouch and Zepto are tentatively used for the mobile version of Clipperz. No final commitment has been made, though.
2013-01-08Added properties for 'dev' backendClipperz1-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-08Updated version of /gammaClipperz182-2293/+7908
Tons of changes, included a new draft of the mobile version (still VERY rough)
2013-01-08Fixed corrupted card problemClipperz3-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-08Added references to static resourcesClipperz1-2/+6
Added the list of static resources that need to be copied when assembling the application
2013-01-08Fixed image referencesClipperz1-10/+11
2013-01-08Fixed 'dump'Clipperz1-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-08Updated builder scriptClipperz10-32/+293
2013-01-08Updated /beta imagesClipperz61-0/+0
Not sure exactly what the differences are, but 'git' marked them all as modified
2013-01-08Fixed image paths in CSS filesClipperz16-369/+369
CSS should not use external images (to let the offline copy work smoothly), but some resources are still external
2012-03-17Merge pull request #35 from gcsolaroli/masterGiulio Cesare Solaroli3-4/+7
Merged pull request #33
2012-03-17Merge branch 'buildFix' of https://github.com/jokajak/password-managerGiulio Cesare Solaroli3-4/+7
Conflicts: frontend/gamma/properties/gamma.properties.json
2012-03-17Merge pull request #34 from gcsolaroli/masterGiulio Cesare Solaroli49-3294/+1846
Fixed some resources
2012-03-17Updated /gamma web cssGiulio Cesare Solaroli6-2768/+1223
2012-03-17Fixed frontend properties and updated MochiKit versionGiulio Cesare Solaroli43-526/+623
2012-03-17define html.template for beta and gamma frontendsJosh2-2/+6
2012-03-17Merge remote-tracking branch 'upstream/master'Josh3-13/+31
2012-03-17Merge pull request #32 from gcsolaroli/masterGiulio Cesare Solaroli1-7/+11
Improved build scripts
2012-03-17Improved build scriptsGiulio Cesare Solaroli1-7/+11
Improved the detection of the correct repository class to use. Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-03-17Merge pull request #31 from gcsolaroli/masterGiulio Cesare Solaroli4-13/+29
Updated build scripts
2012-03-17Merge branch 'buildScript' of https://github.com/jokajak/password-managerGiulio Cesare Solaroli2-6/+8
Conflicts: scripts/builder/repository.py Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-03-17Some fixes to build scripts getting ready to handle the mobile versionGiulio Cesare Solaroli3-8/+22
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-03-13fix python backend propertiesJosh1-2/+2
2012-03-07switch from dulwich to git-pythonJosh1-4/+4
this fixes the areTherePendingChanges check
2012-03-06fix GitRepository revision functionJosh1-2/+2
2012-03-06Check to make sure dulwich is available and print errorJosh1-0/+2
2012-03-06Fix syntax problem in php.properties.jsonJosh1-2/+2
was missing a ,
2012-03-03Merge pull request #28 from gcsolaroli/masterGiulio Cesare Solaroli25-4350/+4383
Added static resources used by /beta when exiting the application
2012-03-03Added static resources used when exiting the applicationGiulio Cesare Solaroli25-4350/+4383
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-02-11Merge pull request #25 from gcsolaroli/masterGiulio Cesare Solaroli26-5872/+4754
Initial integration of /beta and /gamma with a single backend
2012-02-11Updated the index_template filesGiulio Cesare Solaroli3-6/+6
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-02-11Improved build scriptsGiulio Cesare Solaroli16-5578/+4543
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-02-08Merge branch 'master' of github.com:gcsolaroli/password-manager into php+gammaGiulio Cesare Solaroli1-1/+1
2012-02-06Merge pull request #24 from acozzette/masterGiulio Cesare Solaroli1-1/+1
Trivial change to setup/index.php in the PHP backend
2012-02-05Removing the @ sign in @mysql_connect so that if the MySQL module is notAdam Cozzette1-1/+1
installed, the Apache log will have an informative error message.
2011-10-23Integration of PHP backend with /beta and /gamma front endsGiulio Cesare Solaroli8-288/+205
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.
2011-10-09Merge pull request #10 from jokajak/timestamp_fixGiulio Cesare Solaroli1-1/+1
timestamp fix
2011-10-07make is so that the records table can be created. drop the default/on ↵Josh1-1/+1
update clauses
2011-10-06Fixed the formatting of PHP codeGiulio Cesare Solaroli1-2/+3
2011-10-06Fix timestamps on recordsJosh3-5/+19
- update the access and update date when a record is saved - set the creation date when a record is created
2011-10-06Fixed the copyright headersGiulio Cesare Solaroli409-3683/+2456
2011-10-05Merge pull request #7 from themiurgo/masterGiulio Cesare Solaroli5-6/+6
Fixes shebang for python builder scripts
2011-10-05Merge pull request #8 from mbarulli/masterGiulio Cesare Solaroli1-6/+4
Revised README.md
2011-10-05Revised README.mdMarco Barulli1-6/+4
2011-10-05Fixing python path of builder scripts for environment supportAntonio Lima5-6/+6
2011-10-04Merge branch 'timeout'Giulio Cesare Solaroli2-2/+11
2011-10-04Fixed code indentationGiulio Cesare Solaroli2-9/+9
2011-10-04Merge branch 'master' of github.com:clipperz/password-managerGiulio Cesare Solaroli0-0/+0
2011-10-04Merge pull request #6 from kuznetz/masterGiulio Cesare Solaroli3-120/+205
Russian Translate for Clipperz