Commit Graph

32046 Commits

Author SHA1 Message Date
Bjarke Berg
b808443558 Removed old soap reference from the project 2020-02-19 12:34:21 +01:00
Bjarke Berg
9ed94f753d Fixed issue with wrong installId in cookie. + Refactored to not use Newtonsoft.Json + Minor renames 2020-02-19 08:32:47 +01:00
elitsa
a058703004 Making call async and adding setters for InstallLog 2020-02-18 16:28:07 +01:00
elitsa
79b5b73923 Creating Repositories - abstraction + implementation which use HttpClient and call the endpoints. Registering the Repositories in repositories' composition 2020-02-18 14:53:01 +01:00
elitsa
1b3769f5d7 Creating models for to serialize and deserialize when calling the rest API 2020-02-18 14:50:30 +01:00
elitsa
b2ddc4a2b0 Creating the service interfaces and their implementations. Registering them in CoreInitialComposer. These services delegate the work to repositories 2020-02-18 14:48:36 +01:00
elitsa
166c04b1b6 Injecting a service interface instead of calling an old web service on Our 2020-02-18 14:45:49 +01:00
Warren Buckley
1574263c69 Merge pull request #7627 from umbraco/v8/bugfix/AB4828-resetpassword-mail
AB4828 - Reset Password Email

