aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui
AgeCommit message (Collapse)Author
2013-03-14remove trailing slash from the URL alias for /rcynic. closes #465Michael Elkins
svn path=/trunk/; revision=5151
2013-03-14add alias for /rcynic/ to the generated apache.conf (see #465)Michael Elkins
svn path=/trunk/; revision=5148
2013-03-13check for settings.py in the standard locations if $DJANGO_SETTINGS_MODULE ↵Michael Elkins
is unset svn path=/trunk/; revision=5142
2013-03-13add new helper script for the rpki workshop to create web user accounts for ↵Michael Elkins
each labuser* resource holder svn path=/trunk/; revision=5141
2013-03-12set PATH in cron entry otherwise rpkigui-import-routes script is not found ↵Michael Elkins
in ${sbindir} svn path=/trunk/; revision=5134
2013-03-11fix error in crontab entry where it was not running every two hoursMichael Elkins
svn path=/trunk/; revision=5132
2013-03-11change default log level to WARNINGMichael Elkins
svn path=/trunk/; revision=5131
2013-03-07use --enable-target-install framework to add install-linux to the install ↵Michael Elkins
target for the web portal svn path=/trunk/; revision=5120
2013-03-07move installation of most portal-gui scripts to setup.py (see #373)Michael Elkins
add script to be invoked by cron to download routeviews data add install-linux target for creating cron jobs for some rpki gui tasks svn path=/trunk/; revision=5119
2013-03-06fix typohMichael Elkins
svn path=/trunk/; revision=5115
2013-03-06comment out debug statement printing sys.pathMichael Elkins
see #447 svn path=/trunk/; revision=5111
2013-03-06revert [5096]Michael Elkins
see #438 svn path=/trunk/; revision=5108
2013-03-04remove deprecated script that was used back when the web portal used the ↵Michael Elkins
sqlite db backend svn path=/trunk/; revision=5101
2013-03-04move core function to rpki.gui.app.check_expiredMichael Elkins
see #442 svn path=/trunk/; revision=5100
2013-03-04move core of rpkid/portal-gui/scripts/rpkigui-import-routes.py to ↵Michael Elkins
rpkid/rpki/gui/routeview/util.py see #442 svn path=/trunk/; revision=5098
2013-03-04move core implementation to rpki.gui.cacheview.util and only leave the ↵Michael Elkins
script wrapper see #442 svn path=/trunk/; revision=5097
2013-03-03move build-time generated configuration to local_settings.py and leave ↵Michael Elkins
settings.py as a static file svn path=/trunk/; revision=5096
2013-03-01change rpki.gui.models.IPV6AddressField.get_db_prep_value() to return `long` ↵Michael Elkins
rather than a string add a custom encoder to the mysql database connection which converts long values to hex strings when generating SQL statements closes #434 svn path=/trunk/; revision=5093
2013-02-28add new script rpkigui-flatten-roas script to take care of flattening old ↵Michael Elkins
roas which had multiple prefixes see #421 svn path=/trunk/; revision=5086
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