MichaIng
8de6855cc2
Merge pull request #7417 from nextcloud/fix/nginx-subdir-php-stable21
...
[stable21] Fix PHP's rewrite rule in NGINX subdir example
2022-01-07 12:28:32 +01:00
MichaIng
f8eafe6dc6
Merge pull request #7866 from nextcloud/backport/7860/stable21
...
[stable21] Remove iconv from required PHP modules
2022-01-07 12:26:33 +01:00
Christoph Wurst
7c3b2e5fc4
Merge pull request #7887 from nextcloud/backport/7886/stable21
...
[stable21] Drop Kanban development process, rework common labels
2022-01-03 09:48:13 +01:00
Christoph Wurst
1ab8d86e69
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-30 17:17:12 +00:00
Christoph Wurst
c430593843
Merge pull request #7863 from nextcloud/backport/787-obsolete-tokens
...
Removed obsolete tokens
2021-12-20 18:42:58 +01:00
MichaIng
e432beca71
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:27 +00:00
Christian Wolf
407c806a14
Removed obsolete tokens
...
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-12-20 18:00:22 +01:00
Christoph Wurst
31c8daadc1
Merge pull request #7802 from nextcloud/backport/7799/stable21
...
[stable21] Add rewrites for nodeinfo and webfinger services.
2021-12-09 15:55:17 +01:00
stephang
c8becb35ac
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:36 +00:00
Christoph Wurst
f84771843f
Merge pull request #7610 from nextcloud/backport/7604/stable21
...
[stable21] Fix dev manual links to the app controllers page
2021-11-29 14:52:33 +01:00
Christian Wolf
eba03f57f0
Fixed some more links in the dev manual
...
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-11-24 18:13:10 +00:00
Christoph Wurst
a1f5ff0584
Fix dev manual links to the app controllers page
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-24 18:13:10 +00:00
rakekniven
c242c3b281
Merge pull request #7575 from nextcloud/backport/7383/stable21
...
[stable21] Lightning add-on no longer needed
2021-11-20 10:20:28 +01:00
Anna Larch
e9dc1206c9
Merge pull request #7583 from nextcloud/backport/7577/stable21
...
[stable21] Fix typo in admin audit log docs
2021-11-15 15:35:39 +01:00
Christoph Wurst
26111044db
Merge pull request #7580 from nextcloud/backport/7576/stable21
...
[stable21] Document how to override the log level with occ
2021-11-15 14:18:17 +01:00
Christoph Wurst
09b83786be
Fix typo in admin audit log docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 13:16:44 +00:00
Christoph Wurst
66918a17f6
Document how to override the log level with occ
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 13:52:46 +01:00
Andrew Germann
75a06527e0
Lightning add-on no longer needed
...
Removed the first step of the recommended method which was to install the Lightning add-on.
2021-11-15 08:35:52 +00:00
blizzz
b1f1b7cb43
Merge pull request #6964 from nextcloud/backport/6881/stable21
...
[stable21] Update migrating_owncloud.rst
2021-11-11 23:17:58 +01:00
Christoph Wurst
6a041b9512
Fix PHP's rewrite rule in NGINX subdir example
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-27 15:17:19 +02:00
Carl Schwan
f83dea0485
Merge pull request #7406 from nextcloud/backport/7404/stable21
...
[stable21] Fix highlighting (missing php start tag)
2021-10-26 21:01:09 +02:00
Carl Schwan
08efa0fe79
Fix highlighting (missing php start tag)
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-26 18:44:28 +00:00
Daniel
82b161b0c3
Merge pull request #7385 from nextcloud/backport/7174/stable21
...
[stable21] Documentation how to disable expire versions background job
2021-10-26 10:19:51 +02:00
Daniel Kesselberg
70d000e575
Documentation how to disable expire versions background job
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-10-26 08:02:41 +00:00
Christoph Wurst
3d0477e133
Merge pull request #7366 from nextcloud/backport/7363/stable21
...
[stable21] Drop all references of IRC
2021-10-20 18:41:58 +02:00
Christoph Wurst
e0f927b1c6
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 16:09:44 +00:00
Lukas Reschke
77272cb8f5
Merge pull request #7361 from nextcloud/backport/7359/stable21
...
[stable21] Document that access tokens shouldn't be stored
2021-10-18 17:20:56 +02:00
Lukas Reschke
d50965fef7
Document that access tokens shouldn't be stored
...
Access tokens are sensitive key materials and shouldn't be stored, especially not on backup systems that also store the Nextcloud database and configuration backup.
2021-10-18 15:17:09 +00:00
Nextcloud bot
00503c58f5
generate documentation from config.sample.php
2021-10-16 03:59:51 +00:00
Nextcloud bot
a9d82b9f3b
generate documentation from config.sample.php
2021-10-14 03:59:58 +00:00
kesselb
a756ed433d
Merge pull request #7157 from nextcloud/backport/7052/stable21
...
[stable21] Added note on apc.enable_cli for system Cron based configs
2021-09-29 11:15:21 +02:00
Maximilian Kratz
b05d9efa3c
Updated reference to caching section
...
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-09-29 08:37:52 +00:00
Maximilian Kratz
7d447b0e40
Added note on apc.enable_cli for system cron based configs
...
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-09-29 08:37:52 +00:00
kesselb
26d4b28d4c
Merge pull request #7149 from nextcloud/backport/7139/stable21
...
[stable21] Make the example command syntactically correct
2021-09-28 15:59:15 +02:00
kesselb
4142d4861a
Merge pull request #7148 from nextcloud/backport/7142/stable21
...
[stable21] selinux: All directory labels should be deleted on uninstall
2021-09-28 15:58:24 +02:00
kesselb
4281017683
Merge pull request #7152 from nextcloud/backport/7136/stable21
...
[stable21] Add php APCu hint to command line based updater
2021-09-28 15:57:09 +02:00
Robin Windey
46b5186816
Add php APCu hint to command line based updater
...
With respect to https://github.com/nextcloud/server/issues/27781 we should add a hint regarding the PHP CLI parameters for APCu like we did in c5fa1b6859 (diff-48dc187eeb03371b5ad6886b33043bf060884809c1d51a3568c5d29e40e3bf13) and 38a0a33e4e (diff-48dc187eeb03371b5ad6886b33043bf060884809c1d51a3568c5d29e40e3bf13) for the cronjob.
2021-09-28 13:33:45 +00:00
Pietro Marini
828ef21930
Update big_file_upload_configuration.rst
2021-09-28 13:33:23 +00:00
Pietro Marini
478b3f90e0
Update big_file_upload_configuration.rst
...
The example instruction should be complete, so including all the necessary tokens for a valid execution of the command.
2021-09-28 13:33:23 +00:00
Pedro
a5381b15c1
All directory labels should be deleted on uninstall
2021-09-28 13:29:41 +00:00
kesselb
718c80c1da
Merge pull request #7145 from nextcloud/fix/nginx-legacy-routes-stable21
...
[stable21] Fix legacy routes like ajax.php on nginx
2021-09-28 15:28:50 +02:00
Christoph Wurst
cf4ed24ebc
Fix legacy routes like ajax.php on nginx
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-09-28 15:07:10 +02:00
Andy Scherzinger
bbf1865745
Merge pull request #7117 from nextcloud/backport/7115/stable21
...
[stable21] Update apps_supported.rst
2021-08-30 12:16:02 +02:00
Joas Schilling
8b2daaa6d7
Update apps_supported.rst
2021-08-27 07:24:36 +00:00
kesselb
efdf690445
Merge pull request #7049 from nextcloud/backport/7047/stable21
...
[stable21] Update code examples
2021-08-17 18:00:30 +02:00
Daniel Kesselberg
7c741db9a5
Update example code for newer phpunit
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-08-17 13:08:22 +00:00
Daniel Kesselberg
8a7cc1da16
Drop instructions how to install phpunit
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-08-17 13:08:22 +00:00
Marcel Klehr
14e867bbbf
Merge pull request #7039 from nextcloud/backport/7037/stable21
...
[stable21] Document correct db transaction handling
2021-08-13 13:58:33 +02:00
Christoph Wurst
677ee502b3
Document correct db transaction handling
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-13 11:54:14 +00:00
Christoph Wurst
c27af890ec
Merge pull request #7034 from nextcloud/backport/7032/stable21
...
[stable21] Recommend php8
2021-08-09 20:39:22 +02:00