(cherry picked from commit f00680bfe6)
2020-02-12 12:06:52 +00:00
Nathan Woulfe
d1503eba03 update angular-aria to 1.7.9 (#7606) 2020-02-10 11:47:07 +01:00
Nathan Woulfe
608555126e 7168 hotkeys in rte (#7604) 2020-02-10 11:46:21 +01:00
Bjarne Fyrstenborg
58b2c3f791 Align icon in mini search (#7589)
* Align icon vertically and horizontally inside icon placeholder

* Add aria-hidden to search icon
2020-02-10 10:22:44 +00:00
Poornima Nayar
b6efb86f61 Merge pull request #6951 from kjac/v8/fix/reapply-focus-after-dialog
V8: Re-apply input focus to the last focused element when closing dialogs
2020-02-10 10:07:13 +00:00
Enkel Media
02a9645ed1 #6812 AuditService some methods not returning any values (#6822)
* #6812 Worked on AuditService some methods not returning any values

* Changed userId to include also admin-user

* Use Constant for "SuperUserId" over magic int

Co-authored-by: markusobviuse <36044239+markusobviuse@users.noreply.github.com>
2020-02-06 23:03:53 +00:00
Anders Bjerner
051fe53548 Merge pull request #7600 from bjarnef/dev-v8-sections-focus
Fix jumping section name on focus
2020-02-06 19:41:07 +01:00
Sebastiaan Janssen
d285d40578 That safeguard unfortunately broke all the tests 2020-02-06 17:52:36 +01:00
Bjarne Fyrstenborg
b182141d6c Fix jumping section name on focus 2020-02-06 17:33:22 +01:00
Sebastiaan Janssen
fbd95f1c8e Fixes problem with #7530 where UmbracoContext is empty when HtmlImageSourceParser gets initialized 2020-02-06 15:10:05 +01:00
Warren Buckley
45e4e39412 Merge pull request #7556 from umbraco/dependabot/npm_and_yarn/src/Umbraco.Web.UI.Client/tinymce-4.9.7
8.6RC: Bump tinymce from 4.9.2 to 4.9.7 in /src/Umbraco.Web.UI.Client
2020-02-06 08:48:25 +00:00
Kenn Jacobsen
44e261b36a V8: Improve treepicker keyboard navigation for trees with listviews (#7032)
* Remember the current tab focus when opening a mini list view in the tree picker

* Automatically assign focus to the search box in mini list views
2020-02-05 21:04:28 +00:00
Poornima Nayar
3bdcff3a5c Merge pull request #6934 from kjac/v8/fix/treepicker-search-autofocus
V8: Add autofocus to treepicker search box
2020-02-05 20:57:07 +00:00
Poornima Nayar
ec97bf11a5 Merge pull request #6927 from kjac/v8/fix/rte-insert-image-auto-resize
V8: Auto-resize the RTE after inserting images
2020-02-05 20:36:12 +00:00
Shannon Deminick
e4cba73dec Merge pull request #7568 from stevemegson/v8/pr/migrations/published-flag
Migrations - ensure that documents with a published version are published
2020-02-05 16:18:02 +11:00
Shannon Deminick
2072ca6687 Merge pull request #7567 from stevemegson/v8/pr/migrations/edited-flag
Migrations - setting edited flag for versions
2020-02-05 16:12:28 +11:00
Shannon Deminick
bfd9091c7d Merge pull request #7566 from stevemegson/v8/pr/migrations/convert-media-urls
Migrations - In ConvertTinyMceAndGridMediaUrlsToLocalLink, avoid unnecessary updates
2020-02-05 16:07:03 +11:00
Shannon Deminick
30d026b54f Merge pull request #7565 from stevemegson/v8/pr/migrations/addtypedlabels
Migrations - In AddTypedLabels, clear VarcharValue as well as TextValue
2020-02-05 16:04:39 +11:00
Shannon
d6b1e0d4c7 formats sql onto new lines 2020-02-05 16:02:40 +11:00
Shannon
25e5e2b4d8 Merge branch 'stevemegson-v8/pr/migrations/update-from' into v8/contrib 2020-02-05 15:47:41 +11:00
Shannon
12e653f8a4 Merge branch 'v8/pr/migrations/update-from' of https://github.com/stevemegson/Umbraco-CMS into stevemegson-v8/pr/migrations/update-from
# Conflicts:
#	src/Umbraco.Core/Migrations/Upgrade/V_8_0_0/VariantsMigration.cs
2020-02-05 15:47:08 +11:00
Shannon
3479bad605 Fixes migration syntax 2020-02-05 15:41:29 +11:00
Shannon Deminick
61da081c57 Merge pull request #7569 from stevemegson/v8/pr/migrations/extra-versions
Migrations - Add extra "published=newest" versions with INSERT...SELECT
2020-02-05 14:52:03 +11:00
Shannon
6bd5ff9b33 puts new migration in the right place with the right name 2020-02-04 16:45:47 +11:00
Shannon
4cb307978a Fixes issue with upgrading from v7 -> 8.6, will cherry pick this 2020-02-04 16:41:33 +11:00
Shannon
a426a15b5a fixes migration and uses migration syntax 2020-02-04 15:49:05 +11:00
Shannon Deminick
3ea1f4a126 Merge pull request #7562 from stevemegson/v8/migrations/propertydata-index
Migrations - Create temporary index on umbracoPropertyData
2020-02-04 15:35:01 +11:00
Shannon Deminick
3784398d11 Merge pull request #7561 from stevemegson/v8/pr/migrations/replace-column
Migrations - Use sp_rename in ReplaceColumn when available
2020-02-04 15:23:23 +11:00
Steve Megson
0187967cd8 Don't mark a version as current if it is published 2020-02-03 17:01:49 +00:00
Steve Megson
03631cfe9a Add extra "published=newest" versions with INSERT...SELECT instead of foreach 2020-02-03 16:53:35 +00:00
Steve Megson
cb42eebb24 Migrations - ensure that documents with a published version are marked as published 2020-02-03 16:27:37 +00:00
Steve Megson
e830af26ce VariantsMigration - setting edited flag for versions 2020-02-03 16:15:54 +00:00
Steve Megson
2b56a5aa2c Use sp_rename in ReplaceColumn when available 2020-02-03 15:04:00 +00:00
Steve Megson
a6d89f5363 SQLCE does not support UPDATE...FROM, but we can still use it for SQL Server 2020-02-03 14:53:31 +00:00
Steve Megson
681264d233 Remove temporary index 2020-02-03 14:40:24 +00:00
Steve Megson
1677b32274 Create temporary index on umbracoPropertyData 2020-02-03 14:37:31 +00:00
Steve Megson
c154af84d8 In AddTypedLabels, clear VarcharValue as well as TextValue 2020-02-03 14:36:07 +00:00
Steve Megson
a5fa7465b1 In ConvertTinyMceAndGridMediaUrlsToLocalLink, avoid unnecessary updates 2020-02-03 14:27:19 +00:00
dependabot[bot]
c96c0cff32 Bump tinymce from 4.9.2 to 4.9.7 in /src/Umbraco.Web.UI.Client
Bumps [tinymce](https://github.com/tinymce/tinymce-dist) from 4.9.2 to 4.9.7.
- [Release notes](https://github.com/tinymce/tinymce-dist/releases)
- [Changelog](https://github.com/tinymce/tinymce-dist/blob/4.9.7/changelog.txt)
- [Commits](https://github.com/tinymce/tinymce-dist/compare/4.9.2...4.9.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-03 03:27:33 +00:00
Shannon Deminick
c69ee586c0 Merge pull request #7494 from liamlaverty/add-missing-fk-index
Add missing fk index
2020-02-03 14:26:47 +11:00
Robert Foster
a3bf9d2a51 Renamed "DermineIsChildOfListView" to "DetermineIsChildOfListView" 2020-02-02 13:00:40 +01:00
Kenn Jacobsen
0a89fcc248 V8: Ensure consistent template file casing no matter how templa… (#4889)
Thanks Kenn! Wonderful, as ever
2020-01-30 16:06:15 +00:00
emma burstow
a41aa26532 V8: Fix button style when opening doctype in infinite editing w… (#7003)
Lovely stuff :D
2020-01-30 14:12:53 +00:00