Guest User

Untitled

a guest
Jan 19th, 2019
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. ------------------------------------------------------------
  2. revno: 129
  3. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  4. branch nick: sloecode
  5. timestamp: Wed 2011-09-21 19:18:13 +0200
  6. message:
  7. Allow _-. in person identifiers.
  8. ------------------------------------------------------------
  9. revno: 130
  10. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  11. branch nick: sloecode
  12. timestamp: Wed 2011-09-21 19:18:23 +0200
  13. message:
  14. Allow _-. in project identifiers.
  15. ------------------------------------------------------------
  16. revno: 131
  17. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  18. branch nick: sloecode
  19. timestamp: Thu 2011-09-22 11:33:09 +0200
  20. message:
  21. Add support for using PAM for authentication.
  22. ------------------------------------------------------------
  23. revno: 132
  24. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  25. branch nick: sloecode
  26. timestamp: Thu 2011-09-22 11:41:33 +0200
  27. message:
  28. Add on-the-fly user creation when a new user logs in.
  29.  
  30. Useful when using an external authentication system (like PAM).
  31. ------------------------------------------------------------
  32. revno: 133
  33. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  34. branch nick: sloecode
  35. timestamp: Thu 2011-09-22 11:48:48 +0200
  36. message:
  37. Do not allow user creation and password changes when using PAM.
  38.  
  39. Add allow_password_modification and allow_user_creation helpers:
  40.  
  41. * allow_password_modification: return True if changing password is allowed
  42.  
  43. * allow_user_creation: return True if user creation is allowed
  44.  
  45. Both are not allowed when using PAM.
  46.  
  47. Update person-create and person-update page: do not show password changes are
  48. not allowed.
  49.  
  50. Do not show 'Admin/Person/Create New' entry in navigation bar when user
  51. creation is not allowed.
  52. ------------------------------------------------------------
  53. Fix user creation to work when password modification is not allowed.
  54.  
  55. Even when using PAM for authentication, it can still be useful to create users:
  56. - an administrator can manage the details of user creation.
  57. - even if the user don't exist on the PAM side, and won't be allowed to connect
  58. to the web interface, he may still interact with the code hosting server.
  59. ------------------------------------------------------------
  60. revno: 135
  61. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  62. branch nick: sloecode
  63. timestamp: Thu 2011-09-22 20:24:58 +0200
  64. message:
  65. Remove left-over debug trace in helpers.
  66. ------------------------------------------------------------
  67. revno: 136
  68. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  69. branch nick: sloecode
  70. timestamp: Thu 2011-09-22 20:30:08 +0200
  71. message:
  72. Add support for public projects.
  73.  
  74. A public project will automatically be read-only accessible by all users,
  75. without the need to manually add them as observers.
  76. ------------------------------------------------------------
  77. revno: 137
  78. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  79. branch nick: sloecode
  80. timestamp: Thu 2011-09-22 20:33:33 +0200
  81. message:
  82. Fix "permission denied" trace when accessing another user repository.
  83. ------------------------------------------------------------
  84. revno: 138
  85. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  86. branch nick: sloecode
  87. timestamp: Fri 2011-09-23 18:29:05 +0200
  88. message:
  89. Quick hack to allow read-only access to all user repositories.
  90. ------------------------------------------------------------
  91. revno: 139
  92. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  93. branch nick: sloecode
  94. timestamp: Fri 2011-09-23 21:33:20 +0200
  95. message:
  96. Change logfile name to include username when launching 'bzr sc-serve'.
  97. ------------------------------------------------------------
  98. revno: 140
  99. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  100. branch nick: sloecode
  101. timestamp: Mon 2011-09-26 15:21:04 +0200
  102. message:
  103. Quick hack: change branches display name.
  104.  
  105. Use path relative to containing repository, instead of nickname.
  106. ------------------------------------------------------------
  107. revno: 141
  108. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  109. branch nick: sloecode
  110. timestamp: Mon 2011-09-26 15:23:06 +0200
  111. message:
  112. More fine-grained control for projects.
  113.  
  114. Read-only access for:
  115. * everybody when project is public
  116. * all project members if project is private
  117.  
  118. Read/write access for:
  119. * managers and developers of the project
  120. ------------------------------------------------------------
  121. revno: 142
  122. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  123. branch nick: sloecode
  124. timestamp: Mon 2011-09-26 19:09:43 +0200
  125. message:
  126. Quick hack: change branches display name.
  127. ------------------------------------------------------------
  128. revno: 143
  129. committer: Benoît PIERRE <benoit.pierre@gmail.com>
  130. branch nick: sloecode
  131. timestamp: Mon 2011-09-26 19:09:55 +0200
  132. message:
  133. More fine-grained control for projects.
Add Comment
Please, Sign In to add comment