index
:
sra/rpki.net
master
zone-cleanup
Dragon Research Labs RPKI Toolkit
git user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpkid
/
rpki
/
gui
/
app
/
models.py
Age
Commit message (
Expand
)
Author
2013-02-26
add support for multiple users managing the same resource holder
Michael Elkins
2012-11-26
remove *_list templates since they are no longer used
Michael Elkins
2012-11-25
do not display part of the vcard that are disallowed by RFC
Michael Elkins
2012-11-23
snapshot of work in progress
Michael Elkins
2012-11-22
back out some of the CBV changes
Michael Elkins
2012-11-22
commiting work in progress
Michael Elkins
2012-11-10
merge with ^/tk316
Michael Elkins
2012-11-10
initial support for using django south on rpki.gui.app
Michael Elkins
2012-02-24
remove .title() from the template tags to retrieve the verbose_name of object...
Michael Elkins
2012-02-12
add link to display roas covering a bgp prefix in the routes view
Michael Elkins
2012-02-07
add basic user management support
Michael Elkins
2012-02-04
format models.py according to pep8
Michael Elkins
2012-02-02
add support for add/revoke resources to child
Michael Elkins
2012-01-20
create custom template tag for fetching the verbose_name or verbose_name_plur...
Michael Elkins
2012-01-20
store the uri field from <list_received_resources/> pdu in order to allow for...
Michael Elkins
2012-01-20
add generic object_detail base template for boilerplate detail views with an ...
Michael Elkins
2012-01-19
initial support for managing repositories and pubclients
Michael Elkins
2012-01-19
fixed ghostbuster suppport. app.models.GhostbusterRequest now does multi-tab...
Michael Elkins
2012-01-18
change proxy models in app.models to match names from irdb.models
Michael Elkins
2012-01-17
pull duplicated model for represent AS ranges into abstract model in rpki.gui...
Michael Elkins
2012-01-17
remove as_resource_range() and as_roa_prefix() from Proxy models since they w...
Michael Elkins
2012-01-17
add issuer handle to string representation of a RoaRequest
Michael Elkins
2012-01-17
fix typoh where prefix=True should have been proxy=True
Michael Elkins
2012-01-17
fix module path for rpki.gui.models
Michael Elkins
2012-01-17
remove deprecated misc module
Michael Elkins
2012-01-17
update roa templates to match models.RoaRequestPrefix
Michael Elkins
2012-01-17
continued integration with tk100
Michael Elkins
2012-01-17
add support for importing mrt format ribs
Michael Elkins
2012-01-17
store timestamps in UTC
Michael Elkins
2012-01-17
display name+ts in admin site Timestamp list
Michael Elkins
2012-01-17
add Timestamp model to admin site
Michael Elkins
2012-01-17
add Timestamp model to store metadata for external data
Michael Elkins
2012-01-16
make Parent & Child proxy models around the irdb variants
Michael Elkins
2012-01-14
first cut at move to rpki.irdb
Michael Elkins
2011-11-11
reorder models to avoid forward references. closes #149
Michael Elkins
2011-04-07
ADR vcard type is not a string, but a compound object
Michael Elkins
2011-03-30
add support for editing the validity period for child resource certs
Michael Elkins
2011-03-24
add support to the portal gui for generating ghostbuster requests
Michael Elkins
2011-02-25
portal-gui no longer invokes the myrpki.py command line tool.
Michael Elkins
2011-02-16
sort ASs and AddressRanges by the lower bound in the range
Michael Elkins
2011-02-12
do not require the host to be set while editing in the django admin interface
Michael Elkins
2011-01-25
fix selective deletion of roa requests in prefix view page
Michael Elkins
2011-01-24
really fix glue.conf() *ahem*
Michael Elkins
2011-01-24
move portal-gui django app to $top/rpkid/rpki/gui
Michael Elkins