Commit Graph

691 Commits

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