Commit Graph

11440 Commits

Author SHA1 Message Date
Marcel Klehr
e07d4b6340 Add docs for projects 2022-03-15 14:17:53 +00:00
John Molakvoæ
c7c8e368b9
Merge pull request #8117 from nextcloud/backport/8115/stable23 2022-03-08 09:38:41 +01:00
Simon L
f23f3af159 update hideDownload documentation
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-03-08 07:53:52 +00:00
Julius Härtl
17961b3d04
Merge pull request #8109 from nextcloud/backport/8106/stable23
[stable23] Add section about activities in external storages
2022-03-02 21:42:54 +01:00
Vincent Petry
238f63b83f Combine activity ext storage with group folder section
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-03-02 20:21:45 +00:00
Vincent Petry
3b07f8ca3c Add section about activities in external storages
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-03-02 20:21:45 +00:00
Joas Schilling
73bd063a49
Merge pull request #8100 from nextcloud/backport/8099/stable23
[stable23] Fix transaction method name
2022-02-24 12:12:49 +01:00
Joas Schilling
2bd87cdd27 Fix transaction method name
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-24 11:01:12 +00:00
John Molakvoæ
54d61158ad
Merge pull request #8096 from nextcloud/backport/8095/stable23 2022-02-24 09:20:57 +01:00
John Molakvoæ
13ed139dc4 Update nginx-root.conf.sample 2022-02-24 08:16:07 +00:00
John Molakvoæ
ebe1b4f0d8 Update nginx-subdir.conf.sample 2022-02-24 08:16:07 +00:00
Vincent Petry
8c80fd772a
Merge pull request #8091 from nextcloud/backport/8089/stable23
[stable23] Add admin docs for splitting databases
2022-02-22 17:22:24 +01:00
Joas Schilling
441d04043d Require optional database steps to be performed
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-22 15:01:40 +00:00
Joas Schilling
167ecec2a8 Add admin docs for splitting databases
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-22 15:01:40 +00:00
Julius Härtl
214955daa9
Merge pull request #8079 from nextcloud/backport/8078/stable23
[stable23] Add docs for occ theming:config
2022-02-21 11:11:36 +01:00
Julius Härtl
34bea28011 Add docs for occ theming:config
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Co-authored-by: Simon L. <szaimen@e.mail.de>
2022-02-21 09:42:38 +00:00
blizzz
a7cfc3546e
Merge pull request #8044 from nextcloud/backport/8035/stable23
[stable23] update release information
2022-02-17 20:13:08 +01:00
Arthur Schiwon
7fd92d10c2
update release information
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-02-16 18:33:23 +01:00
Joas Schilling
9f6eb43e52
Merge pull request #8030 from nextcloud/backport/8028/stable23
[stable23] Add space as allowed user id character
2022-02-15 11:19:22 +01:00
Joas Schilling
8c380b2196 Add space as allowed user id character
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-15 10:06:24 +00:00
blizzz
26160149bb
Merge pull request #8009 from nextcloud/backport/7984/stable23
[stable23] Document syslog option for the admin audit app
2022-02-11 19:43:17 +01:00
Louis
a6dd8ac6d9
Merge pull request #8015 from nextcloud/backport/8014/stable23
[stable23] Warn about disabling encryption without decrypting all the files
2022-02-09 15:10:16 +01:00
Louis Chemineau
6eee1f5cae Warn about disabling encryption without decrypting all the files
See: https://github.com/nextcloud/server/issues/31083
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-09 14:03:17 +00:00
Joas Schilling
4f4d4f1ca5 Document syslog option for the admin audit app
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-08 13:37:13 +00:00
Christoph Wurst
7ad732d946
Merge pull request #7985 from nextcloud/backport/7979/stable23
[stable23] Ensure that nginx config sample allow downloading big file
2022-01-26 13:48:12 +01:00
Carl Schwan
1600057df4 Ensure that nginx config sample allow downloading big file
"fastcgi_max_temp_file_size 0;" makes it possible to download file
bigger than 1GB. See https://help.nextcloud.com/t/synchronization-impossible-on-files-larger-than-1gb/66323/2

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-26 12:42:18 +00:00
Carl Schwan
1e098298a2
Merge pull request #7946 from nextcloud/backport/7945/stable23
[stable23] Update talk screenshares part2
2022-01-19 10:45:38 +01:00
Carl Schwan
ca4357873b
Merge pull request #7976 from nextcloud/backport/7961/stable23
[stable23] fix: Update links to calendar, contacts & sync_gnome doc (pim -> groupware)
2022-01-19 10:44:17 +01:00
Am Br
860787ce23 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-18 14:16:24 +00:00
Joas Schilling
10ede13f45
Merge pull request #7965 from nextcloud/backport/7964/stable23
[stable23] Document the syslog_tag as well
2022-01-17 10:22:39 +01:00
MichaIng
0dd26b1476
Merge pull request #7970 from nextcloud/backport/7859/stable23
[stable23] Update OPcache documentation
2022-01-16 16:10:35 +01:00
MichaIng
8abfc5db1e Update OPcache documentation
Remove the settings block which matches PHP defaults anyway. The Nextcloud admin panel will now show warnings based on actual OPcache usage, when any limit is closely reached: https://github.com/nextcloud/server/pull/27403

