aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui
AgeCommit message (Collapse)Author
2012-02-07add support for running in virtualenvMichael Elkins
svn path=/branches/tk161/; revision=4298
2012-02-06create /usr/local/share/rpki if it doesn't existMichael Elkins
svn path=/branches/tk161/; revision=4294
2012-01-17remove django admin site from installed appsMichael Elkins
svn path=/branches/tk161/; revision=4202
2012-01-17remove manage.py scriptMichael Elkins
svn path=/branches/tk161/; revision=4200
2012-01-17web portal no longer needs to write files in ${localstatedir}Michael Elkins
svn path=/branches/tk161/; revision=4198
2012-01-17install twitter boostrap.min.css into web portal media directoryMichael Elkins
svn path=/branches/tk161/; revision=4197
2012-01-17remove deprecated myrpki image filesMichael Elkins
svn path=/branches/tk161/; revision=4196
2012-01-17forgot to fix apache/rpki.conf -> apache.conf in makefileMichael Elkins
svn path=/branches/tk161/; revision=4191
2012-01-17rename the apache configuration file from rpki.conf to apache.confMichael Elkins
move files in the portal-gui/apache/ subdirectory up one level install data files to /usr/local/share/rpki/ rather than the /gui/ subdirectory make install automatically creates /usr/local/share/rpki/media/ for serving css files needed by the web portal svn path=/branches/tk161/; revision=4190
2012-01-17display routes matching ROA request to be deletedMichael Elkins
remove breadcrumb from template svn path=/branches/tk161/; revision=4179
2012-01-17add support for importing mrt format ribsMichael Elkins
remove default=0 value for timestamps, as that is not a valid initial value for a datetime object. since there is no default argument, the call to the Timestamp constructor needs to specify the value. svn path=/branches/tk161/; revision=4177
2012-01-17create utility function for updating Timestamp objectsMichael Elkins
add missing copyright notices svn path=/branches/tk161/; revision=4175
2012-01-17change timestamp name to use underscoresMichael Elkins
django's template language doesn't allow use of dash in variable expansions, so {{ timestamp.bgp-v4-import }} fails. svn path=/branches/tk161/; revision=4171
2012-01-17update timestamp on bgp v4 importMichael Elkins
svn path=/branches/tk161/; revision=4169
2012-01-17refactor cacheview app to use common rpki.gui.modelsMichael Elkins
svn path=/branches/tk161/; revision=4165
2012-01-17incorporate validation status from cacheview appMichael Elkins
modify cacheview schema to use bigint for ip address storage modify rpkigui-rcynic to use a transaction-per-object to avoid huge memory requirements svn path=/branches/tk161/; revision=4164
2012-01-17updated routeviews data handlingMichael Elkins
refactor common IP range tables into rpki.gui.models. rework import script to load data into a staging table and swap with the active table upon completion. use separate tables for v4 and v6. svn path=/branches/tk161/; revision=4163
2012-01-17rework routeview parser to use bulk sql insertsMichael Elkins
remove index from model definition, and create it automatically after bulk inserts to speed up processing add family element to unique_together svn path=/branches/tk161/; revision=4160
2012-01-17import initial cut at rpki.gui.routeview appMichael Elkins
svn path=/branches/tk161/; revision=4159
2012-01-17forgot to include html templates in last commitMichael Elkins
svn path=/branches/tk161/; revision=4158
2012-01-14first cut at move to rpki.irdbMichael Elkins
svn path=/branches/tk161/; revision=4155
2012-01-06add auth.User to the list of models to be dumpedMichael Elkins
svn path=/branches/tk139/; revision=4145
2012-01-06add script for dumping old sqlite3 databaseMichael Elkins
svn path=/branches/tk139/; revision=4144
2011-12-19remove sql setup script for the web portal since it is no longer needed; the ↵Michael Elkins
gui and irdbd will share the same database, and the irdbd database is setup by $top/rpkid/rpki-sql-setup.py svn path=/branches/tk139/; revision=4128
2011-12-09Set the default location for rpki.conf from ${sysconfdir} instead of ↵Michael Elkins
hardcoding the path. svn path=/branches/tk139/; revision=4108
2011-12-08Use mysql as the db backend for django.Michael Elkins
Pull SQL authentication information from rpki.conf so the user need not edit settings.py. svn path=/branches/tk139/; revision=4106
2011-11-23remove features that depend on django 1.3, so that portal gui works with ↵Michael Elkins
django 1.2 svn path=/trunk/; revision=4093
2011-11-11if ${sysconfdir}/rpki/settings.py already exists, append a .new suffix and ↵Michael Elkins
copy the new version svn path=/branches/tk103/; revision=4083
2011-11-10move settings.py for portal gui django app to ${sysconfdir}/rpki since it ↵Michael Elkins
really is a configuration file svn path=/branches/tk103/; revision=4078
2011-10-30use combination of AKI and issuer name to look up parent cert since the same ↵Michael Elkins
public key can be used in multiple certs svn path=/trunk/; revision=4071
2011-10-18update rpki.gui.cacheview app to support new rcynic xml format. closes #106Michael Elkins
svn path=/trunk/; revision=4054
2011-10-13use the django.contrib.staticfiles app to serve the django admin site media.Michael Elkins
svn path=/trunk/; revision=4037
2011-10-07install copy of example rpki.conf as template for new gui usersMichael Elkins
svn path=/rpkid/portal-gui/Makefile.in; revision=4021
2011-10-05Stop abusing RuntimeError. This closes #52.Rob Austein
svn path=/rpkid/portal-gui/scripts/load_csv.py; revision=4015
2011-09-30no longer necessary to create stub rpki.conf for deprecated rpkidemo usersMichael Elkins
svn path=/rpkid/portal-gui/scripts/adduser.py; revision=4005
2011-07-25add blurb about necessary file permissions for portal-guiMichael Elkins
svn path=/rpkid/portal-gui/README; revision=3944
2011-07-25portal-gui install dox updateMichael Elkins
svn path=/rpkid/portal-gui/README; revision=3943
2011-06-29import with_statement now done by python build scriptMichael Elkins
svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3911
2011-06-17More "from __future__ import with_statement" funRob Austein
svn path=/buildtools/make-python-executable.py; revision=3885
2011-06-15implement context manager wrapper for django transaction dbMichael Elkins
svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3878
2011-06-15display a table containing the full x.509 cert chain for all signed objectsMichael Elkins
in cert detail view, display validation status for all issued objects in tables move name and key id fields to signedobject base class in order to store the SN and SKI of the signing EE certs svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3875
2011-06-14extrude validation status lables from the rcynic XML file and shove into ↵Michael Elkins
django db color code validation status in signed object detail views to make problems stand out svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3873
2011-06-14speed up processing rescerts by disabling autocommit while updating rfc3779 infoMichael Elkins
svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3871
2011-06-14properly handle the self-signed TAsMichael Elkins
svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3870
2011-06-12fix bug in garbage collection. should be calling .all() on the ↵Michael Elkins
RelatedManager objects before using as a sequence svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3865
2011-06-10make rpkigui-rcynic a full-fledged installed script.Michael Elkins
svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3862
2011-06-09add support for browing the rcynic cacheMichael Elkins
svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3859
2011-05-10Don't assume installation directories existRob Austein
svn path=/pywrap/Makefile.in; revision=3810
2011-05-06DESTDIRRob Austein
svn path=/pywrap/Makefile.in; revision=3801
2011-03-24adduser script should use settings from rpki.gui.appMichael Elkins
svn path=/rpkid/portal-gui/scripts/adduser.py; revision=3741