Simon L
a9bea491a8
Merge pull request #9734 from nextcloud/backport/9724/stable24
...
[stable24] update imaginary docs to reflect cap_add sys_nice
2023-03-07 14:35:41 +01:00
Simon L
09e86be166
add note why it is required
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-07 13:32:38 +00:00
Simon L
9ee2af82f6
update imaginary docs to reflect cap_add sys_nice
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-07 13:32:38 +00:00
Simon L
abbebb008e
Merge pull request #9642 from nextcloud/backport/9640/stable24
...
[stable24] `aio-imaginary:latest` is now multiarch
2023-02-17 16:12:33 +01:00
Simon L
578fac0532
aio-imaginary is now multiarch
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-17 15:06:08 +00:00
Simon L
7f7b9d0579
Merge pull request #9632 from nextcloud/backport/9629/stable24
...
[stable24] Clarify shares situation for disabled users
2023-02-15 10:03:32 +01:00
Côme Chilliet
da613993e9
Apply Tobias suggestion
...
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-02-15 08:59:44 +00:00
Côme Chilliet
09b5513554
Clarify shares situation for disabled users
...
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-02-15 08:59:43 +00:00
MichaIng
65b86a9cc0
Merge pull request #9628 from nextcloud/backport/9595/stable24
...
[stable24] Fix annotations on settings.rst
2023-02-10 18:54:08 +01:00
Dennis de Best
d7d57455c6
Update settings.rst
...
Signed-off-by: Dennis de Best <dennis@debest.fr>
2023-02-10 17:15:54 +00:00
Dennis de Best
14162d1b3b
Fix annotations on settings.rst
...
The return of `public function getIcon()` was set to the description and not to a valid type. This fixes that and cleans the other annotations.
Signed-off-by: Dennis de Best <dennis@debest.fr>
2023-02-10 17:15:54 +00:00
Louis
6ef8b75d7d
Merge pull request #9621 from nextcloud/backport/9617/stable24
...
[stable24] Add entry for ldapConnectionTimeout ldap option
2023-02-08 15:51:47 +01:00
Louis Chemineau
2d83039850
Add entry for ldapConnectionTimeout ldap option
...
https://github.com/nextcloud/server/pull/35355
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-08 13:16:41 +00:00
tflidd
824e8ad59d
Merge pull request #9597 from nextcloud/backport/8189/stable24
...
[stable24] Clarification on permisions for the Redis socket
2023-01-30 11:59:09 +01:00
Daniel
155ed0597c
Update admin_manual/configuration_server/caching_configuration.rst
...
Signed-off-by: Daniel <mail@danielkesselberg.de>
2023-01-30 10:55:15 +00:00
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