Skip to content

Commit

Permalink
Merge branch 'release/v1.00'
Browse files Browse the repository at this point in the history
  • Loading branch information
Robrecht Siera committed Nov 12, 2017
2 parents ec30223 + 03a12c4 commit d893ac5
Show file tree
Hide file tree
Showing 1,658 changed files with 544,525 additions and 1 deletion.
255 changes: 255 additions & 0 deletions .gitignore
@@ -0,0 +1,255 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# DNX
project.lock.json
artifacts/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# JetBrains Rider
.idea/
*.sln.iml
dist/
src/Satrabel.Starter.Web.Mvc/App_Data/
src/Satrabel.Starter.Web.Spa/App_Data/
14 changes: 13 additions & 1 deletion README.md
Expand Up @@ -32,12 +32,24 @@ We rewrite the UI of User management, Role Management and Tenant Management with

This autogenerated UI framework included in OpenApp is made with vuejs and use the javascript proxies generated by Abp + Json schemas generated for the Application services and Dtos. This UI framework let you also rapidelly create custom crud UI for your entities.

Based on the Asp.net Bolerplate standard template, we create standard reusable modules for most of web applications including user, role and tenant managment that are available as nuget packages. We created also a Mvc Starter Project for rapidely start a new application develoment.
Based on the Asp.net Boilerplate standard template, we create standard reusable modules for most of web applications including user, role and tenant managment that are available as nuget packages. We created also a Mvc Starter Project for rapidely start a new application develoment.

This way the reussable part of the Abp template are isolated and maintained centrally in this OpenApp Project.

