Commit Graph

32 Commits

Author SHA1 Message Date
Jacob Overgaard
170d91c183 ignore wwwroot in new ui temp project 2024-01-25 14:22:47 +01:00
Jacob Overgaard
2c13ce8877 add wwwroot/media to .gitignore 2024-01-25 14:20:47 +01:00
Bjarke Berg
f8dda5a7b5 Post merge fixes 2023-12-13 16:25:28 +01:00
Bjarke Berg
ddf9f05a8f Merge remote-tracking branch 'origin/v13/dev' into v14/dev
# Conflicts:
#	src/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlan.cs
#	tests/Umbraco.Tests.AcceptanceTest/package-lock.json
#	version.json
2023-11-28 15:18:24 +01:00
Bjarke Berg
bd0a8bfdf7 post merge 2023-10-30 15:13:12 +01:00
Bjarke Berg
463068c07b Updated to latest .net and fixes small issues with installer after 2023-09-19 14:57:24 +02:00
Bjarke Berg
fb3ead87b8 Post merge fixes 2023-08-15 11:18:10 +02:00
Bjarke Berg
d9f528f3ae Post merge fixes 2023-08-08 12:19:29 +02:00
Bjarke Berg
254e471d9b post merge fixes 2023-08-02 10:27:39 +02:00
Bjarke Berg
47d5ef88c4 Post merge fixes - Including temp workaround for .net8 efcore breaking change (Should be fixed again in preview 7) 2023-07-07 10:55:29 +02:00
Bjarke Berg
135a43f5a4 Add Microsoft.EntityFrameworkCore.Design to UI.New 2023-06-27 10:20:19 +02:00
Niels Lyngsø
fe714805bb Add location header for CORS requests (#14349) 2023-06-07 10:15:16 +02:00
Bjarke Berg
28712bd5cd Make new backoffice packable (#14286)
* This moves around files and deletes the temp projects with files that are not moved to Core, Infrastructure etc.

Also moves the from new backoffice to static access, and override those with the old views in the legacy executeable

* Removes old files from the new executeable.

* Added missing files

* Added EF Core project to solution file

* fix build
2023-05-25 10:38:44 +02:00
Jacob Overgaard
c5f1af8adc update backoffice submodule 2023-05-17 11:11:37 +02:00
Jacob Overgaard
25df33b9c1 update backoffice submodule 2023-05-08 15:58:00 +02:00
Jacob Overgaard
6bab6e8a0d update backoffice submodule 2023-05-08 09:42:44 +02:00
Jacob Overgaard
cced44a72f update backoffice submodule 2023-04-28 10:23:22 +02:00
Jacob Overgaard
db70750bba add picker-input importmap 2023-04-20 14:39:24 +02:00
Kenn Jacobsen
7b62fb282f Dedicated cookie setup for new backoffice login (#14122)
* Add a dedicated (temporary) cookie setup for new backoffice logins, so old and new backoffice can co-exist behind separate logins

* use temp management api login endpoint for authentication

* Update OpenAPI JSON

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2023-04-19 13:32:11 +02:00
Bjarke Berg
fff393c9ed Merge remote-tracking branch 'origin/v12/dev' into v13/dev
# Conflicts:
#	src/Umbraco.Cms.Api.Management/ManagementApiComposer.cs
#	src/Umbraco.Core/CompatibilitySuppressions.xml
#	src/Umbraco.Infrastructure/CompatibilitySuppressions.xml
2023-04-19 11:42:01 +02:00
Jacob Overgaard
5b94b3051f update temp login page to handle a POST to the authentication url and handle the returnUrl 2023-04-13 15:51:19 +02:00
Jacob Overgaard
a7c082e522 ignore umbraco-package-schema.json 2023-04-12 14:43:46 +02:00
Jacob Overgaard
4ead24edc9 add importmap to installer 2023-04-05 13:17:14 +02:00
Jacob Overgaard
dbbfc0c69e add https support for development CORS 2023-04-03 14:58:37 +02:00
Jacob Overgaard
91d4389d2c add router lib to importmap 2023-03-24 11:01:33 +01:00
Jacob Overgaard
c26c00474c update importmap to reflect latest backoffice libraries 2023-03-21 12:11:19 +01:00
Jacob Overgaard
6878334c3e add notification as separate library 2023-03-13 15:32:01 +01:00
Jacob Overgaard
22937cb550 optimise importmaps 2023-03-08 14:23:46 +01:00
Jacob Overgaard
7316a0e82c add importmap to Default.cshtml 2023-03-02 14:50:51 +01:00
Jacob Overgaard
cbfa841413 add gitignore stuff from old executable 2023-03-02 13:52:35 +01:00
Jacob Overgaard
42f8cde259 update to backoffice directory 2023-02-09 13:32:20 +01:00
Jacob Overgaard
9c00c95f01 v13: New Backoffice in CMS (POC) (#13664)
* Added a new executeable to new backoffice

* add new backoffice client as submodule

* add new backoffice client as project

* add bootstrap of backoffice client

* experimentally allow CORS from local vite app running the backoffice

* fix base path

* move new backoffice projects to NewBackoffice folder

* add support for redirect urls to login page (temporary)

* update references to v13

* override databaseinstall/index.cshtml

* copy ignore lines from normal project

* remove redirect to AuthorizeUpgrade

* codeql: checkout submodules

* Section catch-all route

* fixed tests

* remove starter-kit file

* remove grid views

Co-authored-by: Bjarke Berg <mail@bergmania.dk>
2023-01-18 15:02:59 +01:00