1. 21 10月, 2019 2 次提交
  2. 19 10月, 2019 3 次提交
  3. 18 10月, 2019 4 次提交
  4. 17 10月, 2019 5 次提交
  5. 16 10月, 2019 5 次提交
  6. 15 10月, 2019 2 次提交
  7. 14 10月, 2019 1 次提交
  8. 13 10月, 2019 5 次提交
  9. 12 10月, 2019 7 次提交
  10. 11 10月, 2019 5 次提交
    • O
      [JENKINS-59605] Unify the JS validation behavior · 270d9675
      Oliver Gondža 提交于
      270d9675
    • D
      [JENKINS-41891] Resource domain support (#4239) · 24d0cf90
      Daniel Beck 提交于
      * [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: NJesse 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: NJeff Thompson <jeffret.g@gmail.com>
      24d0cf90
    • T
      96cc9ce0
    • O
      Split developer and internal changes (#4283) · 2f4210ab
      Oleg Nenashev 提交于
      2f4210ab
    • D
      Remove browser-based metadata download (#3970) · 070b625f
      Daniel Beck 提交于
      * 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
  11. 10 10月, 2019 1 次提交
    • S
      Mark TarOutputStream as restricted (#4272) · b26fff4f
      StefanSpieker 提交于
      * 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