FalkenStein42
08d8d704b3
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:15 +00:00
Nextcloud bot
58170b8150
generate documentation from config.sample.php
2023-01-26 04:05:49 +00:00
Christoph Wurst
34d2894450
Merge pull request #9564 from nextcloud/backport/9509/stable24
...
[stable24] Add file:repair-tree documentation
2023-01-18 13:36:07 +01:00
Git'Fellow
4beff83fab
Title underline too short
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-01-18 11:02:54 +00:00
Git'Fellow
8f4422bbb2
Typo
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-01-18 11:02:54 +00:00
Git'Fellow
7bcb81b785
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:54 +00:00
Joas Schilling
9641253b33
Merge pull request #9549 from nextcloud/backport/9547/stable24
...
[stable24] Fix missing jquery - take 2 (`requirements.txt`)
2023-01-12 16:51:23 +01:00
Richard Steinmetz
17afd2523d
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:36:14 +00:00
Richard Steinmetz
2a74cdb788
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:36:14 +00:00
Joas Schilling
4396f71852
Merge pull request #9544 from nextcloud/backport/9542/stable24
...
[stable24] fix: pin sphinx-rtd-theme to fix missing jquery lib
2023-01-11 13:58:20 +01:00
Richard Steinmetz
1ac225a0a6
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:44 +00:00
Daniel
592ba118ff
Merge pull request #9541 from nextcloud/backport/9532/stable24
...
[stable24] Update Service Discovery example for Caddy …
2023-01-11 00:17:17 +01:00
rusty-snake
dd533e4405
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:14:33 +00:00
Daniel
f1ebe60ebb
Merge pull request #9538 from nextcloud/backport/9534/stable24
...
[stable24] Updates the "Migrations" section's phrasing.
2023-01-11 00:10:19 +01:00
Faraz Samapoor
1a7330e1e0
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:37 +00:00
Vincent Petry
3bd9051f8f
Merge pull request #9527 from nextcloud/backport/9525/stable24
...
[stable24] Add howto sections for testing S3 and email
2023-01-05 11:22:07 +01:00
Vincent Petry
66ce8306f8
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:37 +00:00
Vincent Petry
1e8e5f4360
Merge pull request #9523 from nextcloud/backport/9521/stable24
...
[stable24] Add doc for occ trashbin:restore command
2023-01-04 16:01:56 +01:00
Vincent Petry
11a8d72d6e
Add doc for occ trashbin:restore command
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-04 14:56:59 +00:00
Vincent Petry
5c8c1ffed8
Merge pull request #9520 from nextcloud/backport/9518/stable24
...
[stable24] Add share attributes documentation in OCS Share API
2023-01-04 15:13:05 +01:00
Vincent Petry
cc787de311
Add share attributes documentation in OCS Share API
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-04 13:58:51 +00:00
Joas Schilling
1a251403cf
Merge pull request #9515 from nextcloud/backport/9510/stable24
...
[stable24] Improve UTF8 manual with older DB versions
2023-01-02 18:32:25 +01:00
Joas Schilling
50c9da5eda
Improve UTF8 manual with older DB versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-02 16:26:15 +00:00
Daniel
235fa6a782
Merge pull request #9512 from nextcloud/backport/9501/stable24
...
[stable24] Adjust ROW_FORMAT note to changes in Nextcloud 24
2023-01-02 14:15:11 +01:00
Daniel Calviño Sánchez
a127ceae7b
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:56 +00:00
Daniel
846ea3b3be
Merge pull request #9504 from nextcloud/backport/9394/stable24
...
[stable24] document azure primary storage
2022-12-27 18:46:07 +01:00
Robin Appelman
c091738d1c
document azure primary storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-12-27 17:31:39 +00:00
Daniel
114dfb8e2b
Merge pull request #9477 from nextcloud/backport/9473/stable24
...
[stable24] More clear wording (and tipo remove)
2022-12-10 21:55:11 +01:00
p-bo
905f0236c3
Update admin_manual/installation/source_installation.rst
...
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 20:35:05 +00:00
p-bo
f3eea48824
More clear wording (and tipo remove)
...
There was (my) tipo (dtto -> ditto) and possibly the whole expression was not so clear.
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 20:35:05 +00:00
Daniel
6e1652bcb3
Merge pull request #9475 from nextcloud/backport/9398/stable24
...
[stable24] Add Let’s Encrypt to SSL certificates tip
2022-12-10 20:25:06 +01:00
p-bo
ed6332bce6
Fix grammar
2022-12-10 19:20:36 +00:00
p-bo
9ddd9b04c8
Rephrased as sugested
2022-12-10 19:20:36 +00:00
p-bo
d6e47dc9b9
Add Let’s Encrypt to SSL certificates tip
...
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 19:20:36 +00:00
Daniel
e3ff744e78
Merge pull request #9471 from nextcloud/backport/9397/stable24
...
[stable24] Add NextcloudPi to automated install options
2022-12-10 20:18:25 +01:00
p-bo
80910a51b5
Add NextcloudPi script
2022-12-10 13:51:45 +00:00
p-bo
0ce2ad3eb4
Add NextcloudPi to automated install options
...
Because they also provide install script - see Debian tab under Supported Systems section on nextcloudpi.com
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-12-10 13:51:45 +00:00
Simon L
4577510356
Merge pull request #9430 from nextcloud/backport/9373/stable24
...
[stable24] Improve documentation around Imaginary
2022-11-30 10:21:39 +01:00
Richard Steinmetz
216cf32ac2
Improve documentation around Imaginary
...
Ref https://github.com/nextcloud/previewgenerator/issues/323
Ref https://github.com/nextcloud/server/pull/35105
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-11-30 09:18:17 +00:00
Nextcloud bot
5931f84a1f
generate documentation from config.sample.php
2022-11-26 03:36:31 +00:00
Daniel
d3a5f6554b
Merge pull request #9421 from nextcloud/backport/9420/stable24
...
[stable24] [stable25] Fix formating
2022-11-25 22:45:26 +01:00
p-bo
eee03682c1
Fix formating
...
- use *italicized text* instead of _italicized text_ , because it was not rendered in used markdown flavour correctly
- remove (forgotten?) long line of dashes
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-25 19:42:59 +00:00
Daniel
cfccfdb353
Merge pull request #9418 from nextcloud/backport/9417/stable24
...
[stable24] [stable25] future-proof link to desktop client docs
2022-11-25 20:39:55 +01:00
p-bo
9935fca16c
future-proof link to desktop client docs
...
latest instead version number to stay functional/current
Signed-off-by: p-bo <pavel.borecki@gmail.com>
2022-11-25 19:37:16 +00:00
John Molakvoæ
b3d41e896e
Merge pull request #9410 from nextcloud/backport/9408/stable24
2022-11-22 15:08:23 +01:00
Joas Schilling
4ddb28c35c
Fix linting things
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-22 13:59:12 +00:00
John Molakvoæ
a238ed4e9c
Fix link syntax
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2022-11-22 13:59:12 +00:00
John Molakvoæ
ce145e2f35
Fix browsers requirements
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-11-22 13:59:12 +00:00
Joas Schilling
a3f2d29d6b
Merge pull request #9384 from nextcloud/backport/9380/stable24
...
[stable24] Update logo with fixed N
2022-11-17 21:09:44 +01:00
Joas Schilling
8af892b91f
Merge pull request #9387 from nextcloud/backport/9382/stable24
...
[stable24] Fix syntax issues and dead links
2022-11-17 21:09:03 +01:00