Shannon
121036ebb9
Merge branch 'dev-v7.7' into user-group-permissions
...
# Conflicts:
# build/UmbracoVersion.txt
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web.UI.Client/src/less/belle.less
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/Umbraco.Web/Umbraco.Web.csproj
2017-06-05 10:35:23 +02:00
Sebastiaan Janssen
7e6f7f8a2b
Bumps version
2017-06-01 13:04:31 +02:00
Sebastiaan Janssen
e27e95cb1a
U4-9952 Can not save XSLT files in 7.6
2017-05-31 11:11:56 +02:00
mikkelhm
b0a739b4ac
Bump version to 7.6.2
2017-05-29 15:07:37 +02:00
Shannon
a8220e0f62
gets user saving working
2017-05-25 12:17:32 +10:00
Shannon
59872b0e17
fixes ability to create new users with the legacy editor
2017-05-25 02:11:38 +10:00
Sebastiaan Janssen
cf7c0dffb0
Merge branch 'u4-9558' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-u4-9558
2017-05-20 11:48:47 +02:00
Shannon
fce7adcc8e
Merge branch 'dev-v7' into user-group-permissions
2017-05-19 13:21:27 +10:00
Shannon Deminick
c51d29da52
Merge pull request #1947 from umbraco/temp-U4-9896
...
U4-9896 SqlCEconnection Type A originates from Version=4.0.0.0, Type B originates from 4.0.0.1
2017-05-19 11:54:40 +10:00
Shannon
fcc71958e3
Merge remote-tracking branch 'origin/dev-v7' into user-group-permissions
...
# Conflicts:
# .gitignore
# build/UmbracoVersion.txt
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/Umbraco.Web.UI/umbraco/config/lang/en.xml
# src/Umbraco.Web/umbraco.presentation/umbraco/users/PermissionEditor.aspx
2017-05-19 09:59:59 +10:00
Shannon
765decf3b1
Merge remote-tracking branch 'origin/dev-v7.6' into dev-v7
...
# Conflicts:
# build/UmbracoVersion.txt
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/Services/MediaService.cs
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/Umbraco.Web/Trees/PartialViewMacrosTree.cs
# src/Umbraco.Web/Trees/PartialViewsTree.cs
2017-05-17 20:00:29 +10:00
mikkelhm
69775c369a
Bump version to 7.5.14
2017-05-16 08:33:19 +02:00
Shannon
bb436426a4
Merge remote-tracking branch 'origin/temp-U4-9776' into temp-U4-8632
...
# Conflicts:
# src/Umbraco.Web.UI/config/trees.config
2017-05-16 15:19:45 +10:00
Sebastiaan Janssen
99d4b13bb0
Adds SQLCE assembly redirect on fresh installs and upgrades
2017-05-15 22:54:46 +02:00
Shannon
faa6a229e6
Updates UserGroupRepository to ensure that it persists things int he correct order and inside of a transaction, removes new code that is already obsolete, fixes tests
2017-05-15 20:27:40 +10:00
Shannon
d2d6b6654a
Adds models and methods for the UserController
2017-05-11 13:11:41 +10:00
wanddy
c6bc5ae6aa
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2017-05-10 22:37:47 +08:00
Shannon
fc58c4f546
bumps version updates a few methods
2017-05-10 18:06:46 +10:00
AndyButland
4a593a0814
Reverted to empty whitelist for default.
2017-05-09 23:59:43 +02:00
AndyButland
712cd29fea
Upload checks to utilise whitelist. Refactored check on white and black list to common extension method.
2017-05-09 23:29:30 +02:00
suedeapple
7b4912b1e7
automaticly - > automatically
2017-05-09 16:47:36 +01:00
mikkelhm
67e2c911f7
Re adds the umbraco.presentation.targets for Umbraco.Web.UI as it handles default transormations for confg files
2017-05-09 00:26:40 +02:00
mikkelhm
36e60c774f
Bump version to 7.6.1
2017-05-08 14:06:03 +02:00
Mads Rasmussen
350bd75310
add filters, layout selector and invite/create user buttons
2017-05-08 10:56:21 +02:00
Sebastiaan Janssen
c6956b5e98
Merge branch 'dev-v7' into dev-v7.6
...
# Conflicts:
# .gitignore
# build/Build.bat
2017-05-05 14:30:08 +02:00
Sebastiaan Janssen
fcf5ecc166
Uses vswhere to figure out where VS17 is installed (if needed)
...
Removes targets file that was almost unused, moved the relevant bits to the main csproj
Updates BuildBelle.bat to be completely independent of installed version of node & npm on the machine
2017-05-05 14:14:37 +02:00
Shannon
24e2547656
Merge branch 'u4-8632b' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-u4-8632b
...
# Conflicts:
# src/Umbraco.Core/Models/Rdbms/UserGroup2NodePermissionDto.cs
# src/Umbraco.Core/Persistence/Migrations/Initial/DatabaseSchemaCreation.cs
# src/Umbraco.Core/Persistence/Repositories/PermissionRepository.cs
# src/Umbraco.Core/Persistence/Repositories/UserRepository.cs
# src/Umbraco.Core/Persistence/Repositories/UserTypeRepository.cs
# src/Umbraco.Core/Persistence/RepositoryFactory.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/SectionService.cs
# src/Umbraco.Core/Services/UserService.cs
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Tests/Persistence/Repositories/ContentRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/NotificationsRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/UserTypeRepositoryTest.cs
# src/Umbraco.Tests/Services/ContentServiceTests.cs
# src/Umbraco.Tests/Umbraco.Tests.csproj
# src/Umbraco.Web.UI/config/trees.config
# src/Umbraco.Web.UI/umbraco/users/PermissionEditor.aspx
# src/Umbraco.Web/Cache/CacheRefresherEventHandler.cs
# src/Umbraco.Web/Umbraco.Web.csproj
# src/Umbraco.Web/umbraco.presentation/umbraco/users/EditUser.aspx.cs
2017-05-04 18:29:43 +10:00
Mads Rasmussen
53ef2e356a
add new temp users tree
2017-05-03 09:30:29 +02:00
Denise Michelle del Bando
be2eb3f555
fix Add basic xss prevention logic
...
missing import on CleanForXss
2017-05-02 23:16:32 -04:00
wanddy
1520fa77d5
Add missing translation item for en.xml and zh.xml
...
Signed-off-by: wanddy <wanddy@163.com >
2017-05-02 14:12:58 +08:00
Morten Christensen
2e2e8b43b0
Merge pull request #1917 from Frozire/patch-1
...
Edit DA with minor spelling and compound word changes
2017-04-30 14:05:14 +02:00
Morten Christensen
e77c5f8667
Keep the Concierge Product name
2017-04-30 14:04:00 +02:00
Shannon
73209d7e2c
Merge branch 'dev-v7' into dev-v7.6
2017-04-30 17:13:14 +10:00
Shannon Deminick
034de1651b
Merge pull request #1910 from abryukhov/patch-9
...
ru.xml - Missing newest area & key from en.xml
2017-04-30 17:09:30 +10:00
Shannon Deminick
dcb8aa7e56
Merge pull request #1909 from abryukhov/patch-8
...
en_us.xml - Missing newest area & key from en.xml
2017-04-30 17:09:15 +10:00
Shannon Deminick
e8a52a95da
Merge pull request #1914 from dawoe/patch-1
...
Added dutch translation for usernameHint
2017-04-30 17:08:42 +10:00
Shannon Deminick
42c99e0f07
Merge pull request #1916 from stelim/patch-1
...
Adding login hint to German language file
2017-04-30 17:08:29 +10:00
Shannon Deminick
a31b368b60
Merge pull request #1919 from NathalieLarsson/patch-1
...
Adding login hint to Swedish language file
2017-04-30 17:05:29 +10:00
Shannon Deminick
77f6d28a74
Merge pull request #1920 from camaya/patch-1
...
Add Spanish translation for usernameHint
2017-04-30 17:04:56 +10:00
Shannon Deminick
0b8d3ef214
Merge pull request #1921 from mikecp/patch-1
...
Adding login hint to French language file
2017-04-30 17:04:44 +10:00
Shannon Deminick
a4f83f9c00
Merge pull request #1922 from abryukhov/patch-10
...
Adding 'usernameHint' key to ru.xml lang file
2017-04-30 17:04:30 +10:00
Alexander Bryukhov
d7e93fe466
Adding 'usernameHint' key to ru.xml lang file
2017-04-30 11:56:47 +07:00
Michael Latouche
444c444f0e
Adding login hint to French language file
2017-04-29 00:03:57 +02:00
Cristhian Amaya
383bbbe7e0
Add Spanish translation for usernameHint
2017-04-28 15:19:27 -05:00
Nicklas Kevin Frank
7c2ddde311
Fixed typo in Dokumenttype
2017-04-28 17:24:43 +02:00
Nathalie Festin
c6229e4fcb
Adding login hint to Swedish language file
...
Added usernamehint to placeholders
2017-04-28 15:44:46 +02:00
Nicklas Kevin Frank
fbac0aba8b
Update da.xml with translation for concierge
2017-04-28 14:56:57 +02:00
Nicklas Kevin Frank
f01511c592
Edit DA with minor spelling and compound word changes
2017-04-28 14:48:32 +02:00
Stefan Limbacher
187354f0bd
Adding login hint to German language file
2017-04-28 14:29:13 +02:00
Dave Woestenborghs
2f540b1bfa
Translated the usually part
2017-04-28 14:25:21 +02:00