Commit Graph

268 Commits

Author SHA1 Message Date
Sebastien Ros
81ed251b80 Updating version numbers
--HG--
branch : 1.x
2012-10-18 12:49:52 -07:00
Sebastien Ros
f00a67f746 #19156: Removing WindowsIdentity verification
Work Item: 19156

--HG--
branch : 1.x
2012-10-18 11:46:05 -07:00
Sebastien Ros
b57793d890 #19064: Fixing how User content items are updated
The part records where updated but no events were triggered because Publish
was not called correctly. It needed a Get(DraftRequired) and
ContentManager.Publish(user)

Work Item: 19064

--HG--
branch : 1.x
2012-10-02 11:51:14 -07:00
Sebastien Ros
2c783b079d #19020: Fixing email validation
Work Item: 19020

--HG--
branch : 1.x
2012-09-24 11:05:38 -07:00
Sebastien Ros
164040f442 Using DisplayText to render usernames
It could allow profile modules to override the displayed name for a user

--HG--
branch : 1.x
2012-09-20 16:27:00 -07:00
Sebastien Ros
a3e6916bdd #18917: Upgrading solution file to Visual Studio 11
Work Item: 18917

--HG--
branch : 1.x
2012-08-15 10:14:09 -07:00
Sebastien Ros
9a00d1f5da Fixing LogOn view syntax errore
--HG--
branch : 1.x
2012-08-08 15:36:09 -07:00
Sebastien Ros
091e16b33b Updating version numbers
--HG--
branch : 1.x
2012-07-07 15:09:56 -07:00
Sebastien Ros
6efa545969 #18789: LogOn override would break with new RememberMe checkbox
Work Item: 18789

--HG--
branch : 1.x
2012-07-05 13:39:17 -07:00
Sebastien Ros
89cf448bec #18469: Replacing UserPart by IUser in UserContext
Work Item: 18469

--HG--
branch : 1.x
2012-07-03 10:01:11 -07:00
Sebastien Ros
0c437c9698 #18557: Fixing duplicate html ids in Users
Work Item: 18557

--HG--
branch : 1.x
2012-07-03 09:55:17 -07:00
SeanFarrow
ed2c2c948b #18625: Fixing "Remember Me" checkbox
Work Item: 18625

--HG--
branch : 1.x
2012-07-03 09:27:11 -07:00
Sebastien Ros
ab0b8b095d Updating version numbers
--HG--
branch : 1.x
2012-05-03 14:58:16 -07:00
Sebastien Ros
01ec06695d #18605: Calling missing ChangePassword event handler in LostPassword page
Work Item: 18605

--HG--
branch : 1.x
2012-04-24 14:38:31 -07:00
Sebastien Ros
326c8df745 Removing security attributes conflicting with dynamic compilation.
BuildManager.GetCompiledAssembly will generate an AssemblyInfo.cs file which
will get compiled with the project, but create a conflict as two SecurityRules
attributes can't be defined at the same time. For VS 11 Beta compatibility.

--HG--
branch : 1.x
2012-04-23 12:30:01 -07:00
Sebastien Ros
c2faf0152f Adding a missing hint in Users settings
--HG--
branch : 1.x
2012-03-20 15:17:42 -07:00
Sebastien Ros
6ed1b88f17 Replacing [SecurityTransparent] by [SecurityRules(SecurityRuleSet.Level2)]
--HG--
branch : 1.x
extra : rebase_source : 87b17cd15d51603bc6f39f01c911b414aa6428cb
2012-03-14 11:27:02 -07:00
Sebastien Ros
e5a5decf7b Updating version numbers
--HG--
branch : 1.x
2012-02-29 11:29:55 -08:00
Sebastien Ros
5f100afbce Fixing unit tests
--HG--
branch : 1.x
2012-02-28 16:48:26 -08:00
Sebastien Ros
56befec173 #18425: Fixing challenge email again
Work Item: 18425

--HG--
branch : 1.x
2012-02-28 15:54:10 -08:00
Sebastien Ros
b101224b6a #18425: Send challenge email could use a wrong root url
Work Item: 18425

--HG--
branch : 1.x
2012-02-28 13:16:53 -08:00
Sebastien Ros
62a67e9a7b #18455: Fixing XmlRpc front end access
Work Item: 18455

--HG--
branch : 1.x
2012-02-24 17:51:25 -08:00
Sebastien Ros
e2f93cd39f 18427: Fixing registration settings edition
Work Item: 18427

--HG--
branch : 1.x
2012-02-21 14:16:43 -08:00
Sebastien Ros
b26199832c #18376: Removing conflicting property in UserCreateViewModel
Work Item: 18376

--HG--
branch : 1.x
2012-01-25 16:16:33 -08:00
Sebastien Ros
918d05352d #18357: Using BaseUrl in validation emails if available
Work Item: 18357

