Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-06 | fix DeprecationWarning showing up in the apache.log | Michael Elkins | |
see #447 svn path=/trunk/; revision=5112 | |||
2013-03-06 | comment out debug statement printing sys.path | Michael Elkins | |
see #447 svn path=/trunk/; revision=5111 | |||
2013-03-06 | revert [5096] | Michael Elkins | |
see #438 svn path=/trunk/; revision=5108 | |||
2013-03-05 | Skip synchronization for parents with no repository set. Fixes #438. | Rob Austein | |
svn path=/trunk/; revision=5107 | |||
2013-03-05 | fix paginator template tag to nicely display when there are a huge amount of ↵ | Michael Elkins | |
pages. display at most 5 page links and use ellipsis to indicate there are more pages. svn path=/trunk/; revision=5106 | |||
2013-03-05 | need enctype="multipart/form-data" when uploading files in a form | Michael Elkins | |
closes #392 svn path=/trunk/; revision=5105 | |||
2013-03-05 | field label was not being expanded in the app_form.html template | Michael Elkins | |
svn path=/trunk/; revision=5104 | |||
2013-03-05 | remove outdated css class attributes for an old version of bootstap | Michael Elkins | |
svn path=/trunk/; revision=5103 | |||
2013-03-04 | remove deprecated script that was used back when the web portal used the ↵ | Michael Elkins | |
sqlite db backend svn path=/trunk/; revision=5101 | |||
2013-03-04 | move core function to rpki.gui.app.check_expired | Michael Elkins | |
see #442 svn path=/trunk/; revision=5100 | |||
2013-03-04 | add .cert_chain property to return the complete certificate chain for the ↵ | Michael Elkins | |
specified object svn path=/trunk/; revision=5099 | |||
2013-03-04 | move core of rpkid/portal-gui/scripts/rpkigui-import-routes.py to ↵ | Michael Elkins | |
rpkid/rpki/gui/routeview/util.py see #442 svn path=/trunk/; revision=5098 | |||
2013-03-04 | move core implementation to rpki.gui.cacheview.util and only leave the ↵ | Michael Elkins | |
script wrapper see #442 svn path=/trunk/; revision=5097 | |||
2013-03-03 | move build-time generated configuration to local_settings.py and leave ↵ | Michael Elkins | |
settings.py as a static file svn path=/trunk/; revision=5096 | |||
2013-03-01 | remove duplication line of code | Michael Elkins | |
svn path=/trunk/; revision=5095 | |||
2013-03-01 | change rpki.gui.models.IPV6AddressField.get_db_prep_value() to return `long` ↵ | Michael Elkins | |
rather than a string add a custom encoder to the mysql database connection which converts long values to hex strings when generating SQL statements closes #434 svn path=/trunk/; revision=5093 | |||
2013-02-28 | remove rpki.gui.cacheview from urls.py since it is outdated and doesn't ↵ | Michael Elkins | |
compile with django 1.5 see #433 svn path=/trunk/; revision=5092 | |||
2013-02-28 | update templates for new syntax of the {% url %} tag in django 1.5 | Michael Elkins | |
svn path=/trunk/; revision=5091 | |||
2013-02-28 | conf list for superusers should show everything | Michael Elkins | |
svn path=/trunk/; revision=5087 | |||
2013-02-28 | add new script rpkigui-flatten-roas script to take care of flattening old ↵ | Michael Elkins | |
roas which had multiple prefixes see #421 svn path=/trunk/; revision=5086 | |||
2013-02-27 | drop "Request" from "ROA Requests" in dashboard | Michael Elkins | |
closes #419 svn path=/trunk/; revision=5085 | |||
2013-02-27 | add a clone button to each roa, which copies the prefix as the default value ↵ | Michael Elkins | |
when generating a new roa see #325 svn path=/trunk/; revision=5084 | |||
2013-02-27 | updated web portal html templates to use newer syntax for the {% url %} tag | Michael Elkins | |
svn path=/trunk/; revision=5083 | |||
2013-02-26 | add support for multiple users managing the same resource holder | Michael Elkins | |
svn path=/trunk/; revision=5081 | |||
2013-02-26 | Create publication directory. | Rob Austein | |
svn path=/trunk/; revision=5080 | |||
2013-02-26 | Clean generated rpki.conf.sample. | Rob Austein | |
svn path=/trunk/; revision=5079 | |||
2013-02-26 | Sigh, I guess it would be too simple if @sharedstatedir@ had anything | Rob Austein | |
to do with /usr/share. Apparently I really meant @datarootdir@. svn path=/trunk/; revision=5078 | |||
2013-02-26 | Make ${sharedstatedir}/rpki/publication the default location for the | Rob Austein | |
publication tree. Customize rpki.conf.sample to account for sharedstatedir setting. svn path=/trunk/; revision=5076 | |||
2013-02-25 | move repository client list to its own page | Michael Elkins | |
closes #424 svn path=/trunk/; revision=5072 | |||
2013-02-24 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=5063 | |||
2013-02-24 | First build, then install, doh. | Rob Austein | |
svn path=/branches/tk377/; revision=5060 | |||
2013-02-23 | add new roa creation form allowing multiple roas to be entered | Michael Elkins | |
add links for creating roas for IP ranges by automatically splitting the range into prefixes closes #399 closes #420 svn path=/trunk/; revision=5055 | |||
2013-02-21 | add support for breaking the route view into multiple pages | Michael Elkins | |
svn path=/trunk/; revision=5053 | |||
2013-02-21 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=5051 | |||
2013-02-20 | remove glue.str_to_resource_range() since resource_range_ip.parse_str() can ↵ | Michael Elkins | |
now be used for both v4/v6 svn path=/trunk/; revision=5050 | |||
2013-02-20 | add is_prefix attribute to ipv6 objects so that the create roa button ↵ | Michael Elkins | |
appears in the dashboard svn path=/trunk/; revision=5049 | |||
2013-02-20 | use resource_range_ip.parse_str() rather than calling through ↵ | Michael Elkins | |
resource_range_ipv*() closes #415 svn path=/trunk/; revision=5048 | |||
2013-02-20 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=5047 | |||
2013-02-20 | Move .rpkic_history from current directory to $HOME. Fixes #422. | Rob Austein | |
svn path=/trunk/; revision=5046 | |||
2013-02-20 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=5045 | |||
2013-02-20 | Fix bug introduced in [4985] where login() was called in the logout() method. | Michael Elkins | |
closes #414 svn path=/trunk/; revision=5043 | |||
2013-02-05 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=5030 | |||
2013-02-05 | Reissue CA's own manifest certificate when doing forced reissue of | Rob Austein | |
everything else. See #406. svn path=/trunk/; revision=5029 | |||
2013-02-04 | Install sample rpki.conf, since we don't (yet?) have a good way to | Rob Austein | |
generate one automatically during installation. Installation dialog is probably not the right way to go, some kind of setup wizard script for the user to run after installation is probably a better bet. svn path=/branches/tk377/; revision=5026 | |||
2013-02-03 | Seems /var/run is a temporary filesystem on some platforms. | Rob Austein | |
svn path=/branches/tk377/; revision=5016 | |||
2013-01-31 | Merge from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=4997 | |||
2013-01-31 | merge ^/branches/tk402 | Michael Elkins | |
closes #402 closes #407 svn path=/trunk/; revision=4993 | |||
2013-01-31 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=4989 | |||
2013-01-31 | require a connection secured with TLS, otherwise return a HTTP 500 error | Michael Elkins | |
closes #401 svn path=/branches/tk401/; revision=4985 | |||
2013-01-30 | rpki.x509.X509._issue() wasn't passing inheritance flags into | Rob Austein | |
rpki.POW.X509.setRFC3779(), which was resulting in empty IPAddrBlock extensions for manifests and Ghostbusters records. See #406. svn path=/trunk/; revision=4983 |