Add info about how to enhance performance by reducing or disabling OPcache revalidation.

Remove link to outdated blog post, which contains no additional helpful information and the invalid "opcache.fast_shutdown" setting which was removed with PHP7.2 already. Instead, add a link to "opcache-gui", a web interface to monitor and control the OPcache.

Signed-off-by: MichaIng <micha@dietpi.com>
2022-01-16 15:05:56 +00:00
Joas Schilling
acd89963ec Document the syslog_tag as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-14 16:35:18 +00:00
Joas Schilling
86408714d0
Merge pull request #7959 from nextcloud/backport/7947/stable23
[stable23] Update talk screenshot in advanced features
2022-01-12 20:23:18 +01:00
Joas Schilling
fbd7e04876 Update talk screenshot in advanced features
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-12 17:21:01 +00:00
Joas Schilling
d12802355d Update talk screenshares part2
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-12 15:44:58 +00:00
Joas Schilling
911ec3e022
Merge pull request #7936 from nextcloud/backport/7932/stable23
[stable23] Update Talk screenshots in user docs "Join a call or chat as guest"
2022-01-11 16:16:34 +01:00
Joas Schilling
9c092ac78b Update Talk screenshots in "Join a call or chat as guest"
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-11 14:37:07 +00:00
MichaIng
f959abab74
Merge pull request #7864 from nextcloud/backport/7860/stable23
[stable23] Remove iconv from required PHP modules
2022-01-06 23:44:58 +01:00
Christoph Wurst
e3b36d2b79
Merge pull request #7884 from nextcloud/backport/7880/stable23
[stable23] Drop Kanban development process, rework common labels
2021-12-29 10:03:52 +01:00
Christoph Wurst
b1dd88b62e Drop Kanban development process, rework common labels
The Kanban dev process was used many years ago but never in Nextcloud.
Therefore the process description is not just outdated but misleading.

We still use the labels, albeit their description was mildly outdated.
They were restructured and grouped for better comprehensibility.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-29 08:52:58 +00:00
Christoph Wurst
7bc96b91e1
Merge pull request #7882 from nextcloud/backport/7879/stable23
[stable23] There are no mailing lists
2021-12-29 08:51:31 +01:00
Christoph Wurst
0c459486e2 There are no mailing lists
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-28 15:32:54 +00:00
Christoph Wurst
fc715f457a
Merge pull request #7861 from nextcloud/backport/7827-obsolete-tokens-stable23
Removed obsolete tokens
2021-12-20 18:42:39 +01:00
MichaIng
f4944b89e6 Remove iconv from required PHP modules
The usage of iconv has been removed in: https://github.com/nextcloud/server/pull/29470

The dependency has been removed in: https://github.com/nextcloud/server/pull/29958

Signed-off-by: MichaIng <micha@dietpi.com>
2021-12-20 17:06:12 +00:00
Christian Wolf
a5e6ce1147 Removed obsolete tokens
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-12-20 18:02:35 +01:00
Christoph Wurst
ffb4961d5b
Merge pull request #7800 from nextcloud/backport/7799/stable23
[stable23] Add rewrites for nodeinfo and webfinger services.
2021-12-09 15:55:00 +01:00
stephang
7ada96be85 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 09:47:09 +00:00
Christoph Wurst
5064a3c0ba
Merge pull request #7798 from nextcloud/backport/7796/stable23
[stable23] Add documentation about OCP\Security\ITrustedDomainHelper
2021-12-07 15:26:47 +01:00
Joas Schilling
af8e010650 Add documentation about OCP\Security\ITrustedDomainHelper
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-07 13:57:55 +00:00