aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui
AgeCommit message (Collapse)Author
2013-01-31Merge from trunk.Rob Austein
svn path=/branches/tk377/; revision=4997
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
svn path=/branches/tk377/; revision=4974
2012-12-23"install -t" is a GNU-ism that only works on some platforms.Rob Austein
See #373. svn path=/trunk/; revision=4943
2012-12-20Add "make instalation-manifest" as a first cut at something that willRob Austein
automate construction of things like the pkg-plist for a FreeBSD port. This is a fairly nasty kludge, but we're kind of trapped at the intersection of two different build systems (autoconf and disttools) and a laundry list of platform-specific packaging systems, so anything we do here is likely to be nasty, and almost anything is better than trying to maintain packing lists for all those systems by hand. svn path=/trunk/; revision=4938
2012-11-26remove dependence on django-crispy-forms by including a basic form template ↵Michael Elkins
for twitter bootstrap svn path=/branches/tk329/; revision=4907
2012-11-26remove duplicate copies of web portal medaMichael Elkins
svn path=/branches/tk329/; revision=4906
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-23snapshot of work in progressMichael Elkins
svn path=/branches/tk329/; revision=4898
2012-11-22commiting work in progressMichael Elkins
svn path=/branches/tk329/; revision=4894
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-16fixes to handle the case where the gui is managing the rootMichael Elkins
svn path=/trunk/; revision=4884
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-12default $LANG to en_US.UTF-8 if unset to avoid problems with django-adminMichael Elkins
svn path=/branches/tk274/; revision=4855
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-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-10initial support for using django south on rpki.gui.appMichael Elkins
svn path=/branches/tk317/; revision=4824
2012-11-08redirect to /rpki when we get a request for the bare vhostMichael Elkins
svn path=/trunk/; revision=4818
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-09-30Don't whack installation directories if they already exist. MaybeRob Austein
there's some clever way to autoconf this so users can control whether they want their directories whacked or not, but for now we need to stop doing this because it messes up /usr/local on MacOSX laptops. See #288. svn path=/branches/tk274/; revision=4745
2012-08-31Merge from trunk.Rob Austein
svn path=/branches/tk274/; revision=4681
2012-08-24do not assume that user.email is not NoneMichael Elkins
svn path=/trunk/; revision=4660
2012-07-16simplify exiting the scriptMichael Elkins
svn path=/trunk/; revision=4604
2012-07-16catch socket.error and print a friendlier message when we can't talk to ↵Michael Elkins
rpkid. fixes #268 svn path=/trunk/; revision=4603
2012-07-13send_email() should have been send_mail()Michael Elkins
svn path=/trunk/; revision=4602
2012-07-13fix pep8 warningsMichael Elkins
svn path=/trunk/; revision=4601
2012-07-13fetch list of published objects from rpkid, and check for valid->invalid ↵Michael Elkins
transitions, emailing an alert when a problem is detected. references #257 svn path=/trunk/; revision=4599
2012-07-12move fetching of admin email addresses to the glue library so it can be used ↵Michael Elkins
by rpkigui-rcynic as well svn path=/trunk/; revision=4598
2012-07-10add option to not send email report; useful for cli debuggingMichael Elkins
svn path=/trunk/; revision=4593
2012-07-09in addition to logging to stdout, send email notifications to addresses ↵Michael Elkins
listed in published ghostbuster records for each user. remove -v (verbose) option svn path=/trunk/; revision=4592
2012-07-06use the client_handle specified in the <list_published_objects/> response to ↵Michael Elkins
determine child. references #104. svn path=/trunk/; revision=4590
2012-07-06add support for checking child resource certsMichael Elkins
make the expire time configurable allow the user to optionally specify a list of resource handles to check svn path=/trunk/; revision=4587
2012-07-06force update of received resources cache prior to checking for rescert ↵Michael Elkins
expiration svn path=/trunk/; revision=4584
2012-07-05add current handle name to each warning messageMichael Elkins
svn path=/trunk/; revision=4582
2012-07-05use str() to print to detail of each Certificate subclass when displaying a ↵Michael Elkins
warning message svn path=/trunk/; revision=4581
2012-07-05don't print out expiration for TA certsMichael Elkins
check expiration on HostedBy and ServerCA certs svn path=/trunk/; revision=4579
2012-07-05print cached rescert information when we do not find the cert in the rcynic ↵Michael Elkins
cache svn path=/trunk/; revision=4578
2012-07-05check expiration of BSC's for each handle as well.Michael Elkins
display expiration dates and object types in verbose mode svn path=/trunk/; revision=4577
2012-07-05add path to wsgi script to apache.conf to allow explicit permissions to readMichael Elkins
svn path=/trunk/; revision=4574
2012-07-05add expiration checks for parent/child/repository TA/cross certsMichael Elkins
svn path=/trunk/; revision=4573
2012-07-03initial implementation of rescert expiration cron scriptMichael Elkins
svn path=/trunk/; revision=4570
2012-06-28determine a timezone that is similar to UTC at runtime when settings.py is ↵Michael Elkins
loaded svn path=/trunk/; revision=4563
2012-06-28change default TIME_ZONE to UTC from GMT, since the former is the preferred ↵Michael Elkins
name and appears to be present on all modern systems. svn path=/trunk/; revision=4562