flowspy
2012-02-14 Leonidas PoulopoulosAdded logging ingo and examples on top of file dev/rest_api
2012-02-14 Leonidas PoulopoulosMerge branch 'master' into dev/rest_api
2012-02-14 Leonidas PoulopoulosPrevented a bug that would cause the rule application... v0.7.11
2012-02-14 Leonidas PoulopoulosCommit
2012-02-14 Leonidas PoulopoulosMerged latest stable with rest_api branch
2012-02-14 Leonidas PoulopoulosTurned expiration notification cron job into celery job v0.7.10
2012-02-13 Alexandros... Added a preliminary draft for a Makefile facilitating...
2012-02-13 Alexandros... Removed old sqlite dev db
2012-02-13 Leonidas PoulopoulosAdded FQDN resolving in mail notification templates... v0.7.9.7
2012-02-13 Leonidas PoulopoulosWording fix in form Exceptions v0.7.9.6
2012-02-13 Leonidas PoulopoulosMinor css fixes
2012-02-13 Leonidas PoulopoulosApplication form ui improvements v0.7.9.5
2012-02-13 Leonidas PoulopoulosAdded source address to required fields
2012-02-13 Leonidas PoulopoulosChanges site name in flatpages fixtures file to somethi...
2012-02-13 Leonidas PoulopoulosMinor fixes in SERVER_EMAIL
2012-02-10 Leonidas PoulopoulosRemoved initial data from peers v0.7.9.3
2012-02-10 Leonidas PoulopoulosAdded a custom command to fetch networks for each peer v0.7.9.2
2012-02-10 Leonidas PoulopoulosAltered database storage engine to MYISAM
2012-02-10 Leonidas PoulopoulosFixed a typo in settings.py.dist
2012-02-10 Leonidas PoulopoulosAltered tech_c mail fetch in views
2012-02-10 Leonidas PoulopoulosChanged database tech_c schema
2012-02-10 Leonidas PoulopoulosMoved whois configuration inside settings.py.dist
2012-02-09 Leonidas PoulopoulosReplaced simplejson imports with json v0.7.9.1
2012-02-09 Leonidas PoulopoulosAdded a custom uknown_host_cb function to overcome... v0.7.9
2012-02-08 Leonidas PoulopoulosUpdated urls.py.dist
2012-02-08 Leonidas PoulopoulosAdded missing variable in settings.py.dist v0.7.8
2012-02-08 Leonidas PoulopoulosRemoved utils/beanstalkc as it is now a deb package v0.7.7
2012-02-04 Leonidas PoulopoulosFixed minor issue with rule owner on removal v0.7.6
2012-02-04 Leonidas PoulopoulosFixed minor issue with rule owner on removal
2012-02-03 Leonidas PoulopoulosFixed activation title template
2012-02-03 Leonidas PoulopoulosFixed activation title template
2012-02-03 Leonidas PoulopoulosFixed issue with user activation and API Key creation
2012-01-31 Leonidas PoulopoulosAdded apikey renewal period in settings.py.dist
2012-01-31 Leonidas PoulopoulosAdded api key renewal
2012-01-31 Leonidas PoulopoulosRemoved api results limitation
2012-01-31 Leonidas PoulopoulosModified urls.py.dist and setting.py.dist to support...
2012-01-31 Leonidas PoulopoulosImplemented port add functionality via rest api call...
2012-01-30 Leonidas PoulopoulosIncluded form error handling. Added default expiration...
2012-01-30 Leonidas PoulopoulosAdded route expiration in update
2012-01-30 Leonidas PoulopoulosImplemented a fully working REST api. Have to see if...
2012-01-30 Leonidas PoulopoulosRemoved API key from views and moved it to account...
2012-01-27 Leonidas PoulopoulosAdded API Key mechanism generation and view in user...
2012-01-27 Leonidas PoulopoulosAdded ModelResources and implemented a modified BaseAut...
2012-01-26 Leonidas PoulopoulosInitial REST api commit. Implemented with tastypie
2012-01-24 Leonidas PoulopoulosAnother admin file cleanup. Moved user profile into...
2012-01-24 Leonidas PoulopoulosAdmin files cleanup and reordering
2012-01-23 Leonidas PoulopoulosAdded fixtures for site and flatpages. Run manually...
2012-01-23 Leonidas PoulopoulosRemoved peers sql init script. Fixture works in place now
2012-01-23 Leonidas PoulopoulosReplaced sql init files with fixtures
2012-01-23 Leonidas PoulopoulosMoved peer lookup and user profile creation into custom... v0.7.5
2012-01-23 Leonidas PoulopoulosBetter wording in settings.py.dist
2012-01-23 Leonidas PoulopoulosRemoved peer lookup and user profile from shibauth...
2012-01-20 Leonidas PoulopoulosFixed issue with missing mail address list from abuse...
2012-01-20 Leonidas PoulopoulosAdded transparency to console dialog
2012-01-20 Leonidas PoulopoulosAltered user pending activation message v0.7.3
2012-01-19 Leonidas PoulopoulosAdded custom admin actions to User model v0.7.2
2012-01-18 Leonidas PoulopoulosModified peer network range update mechanism v0.7.1
2012-01-18 Leonidas PoulopoulosAdded required registration template files. Closes... v0.7
2012-01-18 Leonidas PoulopoulosAdded a dict element to denote missing shib attributes
2012-01-18 Leonidas PoulopoulosAdded administrator's and tech-c notification mechanism...
2012-01-18 Leonidas PoulopoulosAdded view to override registration's activate function...
2012-01-18 Leonidas PoulopoulosAdded registration to installed apps. References #1873
2012-01-18 Leonidas PoulopoulosRemoved user activation in shibboleth backend. Referenc...
2012-01-13 Leonidas PoulopoulosAdded init scripts that should be put in the appropriat... v0.6.5
2012-01-13 Leonidas PoulopoulosAdded a urls.py.dist file
2012-01-13 Leonidas PoulopoulosUpdated .gitignore with urls.py
2012-01-13 Leonidas PoulopoulosUpdated gitignore with celery daemon directory
2012-01-12 Leonidas PoulopoulosHandled a key error that could be triggered by service...
2012-01-12 Leonidas PoulopoulosUpdated setting.py.dist
2012-01-10 Leonidas PoulopoulosReplaced mailing mechanism with custom mail function... v0.6.1
2012-01-10 Leonidas PoulopoulosAdded an error message to user profile for users with...
2012-01-10 Leonidas PoulopoulosAdded ordering to Peer model
2012-01-10 Leonidas PoulopoulosImproved shibauth middleware. Some fine-tuning could...
2012-01-10 Leonidas PoulopoulosTurned announcement into function. Added ignore result...
2012-01-09 Leonidas PoulopoulosAdded peer plus techc into admin interface v0.6
2012-01-09 Leonidas PoulopoulosMinor techc_mail retrieval function reformatting
2012-01-09 Leonidas PoulopoulosAdded INACTIVE in excluded from expiration
2012-01-09 Leonidas PoulopoulosAdded flatpages
2012-01-09 Leonidas PoulopoulosError page fixes and additions
2012-01-04 Leonidas PoulopoulosHandled issue where the port form was submitted on...
2012-01-04 Leonidas PoulopoulosFixed typo that caused ports dialog window not to appear
2011-12-22 Leonidas PoulopoulosMinor fixes. Added expiration date to admin interface...
2011-12-22 Leonidas PoulopoulosMoved user update info into middleware
2011-12-22 Leonidas PoulopoulosMinor issue handling with invalid html escaping
2011-12-22 Leonidas PoulopoulosBetter wording. Replaced 'route' with rule for console...
2011-12-22 Leonidas PoulopoulosUpdated settings.py.dist
2011-12-22 Leonidas PoulopoulosMinor wording fixes
2011-12-22 Leonidas PoulopoulosExpiration mechanism and messages refinement
2011-12-21 Leonidas PoulopoulosAdded missing comment tags. Handles temporarily disable...
2011-12-21 Leonidas PoulopoulosMerged outofsync with error in UI. Closes #1793
2011-12-21 Leonidas PoulopoulosTemporarily (until decided) disabled rate limit additions
2011-12-21 Leonidas PoulopoulosAdded details to alert mails
2011-12-21 Leonidas PoulopoulosAdded protected networks with validation and admins...
2011-12-21 Leonidas PoulopoulosFixed a bug with subnetting that could cause conflicts...
2011-12-21 Leonidas PoulopoulosFixed a bug where rate limiting values were not checked...
2011-12-21 Leonidas PoulopoulosRestricted non-admin user choices in then field v0.5
2011-12-21 Leonidas PoulopoulosAdded IP logging in mails and logs
2011-12-21 Leonidas PoulopoulosCustomized 500 error page. Altered 503 page
2011-12-21 Leonidas PoulopoulosAdded a custom 503 html doc. It is to be placed in...
2011-12-21 Leonidas PoulopoulosCode formatting
next