Commit Graph

1091 Commits

Author SHA1 Message Date
Christoph Wurst
0e2133150c
Merge pull request #7577 from nextcloud/fix/admin-audit-log-typo
Fix typo in admin audit log docs
2021-11-15 14:15:23 +01:00
Christoph Wurst
6c49af3a72
Fix typo in admin audit log docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 10:38:25 +01:00
Christoph Wurst
88b45672dc
Document how to override the log level with occ
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 10:34:20 +01:00
Nextcloud bot
33e042142e
generate documentation from config.sample.php 2021-10-28 04:00:35 +00:00
Carl Schwan
a9ac1b003a
Merge pull request #7029 from nextcloud/CarlSchwan-patch-1
Add information about possible reason for broken passwords
2021-10-27 15:43:15 +02:00
Juan Carlos Tello
0753d4595d
Fix nextcloud.org urls (#7164)
* Fixed help.nextcloud.org that would result in a page with a certificate issue

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken URL

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken link to bugtracker documentation

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed broken link to how to get your app signed

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Updated stable installation URL

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Updated URL to Contacts & Calendar troubleshooting

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Fixed many URLs that pointed to nextcloud.org instead of nextcloud.com

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Update admin_manual/issues/general_troubleshooting.rst

Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Apply suggestions from code review

Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

* Reverted changes on .pot files

Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com>

Co-authored-by: Daniel <mail@danielkesselberg.de>
2021-10-25 14:32:19 +02:00
Nextcloud bot
38ec2b0522
generate documentation from config.sample.php 2021-10-16 03:59:53 +00:00
Nextcloud bot
fe62894df6
generate documentation from config.sample.php 2021-10-15 04:05:43 +00:00
Carl Schwan
e2a0142689
Add information about possible reason for broken passwords
This commit adds some additional information about one of the reasons why
passwords might be broken after updating to PHP 7.4. This principally targets
centos/rhel but that might also happen on other systems.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-14 11:42:31 +02:00
Nextcloud bot
f4d069d0ed
generate documentation from config.sample.php 2021-10-14 04:00:00 +00:00
Mattia Narducci
20b5a78547 admin_manual: add occ command dav:delete-calendar
Document occ command dav:delete-calendar introduced in Nextcloud 22.

See https://github.com/nextcloud/server/pull/26421

Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com>
2021-10-12 22:53:10 +02:00
Daniel
3c5aa0edd6
Merge pull request #6973 from Chouffy/master
Remove a copy-paste mistake
2021-10-08 18:35:52 +02:00
Carl Schwan
af4740cc48
Add documentation for admin right privilege setting
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-09-30 11:28:13 +02:00
kesselb
18dfd5bb91
Merge pull request #7052 from maxkratz/feature/cronjob-php-fix
Added note on apc.enable_cli for system Cron based configs
2021-09-29 10:37:28 +02:00
Maximilian Kratz
65e9afeaa1 Updated reference to caching section
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-09-29 08:35:06 +02:00
kesselb
60385c3f05
Merge pull request #7127 from GAS85/patch-7
Update antivirus_configuration.rst
2021-09-18 12:35:30 +02:00
Nextcloud bot
4d50ab184f
generate documentation from config.sample.php 2021-09-16 04:08:39 +00:00
Vincent Petry
2d47beaa0a
Update summary of transfer ownership command
Added note about default behavior for incoming shares.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-15 14:50:09 +02:00
Vincent Petry
23777deabb
Add option for incoming shares for transfer ownership
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-15 14:20:42 +02:00
Nextcloud bot
1920a21ad2
generate documentation from config.sample.php 2021-09-15 04:08:00 +00:00
Nextcloud bot
428ab59b4b
generate documentation from config.sample.php 2021-09-10 04:18:42 +00:00
Georgiy Sitnikov
29df52a90b
Update antivirus_configuration.rst
Move to the official docker image of clamav. Older image is not supporting anymore.
2021-09-09 15:35:55 +02:00
Nextcloud bot
c46b56b7db
generate documentation from config.sample.php 2021-09-08 04:03:10 +00:00
Nextcloud bot
4086030699
generate documentation from config.sample.php 2021-08-27 04:05:48 +00:00
Maximilian Kratz
c0d2eaeb1b Added note on apc.enable_cli for system cron based configs
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-08-18 10:46:33 +02:00
Nextcloud bot
b95788c6c1
generate documentation from config.sample.php 2021-07-30 07:57:43 +00:00
Chouffy
9adc6d2bb6
Remove a copy-paste mistake
Signed-off-by: Chouffy <git@chouffy.net>
2021-07-16 11:28:21 +02:00
hellfi
4531e5e666
occ command to reset bruteforce attempts
adding documentation regarding #20005 Implement occ command to reset bruteforce attemps from a given IP address 
functionality is already implemented
2021-07-15 18:59:41 +02:00
Christoph Wurst
cf369cbd78
Document critical changes for devs and admins in Nextcloud 22
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 10:53:29 +02:00
Julius Härtl
2901259af7
Update log filed schema
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-10 10:51:19 +02:00
Nextcloud bot
2350b4ff36
generate documentation from config.sample.php 2021-05-22 04:14:32 +00:00
Nextcloud bot
a051e3ff9f
generate documentation from config.sample.php 2021-05-04 04:07:23 +00:00
Morris Jobke
5ba9346879
Merge pull request #6504 from nextcloud/revert-6393-design/image-alt-tags
Revert "Fix images and alt tags, fix #621, fix #622"
2021-05-03 15:17:12 +02:00
Jos Poortvliet
9e2b480821
add info about updater
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2021-05-03 12:48:04 +02:00
Roeland Jago Douma
eb82b93a46
Revert "Fix images and alt tags, fix #621, fix #622" 2021-04-30 13:18:44 +02:00
Jan C. Borchardt
444d91253e
Fix images and alt tags, fix #621, fix #622
- Change all `.. figure::` elements to `.. image::`
- Add empty `:alt:` so it is clear to screen readers that the images are decorative and don’t duplicate content
- Update styleguide with that info

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-15 20:18:42 +02:00
Sascha Wiswedel
3c38728880 explained log fields
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-04-14 09:14:51 +02:00
Jan-Nick Kemming
00695a34e6
Fix typos 2021-04-09 18:47:22 +00:00
Jani Uusitalo
0fcfbf99d8 Fix typo (successfull -> successful)
Signed-off-by: Jani Uusitalo <jani@mummila.net>
2021-04-05 14:42:45 +03:00
Nextcloud bot
c8c0c2d2e3
generate documentation from config.sample.php 2021-03-30 04:01:41 +00:00
J0WI
645fab4504 Update cipher defaults 2021-03-26 19:37:50 +01:00
Michael Griego
e1e1487f86 Notes on using the Redis session handler
Requested by https://github.com/nextcloud/docker/pull/1364#issuecomment-765472103

Signed-off-by: Mike Griego <mike@griegocentral.com>
2021-03-21 12:31:02 -05:00
ZeroPointMax
9b6ebc8998 add newline in reverse proxy docs
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org>
2021-03-17 08:51:51 +00:00
Morris Jobke
e21789bbe7
Merge pull request #6240 from nextcloud/trusted-proxies-host
Remove "host to resolve" from the list of valid options for `trusted_proxies`
2021-03-16 22:10:05 +01:00
Morris Jobke
1a85b35587
Merge pull request #6197 from francislavoie/patch-2
Clean up Caddy proxy example
2021-03-16 17:06:20 +01:00
Robin Appelman
cfd4c494f7
Remove "host to resolve" from the list of valid options for trusted_proxies
There is no code to actually support that as far as I can tell
2021-03-12 11:54:44 +00:00
Nextcloud bot
84a690983c
generate documentation from config.sample.php 2021-03-09 04:02:02 +00:00
Nextcloud bot
6494caed62
generate documentation from config.sample.php 2021-03-02 04:08:09 +00:00
Francis Lavoie
f45a414a3c
Update reverse_proxy_configuration.rst 2021-02-10 12:37:05 -05:00
Francis Lavoie
764d1234b3
Clean up Caddy proxy example
It's incorrect to use `reverse_proxy` for the dav paths because Caddy does not support paths in proxy addresses. Using a rewrite is the correct solution.

Was also pointed out here: https://github.com/nextcloud/documentation/pull/5894#issuecomment-772874944
2021-02-10 12:34:45 -05:00
Nextcloud bot
2d2275cd59
generate documentation from config.sample.php 2021-01-29 04:00:06 +00:00
Weston Myers
1350b0b86a
Update reverse_proxy_configuration.rst
Tiny update, but there was a typo that would prevent redirection from occurring properly for Traefik.
2021-01-22 05:25:33 -05:00
Morris Jobke
36e687596a
Combine the two Nginx reverse proxy examples
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-20 15:27:48 +01:00
Yash
c0335338ce
Update reverse_proxy_configuration.rst
nginx redirect example
2021-01-20 15:13:06 +01:00
blizzz
c4a1b25c04
Merge branch 'master' into fix_systemd_cron 2021-01-14 21:55:12 +01:00
Christoph Wurst
0981cacc15
Merge pull request #5936 from nextcloud/update-migration-docs-oc-nc
Add doc to migrate from OC 10.5 to NC 20.0
2021-01-13 07:10:53 +01:00
Nextcloud bot
0488937981
generate documentation from config.sample.php 2021-01-13 04:01:37 +00:00
Vincent Petry
9f9892f333
Add doc to migrate from OC 10.5 to NC 20.0
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-12 18:09:24 +01:00
Morris Jobke
e7d295e779
Merge pull request #5894 from serafdev/patch-2
Caddyfile reverse_proxy example
2021-01-11 12:47:05 +01:00
Nextcloud bot
133fc61270
generate documentation from config.sample.php 2021-01-09 04:09:02 +00:00
Sascha Wiswedel
2e7383e709 made log watching via occ more precise
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:48:48 +01:00
Sascha Wiswedel
1e11ded034 cleaned up order of occ logging documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:47:50 +01:00
Sascha Wiswedel
b37be1ffbb cleaned up occ logging documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:47:05 +01:00
Sascha Wiswedel
b90e9b1ac1 added occ commands from Log Reader
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:29:13 +01:00
فارس
336b713724 gaddyfile reverse_proxy example
Added a Caddy reverse_proxy example

Signed-off-by: serafdev <fares@seraf.dev>
2021-01-06 14:42:13 -05:00
Joas Schilling
442bc34b52
Merge pull request #5852 from nextcloud/enh/del-table-prefix
Table-Prefix is not available anymore
2021-01-04 14:27:38 +01:00
Julius Härtl
73a6692741
Add documentation about occ files:scan-app-data
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-29 09:38:05 +01:00
Daniel Kesselberg
baf5ee0e7c Table-Prefix is not available anymore
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-12-25 15:36:22 +01:00
Nextcloud bot
f88e0a964e
generate documentation from config.sample.php 2020-12-23 03:56:36 +00:00
John Molakvoæ
64b193302e
Merge pull request #5590 from nextcloud/feat/dav/move-calendar-rename 2020-12-22 08:45:05 +01:00
John Molakvoæ
b42ce60299
New lines are nice 2020-12-22 08:42:24 +01:00
John Molakvoæ
54daf5d82a
No more --force-rename 2020-12-22 08:41:38 +01:00
Nextcloud bot
122f0e6ace
generate documentation from config.sample.php 2020-12-22 03:57:31 +00:00
Nextcloud bot
29cd4a3e2b
generate documentation from config.sample.php 2020-12-18 03:57:07 +00:00
Nextcloud bot
add63869e2
generate documentation from config.sample.php 2020-12-17 03:55:17 +00:00
Nextcloud bot
6e30ea8853
generate documentation from config.sample.php 2020-12-09 03:53:16 +00:00
Sascha Wiswedel
16bc20a7c3 minor grammar corrections
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-12-08 10:42:03 +01:00
John Molakvoæ
a33ac2ff2a
Add move-calendar-rename flag docs 2020-12-08 10:37:46 +01:00
Elliott Partridge
876021c5ca Add Traefik v1 TOML example
It took me a little while to figure out the correct configuration for Traefik v1 using the traefik.toml for configuration.  So, I figured it would be helpful to document my findings.

Signed-off-by: Elliott Partridge <elliott.partridge@gmail.com>
2020-12-03 12:15:15 -05:00
Christoph Wurst
ce5134fb87
Deprecate the app code checker
* Remove from app publishing guide
* Add to app upgrade guide
* Drop from admin manual (kind of inappropriate anyway)

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-03 10:44:09 +01:00
Georgiy Sitnikov
f22f40b57b
Correction
I believe "specific users in a space-delimited list" should looks like this. Or?
2020-12-02 10:40:37 +01:00
Sascha Wiswedel
a48e49e918 documented occ sharing commands
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-25 10:23:46 +01:00
Sascha Wiswedel
b4ba21d874 replace "persons"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 12:17:14 +01:00
Sascha Wiswedel
0a2174eb1f Fix wrongful description of transfer-ownership
clarify share handling

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 09:16:08 +01:00
Bowen Ding
25584ed13d Make systemd not kill child processes of a cron job when it finishes
Signed-off-by: Bowen Ding <dbw9580@live.com>
2020-11-16 19:39:22 +08:00
Christoph Wurst
a326726214
Add admin occ app installation docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-14 14:23:32 +02:00
Nextcloud bot
a25a363592
generate documentation from config.sample.php 2020-10-05 03:48:21 +00:00
Nextcloud bot
012e83f150
generate documentation from config.sample.php 2020-09-18 03:39:37 +00:00
J0WI
122ed88e53 Update urls to HTTPS
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-17 20:33:30 +02:00
Morris Jobke
ad1a606b3b
Fix unwanted comment in output
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:55:58 +02:00
Morris Jobke
5146a352e1
Fix user manual links
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:38:25 +02:00
Keunes
e4f08b5af7
Update caching_configuration.rst
Expand Redis explanation: inform user to update Redis config, and update socket name to a [more modern](https://help.nextcloud.com/t/error-redisexception-no-such-file-or-directory-at-closure/90684/2) one.
2020-08-27 10:20:25 +02:00
Nextcloud bot
3bfc5d456a
generate documentation from config.sample.php 2020-08-20 03:41:52 +00:00
Morris Jobke
af95766501
Fix updated name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-13 13:41:44 +02:00
Morris Jobke
f42d8a5a4d
Add app config option to disable "Email was changed by admin" email
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-12 12:29:14 +02:00
Nextcloud bot
5502711cc4
generate documentation from config.sample.php 2020-08-12 03:39:27 +00:00
Nextcloud bot
4783e28ee5
generate documentation from config.sample.php 2020-08-08 03:40:43 +00:00
Nextcloud bot
79bb4a837b
generate documentation from config.sample.php 2020-07-29 03:42:56 +00:00
John Molakvoæ
9d070372df
Merge branch 'master' into wiswedel/sharing 2020-07-27 20:35:03 +02:00
Aleksandar Todorović
ca446dc72a Mentions app:remove
Just stumbled upon #2054, which mentions removing and installing the app again as a solution. Checked this page, which didn't mention anything about app removal.

I basically winged it with `app:remove` and it worked:

```bash
$ php occ app:remove calendar
calendar disabled
calendar removed
$ php occ app:install calendar
calendar installed
calendar enabled
```

This PR just adds app:remove under app commands list.

Signed-off-by: Aleksandar Todorović <aleksandar@sigurnost.online>
2020-07-17 15:21:41 +02:00
Morris Jobke
f46b7ffb5f
Merge pull request #2137 from Zocker1999NET/ext/apc_cli_define
admin/configuration/caching: Added possibility that apc.enable_cli is configurable for cron job call only
2020-07-05 23:12:11 +02:00
Nextcloud bot
93d5ff8517
generate documentation from config.sample.php 2020-06-25 03:36:13 +00:00
Felix Stupp
38a0a33e4e
admin/configuration/caching: apc.enable_cli configurable on cron job call
Signed-off-by: Felix Stupp <felix.stupp@outlook.com>
2020-06-07 19:12:24 +02:00
Sascha Wiswedel
a595b195db
Merge pull request #2121 from nextcloud/wiswedel/transferOwnership
documentation for user invoked ownership transfer
2020-06-04 22:08:40 +02:00
Sascha Wiswedel
bd9ef16c19
purge strings about explicit Nextcloud versions
Versions deprecate fast and aren't needed in upstream documentation branches.

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-04 12:48:13 +02:00
Sascha Wiswedel
0e961f01e0
Merge pull request #2125 from nextcloud/wiswedel/fixups/checkAnnotations
fixes requested by check annotations
2020-06-03 15:18:07 +02:00
Sascha Wiswedel
5b7b24f18d
fixes requested by check annotations
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 13:42:26 +02:00
Sascha Wiswedel
972a22c346
more link fixes
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 13:01:37 +02:00
Sascha Wiswedel
e5faeed057
documentation for user invoked ownership transfer
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 12:54:53 +02:00
Sascha Wiswedel
cd14b603df
changed absolute links to relative links
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-03 12:03:23 +02:00
J0WI
294eddb137 Document all log types
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-05-21 01:36:32 +02:00
Georgiy Sitnikov
d48e0e3784
Added user:list options description 2020-05-07 10:57:08 +02:00
Ruben Barkow-Kuder
7e8c634dd6
fix app:update command 2020-05-05 01:00:24 +02:00
Nextcloud bot
9eb12ba47d
generate documentation from config.sample.php 2020-05-04 11:55:22 +00:00
tflidd
9ac533a8e5
Add correct syntax highlighting
Missing syntax highlighting for adding indices.
2020-05-03 11:38:06 +02:00
Eirik Smithsen
0e1634fe68
Fix reverse proxy documentation list formatting
reStructuredText requires a blank line before and after
lists to render correctly.

Signed-off-by: Eirik Smithsen <eirik.1996@hotmail.com>
2020-04-29 18:07:53 +02:00
Georgiy Sitnikov
d1afdc9520
Added Docker and Docker Compose howto
install ClamAV and expose Socket to the local Host
2020-04-29 14:02:57 +02:00
Morris Jobke
6dacf77ff7
Merge pull request #1775 from jamesstout/occ_command_logging_options_fix
Fix formatting of occ log:manage options
2020-04-22 13:39:14 +02:00
Thomas Citharel
da8da265fd
Add Groupware section
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-22 08:23:13 +02:00
Morris Jobke
6aa9c182bd
Fix paragraph layout after merging #1936
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-04-21 11:11:22 +02:00
Clément Duveau
16f8d0c8c0 Update documentation and readability
As my reverse proxy can change its IP address (self-healing, rolling update, etc) I resolve it only using internal DNS. I just tried and my Nextcloud install (officiel docker, no modifications) is able to resolve it.

Options for the array have been updated for readability
2020-04-21 09:03:55 +00:00
Morris Jobke
fef343c1a8
Apply suggestions from code review
Co-Authored-By: J0WI <J0WI@users.noreply.github.com>
2020-04-21 10:11:09 +02:00
Morris Jobke
ca890fcf63
Merge pull request #1874 from nextcloud/add-activity-docs
Add more activity docs
2020-04-21 09:55:17 +02:00
Sascha Wiswedel
501dff418b
Merge pull request #1969 from nextcloud/wiswedel/appstoreUpdates
Bunch of updates to the app store documentation
2020-04-20 23:21:13 +02:00
kesselb
ff12b6a877
Update admin_manual/configuration_server/reverse_proxy_configuration.rst
Co-Authored-By: Gary Kim <gary@garykim.dev>
2020-04-20 21:40:12 +02:00
Sascha Wiswedel
5f30a79edc
App Store: "official" is now "Featured"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-20 14:15:49 +02:00
Joas Schilling
d96e903ede
Add more activity docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-20 09:40:43 +02:00
Mat M
529ee49511 Add NGINX reverse proxy code block
Signed-off-by: Mat M <matm@gmx.fr>
2020-04-12 03:53:48 +02:00
Sascha Wiswedel
f360e4f0af
updated a bunch of screenshots
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-28 23:29:46 +01:00
Sascha Wiswedel
b627ebacfb
removed no longer referenced screenshots
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-28 23:28:46 +01:00
Nextcloud bot
6aadd4ac31
generate documentation from config.sample.php 2020-03-27 03:42:01 +00:00
Jan-Christoph Borchardt
c5b521f50d
Merge pull request #1852 from ahstro/fix/gender
Use more inclusive pronouns
2020-03-26 23:39:59 +01:00
Jan-Christoph Borchardt
139f1876eb
Fix a sentence to not be gendered 2020-03-26 23:38:41 +01:00
Nextcloud bot
6657d331c3
generate documentation from config.sample.php 2020-03-24 03:41:37 +00:00
Sascha Wiswedel
8b687e504b
clarified trash bin retention by storage shortage override
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-23 17:47:24 +01:00
Nextcloud bot
6aee5f0bb0
generate documentation from config.sample.php 2020-03-23 03:39:06 +00:00
Sascha Wiswedel
e1a2ac7691
added necessary log.condition documentation for admin_audit
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-13 14:49:22 +01:00
Roeland Jago Douma
a5ca54196b
loglevel is an int
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-12 13:50:14 +01:00
Kaijia Feng
b053f9d166
Update Traefik config for v2 2020-03-09 11:24:30 +08:00
Nextcloud bot
8262ef6cf7
generate documentation from config.sample.php 2020-03-08 03:40:40 +00:00
Fonata
21e66eb8d7 HAProxy example: Improved formating
It was not obvious that it must be two lines.

Signed-off-by: Fonata <Fonata@users.noreply.github.com>
2020-03-07 11:51:14 +01:00
Anton Strömkvist
62a5862359
Use more inclusive pronouns
Replace instances of gendered pronouns (e.g. 'she' and 'he')
with an equivalent variant of singular 'they'

Signed-off-by: Anton Strömkvist <anton@stromkvist.com>
2020-02-27 22:14:46 +01:00
Daniel Kesselberg
edd3744104 Fix: Unknown target name
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-23 23:12:27 +01:00
Julius Härtl
8458c8ad2b
Add HAProxy .well-known redirect
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-18 08:33:43 +01:00
Nextcloud bot
017185cf2c
generate documentation from config.sample.php 2020-02-05 03:39:43 +00:00
Nextcloud bot
3888bf9e99
generate documentation from config.sample.php 2020-01-24 03:35:23 +00:00
Rotzbua
975d3bd005
Add security considerations about oauth2 #1683
Signed-off-by: Rotzbua <Rotzbua@users.noreply.github.com>
2020-01-18 22:44:11 +01:00
James Stout
9091425ab6 Fix formatting of occ log:manage options
The double dash (--) wasn’t being rendered correctly:

• –backend [file, syslog, errorlog, systemd]
• –level [debug, info, warning, error]

is now

• –-backend [file, syslog, errorlog, systemd]
• –-level [debug, info, warning, error]

Signed-off-by: James Stout <stoutyhk@gmail.com>
2020-01-17 18:51:04 +08:00
Nextcloud bot
f54fbb1c91
generate documentation from config.sample.php 2020-01-17 03:39:20 +00:00
Nextcloud bot
1e02cd5b88
generate documentation from config.sample.php 2020-01-11 03:37:55 +00:00
Nextcloud bot
2ab1214202
generate documentation from config.sample.php 2019-12-17 04:07:49 +00:00
Nextcloud bot
165e94c892
generate documentation from config.sample.php 2019-11-21 03:17:58 +00:00
John Molakvoæ
222bdbf6d1
Update background_jobs_configuration.rst (#1603)
Update background_jobs_configuration.rst
2019-11-18 09:30:32 +01:00
Roeland Jago Douma
40293e3f2f
Bruteforce docs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-09 11:58:43 +02:00
Rafal Zawadzki
e5b0989bed Fix the order of lines :/ 2019-10-05 00:17:10 +02:00
Rafal Zawadzki
ade76e5a3f #1608 app:update command documented 2019-10-04 23:59:13 +02:00
Tim Terhorst
9e7b298735 Update logging docs to add fatal option
Signed-off-by: Tim Terhorst <mynamewastaken+gitlab@gmail.com>
2019-10-03 17:33:33 -05:00
Daniel Kesselberg
ed586737b4
Merge pull request #1614 from moviuro/patch-1
crontab: split command, stdin and stdout
2019-10-03 15:55:22 +02:00
Steve
35ee1fdb98 Update background_jobs_configuration.rst 2019-09-24 23:01:15 -04:00
Steve
2a35668f04 Update background_jobs_configuration.rst 2019-09-24 22:57:31 -04:00
Sascha Wiswedel
7e00ce0fa2
added portal link to audit documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-09-19 11:12:00 +02:00
Moviuro
e1ee805693
crontab: split command, stdin and stdout
This change enhances readability
Fixes issue #1552
2019-09-12 09:56:41 +02:00
Nextcloud bot
60e7654230
generate documentation from config.sample.php 2019-09-10 03:18:16 +00:00
Steve
6001f55c8f Update background_jobs_configuration.rst
Added notes on using different databases.
2019-08-25 19:22:09 -04:00
Steve
372c4e4bdc Update background_jobs_configuration.rst
Adjust nextcloudcron.service to wait for mysql.service dependency before starting. This prevents errors during a  reboot.
2019-08-24 11:15:39 -04:00
Jos Poortvliet
9c3228c1d3
Update caching_configuration.rst
implement feedback.
2019-07-19 14:52:51 +02:00
Jos Poortvliet
2262637c23
note on the redis socket file permissions
This can take forever to debug ;-)
2019-07-18 20:46:06 +02:00
Nextcloud bot
ba3b88d0ee
generate documentation from config.sample.php 2019-07-12 03:09:15 +00:00
Nextcloud bot
9c17db9cec
generate documentation from config.sample.php 2019-06-13 02:57:51 +00:00
Sascha Wiswedel
8d626b110a
Proxy notation hints
Added hints to the different allowed notations for trusted proxies

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-06-07 15:15:25 +02:00
cloud2018
fb0af3ffc7
parameter --all-users for trashbin:cleanup 2019-05-28 14:50:48 +02:00
Nextcloud bot
29bd8c84a9
generate documentation from config.sample.php 2019-05-23 03:05:08 +00:00
Daniel Kesselberg
2f1a919175 Add service discovery to reverse proxy doc 2019-03-31 15:25:06 +02:00
Nextcloud bot
682eaabead
generate documentation from config.sample.php 2019-03-14 01:54:35 +00:00
j-ed
9c36ec6e48
Added description of admin_audit/audit.log option. 2019-03-12 15:51:57 +01:00
Morris Jobke
e601b370c7
Update occ_command.rst 2019-03-04 13:03:52 +01:00
Frank Lanitz
a69b64401e
Fix a link to point to correct version and remove TODO entry 2019-03-02 12:03:58 +01:00
Nextcloud bot
0a5977d58c
generate documentation from config.sample.php 2019-02-26 11:30:26 +00:00
Daniel Kesselberg
c725dfae9e
Update reverse_proxy_configuration.rst 2019-02-17 19:49:34 +01:00
Morris Jobke
67d9e49c08
Merge pull request #1215 from J0WI/imagemagick-svg
Update package name for imagick with SVG support
2019-02-05 10:14:40 +01:00
J0WI
f8ca3f52ac Update package name for imagick with SVG support
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-02-01 21:25:14 +01:00
Morris Jobke
131d81438e
Move the note about autoconfig up
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 16:48:55 +01:00
Morris Jobke
d5780957ad
Rename sections and remove "configuration/configure" from the elements in the configuration section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 16:48:33 +01:00
Morris Jobke
64d62c6489
Move "hardening server" section from configuration to installation part
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 16:37:14 +01:00
Morris Jobke
e77e852a9e
Fix broken links - regression from #980
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 16:34:57 +01:00
Morris Jobke
44b3b09227
Move server tuning from configuration section to the installation section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 16:34:32 +01:00
Thomas Citharel
3343e6e1d3
Add documentation for several dav commands
Following https://github.com/nextcloud/server/pull/5881
2019-01-28 18:35:30 +01:00
Marius Blüm
48af743224
Add group commands label
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-01-25 12:13:40 +01:00
Morris Jobke
7e64e0efde
Clarified on the usage of Redis and PHP 7.0+ is required now
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-14 22:12:48 +01:00
Morris Jobke
16d28f19e0
Change Redis example to hostname
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-14 21:59:16 +01:00
Михаил Снетков
909d4552e3 Fix typo in the doc
Extra character at the end
2019-01-14 10:07:44 +00:00
Jani Uusitalo
9ff752fb02 Fix indefinite article before Nextcloud (an->a) 2019-01-10 17:44:30 +02:00
Jani Uusitalo
687213b6c2
Fix typo: "parameters and are" -> "parameters are" 2019-01-01 13:49:13 +02:00
Thomas Citharel
c63a6349b4
Set the list of locales to MomentJS 2018-12-20 15:26:12 +01:00
Thomas Citharel
f96dd19065
Add documentation for the locale setting
See https://github.com/nextcloud/server/pull/5623
2018-12-19 10:55:54 +01:00
Christoph Wurst
8cba799740
Merge pull request #1043 from nextcloud/systemd-backport
Update sub-section 'systemd' of 'background jobs' #1035
2018-12-19 08:04:27 +01:00
John Molakvoæ (skjnldsv)
b61ea94a36
update sub-section 'systemd' of 'background jobs' #1035
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-18 21:43:19 +01:00
Branko Kokanovic
1fda947f2b Adding documentation for mail_smtpstreamoptions
mail_smtpstreamoptions is a new parameter in config/config.php.
This covers small mention of it and one example where it is useful.

I also fixed removed option to send mail in one place (PHP).
2018-12-18 21:40:11 +01:00
John Molakvoæ (skjnldsv)
c5fa1b6859
apc.enable_cli docs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-07 16:37:55 +01:00
Morris Jobke
19f5161ead
Update syntax and layout of oauth docs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 18:08:29 +01:00
Morris Jobke
15ae5dd990
Fix spelling of "theming app"
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 18:05:24 +01:00
Morris Jobke
5cac6d1f98
Proper syntax in autosetup docs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 18:01:11 +01:00
Morris Jobke
a774835e71
Add netdata as performance tool
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 18:00:53 +01:00
Morris Jobke
e23b3da182
Remove outdated config switches
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 17:53:32 +01:00
Morris Jobke
7fc77a0d67
Antivirus configuration updates
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 17:53:16 +01:00
Morris Jobke
df05c058b7
Restructure log config docs headers
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 17:10:03 +01:00
Morris Jobke
0c801bd90d
Update syntax of log config page
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 17:00:07 +01:00
Morris Jobke
fa62e485b7
Remove unneeded code from language config docs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:57:42 +01:00
Morris Jobke
656ee0dd7e
Update external sites page to not mention Nextcloud 13 anymore and fix image scaling issues
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:52:12 +01:00
Morris Jobke
9ed2166b90
Proofread the email configuration documentation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:44:34 +01:00
Morris Jobke
379b267261
Add header for multiple config files
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:32:54 +01:00
Morris Jobke
a44bfe69d6
Cron jobs are fine to be executed every 5 minutes - added comment about automatic setting of cron mode
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:29:33 +01:00
Morris Jobke
41a4bd9a0a
Update memcache configuration to reflect the current status and recommendation for Redis
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:23:38 +01:00
Morris Jobke
9641633535
Merge pull request #945 from nextcloud/NC15-cleanup
Cleanup structure and duplicate outdated docs
2018-11-28 16:53:55 +01:00
John Molakvoæ (skjnldsv)
3981d73332
Fix linking and rst errors on admin manual
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 11:48:27 +01:00
Jan
9ec54bb090
Apache modules for OAuth 2
IIRC, `mod_headers` should be the most important one... not sure if the others are required but they don't hurt either
2018-11-26 09:14:55 +01:00
Christoph Wurst
a22f105552
Revamp 2FA admin docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-22 14:59:55 +01:00
Jos Poortvliet
2357a855ca
Update occ_command.rst
adding info from @akalypse in https://github.com/nextcloud/server/issues/8311?fbclid=IwAR07RjhNMtK4MwbcGX6e03XclX4BIEGZ48cYn8Rt9fEWdONxWTlpd1uHiQ4#issuecomment-423243061 - pls check @schiessle
2018-10-27 15:05:28 +02:00
Morris Jobke
7520bc38a7
Fix line break
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-24 17:05:14 +02:00
Morris Jobke
545f0e5e2f
Merge pull request #906 from HarHarLinks/patch-1
Update usage of --path argument
2018-10-24 17:04:06 +02:00
Daniel Hansson
baa0e6c2e0
update link to blog 2018-10-19 21:43:51 +02:00
Kim Brose
af070e87fe
Update usage of --path argument
Update use of --path argument for files:transfer-ownership to reflect https://github.com/nextcloud/server/blob/master/apps/files/lib/Command/TransferOwnership.php#L126
2018-10-19 14:15:52 +02:00
Morris Jobke
42412a4cdd generate documentation from config.sample.php 2018-10-18 21:12:17 +02:00
Morris Jobke
a149f37510
Merge pull request #903 from nextcloud/phpmail-not-supported
PHP Mail is not longer supported
2018-10-18 13:25:17 +02:00
Marius Blüm
950261f8f9
PHP Mail is not longer supported
* fixes https://github.com/nextcloud/documentation/issues/854

Signed-off-by: Marius Blüm <marius@lineone.io>
2018-10-18 13:24:58 +02:00
Christian Oliff
ec8120c7d5
Therefore typo fix
'Therfor' is a legal term and not appropriate in this context
REF: https://writingexplained.org/therefor-or-therefore-difference
2018-10-16 18:05:35 +01:00
Patrik Kernstock
cf8927deec
Add hint for Referrer-Policy
Signed-off-by: Patrik Kernstock <info@pkern.at>

Related to nextcloud/server#11798
2018-10-12 16:26:28 +02:00
Florian Schlegel
49f0f390f6
Update server_tuning.rst 2018-10-08 17:21:09 +02:00
Florian Schlegel
d2566e776d
Update server_tuning.rst 2018-10-08 17:21:06 +02:00
Florian Schlegel
f34fc96da7
Update server_tuning.rst 2018-10-08 17:21:02 +02:00
Morris Jobke
f1c2a86621
Remove unneeded label
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-09-28 15:41:47 +02:00
Morris Jobke
e6f681eead
Merge pull request #867 from KajanM/patch-1
highlight the need to include index.php if pretty URL is not configured
2018-09-28 11:37:33 +02:00
Dominik
066209a5e9
Removed Upgrade Option
Removed “--no-app-disable” Option from the occ upgrade command since this option does not exist in Nextcloud 14 anymore.
2018-09-28 11:28:53 +02:00
KajanM
d1629f2e2f
Update oauth2.rst
highlight the need to include index.php if pretty URL is not configured
2018-09-18 02:36:57 +05:30
Joas Schilling
4bbb81a320
Fix docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-13 12:26:42 +02:00
Joas Schilling
665c7368d8
Merge pull request #849 from nextcloud/prepare-stable14
Increase versions to 14
2018-09-04 12:28:04 +02:00
Joas Schilling
1deab991be
Increase versions to 14
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-04 12:17:40 +02:00
Joas Schilling
0b43f1d0ed
Remove all mentions of php 5.6 and below
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-04 12:11:07 +02:00
Morris Jobke
a6f828d7ce
Merge pull request #841 from denismosolov/group-commands
Add Group commands
2018-08-24 17:52:37 +02:00
Denis Mosolov
1cefd2dc25 Add Group commands 2018-08-24 17:36:59 +03:00
Morris Jobke
36d0dbe54c
generate documentation from config.sample.php 2018-08-20 14:06:38 +02:00
Morris Jobke
94e49c3d2b
generate documentation from config.sample.php 2018-08-20 11:19:08 +02:00
Daniel Kesselberg
75d68b384f
List with defaults for android / ios broken 2018-08-13 14:11:03 +02:00
Daniel Kesselberg
a1b06979d1
Fix ERROR: Unexpected indentation. 2018-08-13 12:57:51 +02:00
Daniel Kesselberg
4dcfbe9dde
Remove XCache
https://github.com/nextcloud/server/pull/10659
2018-08-13 12:43:43 +02:00
Marius Blüm
a31dd8b542
config.php -> configuration
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-07-24 11:42:15 +02:00
Morris Jobke
1cf765b5e9
Fix warnings of build command
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-24 09:57:33 +02:00
Morris Jobke
9004d169b6
Fix path
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-05 10:21:08 +02:00
Marius Blüm
e5070ebb54
OAuth2-settings polishing
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-07-05 10:12:13 +02:00
Roeland Jago Douma
6e6eaf20d4
Add OAuth2 docs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-05 10:12:13 +02:00
Morris Jobke
5e9e7f842d
Add new log backend in 14
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-04 10:20:11 +02:00
Morris Jobke
9578a1149c
Fix occ log command
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-04 10:18:34 +02:00
Marius Blüm
61579ede7a
Implement feedback from @juliushaertl
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-06-29 22:59:14 +02:00
Marius Blüm
db8832a5c5 Polish Theming-app documentation
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-06-29 18:18:14 +02:00
Morris Jobke
87cd0a6f5c generate documentation from config.sample.php 2018-06-19 21:28:13 +02:00
VirtualJMills
1a66814f32
Update occ_command.rst
Provide examples of other "run as other user" wrappers, and slightly tweak wording of "Note:" block referencing the "other" user.
2018-06-17 22:30:10 -07:00
Johannes Ernst
d9f9793b52 Added section on how to set hierarchical values per https://github.com/nextcloud/server/issues/9708#issuecomment-395320246 2018-06-08 18:22:21 +00:00
blizzz
f144552568
fix typo 2018-05-07 16:24:27 +02:00
Morris Jobke
1270f48ce7 generate documentation from config.sample.php 2018-04-25 03:35:43 +02:00
Morris Jobke
1fecd2f529 generate documentation from config.sample.php 2018-04-24 03:35:40 +02:00
Morris Jobke
0b16eb5ea8 generate documentation from config.sample.php 2018-04-17 03:35:48 +02:00
Marius Blüm
9326f1b47f
Update email_configuration.rst 2018-04-11 13:11:29 +02:00
Marius Blüm
7fed523087
More details 2018-04-11 12:07:42 +02:00
Marius Blüm
f7bd962d53
Update email-template docs 2018-04-11 09:59:39 +02:00
Morris Jobke
73d108f4e8 generate documentation from config.sample.php 2018-04-11 03:35:58 +02:00
Morris Jobke
7e17e01f58
Merge pull request #702 from nextcloud/encryption-update
[14] Update encryption commands
2018-04-04 12:15:47 +02:00
Morris Jobke
f533262a44 generate documentation from config.sample.php 2018-03-29 03:35:43 +02:00
c0fe
5a7a6ba59e
updated reverse_proxy_configuration.rst
Replaced double quotes with single quotes.
2018-03-07 12:45:18 -06:00
Morris Jobke
65f98fc4c4
Update encryption commands
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-03-05 11:17:14 +01:00
Morris Jobke
0c5ebfb944
Merge pull request #675 from ViktorF/master
Mention new maintenance:theme:update
2018-02-27 14:54:43 +01:00
Christian Oliff
a7a5646a2f
Update activity_configuration.rst 2018-02-27 20:38:33 +09:00
Christian Oliff
347aad4e26
Update activity_configuration.rst 2018-02-23 21:43:52 +09:00
Malvin Gattinger
1db06cc6c8
https link to EasyCron 2018-02-16 23:20:39 +01:00
Viktor Födowski
5898ddb8fc
Mention new maintenance:theme:update
In Nextcloud 13 maintenance:theme:update got added. See nextcloud/server#5441

This mentions the new command.
2018-02-09 11:53:51 +00:00
Daniel Hansson
142f054403
add app:install 2018-02-06 18:15:27 +01:00
Marius Blüm
75dc371727 Remove unmaintained & outdated documentation
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-02-06 09:45:07 +01:00
Bjoern Schiessle
3cc1dac4c7
add documentation for the new occ command to add new database indices
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-01-16 11:07:58 +01:00
Morris Jobke
6cb54d0891 generate documentation from config.sample.php 2018-01-13 03:35:47 +01:00
Morris Jobke
d86f2cf2af generate documentation from config.sample.php 2018-01-10 03:35:36 +01:00
Morris Jobke
7d11a9e139 generate documentation from config.sample.php 2018-01-09 03:35:42 +01:00
Morris Jobke
94963faa2a generate documentation from config.sample.php 2017-12-13 03:35:36 +01:00
Morris Jobke
e4d4684917 generate documentation from config.sample.php 2017-12-02 03:35:41 +01:00
Morris Jobke
8627ef2c09 generate documentation from config.sample.php 2017-11-26 03:35:41 +01:00
peterdamian
f7af889330 Minor corrections 2017-11-25 10:04:43 -05:00
Morris Jobke
40f9340e17 generate documentation from config.sample.php 2017-11-21 03:35:45 +01:00
peterdamian
9919a3fd3d #600 Change headers to sentence case 2017-11-20 15:15:05 -05:00
Joas Schilling
e6444fcb93
Update External sites docs to 13
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-20 11:44:09 +01:00
peterdamian
e07dd2c746 Header changes for the admin manual, #602 2017-11-15 17:01:03 -05:00
peterdamian
530a67034f Change Sqlite to SQLite, behaviour to behavior and acute accent to apostrophe 2017-11-10 15:17:48 -05:00
Morris Jobke
2312f5e55a generate documentation from config.sample.php 2017-08-31 03:35:37 +02:00
Morris Jobke
219938b1a1 generate documentation from config.sample.php 2017-08-18 03:35:39 +02:00
NickTh
f3a90d1406 Updated caching_configuration.rst
Signed-off-by: NickTh <nick-athens30@ubuntu.com>

Same as previous #541. The package name has changed, in Ubuntu 16.04 (Xenial), to `php-apcu`.
https://packages.ubuntu.com/xenial/php/php-apcu
It is a dual build package for both PHP 5.6 and 7.0.
2017-08-03 20:51:18 +03:00
NickTh
643b936783 Update caching_configuration.rst
On Ubuntu 16.04, assuming on Debian too, there are no packages named php5-redis or php7.0-redis. Instead, php-redis exist.
2017-08-02 01:43:38 +03:00
Morris Jobke
8b199fbf67 Merge pull request #524 from nextcloud/make-all
Run all make commands on CI
2017-07-20 16:54:15 +02:00
Morris Jobke
e7c3ba470a Fix admin manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-19 16:55:05 +02:00
Morris Jobke
badf7840a1 Theming of Android/iOS URLs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-19 12:46:45 +02:00
Morris Jobke
669cf6c857 generate documentation from config.sample.php 2017-06-23 03:35:36 +02:00
Marius Blüm
8d93b09c25 Force language
* will be added with https://github.com/nextcloud/server/pull/5498

Signed-off-by: Marius Blüm <marius@lineone.io>
2017-06-22 12:49:53 -05:00
Morris Jobke
9a8453f93d generate documentation from config.sample.php 2017-06-14 03:35:44 +02:00
Morris Jobke
a5d4b65eb1 generate documentation from config.sample.php 2017-06-07 03:35:45 +02:00
Devices
147cd91109 systemd timer as option for background service
Added examples and a smart explanation on how to automate cron.php with systemd.
2017-06-03 13:30:47 +02:00
Morris Jobke
8cebe3f748 generate documentation from config.sample.php 2017-06-03 03:35:46 +02:00
Joas Schilling
fc55ba3375
Some admin errors
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-30 13:23:57 +02:00
Joas Schilling
3a2470469c
Add docs about device support
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-24 10:57:28 +02:00
Morris Jobke
7fe8553e63 Update opcache recommendation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-21 18:26:02 -05:00
Lukas Reschke
6d67997ba4 Merge pull request #462 from nextcloud/hsts-preload
Add notice about HSTS preload option
2017-05-15 14:26:06 +02:00
Morris Jobke
fb1b37810f Add notice about HSTS preload option
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-14 23:06:41 -05:00
Morris Jobke
2bc02b23f2 Improve sidebar headings
* remove term Nextcloud in headings - it only adds noise
* unify headings to have them grouped by wording (Upgrade ...)
* reduce the length of headings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-14 18:22:41 -05:00
Morris Jobke
dc676ca45e Combine nginx_example and nginx into one page
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-14 15:03:38 -05:00
Morris Jobke
868a96f11d Combine theming pages into one
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-14 14:56:12 -05:00
Morris Jobke
c208436deb generate documentation from config.sample.php 2017-05-13 03:35:36 +02:00
Morris Jobke
2c3e2e9ace generate documentation from config.sample.php 2017-05-12 03:35:47 +02:00
Morris Jobke
49710655ad Merge pull request #449 from nextcloud/external-update
Update the external site docs with the new Nextcloud 12 features
2017-05-10 11:58:07 -05:00
Joas Schilling
f78d09080f
Update the external site docs with the new Nextcloud 12 features
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-10 11:39:39 +02:00
Joas Schilling
b679c0230b
Explain data-fingerprint
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-10 11:17:08 +02:00
Joas Schilling
995e39e302
Remove docs about single user mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-10 11:08:04 +02:00
Joas Schilling
78f14fbc15
Add docs about the new option to send activity emails
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-09 11:12:34 +02:00
Morris Jobke
f0712d2a5a generate documentation from config.sample.php 2017-05-09 03:35:34 +02:00
Morris Jobke
9fd2e7d98d generate documentation from config.sample.php 2017-05-03 03:35:35 +02:00
Morris Jobke
48ec1eb9ba Merge pull request #435 from nextcloud/update-to-12
Update version number in links to 12
2017-05-02 15:16:51 -03:00
Morris Jobke
3c672c74dd generate documentation from config.sample.php 2017-05-02 20:13:15 +02:00
Morris Jobke
9ef437c382
Update version number in links to 12
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-01 12:20:28 -03:00
Lukas Reschke
22e2530623
Remove recommendation to change permissions
1. The wording here is really off. We don't really recommend this highly.
2. This is even contraproductive as it disallows updating via the app store
3. Once we have automatic updates this will effectively decrease security from my PoV

Also, an attacker can execute code also using other ways once they have write access to Nextcloud or the data folder.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-26 11:13:50 +02:00
Jos Poortvliet
6db3d92382 remove ownCloud mention
removed ownCloud mention. Should be reviewed if the other ownCloud mention is still relevant and if your new log view isn't worth mentioning.
2017-03-31 19:04:17 +02:00
Jos Poortvliet
4f024e36fd Update security_setup_warnings.rst
fix links 🙈
2017-03-20 18:05:17 +01:00
Jos Poortvliet
caaa5a2649 fix typo 2017-03-19 20:06:00 +01:00
Jos Poortvliet
1552b9a7f9 Add note about security scanner to documentation
We should tell people we have the scanner so they can use it.

No idea if we ever again would scan systems out there but we should tell people it is possible. Of course, various (both good and bad intentioned) parties can and do scan the web all the time, so this isn't exactly news to any user who knows how the web works :(
2017-03-19 20:03:40 +01:00
Morris Jobke
f7fb0f9d1c Merge pull request #376 from nextcloud/remove-migration-test-docs
Remove docs about migration simulation
2017-03-06 12:07:00 -06:00
Joas Schilling
4a9297e28c
Remove docs about migration simulation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-06 12:33:35 +01:00
Roeland Jago Douma
9ddb2012c2 Merge pull request #367 from nextcloud/add-opcache
Opcache performance doc
2017-02-27 15:06:37 +01:00
Lukas Reschke
a65cea8848 Remove invalid Shibboleth documentation
This is for the old Shibboleth app and not the new fancy one we have.
2017-02-27 13:01:40 +01:00
Morris Jobke
2096de5bbd
Opcache performance doc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-24 15:51:44 -06:00
Morris Jobke
36914cf80b generate documentation from config.sample.php 2017-02-02 03:35:20 +01:00
Morris Jobke
690c44686d generate documentation from config.sample.php 2017-01-29 03:35:09 +01:00
Morris Jobke
130dbc4fdb
Remove documentation about multiple smtp hosts
* it doesn't work for a long time

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-24 15:20:38 -06:00
Morris Jobke
2a0bf05340 generate documentation from config.sample.php 2017-01-21 03:35:11 +01:00
Morris Jobke
058dcf39f5 generate documentation from config.sample.php 2017-01-19 03:35:11 +01:00
Morris Jobke
04fbcc04f4 generate documentation from config.sample.php 2017-01-06 03:35:11 +01:00
Morris Jobke
fde7f70925 Merge pull request #301 from nextcloud/more-php-5.6-minimum
Adjust more mentions on php versions
2017-01-05 12:04:08 +01:00
Joas Schilling
66aa779a86
Downstream of https://github.com/owncloud/documentation/pull/2700
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-05 10:40:31 +01:00
Joas Schilling
a8fb7ce1cf Merge pull request #284 from nextcloud/fix-doc
Remove reference to not existing file
2017-01-05 10:17:24 +01:00
Joas Schilling
748c45704c
FIx typo
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-05 10:15:23 +01:00
Joas Schilling
af8987fdfc
Take in changed from tflidd
https://github.com/nextcloud/documentation/pull/300

Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-05 10:10:18 +01:00
Joas Schilling
27cb92fb6b
Adjust more mentions on php versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-05 10:00:43 +01:00
Morris Jobke
3bd2c51c11
Remove reference to not existing file
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-20 14:32:36 +01:00
GDR!
6485f42b3e Update caching_configuration.rst 2016-12-17 12:51:27 +01:00
GDR!
f184d32702 Document all config options taken by RedisFactory
I wanted to use a non-default DB number and ended up reading source code.
2016-12-14 13:14:40 +01:00
Morris Jobke
264ea9b895 generate documentation from config.sample.php 2016-12-10 03:35:13 +01:00
Morris Jobke
76db1b7832
fix all the warnings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-09 12:07:01 +01:00
Arthur Schiwon
2a2559c0f5
Remove docs about discontinued Documents app
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-12-09 11:12:16 +01:00
Morris Jobke
f57231d6be generate documentation from config.sample.php 2016-12-09 03:35:12 +01:00
Morris Jobke
4fcd59ec04 Merge pull request #242 from nextcloud/eppfel-http2-tuning
Update server_tuning.rst with HTTP2
2016-12-08 18:31:13 +01:00
Morris Jobke
5367f77939 generate documentation from config.sample.php 2016-12-07 03:35:13 +01:00
Morris Jobke
71bc5c4540 Merge pull request #203 from nextcloud/smb-notify
add documention for smb update notifications
2016-12-06 10:31:19 +01:00
Julius Haertl
133a8500b2
Add documentation on icon theming (closes #233) 2016-12-05 23:23:06 +01:00
Felix
6fd00da9c4 Update server_tuning.rst 2016-12-01 20:47:06 +01:00
Lukas Reschke
625bb95ffb
Add SAML doc 2016-11-21 18:10:12 +01:00
Morris Jobke
da7f487efd generate documentation from config.sample.php 2016-11-19 03:35:12 +01:00
Joas Schilling
c40cf7ccbe
Add a section about autocompletion for occ
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-17 15:29:11 +01:00
Morris Jobke
37f7f79914 generate documentation from config.sample.php 2016-11-15 03:35:11 +01:00
Morris Jobke
5129ddd1bd generate documentation from config.sample.php 2016-11-03 03:35:12 +01:00
Morris Jobke
e72fdbbd5c generate documentation from config.sample.php 2016-10-26 03:35:14 +02:00
Morris Jobke
a647578ae9 generate documentation from config.sample.php 2016-10-21 03:35:12 +02:00
Robin Appelman
d0b50ae237 add documention for smb update notifications 2016-10-13 15:20:41 +02:00
Morris Jobke
322b59b634 generate documentation from config.sample.php 2016-09-28 03:35:16 +02:00
Morris Jobke
6df2418069 generate documentation from config.sample.php 2016-09-09 03:35:20 +02:00
Joas Schilling
c17a8396e2
Fix server tuning reference 2016-09-07 18:59:10 +02:00
Joas Schilling
030bd5dc92
No more asset pipelining 2016-09-07 09:00:44 +02:00
Joas Schilling
4189f81d0d
Add documentation for the files_accesscontrol app 2016-09-02 15:35:04 +02:00
Joas Schilling
e55f6dcc7c
Disable anti virus until we have a proper version 2016-09-02 11:08:38 +02:00
Lukas Reschke
fce013cee1 Merge pull request #144 from nextcloud/minor-fixes
Some minor fixes to the docs
2016-09-02 11:06:56 +02:00
Morris Jobke
0ed51c5b78
Update Anti-Virus docu and screenshots 2016-09-02 10:36:04 +02:00
Joas Schilling
3608299a1c
Some minor fixes to the docs 2016-09-02 09:28:22 +02:00
joergmschulz
d4ba0bb390 Update theming.rst 2016-08-02 20:52:07 +02:00
joergmschulz
cb05eea399 give more info about logo size
should add info about graphic format for logo and for background of login page.
2016-08-02 20:44:40 +02:00
Hagen Graf
c36a97dfb9 Refactor theming (#110)
* Delete theming.png

* Delete theming-log-in-page.png

* Add files via upload

* Update theming.rst
2016-08-02 17:10:39 +02:00
Marius Blüm
ec7194a47b Add Theming to Docs (#108)
* Add files via upload

* Create theming.rst

* Update index.rst
2016-08-02 15:37:48 +02:00
Morris Jobke
e9c67db5b1 generate documentation from config.sample.php 2016-07-26 03:35:18 +02:00
Joas Schilling
5e63e32194
Master is now NC11 2016-07-25 11:19:46 +02:00
Joas Schilling
d0ad5912e0
Add THE™ comment for cross links to all of them 2016-07-25 11:19:46 +02:00
Morris Jobke
56bd35b5ef generate documentation from config.sample.php 2016-07-23 03:35:14 +02:00
Morris Jobke
968eb3cb3f Merge pull request #76 from nextcloud/fix-night-work
Some more cleanup
2016-07-22 15:02:12 +02:00
Morris Jobke
86daa09dd5 generate documentation from config.sample.php 2016-07-22 03:35:12 +02:00
Joas Schilling
d3d6ea5ac4
Some more cleanup 2016-07-21 15:31:49 +02:00
Morris Jobke
bed79dccea generate documentation from config.sample.php 2016-07-21 03:35:15 +02:00
Lukas Reschke
6ccd2c5678
Branding 2016-07-21 00:21:47 +02:00
Morris Jobke
2316ff2c03 generate documentation from config.sample.php 2016-07-19 03:35:15 +02:00
Joas Schilling
5dfde036bd
Add docs about reading and modifying user settings 2016-07-18 10:13:29 +02:00
Lukas Reschke
6666a8696d
Adjust screenshots 2016-07-13 17:27:40 +02:00
Joas Schilling
73f3a7a50f
Update config.sample.php 2016-07-13 14:40:54 +02:00
RealRancor
5641f8f4e9
Update MySQL / MariaDB database requirements. 2016-07-11 11:13:44 +02:00
Morris Jobke
45be35eb00 generate documentation from config.sample.php 2016-07-08 03:35:11 +02:00
Morris Jobke
39364432a2 generate documentation from config.sample.php 2016-07-07 03:35:11 +02:00
Joachim Sokolowski
dd00aa5d23 Update config_sample_php_parameters.rst 2016-07-06 07:34:38 +02:00
Joachim Sokolowski
1f58e7c0ad Update config_sample_php_parameters.rst
update.server.url and other Nextcloud related stuff changed
2016-07-05 20:43:10 +02:00
Morris Jobke
06463a653d generate documentation from config.sample.php 2016-07-05 03:35:12 +02:00
Morris Jobke
1696a5c678 generate documentation from config.sample.php 2016-06-23 10:00:41 +02:00
Patric Lenhart
2dfea72fe2
added missing 'with' to sentence, wrapped lines 2016-06-22 13:11:08 +02:00
Patric Lenhart
dcf36ed1fe changed more ownCloud references to Nextcloud 2016-06-18 16:39:42 +02:00
=
0032cb98e7 revise updater.server.url to reflect nextcloud.org URL 2016-06-16 09:22:54 -04:00