Commit Graph

21 Commits

Author SHA1 Message Date
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