Thomas Citharel
b359226627
Remove link to dead owncloud forum
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2022-04-04 10:33:31 +02:00
Joas Schilling
2b8e6966fb
Merge pull request #8018 from carlcsaposs/admin-manual-grammar
...
Fix grammatical & spelling errors in admin manual
2022-02-25 08:34:35 +01:00
Joas Schilling
555ab488f9
Update general_troubleshooting.rst
...
64e0e45
this was necessary for me to have those rules work and also makes perfect sense as a `/` is imho always at the beginning of the path.
Signed-off-by: Joas Schilling <coding@schilljs.com >
2022-02-23 11:40:40 +01:00
Carl Csaposs
eb04cfcc16
Fix grammatical & spelling errors in admin manual
...
Signed-off-by: Carl Csaposs <carl@csaposs.com >
2022-02-10 02:04:17 +00:00
stephang
b9dfe6900c
Add rewrites for nodeinfo and webfinger services.
...
Add Apache rewrite rules for webfinger and nodeinfo in case NC is installed in a subdirectory. This fixes #6157 .
Signed-off-by: stephang <288494+stephang@users.noreply.github.com >
2021-12-08 10:44:48 +01:00
Juan Carlos Tello
0753d4595d
Fix nextcloud.org urls ( #7164 )
...
* Fixed help.nextcloud.org that would result in a page with a certificate issue
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com >
* Fixed broken URL
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com >
* Fixed broken link to bugtracker documentation
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com >
* Fixed broken link to how to get your app signed
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com >
* Updated stable installation URL
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com >
* Updated URL to Contacts & Calendar troubleshooting
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com >
* Fixed many URLs that pointed to nextcloud.org instead of nextcloud.com
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com >
* Update admin_manual/issues/general_troubleshooting.rst
Co-authored-by: Daniel <mail@danielkesselberg.de >
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com >
* Apply suggestions from code review
Co-authored-by: Daniel <mail@danielkesselberg.de >
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com >
* Reverted changes on .pot files
Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com >
Co-authored-by: Daniel <mail@danielkesselberg.de >
2021-10-25 14:32:19 +02:00
Christoph Wurst
c63d4ac7c7
Drop all references of IRC
...
We don't use this anymore, so let's also not send people there. The
forum is our main place to get help.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-10-20 17:42:19 +02:00
Vincent Petry
1adce5b495
Add encryption hit about how to fix bad signature errors
...
Added troubleshooting section for encryption.
Added section about the command to fix "Bad signature" errors.
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2021-06-30 17:02:57 +02:00
Roeland Jago Douma
eb82b93a46
Revert "Fix images and alt tags, fix #621 , fix #622 "
2021-04-30 13:18:44 +02:00
Jan C. Borchardt
444d91253e
Fix images and alt tags, fix #621 , fix #622
...
- Change all `.. figure::` elements to `.. image::`
- Add empty `:alt:` so it is clear to screen readers that the images are decorative and don’t duplicate content
- Update styleguide with that info
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net >
2021-04-15 20:18:42 +02:00
Joas Schilling
f95848b07c
Add docs for patching an instance
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-04-09 11:50:31 +02:00
Joas Schilling
fda64d48c9
Adjust more php versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-01-15 11:53:10 +01:00
Christoph Wurst
c9918d47c2
Update admin webserver config recommendations for well known handlers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-12-16 10:36:10 +01:00
J0WI
122ed88e53
Update urls to HTTPS
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2020-09-17 20:33:30 +02:00
stefan123t
7ac111b272
Update general_troubleshooting.rst
2020-07-31 22:43:30 +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
John Molakvoæ
a96c57165d
Merge pull request #1920 from nextcloud/wiswedel/screenshotUpdates
...
updated a large bunch of screenshots
2020-03-29 19:54:58 +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
Sascha Wiswedel
d1393cf7ab
added troubleshooting for changed federated cloud IDs
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-03-28 20:28:17 +01:00
Lars-Sören Steck
014fcdcfa6
Correct error in .htaccess, revert #1069
...
The forward slashes are only needed if the rewrite rules are being put directly into the config file of the apache virtual host. They should not be added to the .htaccess file, as in this case the redirect is not working (this has been tested by me on multiple systems).
You can also see in the discussion of the bug report #1069 after it was merged, that the reporter actually put the rules into his apache conf, instead of a .htaccess and that somebody else was reporting, that it was only working without the forward slashes in a .htaccess file.
2019-06-08 22:38:28 +02:00
Christian Oliff
a492d97b4f
Remove mention of the discontinued Firebug extension
...
REF: https://getfirebug.com/
2019-04-05 15:01:45 +02:00
Morris Jobke
33932f8f33
Add slashes to rewrite rules
...
Fixes #1069
2019-01-02 22:00:44 +01:00
Georg Ehrke
ce108ac139
Add note about NGINX to well-known troubleshooting
2019-01-02 09:14:02 +00:00
Georg Ehrke
c2e5e85ffc
Improve well-known doc for subdirectory
...
explicitly add RewriteEngine on
2019-01-02 09:14:02 +00:00
Jonas Sulzer
b74d2cb46c
generalize .well-known autodiscovery to also include webfinger
...
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch >
2018-11-29 18:28:31 +01:00
Flávio Gomes da Silva Lisboa
635b3e5481
Add documentation on how to change data folder #555
2018-11-27 14:54:34 -02:00
Elliott Partridge
f46a449553
Indicate required mod_rewrite
...
Added a note indicating that mod_rewrite is required for .well-known redirects in the .htaccess file. I stumbled across this missing requirement when upgrading to NC 13.0.
2018-10-30 11:08:27 -04:00
Joas Schilling
1deab991be
Increase versions to 14
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2018-09-04 12:17:40 +02:00
Morris Jobke
16e80ad565
Revert "add code signing instructions"
2018-08-31 09:04:50 +02:00
hirschrobert
57c98664ac
add code signing instructions
...
I had trouble understanding how to sign the code. @MorrisJobke told me on Monday. Maybe helpfull for others, too. Haven't tested it, though.
2018-08-30 12:07:52 +02:00
tflidd
f21a508c86
small fix
...
the forum was mentioned twice
2018-03-07 09:15:53 +01:00
peterdamian
68514fa20f
Use macOS where applicable, other minor changes
2017-11-30 18:44:25 -05:00
peterdamian
9919a3fd3d
#600 Change headers to sentence case
2017-11-20 15:15:05 -05:00
peterdamian
e07dd2c746
Header changes for the admin manual, #602
2017-11-15 17:01:03 -05:00
peterdamian
530a67034f
Change Sqlite to SQLite, behaviour to behavior and acute accent to apostrophe
2017-11-10 15:17:48 -05:00
Morris Jobke
e7c3ba470a
Fix admin manual
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2017-07-19 16:55:05 +02:00
Morris Jobke
dc676ca45e
Combine nginx_example and nginx into one page
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2017-05-14 15:03:38 -05:00
Morris Jobke
3ef5a6d229
Merge pull request #433 from ilpianista/master
...
Replace ownCloud Apps Store occurrences
2017-05-02 15:19:30 -03:00
Morris Jobke
9ef437c382
Update version number in links to 12
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2017-05-01 12:20:28 -03:00
Andrea Scarpino
678b6a8e16
Replace ownCloud Apps Store occurrences
2017-04-28 17:38:21 +02:00
Joas Schilling
3608299a1c
Some minor fixes to the docs
2016-09-02 09:28:22 +02:00
Joas Schilling
5e63e32194
Master is now NC11
2016-07-25 11:19:46 +02:00
Morris Jobke
2647609319
Fix it
2016-07-25 11:00:02 +02:00
Joas Schilling
d3d6ea5ac4
Some more cleanup
2016-07-21 15:31:49 +02:00
Lukas Reschke
6ccd2c5678
Branding
2016-07-21 00:21:47 +02:00
Carla Schroder
41afc0ab7c
add some clarification how integrity check works, and rescans
2016-06-01 09:51:44 -07:00
Carla Schroder
e2e8f9f671
Merge pull request #2458 from RealRancor/file_transfer_integrity
...
Code signing: Binary vs. ASCII transfer mode
2016-05-31 10:09:30 -07:00
Carla Schroder
5b6f38333c
Merge pull request #2454 from owncloud/configreport
...
add refs to configuration report generators to relevant pages
2016-05-31 08:03:56 -07:00
RealRancor
f90df50a56
Code signing: Binary vs. ASCII transfer mode
2016-05-29 20:52:36 +02:00