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
Josh
aa13a0f3a9
Fix dump path for php backend to be relative
2013-12-04 12:55:08 +00: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
Josh
28bcbca984
Add a fall-back repository class for SNAPSHOTS
...
Create a new SnapshotRepository class that returns SNAPSHOT as the version
Should let you build if there are any problems with your git repo
2012-06-19 12:04:50 -04:00
Josh
052d053102
Remove reference to missing images
...
This removes references to image files that are missing that don't
affect the display.
2012-06-15 22:41:01 -04:00
Josh
7bf1c8f74d
Fix the Clipperz Compact link
...
The clipperz compact link should be relative to the current path
2012-06-15 21:46:56 -04:00
Josh
36b3236415
fix the cancel button for editing cards
...
The javascript was checking for the parameters assuming the backend
provided version information. The community edition backend does not
supply any versioning information so the javascript checks both
locations
2012-06-15 21:26:30 -04:00
Josh
67ba4cd7b5
add code to handle older version of GitPython
2012-03-18 21:30:36 -04:00
Josh
d791e1df1f
define html.template for beta and gamma frontends
2012-03-17 16:47:23 -04:00
Josh
0e396afdc4
Merge remote-tracking branch 'upstream/master'
2012-03-17 15:29:33 -04:00
Josh
ff33328861
fix python backend properties
2012-03-13 10:34:16 -04:00
Josh
24f7bfcbe3
switch from dulwich to git-python
...
this fixes the areTherePendingChanges check
2012-03-06 22:09:32 -05:00
Josh
fc528c0f65
fix GitRepository revision function
2012-03-06 10:47:34 -05:00
Josh
5115ce2faf
Check to make sure dulwich is available and print error
2012-03-06 10:44:48 -05:00
Josh
ba9eff02a0
Fix syntax problem in php.properties.json
...
was missing a ,
2012-03-06 10:43:42 -05: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
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
Josh
d6f7343c97
send an exception when a session has timed out on the server side
2011-10-03 20:29:48 -04:00
Josh
27e2d4e631
check for exceptions from the server
2011-10-03 20:28:50 -04:00