Commit Graph
8679 Commits
Author SHA1 Message Date
Lombiq 8dae8f3d5b User approval, disabling and challange e-mail re-send is an unsafe operation and should use POST. 2015-01-26 20:21:12 +01:00
Lombiq e612fc031e Normalizing line endings in Orchard.Users AdminController 2015-01-26 20:12:23 +01:00
Lombiq 2187f51d48 #21167: Fixing that Roles tried to access permissions of a feature before its migrations could run.
Work Item: 21167
2015-01-26 19:08:57 +01:00
Lombiq 9b882ac313 Fixing NRE with new BlogPost items 2015-01-26 16:32:24 +01:00
Nicholas Mayne 6da71470dd Adding homepage to list of cultures 2015-01-26 13:27:15 +00:00
Nicholas Mayne d27fa1d413 Spliting the cookie selector in to two allowing for FrontEnd cookie set and admin cookie set. 2015-01-26 13:26:06 +00:00
Lombiq d5c85265b5 #21158: Preventing disabled shells from being started.
Work Item: 21158
2015-01-25 22:49:05 +01:00
Lombiq a6c467106f Typo 2015-01-25 22:34:42 +01:00
Lombiq 22ee57582d #20928: Preventing race condition when starting shells
Work Item: 20928
2015-01-25 22:33:27 +01:00
Sebastien Ros 29e373202a Refactoring PBKDF2 support 2015-01-22 18:36:26 -08:00
Lombiq c75b7f4434 Untabifying config files with mixed tabs-spaces 2015-01-22 12:46:29 +01:00
Lombiq a8ec1935b7 Adding logging for background tasks 2015-01-22 12:44:40 +01:00
Lombiq 07ad6329f6 Fixing ironic typo 2015-01-20 19:01:53 +01:00
Lombiq 604dfb67bf Streamlining Migrations.cs for Orchard.PublishLater and adding description for ArchiveLaterPart 2015-01-20 18:55:51 +01:00
Lombiq 9320e48b09 #20942: Setup now harvests setup recipes from all modules for the setup screen.
Work Item: 20942
2015-01-18 00:26:25 +01:00
Lombiq 5b74c20553 #21036: User password hashes are now created with the PBKDF2 algorithm.
Work Item: 21036
2015-01-17 22:42:40 +01:00
Lombiq af40271734 Adding AppConfigurationAccessor to access appSettings or connectionStrings in an injected, loosely-coupled way.
Copied from Helpful Libraries, adapted to Orchard conventions.
2015-01-17 19:24:27 +01:00
Lombiq 1e51f157ea Normalizing line endings in MembershipService 2015-01-16 23:19:13 +01:00
Lombiq f35c4df120 #21015: Adding methods to automatically export and import infoset data.
Work Item: 21015
2015-01-16 23:08:17 +01:00
Lombiq 7df7e1086a Disabling compile on save for LESS and TS (OFF was default, mistakenly added ON) 2015-01-16 22:33:09 +01:00
Lombiq 1ba8fb1abd Format ContentPartDriver 2015-01-16 19:25:57 +01:00
Lombiq 0fcc8ebb40 #20788: Adding Web Essentials solution-wide settings.
Work Item: 20788
2015-01-16 13:08:10 +01:00
Nicholas Mayne bf9722b063 Removing extra li from comments 2015-01-16 11:58:11 +00:00
Sipke Schoorstra 9762d694df Merge branch '1.x' of https://git01.codeplex.com/orchard 2015-01-16 00:06:58 +01:00
Sipke Schoorstra cdd1961a8a Updated to Microsoft Azure SDK 2.5. 2015-01-16 00:06:27 +01:00
Lombiq ef10c6902b #20498: Exposing the StorageAccount object from AzureFileSystem
Work Item: 20498
2015-01-15 23:31:07 +01:00
Lombiq a012ed0ce3 Untabifying SiteSettingsPartDriver 2015-01-15 20:27:20 +01:00
Lombiq a05ef10322 #20520: Adding Rebracer config file to automatically set the conventional brace styling
Work Item: 20520
2015-01-15 20:19:47 +01:00
Lombiq aa9c12de0d Fixing csproj...
https://www.youtube.com/watch?v=TN-cNe4EpgE
2015-01-14 23:36:51 +01:00
Lombiq ef4d5a3ac6 Renaming OwinMiddleware to OwinMiddlewareRegistration
Since there is a 1 to n association between such objects and middlewares (that are actually just the delegates that run in the pipeline) the terminology was confusing.
2015-01-14 23:35:02 +01:00
Zoltán Lehóczky 444ec29d36 Adding inline documentation for Owin types
The people have spoken!
2015-01-14 23:31:29 +01:00
Nicholas Mayne 6dd00789f3 Fixing Theme previewing 2015-01-14 11:56:55 +00:00
Nicholas Mayne 98bd9e0a9c Fixing bug with null reference on Tags 2015-01-14 11:11:29 +00:00
Lombiq 4cb06abd2a Fixing that the new HttpAsyncHandler didn't expose the RequestContext, causing injected RequestContext objects to be empty 2015-01-12 18:22:06 +01:00
Lombiq 94cdaa3d74 Git files are now also excluded from publish 2015-01-10 19:56:55 +01:00
Zoltán Lehóczky 580aec2a9a Merge branch 'feature/owin' into 1.x 2015-01-06 22:18:08 +01:00
Sipke Schoorstra 893f0149c9 Layouts: Refactoring the way data is transferred between the layout editor and modal element editor dialog.
This change makes implementing element editors more intuitive, since they no longer rely on the initial postback from layout editor to the element editor dialog.
The ObjectStore is a simple database table that serves as a robust data transfer mechanism to share element state without the need for the host (content) to be persisted.
We could have used SessionState, but that would have added configuration requirements when hosting in a web farm.
2015-01-03 17:28:24 +01:00
Sipke Schoorstra 287e50b4f7 Revert "Working around an model state / HTML helper issue."
This reverts commit dca8697767.
2015-01-03 14:05:20 +01:00
Daniel Stolt b359dc9f29 Clarified feature names and descriptions in Orchard.Localization. 2014-12-31 13:27:52 +01:00
Daniel Stolt bcb720f659 Changed incorrect Arabic letters to correct Farsi counterparts. 2014-12-30 20:03:48 +01:00
Nicholas Mayne 6d5ceb02f0 Fixing more Cutlure spelling mistakes -> to Culture 2014-12-30 16:53:57 +00:00
Bertrand Le Roy 5fdaeaf519 Improve oEmbed story by enabling the construction of oEmbed items, and the edition of the parameters that came from the oEmbed provider. 2014-12-29 16:09:39 -08:00
Lombiq 767aa42456 Fixing that DefaultContentManagerSesson.Clear() should clear all of its dictionaries 2014-12-28 00:29:21 +01:00
Lombiq ae0a195801 Adding support for disabling Owin (with its standard appSettings config), and disabling it for Specs. This allows Specflow tests to be run, without Owin (since Owin prevented those tests from running, it requiring integrated pipeline that is not available when self-hosting through HttpRuntime). 2014-12-25 00:10:45 +01:00
Zoltán Lehóczky 4845e2dc4b Merge remote-tracking branch 'origin/1.x' into feature/owin 2014-12-24 19:52:43 +01:00
Sipke Schoorstra 15c02aaa3a Fixing multiple drivers per element issue.
This issue fixes an issue where multiple drivers for the same element type would throw an exception due to the element type being present more than once in the element type repository.
2014-12-21 11:55:14 +01:00
Sipke Schoorstra dca8697767 Working around an model state / HTML helper issue.
The issue occurs when rendering an Html.CheckBox whose state contains a "true,false" string for example.
That string cannot be parsed into a boolean, so an error occurs.
This fix simply ignores any additional values for a given key (which presumably is what the default behavior is anyway, since the issue does not occur with the default value providers).
2014-12-21 11:08:08 +01:00
Sipke Schoorstra 53ab8845e6 Handling null content case. 2014-12-19 23:55:20 +01:00
Sipke Schoorstra dfe066a3e6 Decoupling layout editor from LayoutPart.
These changes allow for better reuse of the layout editor without requiring a LayoutPart (which is simply there to store Layout state)
2014-12-18 13:18:55 +01:00
Sipke Schoorstra 829bfb094a Fixing blueprint element caching bug.
This fixes the issue where blueprint elements were still available even after deleting them.
The fix is to evict the cached element descriptors when a blueprint element is deleted.
2014-12-14 19:46:16 +01:00