Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
vor 14 Jahren |
randomhuman
|
30306a775a
Made it impossible to create a user with names containing spaces and prevented passwords from being echoed after enter is pressed.
|
vor 14 Jahren |
Melanie
|
14c587bea1
Thank you, Snoopy2, for a patch to fix RemoteAdmin. Committed with the following
|
vor 14 Jahren |
Justin Clark-Casey (justincc)
|
75878c8f43
get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAuthenticationData plugin
|
vor 14 Jahren |
Justin Clark-Casey (justincc)
|
0ef41e62bc
minor: move a method so that the #regions make more sense
|
vor 14 Jahren |
Justin Clark-Casey (justincc)
|
505cb82dee
fission UserAccountService.HandleCreateUser() into two methods, one which handles user command parsing and another which actually does the work
|
vor 14 Jahren |
Diva Canto
|
a58859a0d4
GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway.
|
vor 14 Jahren |
Melanie Thielker
|
d0accc0732
Allow retrieval if admin users in scope mode
|
vor 14 Jahren |
Diva Canto
|
e6ed9b6747
* Guard against null in last commit
|
vor 14 Jahren |
Diva Canto
|
6485c576a1
* Made UserAccountService handle UserLevel, UserFlags and UserTitle appropriately.
|
vor 14 Jahren |
Diva Canto
|
dbb2edf1a6
Fixed caching of user accounts.
|
vor 14 Jahren |
Diva Canto
|
463d775261
Bug fix on user account creation -- ServiceURLs field now properly filled out.
|
vor 14 Jahren |
Diva Canto
|
aee887afaf
Added empty service URLs upon account creation.
|
vor 14 Jahren |
Diva Canto
|
2e7aa387f7
One more test running.
|
vor 14 Jahren |
Diva Canto
|
24ab3e2d5f
Fixed mixed-case use in UserAccounts table. Plus some more sanity checks on filling out the UserAccount data.
|
vor 15 Jahren |
Diva Canto
|
d939668d6a
Bug fix in create user: create inventory was missing.
|
vor 15 Jahren |
Diva Canto
|
7356860b48
Several more buglets removed.
|
vor 15 Jahren |
Diva Canto
|
7cb66de2e0
* Moved command reset password from OpenSim to UserAccountService.
|
vor 15 Jahren |
Diva Canto
|
96ecdcf9c5
* Added SetPassword to IAuthenticationService.
|
vor 15 Jahren |
Diva Canto
|
25fdbd6cbc
Less refs to UserProfileCacheService. Compiles but likely doesn't run.
|
vor 15 Jahren |
Melanie
|
01f6aee020
Implement avatar picker queries
|
vor 15 Jahren |
Melanie
|
99ad7aac7f
Implement saving user account data
|
vor 15 Jahren |
Melanie
|
3507005d9d
Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.
|
vor 15 Jahren |
Melanie
|
96f387ce49
Make ScopeID be wild on user queries. Just pass it as UUID.Zero
|
vor 15 Jahren |
Melanie
|
b6097ae9a8
Some modifications to user service. Query by name is implemented now
|
vor 15 Jahren |
Diva Canto
|
be2f033626
More renames to make everything consistent. This is the UserAccountService.
|
vor 15 Jahren |