Commit Graph

10467 Commits

Author SHA1 Message Date
Christian Wolf
72bf4dfdc8 Removed obsolete tokens
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-12-20 18:02:02 +01:00
Christoph Wurst
0fc59f5c29
Merge pull request #7801 from nextcloud/backport/7799/stable22
[stable22] Add rewrites for nodeinfo and webfinger services.
2021-12-09 15:55:43 +01:00
stephang
dd1cd81183 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:22 +00:00
Christoph Wurst
1d1ce89440
Merge pull request #7794 from nextcloud/cherry-pick-calendar-trashbin
Add admin settings and user docs for the Calendar Trash bin
2021-12-07 09:51:51 +01:00
Thomas Citharel
edef018b35
Add admin settings for the Calendar Trash bin
Closes #7696

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-07 09:32:42 +01:00
Christoph Wurst
c7823ab811
Merge pull request #7609 from nextcloud/backport/7604/stable22
[stable22] Fix dev manual links to the app controllers page
2021-11-24 19:23:01 +01:00
Christian Wolf
7e07b38c20 Fixed some more links in the dev manual
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-11-24 18:12:28 +00:00
Christoph Wurst
a1c3edb817 Fix dev manual links to the app controllers page
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-24 18:12:28 +00:00
rakekniven
07e004f550
Merge pull request #7574 from nextcloud/backport/7383/stable22
[stable22] Lightning add-on no longer needed
2021-11-20 10:21:32 +01:00
Anna Larch
208a3bf9e4
Merge pull request #7582 from nextcloud/backport/7577/stable22
[stable22] Fix typo in admin audit log docs
2021-11-15 15:35:35 +01:00
Christoph Wurst
ddf1fb2111 Fix typo in admin audit log docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 13:16:28 +00:00
Vincent Petry
a6a47efebf
Merge pull request #7578 from nextcloud/backport/7576/stable22
[stable22] Document how to override the log level with occ
2021-11-15 13:11:24 +01:00
Christoph Wurst
a781fdcd42 Document how to override the log level with occ
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 10:14:38 +00:00
Andrew Germann
ed895e54a3 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:51 +00:00
blizzz
685cc25405
Merge pull request #6963 from nextcloud/backport/6881/stable22
[stable22] Update migrating_owncloud.rst
2021-11-11 23:20:25 +01:00
Christoph Wurst
d659b0b99d
Merge pull request #7528 from nextcloud/backport/7525/stable22
[stable22] Document calendar rooms and resources for users
2021-11-05 17:18:47 +01:00
Christoph Wurst
5a7fae13f8 Document calendar rooms and resources for users
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-05 16:06:13 +00:00
Christoph Wurst
e39a90ea4a
Merge pull request #7524 from nextcloud/backport/7523/stable22
[stable22] Document calendar resources and rooms for admins
2021-11-05 14:19:02 +01:00
Christoph Wurst
805dd1c655 Document calendar resources and rooms for admins
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-05 13:10:55 +00:00
Carl Schwan
711a5ffcb7
Merge pull request #7405 from nextcloud/backport/7404/stable22
[stable22] Fix highlighting (missing php start tag)
2021-10-26 21:01:00 +02:00
Carl Schwan
6644842e1c Fix highlighting (missing php start tag)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-26 18:44:16 +00:00
Daniel
6a43a80cbb
Merge pull request #7386 from nextcloud/backport/7174/stable22
[stable22] Documentation how to disable expire versions background job
2021-10-26 10:19:39 +02:00
Daniel Kesselberg
dd2fae7b9e 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
759738a3a9
Merge pull request #7364 from nextcloud/backport/7363/stable22
[stable22] Drop all references of IRC
2021-10-20 18:42:07 +02:00
Christoph Wurst
a9968f9674 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:43 +00:00
Lukas Reschke
b11182df77
Merge pull request #7360 from nextcloud/backport/7359/stable22
[stable22] Document that access tokens shouldn't be stored
2021-10-18 17:21:18 +02:00
Lukas Reschke
27e30860ca 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:06 +00:00
Daniel
af3eb13c25
Merge pull request #7210 from nextcloud/backport/7056/stable22
[stable22] admin_manual: add occ command dav:delete-calendar
2021-10-13 12:38:17 +02:00
Mattia Narducci
097ed89836 admin_manual: add occ command dav:delete-calendar
Document occ command dav:delete-calendar introduced in Nextcloud 22.

