Commit Graph

18000 Commits

Author SHA1 Message Date
kobergj
548e912ab3 Automated changelog update [skip ci] 2024-06-27 12:41:15 +00:00
kobergj
0f23034d18 Merge pull request #9486 from kobergj/SearchReadme
[docs-only] Reindex Readme
2024-06-27 14:40:39 +02:00
jkoberg
01cdc153a5 docu(search): update index spaces command docu
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-06-27 14:22:01 +02:00
Phil Davis
b78910dea9 Merge pull request #9470 from owncloud/test/remove-unused-expressions
[full-ci][tests-only] Remove unused array_reverse() functions
2024-06-27 17:41:38 +05:45
Phil Davis
6ece248497 Automated changelog update [skip ci] 2024-06-27 11:30:12 +00:00
Phil Davis
87c87d76a1 Merge pull request #9471 from prashant-gurung899/trashbin-context
[full-ci][tests-only] remove throwExceptionIfNotFound parameter and unused userTriesToRestoreElementInTrash function
2024-06-27 17:14:38 +05:45
pradip
266c28d80b test: Remove unused code: array_reverse() and \array_reverse() 2024-06-27 17:07:48 +05:45
Viktor Scharf
586e6f7bd1 Merge pull request #9439 from owncloud/addDocsToOcmTests
[test-only] add testing docs to ocm test
2024-06-27 13:03:01 +02:00
Viktor Scharf
e95325bdb3 fix flaky 2024-06-27 12:28:26 +02:00
Sawjan Gurung
b267272de4 Merge pull request #9455 from prashant-gurung899/spaces-context-index-param
[tests-only][full-ci] remove unused index paramater in userTriesToDownloadFileVersions in spacesContext
2024-06-27 16:12:01 +05:45
prashant-gurung899
af4193f3e0 remove throwExceptionIfNotFound parameter and userTriesToRestoreElementInTrash function
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-06-27 15:55:34 +05:45
Michael Barz
58b824476d Automated changelog update [skip ci] 2024-06-27 10:08:16 +00:00
Viktor Scharf
e1143dc791 fix after review 2024-06-27 12:03:39 +02:00
prashant-gurung899
263a3dc4e2 remove unused index paramater
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-06-27 15:43:28 +05:45
Michael Barz
9d0f88f360 Automated changelog update [skip ci] 2024-06-27 09:52:08 +00:00
Michael Barz
fe784ec758 Merge pull request #9440 from owncloud/fix-docker-files
Fix docker files
2024-06-27 11:51:29 +02:00
Viktor Scharf
3f26ac5243 fix 2024-06-27 11:36:56 +02:00
Viktor Scharf
74d55f17f6 add testing docs to ocm test 2024-06-27 11:36:56 +02:00
kobergj
e9e16f385f Automated changelog update [skip ci] 2024-06-27 09:15:24 +00:00
kobergj
da03529349 Merge pull request #9467 from kobergj/ActivitylogFixes
Activitylog fixes
2024-06-27 11:13:46 +02:00
jkoberg
17df46f925 feat(activitylog): allow sorting results
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-06-27 09:11:54 +02:00
ownClouders
5f03a566ee Automated changelog update [skip ci] 2024-06-27 02:30:54 +00:00
ownClouders
e7e0e47b05 [tx] updated from transifex 2024-06-27 02:29:12 +00:00
Michael Barz
411e8e9a81 Merge pull request #9477 from owncloud/dependabot/go_modules/golang.org/x/image-0.18.0
build(deps): bump golang.org/x/image from 0.16.0 to 0.18.0
2024-06-26 23:34:27 +02:00
dependabot[bot]
2b694a547d build(deps): bump golang.org/x/image from 0.16.0 to 0.18.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.16.0 to 0.18.0.
- [Commits](https://github.com/golang/image/compare/v0.16.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 19:42:35 +00:00
Roman Perekhod
378d3acb03 Automated changelog update [skip ci] 2024-06-26 08:30:59 +00:00
jkoberg
13bba1d1ce fix(activitylog): multiple minor bugfixes
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-06-25 18:53:53 +02:00
Roman Perekhod
dcd319abb1 Merge pull request #9449 from 2403905/issue-9355
Add the backchannel logout event
2024-06-25 14:49:01 +02:00
Michael Barz
73028f20d4 Update changelog/unreleased/fix-dockerfile-for-posixfs.md 2024-06-25 13:10:36 +02:00
Klaas Freitag
8f0eb23153 Add changelog 2024-06-25 13:10:36 +02:00
Klaas Freitag
c708bb5816 Add inotify-tools and bash to work with posixFS
The golang inotify package that is used uses bash to start
inotifywait. That needs to be fixed, but until than we add
bash to the docker container
2024-06-25 13:10:36 +02:00
kobergj
e32842a67a Automated changelog update [skip ci] 2024-06-25 10:17:48 +00:00
kobergj
eb2d34113b Merge pull request #9465 from kobergj/HardenPPResume
Fix bulk postprocessing restart
2024-06-25 12:17:14 +02:00
Roman Perekhod
eac5eaea8f Add the backchannel logout event 2024-06-25 12:13:24 +02:00
Michael Barz
fda661b1cd Merge pull request #9464 from kobergj/FixMakeDocsGenerate
[docs-only] Remove _index.md from app-registry
2024-06-25 11:42:42 +02:00
jkoberg
f43397f1ee fix(postprocessing): fix multi-restart
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-06-25 11:32:01 +02:00
kobergj
721b32bd1e Automated changelog update [skip ci] 2024-06-25 08:58:36 +00:00
kobergj
f6de65d3a8 Merge pull request #9456 from kobergj/IndexAllSpaces
Allow reindexing all spaces
2024-06-25 10:57:57 +02:00
jkoberg
a397984242 fix(docs): remove _index.md from app-registry
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-06-25 10:55:35 +02:00
jkoberg
4e28fc45dc feat(search): allow indexing all spaces
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-06-25 10:01:37 +02:00
jkoberg
63686d6cd7 feat(search): remove userid from indexspace methods
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-06-25 10:01:37 +02:00
kobergj
9d7ea44b2e Automated changelog update [skip ci] 2024-06-25 07:19:35 +00:00
kobergj
73a2f19456 Merge pull request #9361 from kobergj/ActivityApi
Activity API
2024-06-25 09:18:55 +02:00
Martin
e4862aed79 Automated changelog update [skip ci] 2024-06-25 07:11:39 +00:00
Martin
197a7592e9 Merge pull request #9457 from owncloud/chore_maintain_envvar_yamls
[docs-only] [chore] Maintain envvar yaml file updates (doc helper stuff)
2024-06-25 09:11:03 +02:00
mmattel
db60ee8332 add changes from the latest merge 2024-06-25 09:05:04 +02:00
mmattel
bc0b0fc985 [docs-only] [chore] Maintain envvar yaml file updates 2024-06-25 09:02:35 +02:00
Martin
d964e918af Merge pull request #9459 from owncloud/fix_envvar_texts
[docs-only] Fix envvar description
2024-06-25 09:01:53 +02:00
mmattel
109a3ae2f4 [docs-only] Fix envvar description 2024-06-25 08:30:24 +02:00
kobergj
1db4d1031c Automated changelog update [skip ci] 2024-06-24 14:50:34 +00:00