tflidd
3ee3f1bf61
Merge pull request #9596 from nextcloud/backport/8189/stable25
...
[stable25] Clarification on permisions for the Redis socket
2023-01-30 11:58:48 +01:00
Daniel
95098c7bcc
Update admin_manual/configuration_server/caching_configuration.rst
...
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-01-30 10:55:08 +00:00
FalkenStein42
4b88b6637f
Clarification on permisions for the Redis socket
...
After running into the problem myself and searching online for a solution i think a clarification on how to ensure proper permissions on the redis socket would be helpful to novice administrators
2023-01-30 10:55:07 +00:00
Richard Steinmetz
a602d011c8
Merge pull request #9586 from nextcloud/backport/9585/stable25
...
[stable25] fix(dev-manual): Update middleware docs to state of the art
2023-01-25 12:14:45 +01:00
Christoph Wurst
a4ef453379
fix(dev-manual): Update middleware docs to state of the art
...
* Register with bootstrap
* Add return types in examples
* Drop obsolete manual DI wiring example
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-25 10:48:06 +00:00
Christoph Wurst
118403a662
Merge pull request #9577 from nextcloud/backport/9573/stable25
...
[stable25] feat(dev-manual): Document performance optimizations with class loaders
2023-01-23 09:15:38 +01:00
Christoph Wurst
c28dbd60f8
feat(dev-manual): Document performance optimizations with class loaders
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-23 07:57:57 +00:00
Christoph Wurst
444b2c5268
Merge pull request #9563 from nextcloud/backport/9509/stable25
...
[stable25] Add file:repair-tree documentation
2023-01-18 13:36:22 +01:00
Git'Fellow
506d10f2e0
Title underline too short
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-01-18 11:02:35 +00:00
Git'Fellow
179ebeb3b5
Typo
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-01-18 11:02:35 +00:00
Git'Fellow
d87211e13e
Add file:repair-tree documentation
...
Fix https://github.com/nextcloud/documentation/issues/9508
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-01-18 11:02:35 +00:00
Daniel
cf8708b04f
Merge pull request #9559 from nextcloud/backport/9554/stable25
...
[stable25] docs: mention IResponse's getBody(), slash when catching Exception
2023-01-15 23:17:37 +01:00
raphj
159c7a6d3c
docs: mention IResponse's getBody(), slash when catching Exception
...
Signed-off-by: raphj <raphael.jakse@xwiki.com>
2023-01-15 22:09:57 +00:00
Joas Schilling
de02429b9e
Merge pull request #9548 from nextcloud/backport/9547/stable25
...
[stable25] Fix missing jquery - take 2 (`requirements.txt`)
2023-01-12 16:51:30 +01:00
Richard Steinmetz
4a8908ccfc
fix: pin jinja2 to prevent build error
...
This is not required when using pipenv as it properly locks the
dependencies.
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-01-12 14:35:56 +00:00
Richard Steinmetz
16e3f5cce5
fix: pin sphinx-rtd-theme to fix missing jquery lib
...
Also pin the dependency in requirements.txt.
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-01-12 14:35:56 +00:00
Joas Schilling
835398a24b
Merge pull request #9543 from nextcloud/backport/9542/stable25
...
[stable25] fix: pin sphinx-rtd-theme to fix missing jquery lib
2023-01-11 13:57:42 +01:00
Richard Steinmetz
f0fa36fdac
fix: pin sphinx-rtd-theme to fix missing jquery lib
...
JQuery was removed as of Sphinx 6. The maintainers of our theme already
reacted to this but the release is not final yet.
Ref https://github.com/sphinx-doc/sphinx/issues/10070
Ref https://github.com/readthedocs/sphinx_rtd_theme/pull/1385
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-01-11 12:54:37 +00:00
Daniel
ab227a4e3b
Merge pull request #9540 from nextcloud/backport/9517/stable25
...
[stable25] Add missing comma
2023-01-11 00:11:59 +01:00
Daniel
0437dc2ad4
Merge pull request #9539 from nextcloud/backport/9532/stable25
...
[stable25] Update Service Discovery example for Caddy …
2023-01-11 00:11:20 +01:00
Daniel
270c756013
Merge pull request #9537 from nextcloud/backport/9534/stable25
...
[stable25] Updates the "Migrations" section's phrasing.
2023-01-11 00:11:01 +01:00
Thomas Citharel
5670f2fad1
Add missing comma
...
Leads to user issues https://github.com/nextcloud/server/issues/34841#issuecomment-1368470070
Signed-off-by: Thomas Citharel <nextcloud@tcit.fr>
2023-01-10 23:08:45 +00:00
rusty-snake
5b4f8b113a
Update Service Discovery example for Caddy …
...
… in reverse_proxy_configuration.rst
While the rewrite rules should work I guess, they still trigger a warning
on the admin page. Using 301 redirects make the warning go away.
Signed-off-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
2023-01-10 23:07:45 +00:00
Faraz Samapoor
fb053e62a5
Updates the "Migrations" section's phrasing.
...
To make it more readable and to remove redundant words.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-01-10 23:07:31 +00:00
Vincent Petry
858f4296d2
Merge pull request #9526 from nextcloud/backport/9525/stable25
...
[stable25] Add howto sections for testing S3 and email
2023-01-05 11:21:37 +01:00
Vincent Petry
c053754f63
Add howto sections for testing S3 and email
...
Added section about how to test email sending.
Added section about how to test S3 as primary and external storage.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-05 10:15:21 +00:00
Vincent Petry
b2aa2a8c42
Merge pull request #9522 from nextcloud/backport/9521/stable25
...
[stable25] Add doc for occ trashbin:restore command
2023-01-04 16:01:52 +01:00
Vincent Petry
8734d58907
Add doc for occ trashbin:restore command
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-04 14:56:44 +00:00
Vincent Petry
47478df394
Merge pull request #9519 from nextcloud/backport/9518/stable25
...
[stable25] Add share attributes documentation in OCS Share API
2023-01-04 15:08:33 +01:00
Vincent Petry
138f6c8f57
Add share attributes documentation in OCS Share API
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-04 13:58:36 +00:00
Joas Schilling
998d2b3901
Merge pull request #9514 from nextcloud/backport/9510/stable25
...
[stable25] Improve UTF8 manual with older DB versions
2023-01-02 18:32:46 +01:00
Joas Schilling
e2bff56a17
Improve UTF8 manual with older DB versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-02 16:26:11 +00:00
Daniel
3f777e54fb
Merge pull request #9511 from nextcloud/backport/9501/stable25
...
[stable25] Adjust ROW_FORMAT note to changes in Nextcloud 24
2023-01-02 14:14:49 +01:00
Daniel Calviño Sánchez
e4f4575f83
Adjust ROW_FORMAT note to changes in Nextcloud 24
...
Since Nextcloud 24 (nextcloud/server#e49233a79546) ROW_FORMAT is no
longer set to "COMPRESSED" when changing the character set of tables to
"utf8mb4" in the "Repair MySQL collation" repair step. However, that
repair step still sets the ROW_FORMAT to "DYNAMIC" before changing the
collation of tables, no matter the character set.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-01-02 09:44:41 +00:00
Daniel
a6c459860e
Merge pull request #9503 from nextcloud/backport/9394/stable25
...
[stable25] document azure primary storage
2022-12-27 18:46:27 +01:00
Robin Appelman
a6bbbd5081
document azure primary storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-12-27 17:31:25 +00:00
Daniel
5527a8c1ff
Merge pull request #9496 from nextcloud/backport/9484/stable25
...
[stable25] Explicit path and backup instruction
2022-12-18 21:46:56 +01:00
pravynandas
abeb1b72b1
Typo corrections
...
Signed-off-by: pravynandas <pravynandas@users.noreply.github.com>
2022-12-17 16:34:56 +00:00
pravynandas
5d10a44edd
Explicit path and backup instruction
...
For me personally, it took some time to figure out where to make these changes, I wish a line explicitly point out where and how to make those changes. I hope this commit does that.
Signed-off-by: pravynandas <pravynandas@users.noreply.github.com>
2022-12-17 16:34:56 +00:00
Daniel
fe3590e59f
Merge pull request #9495 from nextcloud/backport/7944/stable25
...
[stable25] Fix traefik v1 example
2022-12-17 17:32:10 +01:00
Florent Poinsaut
dc04cd1192
Remove trailing slash + add traefik v2 Docker label example + homogeneization of examples
...
Signed-off-by: Florent Poinsaut <florent@poinsaut.fr>
2022-12-17 16:28:30 +00:00
Florent Poinsaut
3ae20b3494
Fix traefik v1 example
...
We need to escape $ char in traefik v1 label otherwise this error occurs:
`ERROR: Invalid interpolation format for "labels" option in service "web": "https://$1/remote.php/dav/ "`
Signed-off-by: Florent Poinsaut <florent@poinsaut.fr>
2022-12-17 16:28:30 +00:00
Daniel
2dcd13ab4e
Merge pull request #9491 from nextcloud/backport/9392/stable25
...
[stable25] lowercase instead of uppercase, colon instead of comma
2022-12-14 23:03:14 +01:00
Daniel
8eff8fc576
Update admin_manual/maintenance/package_upgrade.rst
...
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-14 21:57:16 +00:00
p-bo
3510d48d68
lowercase instead of uppercase, colon instead of comma
...
There was combination of comma, followed by uppercase article which is not correct. So replaced upper case article with lowercase one and tried also other variants instead of comma between sentences and colon seems to fit best (but may be only subjective perception).
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-14 21:57:16 +00:00
Daniel
400a8e78be
Merge pull request #9490 from nextcloud/backport/9413/stable25
...
[stable25] Adapt session handling description to changes in Nextcloud 25
2022-12-14 22:51:01 +01:00
Daniel
48083ef49d
Update developer_manual/basics/controllers.rst
...
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-14 21:46:01 +00:00
Daniel
b8c8065423
Update developer_manual/basics/controllers.rst
...
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-14 21:46:01 +00:00
Daniel
da5ac61f02
Update developer_manual/basics/controllers.rst
...
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-14 21:46:01 +00:00
Julius Härtl
39956d28c1
Adapt session handling description to changes in Nextcloud 25
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-14 21:46:01 +00:00