See https://github.com/nextcloud/server/pull/26421

Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com>
2021-10-13 07:20:20 +00:00
kesselb
cd09629c0d
Merge pull request #7156 from nextcloud/backport/7052/stable22
[stable22] Added note on apc.enable_cli for system Cron based configs
2021-09-29 11:15:17 +02:00
Maximilian Kratz
493a5a2e6e Updated reference to caching section
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-09-29 08:37:49 +00:00
Maximilian Kratz
e53a91a84a Added note on apc.enable_cli for system cron based configs
Signed-off-by: Maximilian Kratz <account@maxkratz.com>
2021-09-29 08:37:49 +00:00
kesselb
42e972166a
Merge pull request #7150 from nextcloud/backport/7139/stable22
[stable22] Make the example command syntactically correct
2021-09-28 15:59:28 +02:00
kesselb
3f94b41cc2
Merge pull request #7147 from nextcloud/backport/7142/stable22
[stable22] selinux: All directory labels should be deleted on uninstall
2021-09-28 15:57:53 +02:00
kesselb
0fb149f882
Merge pull request #7151 from nextcloud/backport/7136/stable22
[stable22] Add php APCu hint to command line based updater
2021-09-28 15:51:48 +02:00
Robin Windey
ad8af1c44c 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:41 +00:00
Pietro Marini
8de776ede7 Update big_file_upload_configuration.rst 2021-09-28 13:33:28 +00:00
Pietro Marini
8b675c8a84 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:27 +00:00
kesselb
dec03e36de
Merge pull request #7144 from nextcloud/backport/7141/stable22
[stable22] Fix legacy routes like ajax.php on nginx
2021-09-28 15:29:54 +02:00
Pedro
7eba4497ed All directory labels should be deleted on uninstall 2021-09-28 13:29:32 +00:00
Christoph Wurst
23bead07ac Fix legacy routes like ajax.php on nginx
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-09-28 06:58:37 +00:00
Vincent Petry
3a3337e66e
Merge pull request #7135 from nextcloud/backport/7134/stable22
[stable22] Add option for incoming shares for transfer ownership
2021-09-15 16:56:37 +02:00
Vincent Petry
0b1217938c Update summary of transfer ownership command
Added note about default behavior for incoming shares.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-15 12:59:47 +00:00
Vincent Petry
dd8bfe09da Add option for incoming shares for transfer ownership
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-09-15 12:59:47 +00:00
Joas Schilling
e7ed6bd546
Merge pull request #7116 from nextcloud/backport/7115/stable22
[stable22] Update apps_supported.rst
2021-08-28 10:08:38 +02:00
Joas Schilling
2783606f6c Update apps_supported.rst 2021-08-27 07:24:28 +00:00
kesselb
1cc1d28916
Merge pull request #7048 from nextcloud/backport/7047/stable22
[stable22] Update code examples
2021-08-17 18:00:09 +02:00
Daniel Kesselberg
6cc09aba34 Update example code for newer phpunit
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-08-17 13:08:16 +00:00
Daniel Kesselberg
d88d0bc4b5 Drop instructions how to install phpunit
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-08-17 13:08:15 +00:00
Marcel Klehr
07c6663343
Merge pull request #7038 from nextcloud/backport/7037/stable22
[stable22] Document correct db transaction handling
2021-08-13 13:58:36 +02:00