aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Collapse)Author
2012-11-26remove duplicate copies of web portal medaMichael Elkins
svn path=/branches/tk329/; revision=4906
2012-11-26remove *_list templates since they are no longer usedMichael Elkins
remove object_detail.html templates, and make all the *_detail.html templates dervice from app_base.html directly. there was no functionality left worth having in the intermediate template remove verbose_name from some models where it wasn't needed add form_title variable to some forms where it was missing svn path=/branches/tk329/; revision=4905
2012-11-26also remove settings.pyc in uninstallMichael Elkins
svn path=/branches/tk329/; revision=4904
2012-11-26configure now sets STATIC_ROOT in settings.pyMichael Elkins
revert to /media for serving static js, img and css files since that is what previously installed web servers will be configured to serve update makefile to install media files that would normally be installed by "django-admin collectstatic" svn path=/branches/tk329/; revision=4902
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
make sure to set the .vcard field when saving a ghostbuster request display the list of covering ROAs from the rcynic cache in the route detail view rename route_roa_list to route_detail remove the delete button from the object_detail.html template since not all objects that use it can be deleted set STATIC_ROOT in settings.py so that collectstatic works svn path=/branches/tk329/; revision=4901
2012-11-25do not display part of the vcard that are disallowed by RFCMichael Elkins
add new roa detail view, displaying covered routes use {% url %} to get the url instead of hardcoding it in templates add some missing title params to buttons remove edit button from generic object detail modify labels for validation statuses to use the label- suffix required by bootstrap 2.2.x don't use object_detail for the repository_detail view remove stub get_absolute_url() methods where they were previously used as placeholders svn path=/branches/tk329/; revision=4900
2012-11-23merge with /trunkMichael Elkins
svn path=/branches/tk329/; revision=4899
2012-11-23snapshot of work in progressMichael Elkins
svn path=/branches/tk329/; revision=4898
2012-11-22back out some of the CBV changesMichael Elkins
svn path=/branches/tk329/; revision=4895
2012-11-22commiting work in progressMichael Elkins
svn path=/branches/tk329/; revision=4894
2012-11-22commiting work in progressMichael Elkins
svn path=/branches/tk329/; revision=4892
2012-11-21remove deprecated templatesMichael Elkins
svn path=/branches/tk329/; revision=4891
2012-11-21update templates to use twitter bootstrap 2.2.1Michael Elkins
use django-crispy-forms for form rendering new generic form template app_form.html to replace many duplicate form templates svn path=/branches/tk329/; revision=4890
2012-11-20add support for client side route lookup in the roa creation formMichael Elkins
see #329 svn path=/branches/tk329/; revision=4889
2012-11-19Retry failed publication, general case. Closes #306.Rob Austein
svn path=/trunk/; revision=4887
2012-11-18Test environment for deliberately broken pubd.Rob Austein
svn path=/trunk/; revision=4886
2012-11-16fixes to handle the case where the gui is managing the rootMichael Elkins
svn path=/trunk/; revision=4884
2012-11-16The resource_range_ip* classes were recently changed to use rpki.POW.IPAddressMichael Elkins
as the underlying address representation. POW.X509.getPrefixes() returns the prefix as an rpki.POW.IPAddress, so return it directly without a cast to long. closes #352 svn path=/trunk/; revision=4883
2012-11-16put asn last in ROA creation form, and autofocus the prefix input fieldMichael Elkins
see #329 svn path=/trunk/; revision=4882
2012-11-16add "autofocus=true" to the text boxes for entering ASNs and prefixesMichael Elkins
see #344 svn path=/trunk/; revision=4881
2012-11-15Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4877
2012-11-15Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4873
2012-11-14merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4866
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4858
2012-11-12default $LANG to en_US.UTF-8 if unset to avoid problems with django-adminMichael Elkins
svn path=/branches/tk274/; revision=4855
2012-11-12Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4853
2012-11-12Use real trang when available, otherwise run script which warns aboutRob Austein
out-of-date .rng files then touches them and moves on. Developers need to have trang installed, normal users don't and requiring trang just annoys them. Closes #304. svn path=/trunk/; revision=4852
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4851
2012-11-12properly detect ipv6 addressesMichael Elkins
svn path=/trunk/; revision=4850
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4849
2012-11-12fix bug where object_accepted object was compared to wrong attribute when ↵Michael Elkins
looking up validated certs closes #335 svn path=/trunk/; revision=4847
2012-11-10Stylistic nit.Rob Austein
svn path=/branches/tk316/; revision=4839
2012-11-10install rpki.gui.app.migrationsMichael Elkins
svn path=/branches/tk316/; revision=4837
2012-11-10merge with ^/trunkMichael Elkins
svn path=/branches/tk316/; revision=4836
2012-11-10add rpki-manage script to wrap django-admin with env vars already setMichael Elkins
svn path=/branches/tk319/; revision=4833
2012-11-10merge with ^/tk316Michael Elkins
add db migrations svn path=/branches/tk316_317_integration/; revision=4828
2012-11-10remove 'serialize' from the introspection rules, since it doesn't affect the ↵Michael Elkins
database, only the ORM regenerate the initial migration svn path=/branches/tk317/; revision=4825
2012-11-10initial support for using django south on rpki.gui.appMichael Elkins
svn path=/branches/tk317/; revision=4824
2012-11-09Add "merge_publication_directories" option to let Iain do some testingRob Austein
with better hierarchical publication. Eventually this will likely become the default and this option can go away, but not today. svn path=/branches/tk274/; revision=4823
2012-11-08redirect to /rpki when we get a request for the bare vhostMichael Elkins
svn path=/trunk/; revision=4818
2012-11-08Doh, logging for new recovery code works better when committed to repository.Rob Austein
svn path=/branches/tk274/; revision=4816
2012-11-08Avoid specifying the keyword parameters min= and max= in ↵Michael Elkins
rpki.gui.app.range_list.RangeList. This is used with the rpki.resource_set classes, and the API changed from min,max to range_min,range_max. svn path=/branches/tk274/; revision=4813
2012-11-08Add __copy__ and __deepcopy__ support to IPAddress objects.Rob Austein
svn path=/branches/tk274/; revision=4812
2012-11-08convert the IP prefix from string to rpki.POW.IPAddress prior to invoking ↵Michael Elkins
resource_set.roa_prefix_ipv4 svn path=/branches/tk274/; revision=4810
2012-11-08to_bytes -> toBytes, from_bytes -> fromBytes to match the rpki.POW.IPAddress APIMichael Elkins
pep8 formatting fixes svn path=/branches/tk274/; revision=4809
2012-11-07Use TAL instead of TA in tests.Rob Austein
svn path=/branches/tk274/; revision=4807
2012-11-07Retry apparently failed publication of manifest and CRL whenRob Austein
publishing new objects. This should be generalized to cover all objects issued by this ca_detail, but that's more code. See #306. svn path=/branches/tk274/; revision=4806
2012-11-06Merge from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4803
2012-11-04only consider certs which have already been accepted when looking up the issuerMichael Elkins
closes #299 svn path=/trunk/; revision=4801
2012-10-26Teach MySQLdb converter interface about rpki.sundial.datetime.Rob Austein
svn path=/branches/tk274/; revision=4794