Commit Graph

65 Commits

Author SHA1 Message Date
Sebastien Ros
f4fd2d3ba1 Maintaining filter after postback, and fixing pager text with no results
--HG--
branch : dev
extra : transplant_source : %9D%83U%F6%AE%DCpT%D1%10%60%E3%5D%3D%89n%C2%60Qa
2011-01-17 07:22:49 -08:00
Sebastien Ros
b1c782004b Improving users management
--HG--
branch : dev
extra : transplant_source : %AA%18%27%A6%83%7B%E7o%24%CF%11%81%D7%84%9D%0C%FB%D11%FB
2011-01-15 09:33:29 -08:00
Kevin LaBranche
f999b9d859 Fix for http://orchard.codeplex.com/workitem/17054. Email address is not validated for a registered user.
Added code to the AccountController's ValidateRegistration to fix.  Also added two unit tests and went ahead and added the data annotation's
to the UserCreateViewModel and the UserEditViewModel as well since if we are accepting email addresses they might as well be valid (well-formed). :-)

--HG--
branch : 1.x
2011-01-17 16:14:05 -07:00
Sebastien Ros
10eb50c2ec Fixing validation messages not displayed when using ShapeResult
--HG--
branch : 1.x
2011-01-10 15:49:56 -08:00
Sebastien Ros
3f4365fe14 Enail validation should not automatically log on
Work Item : 17183

--HG--
branch : 1.x
2011-01-07 16:16:47 -08:00
Sebastien Ros
df70d8c4c8 Fixing lost password validation email
Work Item: 17150

--HG--
branch : 1.x
2011-01-07 12:01:05 -08:00
Sebastien Ros
f86c4b1375 Converting the LogOn view to a shape, and adding a ShapeResult to render shapes as an ActionResult without the need of a dedicated view
Work Item: 17046

--HG--
branch : 1.x
2011-01-06 15:29:28 -08:00
Dave Reed
629a48958f #17021 Redirects in actions using returnUrl need to only redirect to the returnUrl if Url.IsLocalUrl
We did this in a lot of places. Adds a controller extension method that makes this easier.

--HG--
branch : dev
2010-12-10 14:20:08 -08:00
Andre Rodrigues
18d1e80189 #16849: Replacing strings and console.writelines by exception throwing.
--HG--
branch : dev
2010-12-08 18:18:52 -08:00
Suha Can
44f54025b3 16961 Remove manage users permission
--HG--
branch : dev
2010-12-08 14:24:35 -08:00
Suha Can
c15e4d5ee8 Cleanup & Refactoring
--HG--
branch : dev
2010-12-07 17:11:55 -08:00
Sebastien Ros
3e29e2ed65 Improving e-mail templates and settings for users registration
--HG--
branch : dev
2010-12-02 15:46:33 -08:00
Sébastien Ros
cd5319dbd7 Removing "Remember me" checkbox
Work Item: 16870

--HG--
branch : dev
2010-12-02 08:37:04 -08:00
Sebastien Ros
081a3dc53b Improving lost password functionality
--HG--
branch : dev
2010-11-30 17:19:13 -08:00
Sébastien Ros
e2adccc598 Refactoring users challenge emails
- Adding unit tests
- Creating a stub for email messages
- Adding tenant's name to nonces in order to prevent cross-tenants substitution

--HG--
branch : dev
2010-11-28 18:34:13 -08:00
Sébastien Ros
4631207f51 Adding UI to change password
- new Lost Password link in LogOng view
- sends a reset link by mail

Work Item: 16341

--HG--
branch : dev
2010-11-26 17:02:22 -08:00
Andre Rodrigues
d94666aac0 Replace tabs for spaces in views, css and cs files.
--HG--
branch : dev
2010-11-24 16:10:08 -08:00
Sébastien Ros
e208860ea2 Correcting user management conflicts
Work Items: 16453, 16543

--HG--
branch : dev
2010-11-20 12:10:47 -08:00
Andre Rodrigues
a987f02af6 Documenting the (object) cast to avoid dynamic invocation.
--HG--
branch : dev
2010-11-19 17:42:30 -08:00
Andre Rodrigues
42fbe44c6b Medium Trust: Fixing aditional dynamic invocations of View method.
--HG--
branch : dev
2010-11-18 11:21:43 -08:00
andrerod
26ce8f8243 Medium trust: Avoiding dynamic dispatch to the view method (which is protected internal) and using static invocation by casting to object.
--HG--
branch : dev
2010-11-17 22:56:52 -08:00
Louis DeJardin
1d3813b9ab Merge
--HG--
branch : dev
2010-11-08 11:41:32 -08:00
Nathan Heskew
26d34da16a Fixing user registration to not sign the user in after account creation if new user accounts must be approved before use.
via the "Users must be approved before they can log in" site setting

--HG--
branch : dev
2010-11-05 15:18:26 -07:00
Nathan Heskew
67d430f303 Updating User create and edit to get the layout corrected and notifications not duplicated
--HG--
branch : dev
2010-11-05 14:53:55 -07:00
Suha Can
1ce1cc9521 PERF: Fix for Dispel CurrentUser/CurrentSite magic
http://orchard.codeplex.com/workitem/16718

