Age | Commit message (Collapse) | Author |
|
svn path=/branches/tk685/; revision=5757
|
|
rpkigui-reset-demo will clear all alerts for labuser* accounts
see #562
svn path=/trunk/; revision=5421
|
|
of storing it in the db for presentation to the user in the gui as well as emailing contacts in ghostbusters
move definition of Alert above Conf so that Conf.send_alert() can reference Alert in send_alert()
svn path=/branches/tk500/; revision=5259
|
|
svn path=/branches/tk500/; revision=5256
|
|
the route is an aggregate of the roa, it does not match.
svn path=/trunk/; revision=5247
|
|
svn path=/trunk/; revision=5193
|
|
specified object
svn path=/trunk/; revision=5099
|
|
svn path=/trunk/; revision=5081
|
|
remove object_detail.html templates, and make all the *_detail.html templates dervice from app_base.html directly. there was no functionality left worth having in the intermediate template
remove verbose_name from some models where it wasn't needed
add form_title variable to some forms where it was missing
svn path=/branches/tk329/; revision=4905
|
|
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
|
|
svn path=/branches/tk329/; revision=4898
|
|
svn path=/branches/tk329/; revision=4895
|
|
svn path=/branches/tk329/; revision=4892
|
|
add db migrations
svn path=/branches/tk316_317_integration/; revision=4828
|
|
svn path=/branches/tk317/; revision=4824
|
|
objects in the generic lists
properly capitalize the model names in verbose_name{,_plural}.
closes #204
svn path=/branches/tk161/; revision=4368
|
|
svn path=/branches/tk161/; revision=4327
|
|
svn path=/branches/tk161/; revision=4304
|
|
use narrower spans to display multi column fields in some templates to avoid
unnecessary wrapping when the window is narrow
add titles to buttons for some actions to provide some user help
svn path=/branches/tk161/; revision=4291
|
|
add support for editing child model
add child creation wizard
svn path=/branches/tk161/; revision=4282
|
|
verbose_name_plural in generic object list/detail views
select page title based on verbose_name instead of passing in page_title
rename templates to the default name selected by object_detail() and object_list() generic views
use generic delete_object() view for parents and ghostbusters
svn path=/branches/tk161/; revision=4252
|
|
for checking the cert chain for expiration using cacheview
svn path=/branches/tk161/; revision=4245
|
|
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
|
|
svn path=/branches/tk161/; revision=4237
|
|
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
|
|
svn path=/branches/tk161/; revision=4214
|
|
rpki.gui.models so it can be reused.
svn path=/branches/tk161/; revision=4213
|
|
were added to the concrete models in #4210
svn path=/branches/tk161/; revision=4212
|
|
svn path=/branches/tk161/; revision=4208
|
|
svn path=/branches/tk161/; revision=4207
|
|
svn path=/branches/tk161/; revision=4192
|
|
svn path=/branches/tk161/; revision=4186
|
|
models.RoaRequestPrefix.get_absolute_url restored since the /delete URL depends on it
svn path=/branches/tk161/; revision=4183
|
|
svn path=/branches/tk161/; revision=4181
|
|
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
|
|
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
|
|
__unicode__ for Timestamp now displays both name and ts value
svn path=/branches/tk161/; revision=4174
|
|
provide __unicode__ for Timestamp
svn path=/branches/tk161/; revision=4172
|
|
svn path=/branches/tk161/; revision=4168
|
|
svn path=/branches/tk161/; revision=4156
|
|
svn path=/branches/tk161/; revision=4155
|
|
svn path=/trunk/; revision=4089
|
|
svn path=/rpkid/rpki/gui/app/glue.py; revision=3766
|
|
svn path=/rpkid/rpki/gui/app/forms.py; revision=3753
|
|
svn path=/rpkid/rpki/gui/app/admin.py; revision=3738
|
|
It now updates the IRDB directly, and notifies rpkid to immediately
perform an update, rather than waiting for the next cron job to cycle.
added a 'valid_until' field to the Child model, to store the end of
the RPKI resource certificate validity period.
change load_csv.py and list_resources.py to use the code for locating
rpki.conf in rpki.config rather than duplicating it locally.
fixed bug in AddressRange model in function as_resource_range() where
IPv4 addresses were returned as IPv6.
svn path=/portal-gui/templates/myrpki/child_view.html; revision=3694
|
|
svn path=/rpkid/rpki/gui/app/admin.py; revision=3681
|
|
svn path=/rpkid/rpki/gui/app/models.py; revision=3678
|
|
svn path=/rpkid/rpki/gui/app/models.py; revision=3654
|
|
svn path=/rpkid/rpki/gui/app/glue.py; revision=3652
|