--HG--
branch : 1.x
2012-01-13 16:38:39 -08:00
Sebastien Ros
81eac32945 Adding static content client cache defaults
--HG--
branch : 1.x
2012-01-12 15:28:16 -08:00
Sebastien Ros
af5b733faf #18330: Fixing challenge email not sent
Work Item: 18330

--HG--
branch : 1.x
2012-01-11 15:37:34 -08:00
bertrandleroy
bf680fd72f Fix for notify moderation checkbox in settings
--HG--
branch : 1.x
2012-01-05 16:06:32 -08:00
Sebastien Ros
a1802afe3a Updating web.config files for Resharper compatibility
--HG--
branch : 1.x
2012-01-04 11:15:31 -08:00
Sebastien Ros
1fbd699ef1 #17811: Import/Export Users
Work Item: 17811

--HG--
branch : 1.x
2011-12-30 16:02:00 -08:00
Sebastien Ros
573fd2c902 Preliminary performance optimizations
--HG--
branch : 1.x
2011-12-20 18:16:39 -08:00
Sebastien Ros
660ce58382 #18264: Fixing SetPasswordEncryted
Work Item: 18264

--HG--
branch : 1.x
2011-12-15 17:34:20 -08:00
Bertrand@Nutella
7388df97b0 Mail action now can send to arbitrary lists of addresses, with token support.
Code also more resilient to dynamically created recipients.

--HG--
branch : 1.x
2011-12-06 17:11:24 -08:00
Sebastien Ros
1b004bbc9d #17552: Allowing multiple recipient when using IMessageManager
Work Item: 17552

--HG--
branch : 1.x
2011-12-05 12:20:37 -08:00
Sebastien Ros
b996a14a69 #18250: Removing extra space when "Lost passzord" is displayed
Work Items: 18250

--HG--
branch : 1.x
2011-12-02 15:20:45 -08:00
Sebastien Ros
6f02cd1ec8 #18157: Adding a exception on RequestLostPassword action when appying AccessFrontEnd permission
Work Item: 18157

--HG--
branch : 1.x
2011-12-01 12:35:57 -08:00
Sebastien Ros
e96ea8f47d #17248: Orchard.Users options dependent on Orchard.Email should not be available
Work Item: 17248

--HG--
branch : 1.x
2011-11-28 15:00:08 -08:00
Suha Can
dbe908a717 Exception handling consolidation in command handlers.
Use Context.Output to write error messages when you handle an Exception or an error case. If you can't recover afterwards, just return.
Don't throw an exception from within the handler unless necessary.
-> If you want to throw due to an inner exception, throw an OrchardException. Add an error message and the exception as the innerexception of your OrchardException.
Your exception will be caught by the command executive, an error message will indicate which command failed, and the inner exceptions will be displayed.
Also, do not return values from commands, they are not services.

--HG--
branch : 1.x
extra : transplant_source : %5Ej%123%DA%E0%28%A7l%F5%F9%A4%B0z%05%EB%E4%21%FD%DC
2011-06-10 13:34:29 -07:00
Sebastien Ros
efa24db822 Adding a space before "Lost Your Password?"
--HG--
branch : 1.x
2011-10-14 10:15:08 -07:00
Sebastien Ros
c2b770c916 Updating assembly info
--HG--
branch : 1.x
2011-10-03 11:19:57 -07:00
Sebastien Ros
b51229c62f Some progress on integration tests
--HG--
branch : 1.x
2011-09-30 12:13:13 -07:00
Sebastien Ros
57554e112f #17667: Fixing AccessFrontEnd permission
Work Items: 17667

--HG--
branch : 1.x
2011-09-13 18:09:55 -07:00
Suha Can
bf5cfef15f SantiagoIT's contribution to add an approved event to the user event handler, with a slight modification to where it's raised in the membership service on user creation.
--HG--
branch : contributions
2011-06-16 13:19:42 -07:00
Renaud Paquay
846a40a1fe Update version to generic 1.2.0
--HG--
branch : 1.x
2011-05-24 19:49:58 -07:00
Andre Rodrigues
0073fbd1a9 #17691: Possible to create invalid admin account with Turkish collation
--HG--
branch : 1.x
2011-04-08 14:44:32 -07:00
Nathan Heskew
a4248217cd Changing how user removal works.
--HG--
branch : 1.x
2011-04-08 15:01:33 -07:00
jowall
05d66c171b Updated Settings titles.
--HG--
branch : 1.x
2011-04-07 11:14:46 -07:00
jowall
f61fda1190 Updated titles on setttings screens.
--HG--
branch : 1.x
2011-04-06 15:55:39 -07:00
jowall
9ae58e1906 Update to admin screen titles.
--HG--
branch : 1.x
2011-04-01 12:42:49 -07:00
Suha Can
15366e89e5 Fixing #17500: Change order of menu items to reflect real usage
--HG--
branch : 1.x
2011-03-31 15:44:24 -07:00