aboutsummaryrefslogtreecommitdiff
path: root/portal-gui
AgeCommit message (Expand)Author
2010-07-16improved support for viewing unallocated address ranges in the dashboard and ...Michael Elkins
2010-07-13change prefix split form to accept single input box in which the user can ent...Michael Elkins
2010-07-13use specific exit code when list_resources.py detects it did not receive all ...Michael Elkins
2010-07-12more copyright notice updates for $top/portal-gui/scripts/Michael Elkins
2010-07-12fix copyright noticesMichael Elkins
2010-07-12fix copyright noticesMichael Elkins
2010-07-12remove roa link from address ranges which are not properly representably as p...Michael Elkins
2010-07-11load_csv now properly creates suballocation for ASNsMichael Elkins
2010-07-11properly handle ipv6 addresses in load_csvMichael Elkins
2010-07-11make load_csv understand delegation of AS rangesMichael Elkins
2010-07-11add copyright notices to portal-gui codeMichael Elkins
2010-07-11add missing template conf_empty.html to makefile.inMichael Elkins
2010-07-10properly handle issuing roas for subdivided prefixesMichael Elkins
2010-07-09add nice error page when an account no permission to manage any handlesMichael Elkins
2010-07-09elaborate on the process of creating non-superuser users and granting access ...Michael Elkins
2010-07-09fix verbose output from list_resources so that normal messages dont sound lik...Michael Elkins
2010-07-09update list_resource usage script to reflect the fact that it no longer requi...Michael Elkins
2010-07-08call glue.configure_resources() after deleting a roa request from a prefixMichael Elkins
2010-07-08make configure output additional info about installation paths for debuggingMichael Elkins
2010-07-07add docs for --datarootdir and --localstatedir configure options; clarify mea...Michael Elkins
2010-07-07use new rpki.ipaddrss.parse() in lieu of rpkigui.myrpki.misc.str_to_addr()Michael Elkins
2010-07-07update README with helpful debug tipsMichael Elkins
2010-07-07fix bug in helper scriptMichael Elkins
2010-07-07properly create directory for $DATABASE_PATH in install targetMichael Elkins
2010-07-07forgot to install base html templateMichael Elkins
2010-07-07added configure script to ease installationMichael Elkins
2010-07-06fix bug with file objects not being closed when running configure_resources()Michael Elkins
2010-07-06redirect to /myrpki/ on logoutMichael Elkins
2010-07-06set default redirect to /myrpki/ after loginMichael Elkins
2010-07-06fix handle selection for normal usersMichael Elkins
2010-07-06fix bug introduced by overzealous weedingMichael Elkins
2010-07-06add missing instruction for setting $PYTHONPATH when invoking the django test...Michael Elkins
2010-07-06remove extraneous importsMichael Elkins
2010-07-06weed dead codeMichael Elkins
2010-07-06improve css for tables to improve readabilityMichael Elkins
2010-07-06load_csv can now create suballocations of received resources automaticallyMichael Elkins
2010-07-06rework portal-gui to support max prefix lengthsMichael Elkins
2010-07-05show subdivided prefixes in unallocated resources section on dashboardMichael Elkins
2010-07-05workaround for printing address ranges with the hi and lo swappedMichael Elkins
2010-07-04add support for deleting a subdivided prefixMichael Elkins
2010-07-04gracefully handle printing address range with hi and lo swappedMichael Elkins
2010-07-04improve validation for prefix split formMichael Elkins
2010-07-04properly use the django model api to exclude objectsMichael Elkins
2010-07-04when splitting address ranges, put the low above the high in the formMichael Elkins
2010-07-04pretty print address ranges in cidr when possibleMichael Elkins
2010-07-04fix broken address range splittingMichael Elkins
2010-07-04add spaces around the dash when displaying address rangesMichael Elkins
2010-07-04remove "address range" from string form of AddressRangeMichael Elkins
2010-07-04fix bug in split address formMichael Elkins
2010-07-04use rpki.resource_set functions for IP address parsingMichael Elkins