Commit Graph

6281 Commits

Author SHA1 Message Date
Jivan Pal
1c4b5aa32c Merge since my last push 2020-08-06 17:27:50 +01:00
Jivan Pal
66f7342c64 Made 2 changes to nginx.rst:
- Changed `try_files` for `/.well-known` to allow URIs that we don't handle and not pass them to our front-end controller
- Changed rule to match `/nextcloud/*` from regex rule to equivalent prefix rule
2020-08-06 17:18:10 +01:00
Joshua Ruehlig
59c946850a
Update nginx.rst
Note is no longer relevant
2020-08-06 04:41:28 -07:00
Joshua Ruehlig
f383cf62eb
Update nginx.rst
Discussed here > https://github.com/nextcloud/documentation/pull/2197#discussion_r453641162
2020-08-06 03:15:55 -07:00
Joshua Ruehlig
1835250df2
Another minor change
You probably are correct on NGINX optimizing groups with unused captures into non-capturing groups, but unless we know for sure/see documentation I think it is best we are explicit.
2020-08-06 02:07:55 -07:00
Joshua Ruehlig
f598e2423c
Basic changes
I think we mostly agree on these, grouping them for easy merging.

Creating a new branch is giving me an error for some reason, so I will commit directly. If necessary we can always revert.
2020-08-06 01:43:10 -07:00
Jivan Pal
cc79936a73 "NextCloud" → "Nextcloud" 2020-07-27 19:59:12 +01:00
Jivan Pal
fa55f48e6c Made 4 changes to nginx.rst
- Removed `index.htm` from `index` directive
- Rewrote `DavClnt` user agent handler using `location =` and `return`, rather than `rewrite`
- Removed block which prevents access to hidden files; incorporated rule to prevent access to root-level hidden folders into existing regex rule, as in `.htaccess`
- Removed `$uri/` from `try_files` directives for static files

Signed-off-by: Jivan Pal <jivan.pal@gmail.com>
2020-07-12 21:28:26 +01:00
Jivan Pal
6b40a23ab9 Update nginx.rst -- Reworked the Nginx configs
After inspecting the Nginx configs currently seen at [ https://docs.nextcloud.com/server/19/admin_manual/installation/nginx.html ], I have notice that they are very redundant in some areas, and handle specific paths in special ways which are not needed, and which run the risk of needing to become more specific down the road if NextCloud adds new features, as well as not handling all static filetypes. I have reworked the configs from scratch by directly adapting the `.htaccess` files, and this is the result. Comments are included in the file to give rationale/explanation for why things are written in this new way, and if the maintainers decide to accept this pull request, I will leave it up to them to decide whether to include these expository comments upstream.

Signed-off-by: Jivan Pal <jivan.pal@gmail.com>
2020-07-12 02:44:33 +01:00
Morris Jobke
8694bbe3de
Merge pull request #2195 from nextcloud/kyrofa-patch-1
Actually link to snap
2020-07-09 10:02:16 +02: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
Morris Jobke
4779dac881
Merge pull request #2139 from zwets/patch-2
Document the need to symlink apps outside server root
2020-07-06 22:30:48 +02: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
bdfe8b40cd
Merge pull request #2175 from nextcloud/bugfix/noid/extend-theming-dos
Extend docs on theming with primary color
2020-07-06 10:43:38 +02:00
Joas Schilling
6b36e226c7
Extend docs on theming with primary color
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-06 10:16:22 +02: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
Morris Jobke
87eaf2a7be
Merge pull request #2182 from OidaTiftla/patch-2
Correct typo: emoijs -> emojis
2020-07-05 17:25:07 +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
Morris Jobke
507340de7f
Merge pull request #2172 from Permanently/patch-2
Replacing 'a' with 'an'
2020-07-02 23:34:45 +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
Christoph Wurst
fa52171e71
Merge pull request #2166 from nextcloud/enhancement/dev-unified-search
Document unified search API
2020-06-24 15:38:26 +02:00
Christoph Wurst
e830ceb5e4
Document unified search API
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-24 14:40:35 +02:00
Christoph Wurst
ea951bd6fc
Merge pull request #2164 from nextcloud/enhancement/app-dev-bootstrap
Document new bootstrap process
2020-06-24 10:34:33 +02: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
Christoph Wurst
33be7a9408
Document new bootstrap process
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-23 15:29:36 +02:00
Christoph Wurst
37233f6a4d
Merge pull request #2165 from nextcloud/enhancement/dev-manual-restructure
Restructure the dev manual
2020-06-23 11:26:02 +02:00
Christoph Wurst
2647cd93c7
Restructure the dev manual
This moves lots of pages around. The high-level changes are

* Better main sections, so it's more *general*, *into*, *basics* and *details*
* Move more general topics to a *Basic* section, which are not
  app-specific
* Remove app docs to the stuff that is likely used, anything else goes
  into "Digging deeper"
* Move general guides into a prologue
* Try to *compress*/combine some pages with similar content
* Try to have better consistencs on level ob abstraction across pages
* Split app development and maintenance pages into two sections
* Integrate bugtracker info into prologue
* Integrate Android pages into client APIs section

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-22 18:35:59 +02:00
Roeland Jago Douma
547810edd8
Merge pull request #2157 from nextcloud/fix/backgroundjobs-run
\OCP\BackgroundJob\Job::run is neither public nor static
2020-06-19 11:29:29 +02:00
Christoph Wurst
d92723f2a3
\OCP\BackgroundJob\Job::run is neither public nor static
Ref https://help.nextcloud.com/t/cannot-develop-own-backgroundtask-when-using-nextcloud-developer-documentation/83411

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-19 10:51:58 +02:00
Joas Schilling
35dcc26de5
Merge pull request #2154 from nextcloud/bugfix/2153/its-step-3
Continue at step 3 of MySQL
2020-06-18 09:49:58 +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
Christoph Wurst
70b5f1c108
Merge pull request #2144 from nextcloud/fix/remove-outdated-backporting-docs
Remove oudated backporting docs
2020-06-10 14:28:26 +02:00
Christoph Wurst
e2dbce8ba8
Remove oudated backporting docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-10 14:19:43 +02: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
Julius Härtl
78fd0d46a7
Merge pull request #2138 from nextcloud/enhancement/bootstrap-docs 2020-06-09 09:50:41 +02:00
Christoph Wurst
22040e8867
Document current bootstrap mechanism
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-09 07:50:02 +02: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
Christoph Wurst
a428764da6
Merge pull request #2133 from nextcloud/19/released
19 is out
2020-06-04 18:31:34 +02:00