This website requires JavaScript.
Explore
Help
Sign In
sh-edraft.de
/
cpl
Watch
5
Star
0
Fork
0
You've already forked cpl
Code
Issues
5
Pull Requests
Actions
Packages
Projects
1
Releases
12
Wiki
Activity
dev into master
#184
Merged
edraft
merged 126 commits from
dev
into
master
2026-01-16 16:25:39 +01:00
Conversation
1
Commits
126
Files Changed
912
74 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Download Patch File
Download Diff File
Expand all files
Collapse all files
Hide outdated comments
Showing only changes of commit 2da6d679ad -
Show all commits
0
tests/custom/api/src/appsettings.development.json → example/custom/api/src/appsettings.development.json
Unescape
Escape
View File
0
tests/custom/api/src/appsettings.edrafts-pc.json → example/custom/api/src/appsettings.edrafts-pc.json
Unescape
Escape
View File
0
tests/custom/api/src/appsettings.json → example/custom/api/src/appsettings.json
Unescape
Escape
View File
0
tests/custom/api/src/main.py → example/custom/api/src/main.py
Unescape
Escape
View File
0
tests/custom/api/src/routes/__init__.py → example/custom/api/src/routes/__init__.py
Unescape
Escape
View File
0
tests/custom/api/src/routes/ping.py → example/custom/api/src/routes/ping.py
Unescape
Escape
View File
0
tests/custom/api/src/service.py → example/custom/api/src/service.py
Unescape
Escape
View File
0
tests/custom/console/main.py → example/custom/console/main.py
Unescape
Escape
View File
0
tests/custom/database/LICENSE → example/custom/database/LICENSE
Unescape
Escape
View File
0
tests/custom/database/README.md → example/custom/database/README.md
Unescape
Escape
View File
0
tests/custom/database/cpl.json → example/custom/database/cpl.json
Unescape
Escape
View File
0
tests/custom/database/src/application.py → example/custom/database/src/application.py
Unescape
Escape
View File
0
tests/custom/database/src/appsettings.development.json → example/custom/database/src/appsettings.development.json
Unescape
Escape
View File
0
tests/custom/database/src/appsettings.edrafts-lapi.json → example/custom/database/src/appsettings.edrafts-lapi.json
Unescape
Escape
View File
0
tests/custom/database/src/appsettings.edrafts-pc.json → example/custom/database/src/appsettings.edrafts-pc.json
Unescape
Escape
View File
0
tests/custom/database/src/appsettings.json → example/custom/database/src/appsettings.json
Unescape
Escape
View File
0
tests/custom/database/src/custom_permissions.py → example/custom/database/src/custom_permissions.py
Unescape
Escape
View File
0
tests/custom/database/src/main.py → example/custom/database/src/main.py
Unescape
Escape
View File
0
tests/custom/database/src/main_simplified.py → example/custom/database/src/main_simplified.py
Unescape
Escape
View File
0
tests/custom/database/src/model/__init__.py → example/custom/database/src/model/__init__.py
Unescape
Escape
View File
0
tests/custom/database/src/model/city.py → example/custom/database/src/model/city.py
Unescape
Escape
View File
0
tests/custom/database/src/model/city_dao.py → example/custom/database/src/model/city_dao.py
Unescape
Escape
View File
0
tests/custom/database/src/model/user.py → example/custom/database/src/model/user.py
Unescape
Escape
View File
0
tests/custom/database/src/model/user_dao.py → example/custom/database/src/model/user_dao.py
Unescape
Escape
View File
0
tests/custom/database/src/scripts/0-initial.sql → example/custom/database/src/scripts/0-initial.sql
Unescape
Escape
View File
0
tests/custom/database/src/startup.py → example/custom/database/src/startup.py
Unescape
Escape
View File
0
tests/custom/database/src/tests/__init__.py → example/custom/database/src/tests/__init__.py
Unescape
Escape
View File
0
tests/custom/di/LICENSE → example/custom/di/LICENSE
Unescape
Escape
View File
0
tests/custom/di/README.md → example/custom/di/README.md
Unescape
Escape
View File
0
tests/custom/di/appsettings.json → example/custom/di/appsettings.json
Unescape
Escape
View File
0
tests/custom/di/cpl-workspace.json → example/custom/di/cpl-workspace.json
Unescape
Escape
View File
0
tests/custom/di/src/di/__init__.py → example/custom/di/src/di/__init__.py
Unescape
Escape
View File
0
tests/custom/di/src/di/application.py → example/custom/di/src/di/application.py
Unescape
Escape
View File
0
tests/custom/di/src/di/di.json → example/custom/di/src/di/di.json
Unescape
Escape
View File
0
tests/custom/di/src/di/di_tester_service.py → example/custom/di/src/di/di_tester_service.py
Unescape
Escape
View File
0
tests/custom/di/src/di/main.py → example/custom/di/src/di/main.py
Unescape
Escape
View File
0
tests/custom/di/src/di/startup.py → example/custom/di/src/di/startup.py
Unescape
Escape
View File
0
tests/custom/di/src/di/static_test.py → example/custom/di/src/di/static_test.py
Unescape
Escape
View File
0
tests/custom/di/src/di/test1_service.py → example/custom/di/src/di/test1_service.py
Unescape
Escape
View File
0
tests/custom/di/src/di/test2_service.py → example/custom/di/src/di/test2_service.py
Unescape
Escape
View File
0
tests/custom/di/src/di/test_abc.py → example/custom/di/src/di/test_abc.py
Unescape
Escape
View File
0
tests/custom/di/src/di/test_service.py → example/custom/di/src/di/test_service.py
Unescape
Escape
View File
0
tests/custom/di/src/di/tester.py → example/custom/di/src/di/tester.py
Unescape
Escape
View File
0
tests/custom/di/src/tests/__init__.py → example/custom/di/src/tests/__init__.py
Unescape
Escape
View File
0
tests/custom/general/.cpl/schematic_custom.py → example/custom/general/.cpl/schematic_custom.py
Unescape
Escape
View File
0
tests/custom/general/cpl-workspace.json → example/custom/general/cpl-workspace.json
Unescape
Escape
View File
0
tests/custom/general/src/general/__init__.py → example/custom/general/src/general/__init__.py
Unescape
Escape
View File
0
tests/custom/general/src/general/application.py → example/custom/general/src/general/application.py
Unescape
Escape
View File
0
tests/custom/general/src/general/appsettings.development.json → example/custom/general/src/general/appsettings.development.json
Unescape
Escape
View File
0
tests/custom/general/src/general/appsettings.edrafts-lapi.json → example/custom/general/src/general/appsettings.edrafts-lapi.json
Unescape
Escape
View File
0
tests/custom/general/src/general/appsettings.edrafts-pc.json → example/custom/general/src/general/appsettings.edrafts-pc.json
Unescape
Escape
View File
0
tests/custom/general/src/general/appsettings.json → example/custom/general/src/general/appsettings.json
Unescape
Escape
View File
0
tests/custom/general/src/general/db/__init__.py → example/custom/general/src/general/db/__init__.py
Unescape
Escape
View File
0
tests/custom/general/src/general/general.json → example/custom/general/src/general/general.json
Unescape
Escape
View File
0
tests/custom/general/src/general/main.py → example/custom/general/src/general/main.py
Unescape
Escape
View File
0
tests/custom/general/src/general/startup.py → example/custom/general/src/general/startup.py
Unescape
Escape
View File
0
tests/custom/general/src/general/test_extension.py → example/custom/general/src/general/test_extension.py
Unescape
Escape
View File
0
tests/custom/general/src/general/test_service.py → example/custom/general/src/general/test_service.py
Unescape
Escape
View File
0
tests/custom/general/src/general/test_settings.py → example/custom/general/src/general/test_settings.py
Unescape
Escape
View File
0
tests/custom/general/src/general/test_startup_extension.py → example/custom/general/src/general/test_startup_extension.py
Unescape
Escape
View File
0
tests/custom/general/test/__init__.py → example/custom/general/test/__init__.py
Unescape
Escape
View File
0
tests/custom/general/test/custom.py → example/custom/general/test/custom.py
Unescape
Escape
View File
0
tests/custom/translation/LICENSE → example/custom/translation/LICENSE
Unescape
Escape
View File
0
tests/custom/translation/README.md → example/custom/translation/README.md
Unescape
Escape
View File
0
tests/custom/translation/cpl-workspace.json → example/custom/translation/cpl-workspace.json
Unescape
Escape
View File
0
tests/custom/translation/src/tests/__init__.py → example/custom/translation/src/tests/__init__.py
Unescape
Escape
View File
0
tests/custom/translation/src/translation/__init__.py → example/custom/translation/src/translation/__init__.py
Unescape
Escape
View File
0
tests/custom/translation/src/translation/application.py → example/custom/translation/src/translation/application.py
Unescape
Escape
View File
0
tests/custom/translation/src/translation/appsettings.json → example/custom/translation/src/translation/appsettings.json
Unescape
Escape
View File
0
tests/custom/translation/src/translation/main.py → example/custom/translation/src/translation/main.py
Unescape
Escape
View File
0
tests/custom/translation/src/translation/startup.py → example/custom/translation/src/translation/startup.py
Unescape
Escape
View File
0
tests/custom/translation/src/translation/translation.json → example/custom/translation/src/translation/translation.json
Unescape
Escape
View File
0
tests/custom/translation/src/translation/translation/de.json → example/custom/translation/src/translation/translation/de.json
Unescape
Escape
View File
0
tests/custom/translation/src/translation/translation/en.json → example/custom/translation/src/translation/translation/en.json
Unescape
Escape
View File
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
sh-edraft.de/cpl
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block