Josh
fe0d5d28cd
Merge pull request #11964 from nextcloud/backport/11924/stable28
...
[stable28] Update access_webdav.rst
2024-07-06 08:42:06 -04:00
sakudo
64f7e518a2
Update access_webdav.rst
...
Just a small change to make it clear that the "nextcloud" in the url might need to be adjusted to the actual directory of the installation.
Signed-off-by: sakudo <samuel.kutter@gmail.com >
2024-07-06 12:37:59 +00:00
Josh
8966920942
Merge pull request #11959 from nextcloud/backport/11956/stable28
...
[stable28] fix(admin): Make it real clear group admins have admin privs
2024-07-04 08:14:32 -04:00
Josh
0c788b90a7
fix(admin): Make it real clear group admins have admin privs
...
Fixes nextcloud/server#46253
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-07-04 12:10:07 +00:00
MichaIng
33342a3b47
Merge pull request #11938 from nextcloud/backport/11872/stable28
...
[stable28] fix(admin): Revise opcache revalidation tuning section
2024-06-26 14:23:20 +02:00
Josh Richards
18a4a53e2b
fix(admin): Revise opcache revalidation tuning section
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2024-06-26 10:12:40 +00:00
Joas Schilling
2d76bd32cc
Merge pull request #11935 from nextcloud/chore/adjust-system-requirements-nc28
...
[stable28] fix(admin): Adjust postgres versions to all supported versions
2024-06-26 07:53:27 +02:00
Ferdinand Thiessen
1d2f6c416b
fix(admin): Adjust postgres versions to all supported versions
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-26 00:05:15 +02:00
Richard Steinmetz
2e9aca54d5
Merge pull request #11933 from nextcloud/backport/11912/stable28
...
[stable28] fix(admin): refine .mjs related NC28 upgrade info
2024-06-25 20:14:30 +02:00
MichaIng
a5b4af6dbd
fix(admin): refine .mjs related NC28 upgrade info
...
To cover rewrites, Cache-Control header, and give a concrete config file for MIME types, as suggested here: https://github.com/nextcloud/documentation/pull/11471#issuecomment-1912212928
Signed-off-by: MichaIng <micha@dietpi.com >
2024-06-25 16:07:52 +00:00
Richard Steinmetz
d258517f65
Merge pull request #11910 from nextcloud/backport/11471/stable28
...
[stable28] fix(admin): Add a note about JavaScript modules to Nextcloud 28 upgrade guides
2024-06-25 17:04:25 +02:00
Ferdinand Thiessen
af8da09d2f
fix(admin): Add a note about JavaScript modules to Nextcloud 28 upgrade guides
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-18 16:07:10 +00:00
Josh
2b1e91bf16
Merge pull request #11835 from nextcloud/backport/11828/stable28
...
[stable28] chore: remove documentation for user_external
2024-06-07 16:39:04 -04:00
Daniel Kesselberg
ad635894c1
chore: remove documentation for user_external
...
Users expect, because the app is mentioned in our admin documentation, that there should be a compatible release and are disappointed if not.
We do not maintain or support user_external, and therefore the mention in our documention should go.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-06-07 16:35:49 -04:00
Josh
62af92672e
Merge pull request #11854 from nextcloud/backport/11838/stable28
...
[stable28] fix(admin): Remove "latest" archive reference during upgrades
2024-06-07 16:31:29 -04:00
Josh Richards
44b20f4975
fix(install): copy->move data directory during manual upgrades
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2024-06-07 16:28:08 -04:00
Josh Richards
52ea158f2b
fix(admin): Remove "latest" archive reference to avoid accidents
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2024-06-07 16:28:08 -04:00
Joas Schilling
8a3884519f
Merge pull request #11896 from nextcloud/backport/11894/stable28
...
[stable28] ci: update eol check from template
2024-06-07 08:30:05 +02:00
Richard Steinmetz
e963c12d51
ci: update eol check from template
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-06-07 06:26:42 +00:00
Richard Steinmetz
8fa7640654
Merge pull request #11890 from nextcloud/backport/11880/stable28
...
[stable28] Update php_configuration.rst
2024-06-06 08:20:48 +02:00
Steve8291
d12755330b
Update php_configuration.rst
...
Add note that sodium is included with php7.2+
Signed-off-by: Steve8291 <hambling8@gmail.com >
2024-06-06 06:17:10 +00:00
Josh
5b1e19844e
Merge pull request #11839 from nextcloud/backport/11837/stable28
...
[stable28] feat(docs): Add a "copy" button to code blocks
2024-06-06 00:55:21 -04:00
Josh Richards
92e448c52e
feat(docs): Add a "copy" button to code blocks
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-06-06 06:51:38 +02:00
Joas Schilling
050d361ce8
Merge pull request #11887 from nextcloud/backport/11885/stable28
...
[stable28] update wording "Administration settings" and "Flow"
2024-06-05 13:39:37 +02:00
Alexander Müller
2812a69169
update wording "Administration settings" and "Flow"
...
Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com >
2024-06-05 11:36:09 +00:00
Josh
4eb64987dc
Merge pull request #11861 from nextcloud/backport/11775/stable28
...
[stable28] fix(Requirements): Memory constrained environments
2024-05-27 08:41:56 -04:00
Josh
0ccff324b1
fix(Requirements): Memory constrained environments
...
* various apps/features/configurations require more than the minimum so let's make it clearer that only meeting the minimum does come with trade-offs
* the built-in Updater requires PHP memory_limit (and/or available RAM) equal to the current size of the downloaded Archive package (see nextcloud/updater#505 ). Otherwise it will always fail on step 5 (integrity check). Let's mention that so people aren't surprised. They can of course do a manual update still.
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-05-27 12:33:12 +00:00
Joas Schilling
fccdd93c37
Merge pull request #11797 from nextcloud/backport/11795/stable28
...
[stable28] Update caching_configuration.rst
2024-05-08 09:02:29 +02:00
AT-SGAI-CSIC
efb15b1aa4
Update caching_configuration.rst
...
Add some comma
Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com >
2024-05-08 06:56:02 +00:00
AT-SGAI-CSIC
2dacaedf8c
Update caching_configuration.rst
...
Missing comma in config redis cluster
Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com >
2024-05-08 06:56:02 +00:00
Joas Schilling
b1636c5234
Merge pull request #11792 from nextcloud/backport/11790/stable28
...
[stable28] fix(CI): Update block-merge-eol.yml
2024-05-06 22:22:10 +02:00
Joas Schilling
fc4dbc93b2
fix(CI): Update block-merge-eol.yml
...
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
2024-05-06 19:50:08 +00:00
Josh
7c2a888845
Merge pull request #11788 from nextcloud/backport/11776/stable28
...
[stable28] Update link in publishing.rst
2024-05-06 14:08:21 -04:00
tflidd
dee9625087
Update link in publishing.rst
...
Fixes https://github.com/nextcloud/documentation/issues/11774
Signed-off-by: tflidd <tflidd@aspekte.net >
2024-05-06 18:04:47 +00:00
Kate
d340f5a6ba
Merge pull request #11784 from nextcloud/backport/11782/stable28
2024-05-06 13:41:27 +02:00
provokateurin
77ea90d8f9
fix(dev): Add missing imagick extension to make psalm work
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-05-06 11:35:08 +00:00
tflidd
3d37b4158d
Merge pull request #11770 from nextcloud/backport/11768/stable28
...
[stable28] Add option to db indices to occ_command.rst
2024-04-30 09:13:54 +02:00
tflidd
8f9f510829
Add option to db indices to occ_command.rst
...
An option `--dry-run` for the adding db-indices seems to be available but not documented (2c059dd606/core/Command/Db/AddMissingIndices.php (L65C17-L65C24) )
Signed-off-by: tflidd <tflidd@aspekte.net >
2024-04-30 07:10:06 +00:00
Greta
9868db7f36
Merge pull request #11745 from nextcloud/backport/11669/stable28
...
[stable28] Add mail layout docs
2024-04-16 18:17:21 +02:00
greta
6e43581cd5
Add mail layout docs
...
Signed-off-by: greta <gretadoci@gmail.com >
2024-04-16 17:44:28 +02:00
Arthur Schiwon
a9bd2ff125
Merge pull request #11742 from nextcloud/backport/11741/stable28
...
[stable28] feat(ldap): Update screenshots and add new option documentation
2024-04-16 10:05:23 +02:00
Côme Chilliet
5b8884f513
feat(ldap): Update screenshots and add new option documentation
...
Documented "Disable users missing from LDAP"
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-04-16 07:58:48 +00:00
Maksim Sukharev
e175db68b6
Merge pull request #11727 from nextcloud/backport/11726/stable28
...
[stable28] feat(user_manual): update screenshots and feature description (Talk 18)
2024-04-10 14:13:29 +02:00
Maksim Sukharev
8be5b67eda
feat(user_manual): update screenshots and feature description (Talk 18.0+)
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com >
2024-04-10 12:03:24 +00:00
Ferdinand Thiessen
fdf17aa162
Merge pull request #11722 from nextcloud/backport/11718/stable28
...
[stable28] fix(developer): Adjust links for frontend library documentation
2024-04-09 21:11:20 +02:00
Ferdinand Thiessen
13686d69f7
fix(developer): Adjust links for frontend library documentation
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-04-09 18:59:02 +00:00
Josh
82ba37b83b
Merge pull request #11719 from nextcloud/backport/11714/stable28
...
[stable28] docs(admin): Replace supported app Two-Factor U2F w/ WebAuthn
2024-04-09 14:57:10 -04:00
Josh
1847d7d781
docs(admin): Fix typo
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-04-09 18:34:02 +00:00
Josh
b12a2e13af
docs(admin): Replace supported app Two-Factor U2F w/ WebAuthn
...
U2F was deprecated awhile ago (nextcloud/twofactor_u2f#1013 ) and supported dropped beyond Server v23. Migration path is https://apps.nextcloud.com/apps/twofactor_webauthn
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-04-09 18:34:02 +00:00
Josh
ce39507f12
Merge pull request #11709 from nextcloud/backport/11707/stable28
...
[stable28] docs(admin): Fix typo in brute force disabling command
2024-04-08 08:35:15 -04:00