Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2013-04-21 | Removed extra JS libraries no longer used for the mobile version | Giulio Cesare Solaroli | 35 | -5986/+0 |
2013-04-19 | Fixed an issue on the AES-CTR block mode | Giulio Cesare Solaroli | 5 | -38/+924 |
The previous version of the CTR encoding was incrementing the counter in a weird way, mixing up data from the previous block. The current fix can correctly decrypt data encoded with AES-CTR using other libraries/languages (currently tested only with Python). | ||||
2013-01-31 | Updated Copyright claims | Clipperz | 171 | -2241/+15007 |
- updated reference dates; - removed reference to Community Edition; - normalized logging using Clipperz.log[Warn|Error|Debug] | ||||
2013-01-09 | Fixed application version display on /gamma | Clipperz | 1 | -1/+1 |
2013-01-09 | Fixed application version display on /gamma | Clipperz | 1 | -1/+1 |
2013-01-09 | Fixed application version ID + link | Clipperz | 1 | -3/+2 |
Fixed the display of application version in /gamma, and added a link to the specific code version on GitHub | ||||
2013-01-09 | Added JQTouch and Zepto libraries | Clipperz | 22 | -0/+3518 |
JQTouch and Zepto are tentatively used for the mobile version of Clipperz. No final commitment has been made, though. | ||||
2013-01-08 | Updated version of /gamma | Clipperz | 22 | -803/+1501 |
Tons of changes, included a new draft of the mobile version (still VERY rough) | ||||
2012-03-17 | Updated /gamma web css | Giulio Cesare Solaroli | 4 | -61/+34 |
2012-03-17 | Fixed frontend properties and updated MochiKit version | Giulio Cesare Solaroli | 22 | -501/+613 |
2012-03-03 | Added static resources used when exiting the application | Giulio Cesare Solaroli | 4 | -37/+26 |
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | ||||
2011-10-23 | Integration of PHP backend with /beta and /gamma front ends | Giulio Cesare Solaroli | 2 | -7/+14 |
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-06 | Fixed the copyright headers | Giulio Cesare Solaroli | 142 | -1278/+852 |
2011-10-02 | First version of the newly restructured repository | Giulio Cesare Solaroli | 165 | -0/+60038 |