1
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement File upload support. * This implements a file upload handler that works with jquery.fileuploader More... over 12 years ago
Start implementing file uploader * Setup all the required dependencies as submodules * Refactor code to give better structure (mode ui stuff in ui dir) * Click to upload a file and we see stuff comming on the backend side (IT LIVES!) More... over 12 years ago
Delte submodules More... over 12 years ago
Add file uploader More... over 12 years ago
Merge branch 'master' of github.com:globaleaks/GLBackend More... over 12 years ago
safest usage of regexp in the API More... over 12 years ago
Forgot receiver import, oops More... over 12 years ago
Add node docstring. as per #24 More... over 12 years ago
Add good init script for scheduler. More... over 12 years ago
Continue refactoring and documenting as per #24 * Fix bug in unittests, thanks @naif More... over 12 years ago
Refactor out useless function for obtaining receiver dicts from Receiver * We now check the amount of receivers based on count More... over 12 years ago
Refactor, more docstrings * Remove lots of unused imports * #24 Your code has been rated at 6.79/10 (previous run: 6.73/10) More... over 12 years ago
Write docstrings for models progress on #24 More... over 12 years ago
Document handlers and responses * this is related to progress on #24 More... over 12 years ago
Merge branch 'master' of github.com:globaleaks/GLBackend More... over 12 years ago
Work on documentation as per #24 * Document runner and tables * Document messages More... over 12 years ago
Document runner and tables Your code has been rated at 6.21/10 (previous run: 5.81/10) I like this pylint thing :D More... over 12 years ago
Ignore a wrong error Your code has been rated at 5.81/10 (previous run: 5.75/10) More... over 12 years ago
Make changes to pylint to not trigger errors on dynamically generated attributes Your code has been rated at 5.75/10 (previous run: 5.57/10) More... over 12 years ago
Your code has been rated at 5.57/10 (previous run: 2.31/10) * Increase the overall quality of our code by doing a major cleanup * Adjust pylintrc to fit out coding conventions More... over 12 years ago
Add default pylintrc config file * to run pylint do pip install pylint pylink --rcfile pylintrc globaleaks * We score pretty poorly More... over 12 years ago
Better error handling in Tip * Remove other dead code More... over 12 years ago
Remove dead code. More... over 12 years ago
Get some decent error handling in submission * Make unittests slightly smarter More... over 12 years ago
Conclude that the optimal logging startegy is to register an observer * Twisted Application component ILogObserver appears to not like to log to stdout and to file. Doing so creates an infinite loop of logging hell. * Make some cosmetic changes to command line interface output More... over 12 years ago
Implement a custom log observer for GLBackend More... over 12 years ago
Clean up formatting of WIP More... over 12 years ago
Update guide on starting GLBackend. More... over 12 years ago
Implement start-up related functionality * Refactor GLBackend into being a service * Make logging be daily rotated and attach this to the service * Add some more timing related functions * Create runner that does the operations of twistd * We have places where to handle platform specific startup quirks (Perhaps we may integrate something like this in APAF?) More... over 12 years ago
Properly display receiver list. More... over 12 years ago