Commit Graph

11789 Commits

Author SHA1 Message Date
Dennis Sieben
f7ca39ea55 Corrected typo
I guess `NFSv45` should be `NFSv4`
2022-12-06 10:29:50 +01:00
Michael Barz
1f4780d730 Merge pull request #5192 from owncloud/ChrisEdS-patch-1
Update storagedrivers.md
2022-12-05 21:34:44 +01:00
Christian Scherm
9680ab4822 Update storagedrivers.md
Fix link to InitiateFileDownload
2022-12-05 21:06:59 +01:00
Martin
6bb0f7a689 Merge pull request #5191 from owncloud/fixDocPathStorageDrives
corrected storagedrives.md path in the doc
2022-12-05 21:00:29 +01:00
Viktor Scharf
1ae4eeb77a corrected storagedrives.md path in the doc 2022-12-05 20:17:09 +01:00
Sawjan Gurung
2469af12ac [tests-only][full-ci] Extend API contract tests for GET drives/spaces (#5151)
* do not set response from helper functions

* extend list spaces tests

* fix php code style
2022-12-05 17:42:51 +01:00
Willy Kloucek
b8a90b5335 Merge pull request #5189 from owncloud/d7-doc-patch-2
Fixed punctuation and layout
2022-12-05 15:34:50 +01:00
Dennis Sieben
f97017bd35 Fixed punctuation and layout 2022-12-05 15:22:25 +01:00
Martin
4b18930944 Merge pull request #5183 from owncloud/d7oc-doc-patch-1
Fixed punctuation and layout
2022-12-05 11:45:55 +01:00
Martin
ae940758d6 Merge pull request #5167 from owncloud/graph-readme
add a README to the graph package
2022-12-05 11:44:58 +01:00
David Christofas
59746ff0ae Merge pull request #5181 from owncloud/dependabot/go_modules/github.com/urfave/cli/v2-2.23.6
Bump github.com/urfave/cli/v2 from 2.23.2 to 2.23.6
2022-12-05 11:40:35 +01:00
David Christofas
dc53b39f23 add a README to the graph package 2022-12-05 11:11:25 +01:00
David Christofas
66759ed2aa Merge pull request #5168 from owncloud/idm-readme
add a README to the idm package
2022-12-05 11:05:37 +01:00
Dennis Sieben
a4b7786c25 Fixed punctuation and layout
Fixed punctuation and added the (intended) line break
2022-12-05 10:48:36 +01:00
dependabot[bot]
a462489d8f Bump github.com/urfave/cli/v2 from 2.23.2 to 2.23.6
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.23.2 to 2.23.6.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.23.2...v2.23.6)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 06:13:20 +00:00
Edith Parzefall
496c2b8315 Apply suggestions from code review
language review
2022-12-02 13:39:25 +01:00
Edith Parzefall
c9d73200e0 Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2022-12-02 13:36:54 +01:00
Phil Davis
0100900e05 Merge pull request #5174 from owncloud/use-correct-issue-link
[tests-only]Update the expected to fail to use correct issue link
2022-12-02 11:28:39 +05:45
Swikriti Tripathi
98407ca967 Update the expected to fail to use correct issue link 2022-12-02 10:04:56 +05:45
Phil Davis
fb3076bb37 Merge pull request #5166 from owncloud/bump-commit-id-for-tests-20221201
[tests-only][full-ci]Bump commit id for tests
2022-12-01 18:45:01 +05:45
Swikriti Tripathi
ae7c009f59 update expected to fail 2022-12-01 17:03:27 +05:45
Michael Barz
5d802986fe Merge pull request #5165 from aduffeck/graph-test-coverage-driveitems
Graph test coverage driveitems
2022-12-01 12:15:30 +01:00
Swikriti Tripathi
a299c8cb07 Update commit id 2022-12-01 16:33:54 +05:45
David Christofas
68fd40a604 add a README to the idm package 2022-12-01 11:21:18 +01:00
Swikriti Tripathi
83a0bc107b Bump commit id for tests 2022-12-01 14:30:40 +05:45
André Duffeck
d1958a0802 Increase test coverage 2022-12-01 08:50:53 +01:00
André Duffeck
e87eff95e6 Make method which is only used internally private 2022-12-01 08:25:19 +01:00
André Duffeck
bc9a05aef4 Add GetRootDriveChildren to the service interface 2022-12-01 08:25:19 +01:00
Artur Neumann
cff0ecc777 Merge pull request #5163 from owncloud/setUnrestrictedQuota
[test-only] ApiTest. check unrestricted quota
2022-12-01 10:03:32 +05:45
David Christofas
ff1c8e1db3 Merge pull request #5161 from owncloud/audit-readme
add a README to the audit package
2022-11-30 16:38:10 +01:00
David Christofas
23a41f7d0f renaming of the simple format 2022-11-30 16:32:49 +01:00
mmattel
a0c06d733d update readme 2022-11-30 16:24:57 +01:00
Martin
35e5c6aeda Update services/audit/README.md 2022-11-30 16:18:25 +01:00
Viktor Scharf
51e88c9fff check urestricted quota 2022-11-30 15:54:46 +01:00
Edith Parzefall
ced6820d7a Update services/audit/README.md 2022-11-30 15:41:41 +01:00
Edith Parzefall
e554f7b4ee Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
2022-11-30 15:39:54 +01:00
Christian Scherm
935b159b07 Merge pull request #5162 from owncloud/cscherm-readme-update
Update README.md - announcement of supported and released status
2022-11-30 15:26:30 +01:00
Christian Scherm
c80558602d Update README.md - announcement of supported and released status 2022-11-30 14:37:39 +01:00
Prarup Gurung
ad66bf2d1f [full-ci] [tests-only] Added api test for delete user using graph API (#5102)
* Added api test for delete user using graph API

* Added scenario, admin user tries to delete another admin user

* Added scenario, delete user with username having different case

* Addressed reviews
2022-11-30 14:09:09 +01:00
David Christofas
943e9dfbba add a README to the audit package 2022-11-30 13:28:40 +01:00
Michael Barz
eb5cb51489 Merge pull request #5159 from owncloud/NannaBarz-remove-"`"
Update preparing_server.md
2022-11-30 12:09:07 +01:00
NannaBarz
4456998132 Update preparing_server.md
Removed ` in the command what breaks it
2022-11-30 10:33:11 +01:00
Michael Barz
cb58a5caa8 Update settings.yml 2022-11-30 09:23:07 +01:00
Michael Barz
09d6ad0c8d Update settings.yml 2022-11-30 09:01:48 +01:00
Michael Barz
b2eaf0150d Branch protection for stable-* branches 2022-11-30 08:58:17 +01:00
Michael Barz
a879bc8bed Automated changelog update [skip ci] 2022-11-30 07:43:22 +00:00
Michael Barz
86f51efdd7 Merge pull request #5156 from owncloud/release-2.0.0
[full-ci] prepare release, bump version
2022-11-30 08:42:41 +01:00
Phil Davis
8c7675737e Merge pull request #5155 from owncloud/mmattel-patch-1
[Docs] Fix minor typo
2022-11-30 10:52:40 +05:45
Michael Barz
ab57daf462 prepare release, bump version 2022-11-29 23:16:49 +01:00
Benedikt Kulmann
e13217b4df Automated changelog update [skip ci] 2022-11-29 15:41:34 +00:00