![screenshot](https://raw.githubusercontent.com/sachatrauwaen/OpenApp/develop/screenshot-openapp.JPG)


## How to start
* Checkout development branch
* Open Satrabel.OpenApp.sln Solution in root folder
* Create a database named OpenAppDb in your Sql Server
* Check (and modify if necessary) the default connectionstring in \Satrabel.Starter.Web.Spa\appsettings.json
* Run the solution using Ctrl+F5 with Satrabel.Starter.Web.Spa as startup project
* The browser will open asking you to refresh the page. Refresh the page.
* Instead, if the browser just closes, then run the project again. (It means you were hitting F5 instead of Ctrl+F5. No worries.)
* Login with User name 'admin' and password '123qwe'


## Roadmap
Version 1.0.0
- [x] Language selector
Expand Down
73 changes: 73 additions & 0 deletions Satrabel.OpenApp.sln
@@ -0,0 +1,73 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AFAA0841-BD93-466F-B8F4-FB4EEC86F1FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F10AA149-2626-486E-85BB-9CD5365F3016}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Satrabel.OpenApp.Application", "src\Satrabel.OpenApp.Application\Satrabel.OpenApp.Application.csproj", "{3870C648-4AEA-4B85-BA3F-F2F63B96136A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Satrabel.OpenApp.EntityFramework", "src\Satrabel.OpenApp.EntityFramework\Satrabel.OpenApp.EntityFramework.csproj", "{E0580562-F8F2-4EBB-B07A-ABFC6F2C314F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Satrabel.Starter.Web.Mvc", "src\Satrabel.Starter.Web.Mvc\Satrabel.Starter.Web.Mvc.csproj", "{C6FA13E6-5535-44DA-A157-F8C3C46769A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Satrabel.OpenApp.Tests", "test\Satrabel.OpenApp.Tests\Satrabel.OpenApp.Tests.csproj", "{032CC8F8-8C9F-43C6-A15A-7A11B31B0236}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Satrabel.OpenApp.Domain", "src\Satrabel.OpenApp.Domain\Satrabel.OpenApp.Domain.csproj", "{0417D8AF-5B38-49E0-9A00-A76963EE25D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Satrabel.OpenApp.Web", "src\Satrabel.OpenApp.Web\Satrabel.OpenApp.Web.csproj", "{CC0B8F51-EB4D-46B3-9109-B2720FB147AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Satrabel.Starter.Web.Spa", "src\Satrabel.Starter.Web.Spa\Satrabel.Starter.Web.Spa.csproj", "{50F1D80E-3C12-4C83-A646-266D39C9E8BA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3870C648-4AEA-4B85-BA3F-F2F63B96136A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3870C648-4AEA-4B85-BA3F-F2F63B96136A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3870C648-4AEA-4B85-BA3F-F2F63B96136A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3870C648-4AEA-4B85-BA3F-F2F63B96136A}.Release|Any CPU.Build.0 = Release|Any CPU
{E0580562-F8F2-4EBB-B07A-ABFC6F2C314F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0580562-F8F2-4EBB-B07A-ABFC6F2C314F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0580562-F8F2-4EBB-B07A-ABFC6F2C314F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0580562-F8F2-4EBB-B07A-ABFC6F2C314F}.Release|Any CPU.Build.0 = Release|Any CPU
{C6FA13E6-5535-44DA-A157-F8C3C46769A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6FA13E6-5535-44DA-A157-F8C3C46769A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6FA13E6-5535-44DA-A157-F8C3C46769A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6FA13E6-5535-44DA-A157-F8C3C46769A0}.Release|Any CPU.Build.0 = Release|Any CPU
{032CC8F8-8C9F-43C6-A15A-7A11B31B0236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{032CC8F8-8C9F-43C6-A15A-7A11B31B0236}.Debug|Any CPU.Build.0 = Debug|Any CPU
{032CC8F8-8C9F-43C6-A15A-7A11B31B0236}.Release|Any CPU.ActiveCfg = Release|Any CPU
{032CC8F8-8C9F-43C6-A15A-7A11B31B0236}.Release|Any CPU.Build.0 = Release|Any CPU
{0417D8AF-5B38-49E0-9A00-A76963EE25D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0417D8AF-5B38-49E0-9A00-A76963EE25D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0417D8AF-5B38-49E0-9A00-A76963EE25D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0417D8AF-5B38-49E0-9A00-A76963EE25D3}.Release|Any CPU.Build.0 = Release|Any CPU
{CC0B8F51-EB4D-46B3-9109-B2720FB147AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC0B8F51-EB4D-46B3-9109-B2720FB147AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC0B8F51-EB4D-46B3-9109-B2720FB147AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC0B8F51-EB4D-46B3-9109-B2720FB147AF}.Release|Any CPU.Build.0 = Release|Any CPU
{50F1D80E-3C12-4C83-A646-266D39C9E8BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50F1D80E-3C12-4C83-A646-266D39C9E8BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50F1D80E-3C12-4C83-A646-266D39C9E8BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50F1D80E-3C12-4C83-A646-266D39C9E8BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3870C648-4AEA-4B85-BA3F-F2F63B96136A} = {AFAA0841-BD93-466F-B8F4-FB4EEC86F1FC}
{E0580562-F8F2-4EBB-B07A-ABFC6F2C314F} = {AFAA0841-BD93-466F-B8F4-FB4EEC86F1FC}
{C6FA13E6-5535-44DA-A157-F8C3C46769A0} = {AFAA0841-BD93-466F-B8F4-FB4EEC86F1FC}
{032CC8F8-8C9F-43C6-A15A-7A11B31B0236} = {F10AA149-2626-486E-85BB-9CD5365F3016}
{0417D8AF-5B38-49E0-9A00-A76963EE25D3} = {AFAA0841-BD93-466F-B8F4-FB4EEC86F1FC}
{CC0B8F51-EB4D-46B3-9109-B2720FB147AF} = {AFAA0841-BD93-466F-B8F4-FB4EEC86F1FC}
{50F1D80E-3C12-4C83-A646-266D39C9E8BA} = {AFAA0841-BD93-466F-B8F4-FB4EEC86F1FC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BCE19977-D972-4B7F-9F12-3927D25225CA}
EndGlobalSection
EndGlobal
Binary file added screenshot-openapp.JPG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/Satrabel.OpenApp.Application/AppConsts.cs
@@ -0,0 +1,10 @@
namespace Satrabel.OpenApp
{
public class AppConsts
{
/// <summary>
/// Default pass phrase for SimpleStringCipher decrypt/encrypt operations
/// </summary>
public const string DefaultPassPhrase = "gsKxGZ012HLL3MI5";
}
}

0 comments on commit d893ac5

Please sign in to comment.