Skip to content
  1. Oct 16, 2019
  2. Oct 15, 2019
  3. Oct 12, 2019
  4. Oct 11, 2019
    • Oliver Gondža's avatar
      270d9675
    • Daniel Beck's avatar
      [JENKINS-41891] Resource domain support (#4239) · 24d0cf90
      Daniel Beck authored
      
      
      * [JENKINS-41891] Resorce domain support
      
      * Rename a few things
      
      * Encapsulate token
      
      * Update documentation based on review feedback
      
      * Rename field and change symbol for friendlier JCasC format
      
      * Be more explicit about expiration and URL sharing
      
      * Allow favicon.ico, robots.txt; better logging
      
      * Remove TODO from comment
      
      * Consider resource root URL only set if the Jenkins root URL is set
      
      * Improve form validation
      
      * Clean up form validation warnings a bit
      
      * Fix null handling (even though it'll never be called that way)
      
      * Simpler logging statement after code review
      
      * It's nicer to read this way
      
      * Use the proper API for this with less string magic
      
      * Update TODO comments
      
      * Simplify log statement
      
      * Use base64 instead of hexadecimal for shorter URLs
      
      * Open link to Wikipedia in new tab/window
      
      * Serve directory indexes
      
      * Fix target of redirect in admin monitor
      
      * Update TODO comments in test to current implementation
      
      * Include link to parent directory unless in top level directory
      
      * Update validation message when we cannot determine instance identity
      
      * Improve tests
      
      * Fix permission exception, further improve tests
      
      * Annotation was redundant
      
      * Add test for resource domain monitor activation
      
      * Do not go through hex encoding/decoding
      
      * Address review comments
      
      Co-Authored-By: default avatarJesse Glick <jglick@cloudbees.com>
      
      * Address further review feedback
      
      * Better logging, handle exception when the user is gone
      
      * Only get the bytes once
      
      * Inline help improvements
      
      Co-Authored-By: default avatarJeff Thompson <jeffret.g@gmail.com>
      24d0cf90
    • Thomas de Grenier de Latour's avatar
    • Oleg Nenashev's avatar
      2f4210ab
    • Daniel Beck's avatar
      Remove browser-based metadata download (#3970) · 070b625f
      Daniel Beck authored
      * Remove browser-based metadata download
      
      * Fix Javadoc, add TODO
      
      * Further cleanup
      
      * Remove leftover reference to DownloadService from UI
      
      * License header and note of origin for DailyCheck
      
      * Add Javadoc with note about the update frequency
      070b625f
  5. Oct 10, 2019
    • StefanSpieker's avatar
      Mark TarOutputStream as restricted (#4272) · b26fff4f
      StefanSpieker authored
      * removed deprecated TarOutputStream
      
      * restored TarOutputStream and added @Restricted(NoExternalUse.class) to the class as suggested
      
      * Added @Restricted(NoExternalUse.class) to TarInputStream
      
      * added the @RestrictedSince(2.200) as suggested
      b26fff4f
  6. Oct 09, 2019
  7. Oct 08, 2019
  8. Oct 07, 2019
  9. Oct 06, 2019
  10. Oct 05, 2019
  11. Oct 04, 2019