Eibe
981accc0e7
Add fail2ban hardening
...
Signed-off-by: Eibe <40539455+eibex@users.noreply.github.com >
2020-07-29 23:47:39 +02:00
John Molakvoæ
9d070372df
Merge branch 'master' into wiswedel/sharing
2020-07-27 20:35:03 +02:00
Daniel Böhmer
fb51fbefe0
Escape line breaks in multiline command
2020-07-23 13:01:18 +00:00
Jacob Neplokh
cdfdc59516
Clarify the “disable” option disables the app
...
Signed-off-by: Jacob Neplokh <me@jacobneplokh.com >
2020-07-22 09:05:25 -07:00
Morris Jobke
6d89436da1
Merge pull request #2203 from Gatak/patch-2
...
Add jpeg quality documentation
2020-07-20 16:04:05 +02:00
Morris Jobke
d8171d21ed
Update admin_manual/configuration_files/previews_configuration.rst
...
Co-authored-by: kesselb <mail@danielkesselberg.de >
2020-07-20 16:03:43 +02:00
benks
43e4a93b66
Update source_installation.rst
...
repaired Bullet Points.
2020-07-20 14:44:05 +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
Gatak
8f1a3ef37f
Add jpeg quality documentation
...
Added a section on how to change the default jpeg quality for generated thumbnails. Default is 90, and it is worth noting that users can change this.
1e281bc616
b5a30d5cd6/tests/lib/ImageTest.php (L143)
2020-07-16 15:58:34 +02:00
Ethan Fie
fc68c5902b
Update example_ubuntu.rst
...
tar extract would not work without the -v option added to the command
2020-07-12 17:26:29 -05:00
Ethan Fie
65fb0798a9
Update example_ubuntu.rst
...
I'm somewhat new to the Linux world and was doing this on a fresh install of Ubuntu. I needed to run the apt update command in order to fetch package information for the following commands and get them to run/install the necessary packages.
I also needed to start the MySQL server instance before I was able to run the listed commands.
2020-07-12 17:11:55 -05:00
Kyle Fazzari
9f6f4442f7
Actually link to snap
...
That link includes details for how to install snapd if necessary. Also
add a brief blurb about what the snap actually is.
Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com >
2020-07-08 13:27:16 -07:00
Marco van Zwetselaar
770e180bbf
Document the need to symlink apps outside server root
...
Document that any apps path outside the server root must be symlinked from inside the server root.
Resolves issue https://github.com/nextcloud/server/issues/21292 .
2020-07-06 13:38:47 +03:00
Morris Jobke
8e8929f342
Merge pull request #2152 from EV21/increase-php-in-config
...
increase php version to 7.4 in NGINX configuration example
2020-07-05 23:12:50 +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
Morris Jobke
cce2355af8
Merge pull request #2148 from nathanhaines/patch-2
...
Update example_ubuntu.rst for Ubuntu 20.04 LTS
2020-07-05 23:09:12 +02:00
Morris Jobke
0eb6aa4646
Merge pull request #2143 from mmsaffari/patch-2
...
misspelled Imagemagik
2020-07-05 22:57:25 +02:00
OidaTiftla
6b360416ac
Correct typo: emoijs -> emojis
2020-07-04 22:53:48 +02:00
Morris Jobke
0a353ed6d1
Merge pull request #2169 from therealklanni/patch-2
...
Add audio formats
2020-07-03 12:36:43 +02:00
Morris Jobke
e70415f882
Merge pull request #2170 from PhoenixDiscord/patch-2
...
Fixed a typo
2020-07-02 23:38:22 +02:00
Billy
9dc0bf8cd2
Replacing 'a' with 'an'
...
Check your grammar next time!
2020-07-01 14:41:21 +01:00
LCD
24a7bd281a
Fixed a typo
2020-06-28 20:18:10 +02:00
Kevin Lanni
ad964b1a07
Add audio formats
...
Signed-off-by: Kevin Lanni <therealklanni@gmail.com >
2020-06-25 14:32:44 -07:00
Nextcloud bot
93d5ff8517
generate documentation from config.sample.php
2020-06-25 03:36:13 +00:00
Joas Schilling
e767a51556
Merge pull request #2167 from nextcloud/wording-custom-apps-store
...
Easier language for Using your own appstore
2020-06-24 09:46:16 +02:00
Daniel Kesselberg
de097dd20d
Make the text easier to read
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2020-06-23 22:24:38 +02:00
Joas Schilling
6033245489
Continue at step 3 of MySQL
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2020-06-18 08:38:36 +02:00
Eduard Veit
2ef5a460b1
increase php version in nginx config
...
Signed-off-by: Eduard Veit <developer@ev21.de >
2020-06-16 15:11:43 +02:00
Nathan Haines
d12878faaf
Update example_ubuntu.rst for Ubuntu 20.04 LTS
...
This documentation has been outdated since Ubuntu 18.04 LTS (mysql/mariadb don't prompt for a root password, so you need to create a Nextcloud user), but it doesn't work on Ubuntu 20.04 LTS because it uses explicit PHP version numbers and it omits some recommended PHP modules for Nextcloud Hub 18 and 19. I've updated the instructions to run on Ubuntu 20.04 LTS and have tested each step.
This page now leaves a new Ubuntu 20.04 LTS system in a state to continue the "Installation on Linux" steps starting with configuring Apache2 without errors.
Signed-off-by: Nathan Haines <nhaines@ubuntu.com >
2020-06-11 20:47:23 -07:00
Mohammad Mahdi Saffari
4009537139
misspelled Imagemagik
...
dnf complains about not finding `Imagemagik` and suggests you would install `ImageMagik`
2020-06-09 14:35:17 +04:30
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
Sascha Wiswedel
55cf4e6436
hint on admin config
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-05-29 23:59:45 +02:00
Julius Härtl
07ff58b9e1
Extend whitelist for php entrypoints
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-05-26 17:32:32 +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
Morris Jobke
e6e2c2e186
Merge pull request #2084 from nextcloud/wiswedel/supported_apps/maintenance
...
updated supported apps page
2020-05-18 12:54:30 +02:00
Sascha Wiswedel
2d02dd8a0a
fixup syntax error
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-05-15 14:49:30 +02:00
Sascha Wiswedel
ecad802e84
updated updated apps page
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-05-15 11:54:53 +02:00
Sascha Wiswedel
f34aacf311
Note on configuring failover LDAP servers
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-05-15 11:12:03 +02:00
Sascha Wiswedel
973ddc1213
Merge pull request #2078 from nextcloud/wiswedel/encryptionIssueSAML
...
Drawbacks of SAML auth on server-side encryption and 2nd hand auth
2020-05-15 10:37:24 +02:00
Sascha Wiswedel
0c9f6e4522
Drawbacks of SAML auth on server-side encryption and 2nd hand auth
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-05-15 10:25:16 +02:00
Sascha Wiswedel
f0c22c93f7
bump iOS min required version from 10 to 11
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-05-14 13:17:48 +02:00
Joda Stößer
3bfe7fa525
docs: file versioning: fix typo
2020-05-12 10:53:14 +02:00
Morris Jobke
7b4912c343
Merge pull request #2060 from fabian-hk/master
...
Improve SSL hardening guide
2020-05-12 08:56:37 +02:00