Marcel Müller
dd59014ac3
fix(docs): Fix occ example for dashboard layout
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-05-20 18:28:19 +02:00
Nextcloud bot
9415210810
generate documentation from config.sample.php
2024-05-17 02:43:48 +00:00
Nextcloud bot
3c5d3a6cd4
generate documentation from config.sample.php
2024-05-16 02:44:11 +00:00
Syl
77a3aa27ec
Add missing trailing slashes in Caddy redirects
...
Signed-off-by: Syl <gh@sperg.net>
2024-05-08 22:19:53 +01:00
AT-SGAI-CSIC
c3a5f060d2
Update caching_configuration.rst
...
Add some comma
Signed-off-by: AT-SGAI-CSIC <139878963+AT-SGAI-CSIC@users.noreply.github.com>
2024-05-08 08:31:43 +02:00
AT-SGAI-CSIC
f2bb43a64e
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-07 13:19:43 +02:00
tflidd
45c589c012
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-29 09:47:29 +02:00
Nextcloud bot
da9ff8b013
generate documentation from config.sample.php
2024-04-23 02:53:22 +00:00
Josh
63c495bf21
docs(admin): Fix brute force disabling command
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-05 18:22:05 -04:00
Josh
e6dc9b7193
docs(admin): Bring Administration privileges chapter up-to-date
...
* Update to match current implementation's title in `server`
* Tidy up/expand the instructions a bit
* Split into Introduction + Usage section
* Update screenshot
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-05 11:01:42 -04:00
Josh
f5d5d1d733
docs(admin): Update + automate ordering of Configuration chapter
...
Make sure the following are always first:
- "Using the occ command"
- "Configuration Parameters"
- "Warnings on admin page"
- Then include everything else left automatically (without require this index be updated for every new section any longer)
- Automatically alphabetize included sections
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-02 12:55:50 -04:00
Nextcloud bot
179a7ed91a
generate documentation from config.sample.php
2024-03-26 02:50:22 +00:00
Jore
e388171714
docs(admin) occ: Add documentation for user:lastseen --all
...
Signed-off-by: Jore <1122344+nooblag@users.noreply.github.com>
2024-03-21 04:29:07 +11:00
Christoph Wurst
05d23f32db
Merge pull request #11634 from nextcloud/feat/adminmanual/two-factor-disable-cleanup-occ
...
feat(admin): occ twofactor:cleanup/disable
2024-03-13 19:50:47 +01:00
Christoph Wurst
c7193449d8
Merge pull request #11643 from nextcloud/feat/admin/occ-fix-caldav-changes
...
fix(admin): Add docs for occ dav:dav:fix-missing-caldav-changes
2024-03-13 13:48:01 +01:00
Christoph Wurst
dbecb64703
fix(admin): Add docs for occ dav:dav:fix-missing-caldav-changes
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-03-13 13:34:46 +01:00
Nextcloud bot
663ca0fc35
generate documentation from config.sample.php
2024-03-13 04:44:31 +00:00
Nextcloud bot
60f67b2aa2
generate documentation from config.sample.php
2024-03-12 02:49:17 +00:00
Christoph Wurst
2a593f31c6
feat(admin): occ twofactor:cleanup/disable
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-03-11 08:34:11 +01:00
Côme Chilliet
4de9159aa6
feat: Add documentation for occ encryption:drop-legacy-filekey
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-08 14:38:36 +01:00
Maxence Lange
b2c90127b1
appconfg api
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-03-06 17:31:29 -01:00
Nextcloud bot
dbc33eb989
generate documentation from config.sample.php
2024-03-04 02:49:46 +00:00
Marcel Müller
aede6d826a
Merge pull request #11580 from nextcloud/document-occ-keys-test
...
Add documentation for 'occ user:keys:verify' command
2024-02-29 11:53:24 +01:00
Nextcloud bot
37e10a64af
generate documentation from config.sample.php
2024-02-29 02:49:17 +00:00
Marcel Müller
bfc0599cdf
Add documentation for 'occ user:keys:test' command
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-02-27 23:26:22 +01:00
Anna Larch
2eb832b99d
enh(admin_manual): document count discrepancy for
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-02-26 16:09:23 +01:00
Maksim Sukharev
fe153779dc
fix(admin_manual): enhance docs for occ app commands
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-02-22 12:20:32 +01:00
Josh
9d03886d84
Update occ_command.rst
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-21 08:12:12 -05:00
Josh
f234789ce8
docs(admin): Reviseocc security command section
...
* Fix couple typos
* Tidy up overview
* Add link to BFP chapter
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-19 08:30:22 -05:00
Josh
7e503a2c12
Update bruteforce_configuration.rst: Drop feature history
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-17 12:33:14 -05:00
Josh
08b9d4a09b
docs(admin): revise the brute force protection configuration chapter
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-16 16:52:47 +00:00
Josh
3663abda4e
fix(background_jobs_configuration) Add example
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-02-04 10:17:20 -05:00
Nextcloud bot
86deb0ec94
generate documentation from config.sample.php
2024-01-31 02:46:32 +00:00
Josh
2180fa1c00
Merge pull request #11451 from nextcloud/fix/admin-mail-debug
...
Fix(email_configuration): Fix conflicting debug mode sections
2024-01-30 11:31:59 -05:00
Marcel Müller
3dbb0ce224
Document 'occ security:bruteforce:attempts'
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-01-29 19:27:05 +01:00
Nextcloud bot
450f2cb780
generate documentation from config.sample.php
2024-01-24 02:47:12 +00:00
Josh
c54e92f76f
Fix(email_configuration): Fix conflicting debug mode sections
...
`mail_smtpdebug` was being described in two places, one of which was incomplete (it didn't note the requirement to also change `loglevel` to `0`... leading to confusion).
* Removes the inaccurate spot and moves the accurate one into its place so there are no longer two debug logging sections.
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-01-18 21:06:43 -05:00
Ferdinand Thiessen
1abc7216ff
Merge pull request #11399 from nextcloud/feat(admin)-document-the---showonly-flag-of-the-update-command
...
feat(admin): document the `--showonly` flag of the app update command
2024-01-18 14:14:11 +01:00
Ferdinand Thiessen
192c7acbe9
fix(admin): Adjust wording
...
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-18 14:08:47 +01:00
Rello
027b8b6288
Update admin_manual/configuration_server/occ_command.rst
...
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-01-15 15:09:19 +01:00
Rello
018e298e0d
Update occ_command.rst
...
add sharing:delete-orphan-shares
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-01-15 15:02:49 +01:00
Max
9de4a83e8f
fix(admin): antivirus occ commands
...
Including feedback from PR review of #10711 .
Signed-off-by: Max <max@nextcloud.com>
2024-01-02 09:30:08 +01:00
Max
5d58f43107
enh: add some more documentation for antivirus usage
...
Signed-off-by: Max <max@nextcloud.com>
2024-01-02 08:44:30 +01:00
Nextcloud bot
0b7b218b97
generate documentation from config.sample.php
2023-12-28 02:47:43 +00:00
Nextcloud bot
eb7a366928
generate documentation from config.sample.php
2023-12-20 02:43:14 +00:00
Joda Stößer
3f8e2c02d3
feat(admin): document the --showonly flag of the app update command
...
Signed-off-by: Joda Stößer <git@simjo.st>
2023-12-14 02:03:59 +01:00
Quentin Dupont
5484c08dc1
Add whitelist configuration on bruteforce_configuration.rst
...
Signed-off-by: Quentin Dupont <perso@quentindupont.fr>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-12-04 16:51:39 +01:00
Nextcloud bot
8340a191d8
generate documentation from config.sample.php
2023-11-25 03:01:57 +00:00
Daniel
1fe7fa9e11
Merge pull request #11290 from nextcloud/zak39-patch-1
2023-11-21 21:40:48 +01:00
Daniel
3c60313f3c
Merge pull request #11231 from jivanpal/patch-1
2023-11-21 21:24:08 +01:00
Nextcloud bot
91bde0d836
generate documentation from config.sample.php
2023-11-17 02:56:35 +00:00
Baptiste Fotia
c03a21deb2
Specify the type for $heade
...
When we would like to extend our class for the EMailTemplate, we have a PHP error about the type of the `$header` variable.
Because, the `$header` property is typed : db3c731b0e/lib/private/Mail/EMailTemplate.php (L97) .
Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
2023-11-16 21:21:38 +01:00
Daniel
885becac01
Merge pull request #11265 from nextcloud/tflidd-patch-1-1
2023-11-12 20:29:59 +01:00
Nextcloud bot
8c64d4011e
generate documentation from config.sample.php
2023-11-11 02:51:35 +00:00
tflidd
5d7c11516d
Remove old redis installation hints
...
Follow up on https://github.com/nextcloud/documentation/pull/11264 .
There is more outdated documentation regarding redis:
- instruction to retired Ubuntu 14.04 manual
- php-redis packages are now included in Ubuntu (since 20.04 LTS), older onces are or are about to expire by now (18.04 + 5 years)
- info about redis suppot for php7.1/2 compatibility is not relevant, these versions are not supported for quite some time.
Not sure about the fedora/CentOS part, but there is just an information how to retrieve package information on a setup, that does not really help.
We can probably backport these changes to all supported versions.
Signed-off-by: tflidd <tflidd@aspekte.net>
2023-11-05 15:31:22 +01:00
Jivan Pal
c97e0eaab2
reverse_proxy_configuration.rst: IPv6 CIDR support has been present since v25.0.0-beta1
...
Signed-off-by: Jivan Pal <jivan.pal@gmail.com>
2023-10-19 16:50:07 +01:00
Nextcloud bot
d15e468dcb
generate documentation from config.sample.php
2023-10-19 02:56:00 +00:00
Nextcloud bot
102e62d1f7
generate documentation from config.sample.php
2023-10-10 03:31:11 +00:00
Nextcloud bot
2e6291c0d9
generate documentation from config.sample.php
2023-10-05 03:10:31 +00:00
Daniel Kesselberg
e96a80fc10
docs: use anchors for email configuration qa section
...
To make external references simpler
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-09-22 18:51:46 +02:00
Robin Windey
c9ab4747a0
Merge pull request #11011 from nextcloud/feature/docs-for-#39818
...
Doc adjustments for occ trashbin:restore
2023-09-22 12:49:53 +02:00
printplaatreparatie
814724043c
Correct minor spelling and punctuation flaws
...
I'm bothered by 'distrebuted' in line 92, and found more improvements.
Signed-off-by: printplaatreparatie <60609704+printplaatreparatie@users.noreply.github.com>
2023-09-20 11:33:03 +02:00
Rello
4f7c562791
Update antivirus_configuration.rst
...
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-09-05 13:14:12 +02:00
Anna
43cd26e7d0
Merge pull request #11079 from nextcloud/enh/ldap_check_group_command
...
Document new command ldap:check-group
2023-08-31 15:37:17 +02:00
Côme Chilliet
0e1cd69f85
Apply suggestions from code review
...
Co-authored-by: Anna <anna@nextcloud.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-08-31 10:41:32 +02:00
Josh Richards
23b257dab3
Merge pull request #11080 from joshtrichards/admin-email-cfg-debug-loglevel-zero
...
(admin) email cfg - NC `loglevel` `0` required for Mailer debugging
2023-08-30 10:27:42 -04:00
Nextcloud bot
df53c65c1d
generate documentation from config.sample.php
2023-08-30 03:01:05 +00:00
Josh Richards
c31de09158
(admin) email cfg - NC loglevel 0 required for Mailer debugging
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-08-28 15:31:40 -04:00
Côme Chilliet
dec903223c
Document new command ldap:check-group
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-08-28 17:17:30 +02:00
Nextcloud bot
573e578c2f
generate documentation from config.sample.php
2023-08-23 02:53:30 +00:00
Robin Windey
a0fc82eecd
Doc adjustments for occ trashbin:restore
...
Signed-off-by: GitHub <noreply@github.com>
2023-08-14 17:38:49 +02:00
Joas Schilling
d55186892a
Fix admin_manual warnings
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-11 10:15:18 +02:00
Daniel
ace8a3431b
Merge pull request #9583 from leegarrett/master
...
Document `occ status` and `-e` option (Related to #35873 )
2023-08-07 20:30:53 +02:00
Lee Garrett
1d35260acc
Add heading and also fix label
...
Signed-off-by: Lee Garrett <lgarrett@rocketjump.eu>
2023-08-07 19:12:05 +02:00
Lee Garrett
2dc160b8f5
Document occ status and -e option
...
Signed-off-by: Lee Garrett <lgarrett@rocketjump.eu>
2023-08-07 19:12:05 +02:00
Christoph Wurst
9a017afd0c
fix(adminmanual): Recommend basic auth over NTLM for Exchange
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-08-03 21:17:01 +02:00
Daniel
b5cf54ef39
Merge pull request #10762 from nextcloud/fsamapoor-patch-1
...
Update bruteforce_configuration.rst
2023-08-03 15:51:03 +02:00
Rello
65f55ac70a
Merge pull request #10802 from nextcloud/Rello-patch-1
...
Update logging_configuration.rst
2023-07-27 13:43:23 +02:00
tflidd
003e5daddd
Merge pull request #10763 from nextcloud/fsamapoor-patch-2
...
Update theming.rst
2023-07-27 13:38:43 +02:00
Rello
def1204bcd
Update logging_configuration.rst
...
double "to"
Signed-off-by: Rello <Rello@users.noreply.github.com>
2023-07-26 08:55:50 +02:00
Nextcloud bot
b09f9b6dc3
generate documentation from config.sample.php
2023-07-21 02:43:32 +00:00
Marcel Klehr
f462abbcac
Merge pull request #10764 from nextcloud/fsamapoor-patch-3
2023-07-18 15:37:38 +02:00
Faraz Samapoor
d743d2b892
Update background_jobs_configuration.rst
...
Co-authored-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-07-18 16:13:02 +03:30
Marcel Klehr
e7b5f7457f
Merge pull request #10587 from nextcloud/feat/dashboard-docs
2023-07-18 13:56:38 +02:00
Faraz Samapoor
0f994c82e5
Update background_jobs_configuration.rst
...
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-07-17 14:54:01 +03:30
Faraz Samapoor
5c71a5e87f
Update theming.rst
...
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-07-17 14:29:16 +03:30
Faraz Samapoor
aafe6a5f84
Update bruteforce_configuration.rst
...
Minor fixations.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-07-17 14:14:15 +03:30
Christoph Wurst
09c57bc84c
Merge pull request #9639 from nextcloud/gf-not-restore
...
Add note about Group Folders
2023-07-06 10:06:52 +02:00
Nextcloud bot
280721b428
generate documentation from config.sample.php
2023-06-20 02:48:22 +00:00
Simon L
9fca3c34d4
Merge pull request #10643 from nextcloud/enh/noid/fix-mail-confusion
...
fix confusion around mail settings and improve layout a bit
2023-06-19 11:35:38 +02:00
Nextcloud bot
2b0b62458a
generate documentation from config.sample.php
2023-06-19 08:47:32 +00:00
Simon L
31c187a10b
fix confusion around mail settings and improve layout a bit
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-06-17 18:45:24 +02:00
Christoph Wurst
6f6e0b4db5
Merge pull request #10637 from nextcloud/feat/adminmanual/sudo-occ-with-env-vars
...
feat(adminmanual): Document how to use occ with sudo and env vars
2023-06-16 12:01:01 +02:00
Christoph Wurst
af604d1ea4
feat(adminmanual): Document how to use occ with sudo and env vars
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-16 11:04:58 +02:00
Nextcloud bot
71c05c02f2
generate documentation from config.sample.php
2023-06-14 02:37:55 +00:00
Nextcloud bot
9662f7b4ad
generate documentation from config.sample.php
2023-06-13 02:39:19 +00:00
Josh Richards
9017eb1aed
(logging configuration) Rewrite of the admin_audit logging section
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-06-11 11:14:14 -04:00
Julius Härtl
017c0585cc
feat(dashboard): Add admin documentation for dashboard
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-06-08 21:58:38 +02:00
Daniel Kesselberg
fcb7a61e5f
docs(theming): add theming:config background backgroundColor
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-06-06 15:21:18 +02:00
Daniel Kesselberg
b24010bc7f
docs(theming): update theming page
...
- Fresh screenshots
- Add disable-user-theming
- Explain how to set a static color as background via occ
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-06-05 18:23:31 +02:00
Christoph Wurst
7e24a4f566
feat(adminmanual): Add 26 upgrade docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-31 13:59:24 +02:00
Joas Schilling
44dc7b173b
fix(admin): Make double dash readable as such
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-31 09:35:33 +02:00
Christoph Wurst
e5c72b5d16
fix(adminmanual): Document SMTP+NTLM limitation in 26
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-26 12:25:18 +02:00
Nextcloud bot
c3e6fbb0b9
generate documentation from config.sample.php
2023-05-23 02:35:31 +00:00
Nextcloud bot
4805b35c76
generate documentation from config.sample.php
2023-05-17 02:33:17 +00:00
Nextcloud bot
f54b606dac
generate documentation from config.sample.php
2023-05-13 04:42:21 +00:00
Christoph Wurst
c6a10eaf9f
feat(adminmanual): Document system address book basics
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-12 10:56:21 +02:00
Daniel Kesselberg
2390f88bc9
docs(occ): update maintenance mode section
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-05-02 18:16:01 +02:00
Daniel Kesselberg
927d7a31ae
docs(occ): add section run commands in maintenance mode
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-04-25 20:57:35 +02:00
Daniel Kesselberg
05d1d55495
docs(occ): decrypt-all requires maintenance mode = off
...
The encryption:decrypt-all command was updated to require maintenance mode = off: https://github.com/nextcloud/server/pull/12114
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-04-25 18:20:53 +02:00
Anna Larch
a92a0285be
Document Symfony Mailer changes
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-04-13 12:09:17 +02:00
Nextcloud bot
5ba51aee0e
generate documentation from config.sample.php
2023-04-12 04:45:21 +00:00
Nextcloud bot
3f74971627
generate documentation from config.sample.php
2023-04-04 04:41:35 +00:00
Nextcloud bot
a40198e537
generate documentation from config.sample.php
2023-04-02 04:39:14 +00:00
Nextcloud bot
a13f6b56aa
generate documentation from config.sample.php
2023-03-29 04:51:35 +00:00
John Molakvoæ
4a25e81fc6
Merge pull request #9093 from martin-rueegg/patch-3
2023-03-16 09:58:00 +01:00
Git'Fellow
a5dd39a8b8
Add note about Group Folders
...
Using Group Folders, files are visible in the User trash, but such files are not restored by this command.
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-02-16 15:49:52 +01:00
Nextcloud bot
d71364ffdc
generate documentation from config.sample.php
2023-02-09 03:57:27 +00:00
Louis
eecd76cfa9
Merge pull request #9618 from nextcloud/artonge/doc/35160
...
Add info about versions labeling and deleting
2023-02-08 14:15:36 +01:00
Camila
40efe20f4c
Fix note about occ files:transfer-ownership command.
...
See PR nextcloud/server/pull/30953.
Signed-off-by: Camila <hello@camila.codes>
2023-02-08 13:25:03 +01:00
Louis Chemineau
9df50ed8e8
Add info about versions labeling and deleting
...
https://github.com/nextcloud/server/pull/35160
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-07 18:39:15 +01:00
Camila
8d9bd892c6
Add note about the occ files:transfer-ownership command.
...
See issue nextcloud/server#15410 .
Signed-off-by: Camila <hello@camila.codes>
2023-02-07 17:31:34 +01:00
Nextcloud bot
a0167aae1f
generate documentation from config.sample.php
2023-02-03 03:49:53 +00:00
Nextcloud bot
af22cb1759
generate documentation from config.sample.php
2023-01-25 04:04:04 +00:00
Nextcloud bot
4477dc5944
generate documentation from config.sample.php
2023-01-20 02:37:13 +00:00
Christoph Wurst
779f62f502
Merge pull request #9509 from nextcloud/repair-tree
...
Add file:repair-tree documentation
2023-01-18 12:02:16 +01:00
rusty-snake
590775b412
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-07 16:55:07 +00:00
Vincent Petry
3baa8ca46e
Add troubleshooting section about NFD file encoding
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-05 10:41:26 +01:00
Nextcloud bot
8f0236071a
generate documentation from config.sample.php
2023-01-05 03:43:28 +00:00
Vincent Petry
8ce0847393
Add doc for occ trashbin:restore command
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-04 15:24:56 +01:00
Nextcloud bot
bd38b79ff5
generate documentation from config.sample.php
2023-01-04 06:23:20 +00:00
Git'Fellow
7c05b1bea7
Title underline too short
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2022-12-31 13:31:23 +01:00
Git'Fellow
a9f04467d5
Typo
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2022-12-31 13:23:22 +01:00
Git'Fellow
07220ebc49
Add file:repair-tree documentation
...
Fix https://github.com/nextcloud/documentation/issues/9508
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2022-12-31 13:22:15 +01:00
Daniel
023499af9e
Merge pull request #8189 from FalkenStein42/patch-2
...
Clarification on permisions for the Redis socket
2022-12-29 15:19:31 +01:00
Daniel
540475628f
Update admin_manual/configuration_server/caching_configuration.rst
...
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-29 15:13:09 +01:00
Nextcloud bot
d62473afbd
generate documentation from config.sample.php
2022-12-29 03:13:25 +00:00
Nextcloud bot
c40214c6bb
generate documentation from config.sample.php
2022-12-23 10:35:59 +00:00
Daniel
a54a5943b9
Merge pull request #7944 from FlorentPoinsaut/patch-2
...
Fix traefik v1 example
2022-12-17 17:27:23 +01:00
Daniel
883d4e2c91
Merge pull request #9061 from nbenedek/reverse-proxy-overwrite.cli.url
...
reverse proxy: add info about overwrite.cli.url
2022-12-10 20:31:42 +01:00
Daniel
a3ea707930
Update admin_manual/configuration_server/reverse_proxy_configuration.rst
...
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-12-10 20:27:46 +01:00
Nextcloud bot
a3306e018d
generate documentation from config.sample.php
2022-12-09 03:53:25 +00:00
Christoph Wurst
07b94e6ba3
doc(admin documentation): Warn about the changed errorlog message prefix
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-12-06 10:59:59 +01:00
Nextcloud bot
ea575ae12b
generate documentation from config.sample.php
2022-12-01 03:39:06 +00:00
Daniel
ca2e9e9fbc
Merge pull request #9401 from p-bo/patch-26
...
Point URL to internet archive
2022-11-30 15:28:36 +01:00
Nextcloud bot
2b0d1b9047
generate documentation from config.sample.php
2022-11-29 03:38:58 +00:00
Julius Härtl
eae31ad02f
Merge pull request #9321 from nextcloud/docs/add-av-disabling-background-scan
2022-11-28 08:12:29 +01:00
Luka Trovic
09664f83ed
feat: update description
...
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com>
2022-11-28 08:04:39 +01:00
Luka Trovic
d17ea611a4
feat: update description
...
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com>
2022-11-28 08:04:25 +01:00
Nextcloud bot
1f7f6b2a50
generate documentation from config.sample.php
2022-11-26 03:36:33 +00:00