##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r244:a99bca28
threading: Use the curl session factory.
Martin Bornhold
0
r243:dae685be
threading: Add factory that creates curl session for each thread. When creating a repo with an import url pointing to another repo on the same enterprise instance we call the vcssserver to check the url. The vcsserver then calls to enterprise to verify the url. This leads to two threads using the same cur session.
Martin Bornhold
0
r242:96f10eea
nix: Propagate doCheck attribute.
0
r241:17b8c613
release: Provide attribute releaseName Used from rcpkgs to package things up for the installer and control.
0
r240:c6c7f53d
release: Remove dependency greenlet
0
r239:0d0c8b93
authn: Use type() instead of __class__ attribute.
0
r238:b082c123
authn: Test authentication plugin settings POST views.
0
r237:840f51fa
authn: Fix priority of default values if some values are missing during POST Normally this affects only the test suite but doesn't hurt to be correct :)
0
r236:2440a1e7
authn: Allow to pass in a default value if setting is not available in DB.
0
r235:dee287cd
authn: Unit tests to simply get the authentication settings pages. Checks for enabled (retcode=200) and disabled (retcode=404) plugins.
Martin Bornhold
0
r234:3a3d2ce1
authn: Create context managers to enable/disable an authentication plugin in DB.
Martin Bornhold
0
r233:9655ec62
authn: Add fixture that provides authentication plugin instances.
Martin Bornhold
0
r232:299ebd92
authn: Don't use setting value to compute the setting type.
0
r231:b3a11d63
admin: Use error message from UserCreationError when updating a user. If we get a UserCreationError on updating a user we should display the more specific error message from the exception.
0
r230:636c8b2a
events: Send events when user is created or updated. Send the UserPreCreate event before a new user is created. Send the UserPreUpdate event before a user is updated.
0
r229:a33067ed
events: Add a method to model base class for sending events. This wraps the logic to send pyramid events at a single place.
0
r228:d4ffc03c
events: Add user data to UserPreCreate und UserPreUpdate events.
0
r227:8af8d224
events: Add events for pre user create and pre user update. These events are emitted before a user is created or updated.
0
r226:6371ca5e
autocomplete: allow to pass in a GET flag to control if non-active users should be returned in autocomplete data.
0
r225:48a40e43
repos, repo groups, user groups: visually show what user is an owner, and if potentially he is disabled in the system.
0
load next
< 1 .. 218 219 220 221 222 .. 231 >
showing 20 out of 4604 commits