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
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