aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-20add generic object_detail base template for boilerplate detail views with an ↵Michael Elkins
import/create button add detail views for repository and pubclients rename import_* to *_import to match names for other methods on the same model svn path=/branches/tk161/; revision=4238
2012-01-19initial support for managing repositories and pubclientsMichael Elkins
svn path=/branches/tk161/; revision=4237
2012-01-19fixed ghostbuster suppport. app.models.GhostbusterRequest now does ↵Michael Elkins
multi-table inheritance from irdb.models.GhostbusterRequest. forms.GhostbusterRequest can be a plain class instead of a callable by setting the .queryset attribute on the field during __init__ svn path=/branches/tk161/; revision=4236
2012-01-19fixed views to lookup parent/child by pk rather than handleMichael Elkins
svn path=/branches/tk161/; revision=4234
2012-01-19fix parent detail view to work with new modelsMichael Elkins
svn path=/branches/tk161/; revision=4233
2012-01-19change rpkigui/ to app/ in template path for bootstrap_form.htmlMichael Elkins
svn path=/branches/tk161/; revision=4232
2012-01-19merge with ^/branches/tk100Michael Elkins
svn path=/branches/tk161/; revision=4231
2012-01-19add as_resource_range method to rpki.gui.models.ASNMichael Elkins
svn path=/branches/tk161/; revision=4230
2012-01-19dashboard template filename does not need to be configurableMichael Elkins
svn path=/branches/tk161/; revision=4229
2012-01-19unused asn list is composed of resource_range_as, so calling ↵Michael Elkins
obj.as_resource_range results in an empty string because it has no such method prefix AS value with the string "AS" because resource_range_as doesn't included it (unlike ResourceRangeAS objects) svn path=/branches/tk161/; revision=4228
2012-01-19use create() instead of add() when constructing a new object rather than ↵Michael Elkins
adding an existing object fields for prefixes are prefix_min and prefix_max, not min and max svn path=/branches/tk161/; revision=4227
2012-01-19add new module range_list with implementation of a resource_set type object ↵Michael Elkins
that collapses adjacent ranges and can compute missing ranges svn path=/branches/tk161/; revision=4225
2012-01-18IP version in ChildNet is stored as a string; update filterMichael Elkins
svn path=/branches/tk161/; revision=4222
2012-01-18merge with ^/branches/tk100Michael Elkins
svn path=/branches/tk161/; revision=4221
2012-01-18fix dashboard view to filter asns properlyMichael Elkins
svn path=/branches/tk161/; revision=4218
2012-01-18remove deprecated URLs for rpkidemoMichael Elkins
svn path=/branches/tk161/; revision=4216
2012-01-18fix bad indentMichael Elkins
svn path=/branches/tk161/; revision=4215
2012-01-18change proxy models in app.models to match names from irdb.modelsMichael Elkins
svn path=/branches/tk161/; revision=4214
2012-01-17pull duplicated model for represent AS ranges into abstract model in ↵Michael Elkins
rpki.gui.models so it can be reused. svn path=/branches/tk161/; revision=4213
2012-01-17remove as_resource_range() and as_roa_prefix() from Proxy models since they ↵Michael Elkins
were added to the concrete models in #4210 svn path=/branches/tk161/; revision=4212
2012-01-17merge with ^/branches/tk100Michael Elkins
svn path=/branches/tk161/; revision=4211
2012-01-17add copyright noticeMichael Elkins
add $Id$ string and set svn:keywords property svn path=/branches/tk161/; revision=4209
2012-01-17add issuer handle to string representation of a RoaRequestMichael Elkins
svn path=/branches/tk161/; revision=4208
2012-01-17fix typoh where prefix=True should have been proxy=TrueMichael Elkins
svn path=/branches/tk161/; revision=4207
2012-01-17merge with ^/branches/tk100Michael Elkins
svn path=/branches/tk161/; revision=4206
2012-01-17remove django admin site from installed appsMichael Elkins
svn path=/branches/tk161/; revision=4202
2012-01-17disable admindocs urlMichael Elkins
disable admin url change defaut location for /site_media/ to /usr/local/share/rpki/media/ svn path=/branches/tk161/; revision=4201
2012-01-17remove manage.py scriptMichael Elkins
svn path=/branches/tk161/; revision=4200
2012-01-17remove deprecated settings in support of rpkidemoMichael Elkins
svn path=/branches/tk161/; revision=4199
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-17remove empty directoryMichael Elkins
svn path=/branches/tk161/; revision=4195
2012-01-17need to add keyword to callback argumentMichael Elkins
svn path=/branches/tk161/; revision=4193
2012-01-17fix module path for rpki.gui.modelsMichael Elkins
svn path=/branches/tk161/; revision=4192
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-17remove deprecated templates for old modelsMichael Elkins
svn path=/branches/tk161/; revision=4189
2012-01-17rename template subdirectory to match the django application nameMichael Elkins
svn path=/branches/tk161/; revision=4188
2012-01-17add svn:keywords to timestamp.pyMichael Elkins
svn path=/branches/tk161/; revision=4187
2012-01-17remove deprecated misc moduleMichael Elkins
svn path=/branches/tk161/; revision=4186
2012-01-17remove deprecated AllocationTree moduleMichael Elkins
svn path=/branches/tk161/; revision=4185
2012-01-17remove deprecated asnset moduleMichael Elkins
remove old forms for dealing with the now removed models.AddressRange svn path=/branches/tk161/; revision=4184
2012-01-17update roa templates to match models.RoaRequestPrefixMichael Elkins
models.RoaRequestPrefix.get_absolute_url restored since the /delete URL depends on it svn path=/branches/tk161/; revision=4183
2012-01-17continued integration with tk100Michael Elkins
svn path=/branches/tk161/; revision=4181
2012-01-17modify route_view to use common validation codeMichael Elkins
svn path=/branches/tk161/; revision=4180
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 ipv6 routes in route_viewMichael Elkins
ensure that the degenerate case where we see a BGP route for AS0 is marked as invalid. only select accepted ROAs, since cacheview also stores rejected ROAs for debugging. svn path=/branches/tk161/; revision=4178
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-17store timestamps in UTCMichael Elkins
remove auto_add=True from DateTimeField, and make rpki.gui.app.timestamp.update() set the timestamp value instead. move external data timestamps to sidebar in route view svn path=/branches/tk161/; revision=4176