Commit Graph

203 Commits

Author SHA1 Message Date
Nathan Heskew
6c5c36f17d Adding admin menu icons for navigation, media, modules, tags, themes, users and widgets.
--HG--
branch : dev
2011-02-21 15:28:55 -08:00
andrerod
7ffb7e02d4 Delegating title positioning to Layout.cshtml.
--HG--
branch : dev
rename : src/Orchard.Web/Themes/TheAdmin/Views/BeforeContent.cshtml => src/Orchard.Web/Themes/TheAdmin/Views/Title.cshtml
2011-02-17 16:27:21 -08:00
Andre Rodrigues
1951b30189 Updating titles to new position.
--HG--
branch : dev
2011-02-16 11:04:36 -08:00
Sebastien Ros
02c07875f7 Sanitizing @Display(Model) usage
--HG--
branch : dev
2011-02-09 17:59:52 -08:00
Sebastien Ros
43207afcd8 Fixing Email pending filter in admin
--HG--
branch : dev
2011-02-09 08:37:47 -08:00
Andre Rodrigues
a8a48ab4e1 #17284: Exceptions should log errors
--HG--
branch : dev
2011-02-08 11:22:47 -08:00
Sebastien Ros
396632dbce #17276: Fixing email validation
--HG--
branch : dev
2011-02-07 17:26:00 -08:00
Sebastien Ros
ce1d3b31c4 #17191 Return the Register page as a ShapeResult
--HG--
branch : dev
2011-01-31 17:54:12 -08:00
Sebastien Ros
3c00aa7813 Displaying PageSize drop down in Users administration
--HG--
branch : dev
extra : transplant_source : %3A%C2%F4%5B%B3r%07%96hx%87%29_%05%8Fs%8A%EC%B9%90
2011-01-26 08:18:36 -08:00
Sebastien Ros
fcd3fbfb22 Preserving filter information accross page calls
--HG--
branch : dev
extra : transplant_source : %80R%A2%04S%40%E8l%12%F3YYAv%C5w%A1%CFhk
2011-01-17 17:47:05 -08:00
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
4d4d29e4eb Adapting Pager shape in Admin to handle huge number of items
- Displaying a window of pages
- Adding First and Last page links

--HG--
branch : dev
extra : transplant_source : %F5%ED%A3%92%40k%AE%E9%87%9Cs%28HF%83%9FM%02%E2%B8
2011-01-16 23:47:51 -08:00
Sebastien Ros
5ab768a0d7 Adding specflow test for Users module
--HG--
branch : dev
extra : transplant_source : %ECV%0C%F7%B4%99w%8E%24h%D0%8CM%FC%0A%3D%5D%C2t%B1
2011-01-16 22:41:28 -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
Dave Reed
be99957432 #17252: Adding web.configs too module roots, and codegen commands, to enable razor intellisense.
--HG--
branch : dev
2011-01-31 15:52:03 -08:00
Suha Can
cae67e8989 Merge
--HG--
branch : 1.x
2011-01-18 10:37:49 -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
Renaud Paquay
99e4ed8857 Updating version #s to match 1.0 release
--HG--
branch : 1.x
2011-01-17 15:04:57 -08:00
Kevin LaBranche
956fcd8e56 Fix for http://orchard.codeplex.com/workitem/17112. The Get Started, Register Account and Add User had different min lengths for password.
In looking at the membershipSettings class in Orchard the min length setting is 7.  I changed the add user (UserCreateViewModel) and the get
started (SetupViewModel) to match the min of 7 by modifying/adding a data annotation.

--HG--
branch : 1.x
2011-01-17 14:31:33 -07:00
Renaud Paquay
94563832d9 Updating version # to 1.0
--HG--
branch : 1.x
2011-01-11 16:47:30 -08: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
3969aed2ad Fixing email templating not to override unwanted messages
--HG--
branch : 1.x
2011-01-07 17:02:52 -08:00
Sebastien Ros
bdd3727804 Correcting the message sent to moderate the accounts
--HG--
branch : 1.x
2011-01-07 16:33:01 -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
Andre Rodrigues
ac2e533343 Adding messageprepared flag to user registration email event handler to allow handler swaping.
--HG--
branch : dev
2010-12-14 23:37:23 -08:00
Renaud Paquay
8935efc96c Update version # to 0.9.0
--HG--
branch : dev
2010-12-13 21:56:39 -08:00
Andre Rodrigues
a4e824fb4a #17033: Fixing live writter and blog post admin permissions.
--HG--
branch : dev
2010-12-10 18:54:36 -08:00
Sebastien Ros
0bd37630d4 Fixing compilation issue
--HG--
branch : dev
2010-12-10 17:44:43 -08:00
Sebastien Ros
8640262b8c Merge
--HG--
branch : dev
2010-12-10 17:37:16 -08:00
Sebastien Ros
83e2b84688 Removing NotImplementedException in MembershipService by using the new EncryptionService
--HG--
branch : dev
2010-12-10 17:04:40 -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
Suha Can
f6cfeb3d66 Refactoring
--HG--
branch : dev
2010-12-07 16:47:30 -08:00
Suha Can
c97a8d26cb Cleanup (includes)
--HG--
branch : dev
2010-12-07 15:47:45 -08:00
Sebastien Ros
fadcc4ef6e Adding IEncryptionServices
Implements symetric encoding/decoding services based on a per-tenant key generated randomly during setup in the ShellSettings.
Replaces MachineKey.Encode/Decode usages.
Adding ComputedField to wrap get/set calls from parts, making the Smtp password encrypted in the db automatically.

--HG--
branch : dev
2010-12-03 16:14:17 -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
Dave Reed
d86fb19308 #16922: Added webpages:Enabled=false to web.configs
--HG--
branch : dev
2010-12-02 13:22:32 -08:00
Sébastien Ros
cd5319dbd7 Removing "Remember me" checkbox
Work Item: 16870

--HG--
branch : dev
2010-12-02 08:37:04 -08:00
Andre Rodrigues
48ccf121f8 Setting name explicitly for all the module features.
--HG--
branch : dev
2010-12-01 16:34:28 -08:00
Sebastien Ros
081a3dc53b Improving lost password functionality
--HG--
branch : dev
2010-11-30 17:19:13 -08:00
Suha Can
0a5a48cf1d PERF: Fixing 16595 Verify User Unicity
--HG--
branch : perf
2010-11-29 14:13:02 -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
Renaud Paquay
26dcce0116 Fix errors detected by project validation task
--HG--
branch : dev
2010-11-24 11:56:47 -08:00
Renaud Paquay
e4ba511525 Tweak IAssemblyLoader loadig policy
A few common .net framework assemblies are referenced by the Orchard.Framework
assembly. Look into those to see if we can find the assembly we are looking for.

This is useful for orchard modules project files, where commonly used assemblies
don't need to be specified with a strong name.

--HG--
branch : dev
2010-11-21 21:59:24 -08:00