1
I Use This!
High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
May 29, 2024 — May 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add errors file More... over 12 years ago
Add utility functions for generating documentation More... over 12 years ago
Polish up submission and node handlers. * Transition away from dummy implementation and start writing user supplied data to the DB. * Illustrate how to do sanitization and validation * Refactor messages.requests * Refactor submission * Implement time utilities * Fix unittests for db and write some new ones More... over 12 years ago
Implement helper function to generate table creation queries from their definition * Implement unittests for this new functionality * Update other unittests to use this functionality More... over 12 years ago
Add actual proper docstrings to submission handler (these are just copied and pasted from https://github.com/globaleaks/GlobaLeaks/wiki/API-Specification) More... over 12 years ago
We now have self generating documentation for the API. w00t! * Add message type validation hooks to handlers * Fix messages unittests * Refactor messages More... over 12 years ago
Fix the models. Notes for vecna: * when you define a reference you also need to define the field you are using to keep hold of the reference. * don't go over 100 character width (you can set your vimrc to foldlevel=99) * run your code before committing that there were some typos :P More... over 12 years ago
Move all models to an appropriate directory. * Refactor naming to be coherent. More... over 12 years ago
Add note about possible deprecation of task.py More... over 12 years ago
Refactor storm unittest to reflect our usage of Storm More... over 12 years ago
Rename shared to base * Make everything a bit more homogenous More... over 12 years ago
Big refactor of how we handle requests. * Doing it the cyclone way! More... over 12 years ago
add pycrypto More... over 12 years ago
Update README.md More... over 12 years ago
Update README.md More... over 12 years ago
Update README.md More... over 12 years ago
complete datamodel proposal More... over 12 years ago
Implement unittest for addition of a Receiver to a context More... over 12 years ago
Do some refactoring of unittests More... over 12 years ago
Start implementing Node, Context and Receivers * Write helper classes for database unittesting * Write basic unittests for Submission * Fix some bugs in how the database tables were created at startup More... over 12 years ago
Port answers * Do some refactoring of shared and requests More... over 12 years ago
Finally figure out the ideal design pattern for using Storm Stores. * All the database interactions should go inside of the ORM! More... over 12 years ago
Refactor dummy requests More... over 12 years ago
Refactor dummy messages to be dicts * Use the dummy messages in the unittests TODO: write unittests for every message! More... over 12 years ago
Merge branch 'gltypes-refactor' More... over 12 years ago
Fix some bugs. Remove necessity for resume function. More... over 12 years ago
Make the debug buttons work properly. More... over 12 years ago
Implement all of the "giro del fumo" up until the point of finalize. More... over 12 years ago
Implement debug logger to assist in debugging. More... over 12 years ago
Refactor also answers and fix bugs More... over 12 years ago