Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-20 | store the uri field from <list_received_resources/> pdu in order to allow ↵ | Michael Elkins | |
for checking the cert chain for expiration using cacheview svn path=/branches/tk161/; revision=4245 | |||
2012-01-20 | branch merge with tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4244 | |||
2012-01-20 | add v6 to route view | Michael Elkins | |
svn path=/branches/tk161/; revision=4243 | |||
2012-01-20 | fix route view to work with new gui model for resource certs | Michael Elkins | |
svn path=/branches/tk161/; revision=4241 | |||
2012-01-20 | merge with ^/branches/tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4239 | |||
2012-01-20 | add 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-19 | initial support for managing repositories and pubclients | Michael Elkins | |
svn path=/branches/tk161/; revision=4237 | |||
2012-01-19 | fixed 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-19 | fixed views to lookup parent/child by pk rather than handle | Michael Elkins | |
svn path=/branches/tk161/; revision=4234 | |||
2012-01-19 | fix parent detail view to work with new models | Michael Elkins | |
svn path=/branches/tk161/; revision=4233 | |||
2012-01-19 | change rpkigui/ to app/ in template path for bootstrap_form.html | Michael Elkins | |
svn path=/branches/tk161/; revision=4232 | |||
2012-01-19 | merge with ^/branches/tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4231 | |||
2012-01-19 | add as_resource_range method to rpki.gui.models.ASN | Michael Elkins | |
svn path=/branches/tk161/; revision=4230 | |||
2012-01-19 | dashboard template filename does not need to be configurable | Michael Elkins | |
svn path=/branches/tk161/; revision=4229 | |||
2012-01-19 | unused 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-19 | use 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-19 | add 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-18 | IP version in ChildNet is stored as a string; update filter | Michael Elkins | |
svn path=/branches/tk161/; revision=4222 | |||
2012-01-18 | merge with ^/branches/tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4221 | |||
2012-01-18 | fix dashboard view to filter asns properly | Michael Elkins | |
svn path=/branches/tk161/; revision=4218 | |||
2012-01-18 | remove deprecated URLs for rpkidemo | Michael Elkins | |
svn path=/branches/tk161/; revision=4216 | |||
2012-01-18 | fix bad indent | Michael Elkins | |
svn path=/branches/tk161/; revision=4215 | |||
2012-01-18 | change proxy models in app.models to match names from irdb.models | Michael Elkins | |
svn path=/branches/tk161/; revision=4214 | |||
2012-01-17 | pull 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-17 | remove 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-17 | merge with ^/branches/tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4211 | |||
2012-01-17 | add copyright notice | Michael Elkins | |
add $Id$ string and set svn:keywords property svn path=/branches/tk161/; revision=4209 | |||
2012-01-17 | add issuer handle to string representation of a RoaRequest | Michael Elkins | |
svn path=/branches/tk161/; revision=4208 | |||
2012-01-17 | fix typoh where prefix=True should have been proxy=True | Michael Elkins | |
svn path=/branches/tk161/; revision=4207 | |||
2012-01-17 | merge with ^/branches/tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4206 | |||
2012-01-17 | remove django admin site from installed apps | Michael Elkins | |
svn path=/branches/tk161/; revision=4202 | |||
2012-01-17 | disable admindocs url | Michael Elkins | |
disable admin url change defaut location for /site_media/ to /usr/local/share/rpki/media/ svn path=/branches/tk161/; revision=4201 | |||
2012-01-17 | remove manage.py script | Michael Elkins | |
svn path=/branches/tk161/; revision=4200 | |||
2012-01-17 | remove deprecated settings in support of rpkidemo | Michael Elkins | |
svn path=/branches/tk161/; revision=4199 | |||
2012-01-17 | web portal no longer needs to write files in ${localstatedir} | Michael Elkins | |
svn path=/branches/tk161/; revision=4198 | |||
2012-01-17 | install twitter boostrap.min.css into web portal media directory | Michael Elkins | |
svn path=/branches/tk161/; revision=4197 | |||
2012-01-17 | remove deprecated myrpki image files | Michael Elkins | |
svn path=/branches/tk161/; revision=4196 | |||
2012-01-17 | need to add keyword to callback argument | Michael Elkins | |
svn path=/branches/tk161/; revision=4193 | |||
2012-01-17 | fix module path for rpki.gui.models | Michael Elkins | |
svn path=/branches/tk161/; revision=4192 | |||
2012-01-17 | forgot to fix apache/rpki.conf -> apache.conf in makefile | Michael Elkins | |
svn path=/branches/tk161/; revision=4191 | |||
2012-01-17 | rename the apache configuration file from rpki.conf to apache.conf | Michael 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-17 | remove deprecated templates for old models | Michael Elkins | |
svn path=/branches/tk161/; revision=4189 | |||
2012-01-17 | rename template subdirectory to match the django application name | Michael Elkins | |
svn path=/branches/tk161/; revision=4188 | |||
2012-01-17 | remove deprecated misc module | Michael Elkins | |
svn path=/branches/tk161/; revision=4186 | |||
2012-01-17 | remove deprecated AllocationTree module | Michael Elkins | |
svn path=/branches/tk161/; revision=4185 | |||
2012-01-17 | remove deprecated asnset module | Michael Elkins | |
remove old forms for dealing with the now removed models.AddressRange svn path=/branches/tk161/; revision=4184 | |||
2012-01-17 | update roa templates to match models.RoaRequestPrefix | Michael Elkins | |
models.RoaRequestPrefix.get_absolute_url restored since the /delete URL depends on it svn path=/branches/tk161/; revision=4183 | |||
2012-01-17 | continued integration with tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4181 | |||
2012-01-17 | modify route_view to use common validation code | Michael Elkins | |
svn path=/branches/tk161/; revision=4180 | |||
2012-01-17 | display routes matching ROA request to be deleted | Michael Elkins | |
remove breadcrumb from template svn path=/branches/tk161/; revision=4179 |