cloud-py-api / nc_py_api

Nextcloud Python Framework
https://cloud-py-api.github.io/nc_py_api/
Other
84 stars 4 forks source link

dropped "system" flag for ExApps #271

Closed bigcat88 closed 1 month ago

bigcat88 commented 1 month ago

We are making ExApps more like usual PHP Apps for Nextcloud.

Now any ExApp is allowed to impersonate any user, no need "system" flag for this.

Reference: https://github.com/cloud-py-api/app_api/pull/323

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.72%. Comparing base (4f2bbf6) to head (f8a9a3a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #271 +/- ## ========================================== - Coverage 94.74% 94.72% -0.02% ========================================== Files 47 47 Lines 5403 5403 ========================================== - Hits 5119 5118 -1 - Misses 284 285 +1 ``` | [Files](https://app.codecov.io/gh/cloud-py-api/nc_py_api/pull/271?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cloud-py-api) | Coverage Δ | | |---|---|---| | [nc\_py\_api/\_session.py](https://app.codecov.io/gh/cloud-py-api/nc_py_api/pull/271?src=pr&el=tree&filepath=nc_py_api%2F_session.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cloud-py-api#diff-bmNfcHlfYXBpL19zZXNzaW9uLnB5) | `96.44% <ø> (ø)` | | | [nc\_py\_api/\_version.py](https://app.codecov.io/gh/cloud-py-api/nc_py_api/pull/271?src=pr&el=tree&filepath=nc_py_api%2F_version.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cloud-py-api#diff-bmNfcHlfYXBpL192ZXJzaW9uLnB5) | `100.00% <100.00%> (ø)` | | | [nc\_py\_api/nextcloud.py](https://app.codecov.io/gh/cloud-py-api/nc_py_api/pull/271?src=pr&el=tree&filepath=nc_py_api%2Fnextcloud.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cloud-py-api#diff-bmNfcHlfYXBpL25leHRjbG91ZC5weQ==) | `96.14% <ø> (ø)` | | | [nc\_py\_api/apps.py](https://app.codecov.io/gh/cloud-py-api/nc_py_api/pull/271?src=pr&el=tree&filepath=nc_py_api%2Fapps.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cloud-py-api#diff-bmNfcHlfYXBpL2FwcHMucHk=) | `99.23% <0.00%> (-0.77%)` | :arrow_down: |