1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2024-11-14 18:19:02 +01:00
Commit Graph

45 Commits

Author SHA1 Message Date
Graham Eades
8ff8cc9d8d updated class.recordversion.php to format date into strict datetime
format for mysql databases. Also define the default value to fix the
same strict enforcement
2019-05-16 12:23:22 +01:00
Graham Eades
29b68415ca Update the date function to match strict datetime values in
mysql/mariadb databases
2019-05-16 12:21:07 +01:00
Graham Eades
efa0e80186 Merge branch 'master-wraith' into v1.0.4-work 2018-11-28 17:40:24 +00:00
Graham Eades
5b1a1c57df Updated dump.path 2018-11-28 16:09:39 +00:00
Graham Eades
22fb8b0cf9 Update dump php page 2018-11-28 15:54:01 +00:00
Giulio Cesare Solaroli
939a07b231 Updated Copyright years range 2018-11-25 17:31:43 +01:00
Graham Eades
083a6a5cea Fixed new login with empty records 2017-05-27 14:50:05 +01:00
Graham Eades
a2a216f9c9 Check for NULL in value 2017-05-27 14:36:17 +01:00
Graham Eades
3df61ed87a Fixed POG 2017-05-27 11:24:07 +01:00
Graham Eades
63f5452107 Updated to use mysqli 2017-05-20 10:47:53 +01:00
aunxx
d06ea8eecf Updated hash algorythm 2016-06-05 12:47:49 +01:00
Giulio Cesare Solaroli
0c4977a431 Merge pull request #106 from jokajak/bitcoin_compatibility
flask backend: Add a stub for bitcoin certificates
2016-06-05 11:49:21 +02:00
aunxx
0c42ee2e76 Update changes 2016-05-30 12:15:43 +01:00
jokajak
4d0550934a flask backend: Add a stub for bitcoin certificates
Returns an empty array. No plans to implement.
2016-05-27 13:02:56 -04:00
jokajak
a25b3aaa22 flask backend: fix access_date population
Enables saving updates to access_date and ensures it is populated
2016-05-27 13:02:37 -04:00
jokajak
e9b52791dd Fix config to pass in variables properly 2016-04-24 12:20:03 -04:00
jokajak
a794e5ea06 Add logger for debugging invalid methods 2016-04-24 12:19:48 -04:00
jokajak
e4e4de7c1d Fix flask model initialization
This fixes Records and RecordVersions to populate parent objects as part of
the initialization
2016-04-24 12:17:22 -04:00
jokajak
3574eacb25 Add example files for running clipperz with uwsgi and nginx
Additionally make changes to enable running clipperz from uwsgi
2016-04-24 08:40:30 -04:00
jokajak
88e51068ca Update flask models to fix table creation
Mysql requires a length in the table definition for String columns
2015-08-02 17:49:02 -04:00
jokajak
a141d2e887 Add docstrings to flask backend 2015-08-02 14:01:23 -04:00
jokajak
3a1188a779 Fix flask model to support sqlalchemy-migrate 2015-08-02 14:01:02 -04:00
jokajak
35960ad2df Add a gitignore file for flask backend
This file will allow virtualenv's to be created in the src directory for
development of the flask backend directly.
2015-08-02 13:58:05 -04:00
jokajak
18a9936dfa Updated flask backend README to include link to running instance 2015-04-20 08:54:17 -04:00
jokajak
fab1d05127 Introduce new flask based python backend
This supports most functionality. Tested the following functionality:
* Create account
* Delete account
* Create a card
* Download offline copy (couldn't log in) - needs work
* Change passphrase
* One time password creation and use
2015-04-20 08:37:48 -04:00
Giulio Cesare Solaroli
a26c59851d updated copyright statements 2015-03-09 15:45:35 +01:00
Josh
aa13a0f3a9 Fix dump path for php backend to be relative 2013-12-04 12:55:08 +00:00
Giulio Cesare Solaroli
20bea94ab6 First release of /delta version 2013-08-30 23:23:42 +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
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
0e9e543614 Simplified Backend property files
Removed extra info not actually used
2013-01-31 14:33:54 +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
Josh
ff33328861 fix python backend properties 2012-03-13 10:34:16 -04:00
Josh
ba9eff02a0 Fix syntax problem in php.properties.json
was missing a ,
2012-03-06 10:43:42 -05:00
Giulio Cesare Solaroli
185949cb77 Improved build scripts
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-02-11 23:34:25 +00:00
Giulio Cesare Solaroli
17efce23d9 Merge branch 'master' of github.com:gcsolaroli/password-manager into php+gamma 2012-02-08 23:08:46 +00:00
Adam Cozzette
aa25544e0a Removing the @ sign in @mysql_connect so that if the MySQL module is not
installed, the Apache log will have an informative error message.
2012-02-05 21:51:07 +00:00
Giulio Cesare Solaroli
67455b069c Integration of PHP backend with /beta and /gamma front ends
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-23 18:36:57 +01:00
Josh
2cab484222 make is so that the records table can be created. drop the default/on update clauses 2011-10-07 09:10:14 -04:00
Giulio Cesare Solaroli
647a8a5391 Fixed the formatting of PHP code 2011-10-06 23:57:46 +01:00
Josh
a26b219b6f Fix timestamps on records
- update the access and update date when a record is saved
- set the creation date when a record is created
2011-10-05 21:58:00 -04:00
Giulio Cesare Solaroli
6ba274c79e Fixed the copyright headers 2011-10-06 01:36:10 +01:00
Giulio Cesare Solaroli
bf22713a72 Fixed code indentation 2011-10-05 00:23:06 +01:00
Josh
d6f7343c97 send an exception when a session has timed out on the server side 2011-10-03 20:29:48 -04:00
Giulio Cesare Solaroli
ef68436ac0 First version of the newly restructured repository 2011-10-03 00:56:18 +01:00