--HG--
branch : perf
2010-11-04 20:24:48 -07:00
Louis DeJardin
70426a89b9 Overloading ContentPart to optionally have new shape passed in
If lambda takes an argument, it is dynamic, and is an uninitialized shape of the named type
ShapeHelper and IShapeHelperFactory are obsolete - IShapeFactory itself is now dynamic

--HG--
branch : dev
2010-10-15 17:24:30 -07:00
Sebastien Ros
477405bd3c Refactored action results to use defaults
--HG--
branch : dev
2010-10-14 14:51:41 -07:00
Sebastien Ros
dd53923130 Correcting http://orchardqa.codeplex.com/workitem/116
- Removed Orchard.Mvc.NotFoundResult, replaced by the new MVC HttpNotFoundViewResult

--HG--
branch : dev
2010-10-14 11:30:58 -07:00
Sebastien Ros
6f72d040b3 Corrected merge
--HG--
branch : dev
2010-10-11 13:53:07 -07:00
Sebastien Ros
42e409ceaf Merge
--HG--
branch : dev
2010-10-11 13:41:10 -07:00
Nathan Heskew
ddca57edd4 Making progress on updating the content manager API fit better with the new dynamic UI composition scheme
- Includes changing display-related implementations (drivers & views) to work with shapes
- Editor implementations still on the old template model
- Orchard.Blogs is currently using a different display type instead of specifying alterations (for Blog and BlogPost)

--HG--
branch : dev
2010-10-11 02:06:01 -07:00
Sebastien Ros
8ef28802a7 Correcting RolesPart display in User views
--HG--
branch : dev
2010-10-05 14:45:12 -07:00
Sebastien Ros
f997ca4143 Explicitly Theme front-end controllers
--HG--
branch : dev
2010-09-30 16:37:32 -07:00
Sebastien Ros
c959765831 Ignoring layout phase if not explicitly required
--HG--
branch : dev
2010-09-30 16:25:25 -07:00
Sebastien Ros
6f4dfba734 Migrated Orchard.Users
--HG--
branch : theming
2010-09-09 17:02:04 -07:00
Nathan Heskew
043bcf54ee Retiring ContentItemViewModel
...and all that entails
- things like IZone and IZoneCollection are barely roughed in

--HG--
branch : theming
2010-09-03 16:04:42 -07:00
Nathan Heskew
70453d012b Merge
--HG--
branch : dev
2010-09-02 21:29:10 -07:00
Nathan Heskew
33d47b3c39 Build*Model -> Build*Shape (in process of changing to work with (Clay) shapes instead of ContentItemViewModel)
--HG--
branch : dev
2010-09-02 15:11:33 -07:00
Sebastien Ros
257cb4682a Corrected resolution of username
- Using IRepository was also looking at removed content items

--HG--
branch : dev
2010-09-01 18:18:53 -07:00
Nathan Heskew
a40ebd5f7e Cleaned out remaining dependencies on BaseViewModel (sln builds once again - yay)
--HG--
branch : dev
2010-09-01 15:51:41 -07:00
Sebastien Ros
98d11e81f0 Added email challenge
--HG--
branch : dev
2010-09-01 14:39:28 -07:00
Sebastien Ros
2aa5d366cf Manage users moderation from admin
--HG--
branch : dev
2010-08-31 13:20:41 -07:00
Sebastien Ros
6264af8888 Registration settings
--HG--
branch : dev
2010-08-31 12:57:15 -07:00
Nathan Heskew
221efe54ac User -> UserPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Users/Drivers/UserDriver.cs => src/Orchard.Web/Modules/Orchard.Users/Drivers/UserPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Users/Handlers/UserHandler.cs => src/Orchard.Web/Modules/Orchard.Users/Handlers/UserPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Users/Models/User.cs => src/Orchard.Web/Modules/Orchard.Users/Models/UserPart.cs
rename : src/Orchard.Web/Modules/Orchard.Users/Models/UserRecord.cs => src/Orchard.Web/Modules/Orchard.Users/Models/UserPartRecord.cs
2010-07-22 23:56:17 -07:00
Renaud Paquay
3725b84b20 Refactoring a csproj file compiler/build provider
* Removed unused "ServiceLocator" class

* Added "OrchardHostContainerRegistry" class to enable Shim/HostContainer
  registration for DI

* Refactored the BuildProvider for .csproj file to use the new
  OrchardHostContainerRegistry class and enable proper DI for implementations.

--HG--
branch : dev
2010-06-21 16:40:13 -07:00
Louis DeJardin
b63e5f2bcd Working towards definition import/export
Reader and writer mapping definition to infoset
Devtools placeholder providing way to see/alter metadata
Reader on builder over existing content definition provides merge capabilies on import

--HG--
branch : dev
2010-06-06 14:58:27 -07:00
Louis DeJardin
c138cc996d Incremental work towards cache/volatile system
--HG--
branch : dev
2010-05-14 22:30:16 -07:00
Renaud Paquay
641e3833cd Make user validate a bit more robust 2010-05-13 16:31:40 -07:00
Suha Can
d4b79ea272 - Merge 2010-04-16 13:33:45 -07:00
Suha Can
13783e748a - Patch for issue #16396 by Andrew Ma 2010-04-16 13:14:45 -07:00