Commit Graph

654 Commits

Author SHA1 Message Date
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