1. 28 3月, 2010 2 次提交
  2. 26 3月, 2010 1 次提交
  3. 23 3月, 2010 1 次提交
  4. 17 3月, 2010 1 次提交
  5. 24 2月, 2010 1 次提交
  6. 16 2月, 2010 2 次提交
  7. 11 2月, 2010 1 次提交
  8. 30 1月, 2010 1 次提交
  9. 18 1月, 2010 1 次提交
  10. 17 1月, 2010 1 次提交
  11. 08 1月, 2010 1 次提交
  12. 01 1月, 2010 1 次提交
  13. 06 11月, 2009 1 次提交
  14. 22 10月, 2009 2 次提交
  15. 20 10月, 2009 1 次提交
  16. 15 10月, 2009 2 次提交
  17. 28 9月, 2009 1 次提交
  18. 12 9月, 2009 1 次提交
    • D
      [HUDSON-3677] First pass at providing read-only access to project configuration. · 2a34cdaf
      dty 提交于
      Defined a new permission, ExtendedRead, which can be enabled by specifying true
      for the system property hudson.security.ExtendedReadPermission. Granting job
      configuration permissions implies this permission.
      
      	main/core/src/main/java/model/Item.java
      
      Added plumbing for dynamic enabling and disabling of permissions at runtime.
      This will be the basis for future UI based toggling of the availability of a
      permission.
      
      	main/core/src/main/java/hudson/security/Permission.java
      
      Add the enabled state of a permission to the decision about whether a principal
      has it or not. Only show a permission when it's enabled.
      
      	main/core/src/main/java/hudson/security/GlobalMatrixAuthorizationStrategy.java
      
      Allow access to config.xml when ExtendedRead is granted.
      
      	main/core/src/main/java/hudson/model/Job.java
      
      Don't show the save button if the user only has ExtendedRead.
      
      	main/core/src/main/resources/hudson/model/Job/configure.jelly
      
      Change the text of the Configure link in the side panel based on whether a user
      has Configure or ExtendedRead permissions.
      
      	main/core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly
      
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21626 71c3de6d-444a-0410-be80-ed276b4c234a
      2a34cdaf
  19. 15 7月, 2009 1 次提交
  20. 20 6月, 2009 2 次提交
  21. 13 6月, 2009 2 次提交
  22. 09 6月, 2009 1 次提交
  23. 16 5月, 2009 1 次提交
  24. 12 5月, 2009 1 次提交
  25. 24 3月, 2009 1 次提交
  26. 11 2月, 2009 1 次提交
  27. 07 2月, 2009 1 次提交
  28. 25 1月, 2009 2 次提交
  29. 12 1月, 2009 1 次提交
  30. 03 1月, 2009 1 次提交
  31. 19 12月, 2008 1 次提交
  32. 17 12月, 2008 1 次提交
  33. 19 11月, 2008 1 次提交