summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-19add code to handle older version of GitPythonJosh1-2/+9
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
2011-10-04Fixed the copyright header on the Russian translation fileGiulio Cesare Solaroli1-9/+10
2011-10-04Added Russian Languagekuznetz3-120/+205
2011-10-04send an exception when a session has timed out on the server sideJosh1-2/+5
2011-10-04check for exceptions from the serverJosh1-0/+6
2011-10-03Merge pull request #2 from marclaporte/patch-1Giulio Cesare Solaroli1-1/+1
Thanks for the fix. For this time I will ask you to sign the contribution agreement. :)
2011-10-03typomarclaporte1-1/+1
2011-10-03Merge pull request #1 from gcsolaroli/masterGiulio Cesare Solaroli730-0/+232934
First version of the restructured repository
2011-10-03Merge pull request #1 from mbarulli/masterGiulio Cesare Solaroli2-23/+59
Pull request per modifiche sul Readme
2011-10-03Expanded the README.md fileClipperz2-23/+59
Reintroduced the Community Edition naming. Added more verbose explanations. Added an hint to the Workgroup Edition. Rename all "licence" occurrences to "license".
2011-10-02First version of the newly restructured repositoryGiulio Cesare Solaroli729-0/+232898