14 Commits

Author SHA1 Message Date
Kabiru Mwenja 338bb59e6c Update dev hocuspocus compose image version and env (#22019)
* Remove deprecated `ALLOWED_DOMAINS`
* Point to `openproject/hocuspocus:dev-lates` by default
2026-03-10 22:00:14 +03:00
Kabiru Mwenja 1a75ca8116 Configure hocuspocus to run on localhost! 2026-02-12 21:18:35 +03:00
Jan Sandbrink 827f577c85 Allow to change TLD for docker dev stack
Instead of assuming that the TLD is .local, we allow
to overwrite it with different TLDs, so that the local setup
can be adapted to developer needs.
2026-01-27 13:05:19 +01:00
Markus Kahl 813f4ec481 fix dev proxy issue by using configured frontend port 2024-09-30 15:38:19 +02:00
Ivan Kuchin 0108504725 change environment variables in .env.example 2024-09-30 15:38:18 +02:00
Ivan Kuchin 4911b8a149 remove years from copyrights (except for COPYRIGHT file) 2024-07-31 15:02:49 +02:00
Eric Schubert 9eed6fb1be [#47625] Added TLS section to docker dev docs (#13007)
- added proxy stack
- amended README for docker development
- increased cert duration

---------

Co-authored-by: Pavel Balashou <ba1ashpash@gmail.com>
Co-authored-by: Yule <b.baedorf@openproject.com>
2023-07-05 12:49:12 +02:00
Eric Schubert 5d41d9b51d [#47624] added flexible port for frontend in docker dev 2023-06-05 13:51:35 +02:00
Aaron Contreras 42172a15df Replace foreman with overmind
Updates bin/dev and documentation to incentivize the use of
overmind over foreman.
2023-05-25 07:29:31 +02:00
Eric Schubert 979129f52c [chore] fix two issues with docker dev
- set default for OPENPROJECT_EDITION
- fix default path for ckeditor volume
- remove worker service from dependency
2022-04-05 10:17:21 +02:00
Oliver Günther ccfa29c728 Move license and copyright docs to root, fix names and references 2021-09-02 21:50:46 +02:00
Markus Kahl 9f9ca73a7c fix docker frontend: parameterize ckeditor build dir, use working default 2021-08-31 11:41:30 +01:00
Oliver Günther d329db23ff Finish user invite modal (#9061)
* Fix some ium stylings

* Extend create service to also test with empty names

* Add PrincipalLike type to pass around non-created placeholder refs

* Add icon-context

* Move principal rendering to its own module

* Fix emit create new placeholder to principals

* Revert op-principal for now

* Add memberships form API to properly post

* Fix types for returned principals

* Move untilDestroyed in role

* Filter input if not string in role-search

* Pass correct inputs to success component

* Return principal after saving membership

* Fix small stuff around  the ium

* Fix the way HalResources are selected and passed

* Move principal module to be exported by common

* Disable quotemark in tslint until eslint is enabled

* Fix image path in success

* Adapt modal to run all steps in one within the modal helper component

* Several fixes to modals

* Fix ium success component styles,
* Registration modal y-overflow
* Add SMTP parameters to .env.example

* Add disabled option to op-option-list, disabled placeholder users for non-ee instances

* Add correct ee link to placeholder user option

* Fix build

* Removed unused sass files

* Fix principal search not found indicator, added placeholder add image

* Fix enterprise edition url, use dirty instead of touched check

* Use backend class names for frontend principal types

* Fix duplicate import and principal type usage

* Also disable banners if with_ee is present in test

* Extend specs for placeholders

* Fix disabled attribute

* Extend spec WIP

* Improved inline-validation styles, fixed more PrincipalType usages

* Add group happy path test, fix more PrincipalType usage

* Fix a translation

* Revert line deletion

* Rewrite same spec examples into shared examples

* Fix name of shared example

* Dont run assets:clean to remove angular assets

* Output whether assets are there at all

* Fix placeholder path

* Revert "Output whether assets are there at all"

This reverts commit 42219c2755.

Co-authored-by: Benjamin Bädorf <b.baedorf@openproject.com>
2021-03-04 21:47:25 +01:00
Benjamin Bädorf 0ed99d2b5f Add .env.example (#8845)
This was previously gitignored
2020-11-13 14:52:50 +01:00