Commit Graph

56 Commits

Author SHA1 Message Date
Am Br
6895ca381f fix: Update links to calendar, contacts & sync_gnome doc (pim -> groupware)
Three links were redirecting to doc in the _pim_ directory which doesn't exist anymore and has been replaced with _groupware_.
Issues are encountered with the _firstrunwizard_ displaying links to the calendar and contacts doc :
- https://github.com/nextcloud/firstrunwizard/blob/master/templates/page.clients.php#L59
- https://github.com/nextcloud/firstrunwizard/blob/master/templates/personal-settings.php#L66

Also it seems that most translations are referring to the _pim_ directory even in translations for the _groupware_ one.
See : https://github.com/nextcloud/documentation/search?l=Gettext+Catalog&q=pim
Not being familiar with how the translation works here, an issue will be created to discuss it.

Signed-off-by: Am Br <reg.dev@am35.fr>
2022-01-14 12:22:12 +01:00
Morris Jobke
33bd38881f Fix localized links for user manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:31:47 +02:00
Roeland Jago Douma
b57e8396e3 Update go.php
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-01 12:56:29 +02:00
Sascha Wiswedel
2f1404d2e3 added documentation quick-links
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-10-17 15:09:26 +02:00
Morris Jobke
4c359328ba Fix redirect for security tips
Fixes nextcloud/server#14014

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-05 09:07:07 +01:00
Morris Jobke
44b3b09227 Move server tuning from configuration section to the installation section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 16:34:32 +01:00
Jan-Christoph Borchardt
cb4a831728 Add 2FA user documentation to go.php 2019-01-21 18:27:59 +01:00
Daniel Kesselberg
7cb859ea9e Add redirect for admin-bigint-conversion 2019-01-04 21:48:50 +01:00
Morris Jobke
e1ccb20b7d Add nginx shortcut
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-27 15:07:56 +01:00
Morris Jobke
c8db9aeeeb Sort go.php entries
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-27 15:04:45 +01:00
Marius Blüm
66889ce22a add antivirus-configuration link
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-07-05 11:00:20 +02:00
Morris Jobke
cb2592e91e Provide a shortcut for the trusted domains page
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-04-17 17:49:42 +02:00
Roeland Jago Douma
4238492a9b Add developer-manual entry to go.php
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-08 15:41:20 +01:00
Morris Jobke
a657bde28d Remove invalid redirect
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-08 09:38:23 +01:00
Julius Härtl
85ee0ea5f9 Add theming icons shortcut
required for https://github.com/nextcloud/server/issues/7100
2017-11-08 13:28:03 +01:00
Joas Schilling
0ff9bfd735 Add docs for retention and automated tagging
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-08-10 15:49:27 +02:00
Morris Jobke
fc6d63e1dd Add update forwarding to go.php 2017-08-08 13:49:56 +02:00
Morris Jobke
028e4430e6 Move MySQL 4 byte to DB section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-14 15:13:01 -05:00
Morris Jobke
603ec68553 Add URL for MySQL UTF8 mb4
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-21 15:41:42 -06:00
Morris Jobke
2096de5bbd Opcache performance doc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-24 15:51:44 -06:00
Lukas Reschke
38929797b0 Add link to SSO
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-03 12:58:54 +01:00
Joas Schilling
c17a8396e2 Fix server tuning reference 2016-09-07 18:59:10 +02:00
Joas Schilling
97f38dacb4 Allow the app to link to the docs 2016-09-02 15:36:24 +02:00
Joas Schilling
680f49a919 Sort the items by link, so it's easier to check for non-existing links 2016-07-14 09:40:32 +02:00
Joas Schilling
7ead9a4093 Fix go.php 2016-07-14 09:37:14 +02:00
Carla Schroder
436a80e63a Update go.php for enterprise_keys app 2016-05-31 14:46:30 -07:00
Carla Schroder
caaeac8ca7 update go.php for 'admin-performance' 2016-05-23 13:51:13 -07:00
Carla Schroder
11e284001d correction to go.php -- performance tips is replaced by server tuning 2016-05-23 13:48:58 -07:00
Lukas Reschke
bb0059378f Use new URL
Fixes https://github.com/owncloud/core/issues/22985
2016-03-09 08:31:28 +01:00
Lukas Reschke
f8fec408ef Add shortcut for link to dev signing instructions 2016-01-20 20:47:58 +01:00
Morris Jobke
fb33a4ed29 Add URL redirect for well known redirect setup
* ref owncloud/core#21562
2016-01-08 23:31:48 +01:00
Carla Schroder
330bc8c8f6 updates to code signing docs 2015-12-09 12:15:01 -08:00
Lukas Reschke
487dc51cec Add some documentation about code signing
Some initial documentation about code signing.
2015-11-27 20:23:09 +01:00
Lukas Reschke
b4eef12a83 Add link to transactional file locking page
Ref https://github.com/owncloud/core/pull/18778/files#r38642831
2015-09-10 14:58:03 +02:00
tflidd
b02e023833 Admin-Page documentation link php-fpm
New link for php-fpm warning on the admin page.
2015-09-07 10:01:01 +02:00
Robin McCorkell
06c4d6e74a Document trusted_proxies and forwarded_for_headers parameters 2015-07-25 19:17:45 +01:00
Lukas Reschke
f59aae58d4 Fix URL to admin-security 2015-05-26 20:00:28 +02:00
Jan-Christoph Borchardt
3638978bea add documentation links for sharing and email 2015-04-30 17:01:15 -04:00
Jan-Christoph Borchardt
4c34403654 add documentation go links for hints in admin and sharing 2015-04-09 10:29:42 +02:00
RealRancor
83566a046a Fix links in go.php 2015-03-29 20:06:51 +02:00
Lukas Reschke
ad207b6031 Add some basic security hardening guidances
As stated in https://github.com/owncloud/core/pull/15225, more can come in the future then.
2015-03-26 16:30:06 +01:00
Jan-Christoph Borchardt
6366f11d93 add the keys necessary for the admin tips section 2015-03-23 18:10:26 +01:00
Joas Schilling
7b0095dfa9 Redirect to a working doc page when the target is not found 2015-02-06 12:21:05 +01:00
Joas Schilling
d067dd1177 Update the go admin doc links 2015-02-05 14:45:47 +01:00
Lukas Reschke
3a2539c9ba Use correct link 2014-12-05 22:17:49 +01:00
Lukas Reschke
f0e76cf1d1 Add some more keys
Required for https://github.com/owncloud/core/pull/11498
2014-10-09 15:49:06 +02:00
Volkan Gezer
0533df2d59 Fix redirection to keeping addressbook
Since address book is replaced with addressbook, the redirection was
problematic. This should solve this problem.
2014-01-11 17:20:29 +01:00
Thomas Müller
d968c1917e Fixing https://github.com/owncloud/core/issues/6328 2013-12-12 14:50:56 +01:00
Thomas Müller
c5fff7840a Fixes https://github.com/owncloud/apps/issues/1549 2013-12-12 11:27:19 +01:00
Arthur Schiwon
0db5033f99 Fix redirect to ldap config 2013-12-10 17:34:23 +01:00