Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-02 | Document web_portal::allowed-hosts. Closes #567. | Rob Austein | |
svn path=/trunk/; revision=5422 | |||
2013-06-27 | add button to delete all alerts | Michael Elkins | |
rpkigui-reset-demo will clear all alerts for labuser* accounts see #562 svn path=/trunk/; revision=5421 | |||
2013-06-26 | Don't allow exceptions (eg, MySQL connection errors) to prevent us | Rob Austein | |
from scheduling next cron cycle. Closes #560. svn path=/trunk/; revision=5416 | |||
2013-06-25 | Handling of start_{rpkid,irdbd} options was inverted. See #559. | Rob Austein | |
svn path=/trunk/; revision=5415 | |||
2013-06-18 | Synchronize BSCs after updating BPKI, closes #555. | Rob Austein | |
Expanded calling sequence to Zookeeper.call_{pubd,rpkid}() methods to include sequences and generators, simplifying the calling code. svn path=/trunk/; revision=5412 | |||
2013-06-14 | fix bug in roa confirmation page where routes that overlap with the roa, but ↵ | Michael Elkins | |
are not covered, were mistakenly included in the list of affected routes closes #553 svn path=/trunk/; revision=5407 | |||
2013-06-13 | display rpki.net software version in the gui toolbar | Michael Elkins | |
see #543 svn path=/trunk/; revision=5403 | |||
2013-06-13 | add current resource holder name to page title so it appears in the browser tab. | Michael Elkins | |
closes #546 svn path=/trunk/; revision=5402 | |||
2013-06-13 | handle exception thrown when there are no matching routes to display | Michael Elkins | |
see #548 svn path=/trunk/; revision=5401 | |||
2013-06-13 | fix botched decoration of the alert class-based views where the self ↵ | Michael Elkins | |
argument was omitted, and the wrong parent class was used in super() due to copy+paste closes #549 svn path=/trunk/; revision=5400 | |||
2013-06-10 | decorate alert views to require a user to be logged in and a resource handle ↵ | Michael Elkins | |
selected closes #542 svn path=/trunk/; revision=5388 | |||
2013-06-10 | need to access ResourceHolderCA via the GUI's proxy model to pass to ↵ | Michael Elkins | |
list_received_resources() see #544 svn path=/trunk/; revision=5386 | |||
2013-06-10 | rpki.version hack and rpkic command to display it. | Rob Austein | |
See #543. svn path=/trunk/; revision=5384 | |||
2013-06-07 | use {% load url from future %} to support older versions of django prior to ↵ | Michael Elkins | |
the syntax change see #528 svn path=/trunk/; revision=5381 | |||
2013-06-07 | expand link to resource holder creation page with {% url %} rather than ↵ | Michael Elkins | |
hardcoding it (duh) see #528 svn path=/trunk/; revision=5380 | |||
2013-06-06 | add Help link to navigation bar which points to rpki.net wiki page | Michael Elkins | |
closes #521 svn path=/trunk/; revision=5376 | |||
2013-06-06 | Add a link to the resource holder creation page if the current user is a ↵ | Michael Elkins | |
superuser and there are no resource holders defined. closes #528 svn path=/trunk/; revision=5375 | |||
2013-06-04 | "ubunutu" => "ubuntu", sigh. Fixes #540. | Rob Austein | |
svn path=/trunk/; revision=5368 | |||
2013-06-04 | .lower(), not .downcase(). Fixes #539. | Rob Austein | |
svn path=/trunk/; revision=5366 | |||
2013-06-04 | Markup tweak. | Rob Austein | |
svn path=/trunk/; revision=5363 | |||
2013-06-04 | Finally got wiki page header right? Warning comment is a lot more | Rob Austein | |
obvious now, anyway. svn path=/trunk/; revision=5362 | |||
2013-06-04 | Use a subsection for each option instead of an indented list. | Rob Austein | |
svn path=/trunk/; revision=5360 | |||
2013-06-04 | Nit | Rob Austein | |
svn path=/trunk/; revision=5359 | |||
2013-06-04 | Apparently we don't need "!" markers in section headers. Use Wiki | Rob Austein | |
processor markup for default values. svn path=/trunk/; revision=5357 | |||
2013-06-04 | Put back section header we lost in all of today's rewrites. | Rob Austein | |
svn path=/trunk/; revision=5355 | |||
2013-06-04 | Fold in more doc from Wiki. | Rob Austein | |
svn path=/trunk/; revision=5353 | |||
2013-06-04 | Format multiple paragraphs in option documentation correctly. | Rob Austein | |
svn path=/trunk/; revision=5352 | |||
2013-06-04 | Backquotes are probably safer than triple braces in this particular | Rob Austein | |
Wiki context. svn path=/trunk/; revision=5351 | |||
2013-06-03 | Remove defaults for options in autoconf section, they're not useful. | Rob Austein | |
svn path=/trunk/; revision=5348 | |||
2013-06-03 | Merge wiki doc for rpki.conf options into XML master. | Rob Austein | |
svn path=/trunk/; revision=5347 | |||
2013-06-03 | Add --toc. | Rob Austein | |
svn path=/trunk/; revision=5346 | |||
2013-06-03 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=5345 | |||
2013-06-03 | Anchors and monospace markup for Wiki output. | Rob Austein | |
svn path=/trunk/; revision=5344 | |||
2013-06-02 | Do all the script builds during "make all" too. | Rob Austein | |
svn path=/trunk/; revision=5343 | |||
2013-06-02 | We're going to end up building _POW.so twice to support both --inplace | Rob Austein | |
and installation, so just do both during "make all" and have done. svn path=/trunk/; revision=5342 | |||
2013-05-31 | Gussy up wiki output to show default values. Use absent XML attribute | Rob Austein | |
== Python None == commented out variable setting in generated configuration to mean "no default value". svn path=/trunk/; revision=5341 | |||
2013-05-31 | --help should not backtrace, even if it does nothing very useful. | Rob Austein | |
svn path=/trunk/; revision=5340 | |||
2013-05-28 | Don't stomp rpki.conf when installing from Makefiles. Make | Rob Austein | |
deinstallation of rpki.conf the user's problem except on platforms like Ubuntu where we can tell the difference between upgrade, remove, and purge. See #531. svn path=/trunk/; revision=5336 | |||
2013-05-14 | Don't depend on default SQL password, since that's now generated on | Rob Austein | |
the fly during compilation. svn path=/trunk/; revision=5335 | |||
2013-05-14 | Clean unused variables. | Rob Austein | |
svn path=/trunk/; revision=5334 | |||
2013-05-07 | Do something imperfect that works now for cron setup, rather than | Rob Austein | |
continuing to skip cron setup when installing from source until we have a perfect solution. svn path=/trunk/; revision=5329 | |||
2013-05-07 | Use Python's platform library instead of parsing /etc/issue. | Rob Austein | |
svn path=/trunk/; revision=5328 | |||
2013-05-07 | Simplify and comment. | Rob Austein | |
svn path=/trunk/; revision=5327 | |||
2013-05-06 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=5326 | |||
2013-05-06 | Common code for crontab manipulation. | Rob Austein | |
svn path=/trunk/; revision=5325 | |||
2013-05-03 | setproctitle | Rob Austein | |
svn path=/trunk/; revision=5319 | |||
2013-05-02 | Whack Apache configuration into shape on FreeBSD. | Rob Austein | |
svn path=/trunk/; revision=5316 | |||
2013-05-02 | Whack Ubuntu Apache configuration to use rpkigui-apache-conf-gen. | Rob Austein | |
svn path=/trunk/; revision=5315 | |||
2013-05-02 | Add --remove and --purge, use classes to encapsulate common code. | Rob Austein | |
svn path=/trunk/; revision=5314 | |||
2013-05-01 | Start consolidating Apache configuration voodoo into new script | Rob Austein | |
rpkigui-apache-conf-gen. svn path=/trunk/; revision=5313 |