Commit Graph

11393 Commits

Author SHA1 Message Date
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
Christoph Wurst
ea5ad6ce06
Merge pull request #7793 from nextcloud/backport/7701/stable23
[stable23] Add admin settings for the Calendar Trash bin
2021-12-06 20:33:15 +01:00
Thomas Citharel
29e350f9bd Add admin settings for the Calendar Trash bin
Closes #7696

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-06 18:59:25 +00:00
Carl Schwan
640dc41a95
Merge pull request #7791 from nextcloud/backport/7673/stable23
[stable23] Document user status API
2021-12-06 13:09:49 +01:00
Carl Schwan
0062b40c51 Document user status API
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-06 11:16:51 +00:00
Christoph Wurst
5e38b22e1c
Merge pull request #7699 from nextcloud/backport/7674/stable23
[stable23] Update KDE Pim information
2021-12-02 10:08:23 +01:00
Carl Schwan
cd5f359636
Update KDE Pim information
* Update screenshots with current design
* Add information about Kalendar
* Add information about Plasma calendar applet

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-02 10:03:32 +01:00
Richard Steinmetz
96f49c4bd0
Merge pull request #7655 from nextcloud/backport/7652/stable23
[stable23] Update Calendar user docs for Nextcloud 23 / Calendar 3
2021-11-30 16:01:23 +01:00
Christoph Wurst
7dc7b1c23d Repalce can't with cannot
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-30 14:44:58 +00:00
Valdnet
692a366022 Change to commas
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-11-30 14:44:58 +00:00
Christoph Wurst
f2ca9847ca Update Calendar user docs for Nextcloud 23 / Calendar 3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-30 14:44:58 +00:00
Christoph Wurst
3b2b01d251
Merge pull request #7639 from nextcloud/backport/7632/stable23
[stable23] Document CalDAV availability settings for users
2021-11-25 15:10:10 +01:00
Christoph Wurst
81ef8c3111 Document CalDAV availability settings for users
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-25 14:00:30 +00:00
Christoph Wurst
4b176a95fa
Merge pull request #7638 from nextcloud/backport/7607/stable23
[stable23] Add Calendar appointments doc for users
2021-11-25 14:49:20 +01:00
Christoph Wurst
e42d96c11c Add Calendar appointments doc for users
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-25 13:42:44 +00:00
Christoph Wurst
63fc86386b
Merge pull request #7634 from nextcloud/backport/7633/stable23
[stable23] Rename pim to groupware
2021-11-25 14:32:58 +01:00
Christoph Wurst
21803f46ed
Merge pull request #7631 from nextcloud/backport/7606/stable23
[stable23] Transfer incoming shares
2021-11-25 14:32:45 +01:00
Christoph Wurst
644173162c Rename pim to groupware
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-25 11:20:23 +00:00
Immanuel Pasanec
bcdbc79339 Added possible parameters for --transfer-incoming-shares option.
Signed-off-by: Immanuel Pasanec <immanuel.pasanec@compaso.de>
2021-11-25 08:51:19 +00:00
Immanuel Pasanec
219c28e3bf Fixed missing double colon.
Signed-off-by: Immanuel Pasanec <immanuel.pasanec@compaso.de>
2021-11-25 08:51:19 +00:00
Immanuel Pasanec
287f434056 Added explanation for overwriting the transferIncomingShares option in config.php.
Signed-off-by: Immanuel Pasanec <immanuel.pasanec@compaso.de>
2021-11-25 08:51:18 +00:00
Christoph Wurst
5f38fb7755
Merge pull request #7608 from nextcloud/backport/7604/stable23
[stable23] Fix dev manual links to the app controllers page
2021-11-24 19:22:55 +01:00
Christian Wolf
5bac803205 Fixed some more links in the dev manual
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-11-24 18:12:08 +00:00
Christoph Wurst
efe6704776 Fix dev manual links to the app controllers page
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-24 18:12:07 +00:00
Joas Schilling
f9c894173f
Merge pull request #7586 from nextcloud/backport/7585/stable23
[stable23] Allow to serve static WebAssembly and TensorFlow Lite files
2021-11-17 15:14:38 +01:00
Daniel Calviño Sánchez
e567246c01 Allow to serve static WebAssembly and TensorFlow Lite files
Since Talk 13 (and thus Nextcloud 23) WebAssembly (.wasm) and TensorFlow
Lite (.tflite) files need to be loaded from the web server to provide
certain features (like the background blur in the WebUI).

Those files can be treated in a similar way to other static resources,
and there should not be any problem caching or compressing them.
However, as compressed TensorFlow Lite files are only ~12% smaller,
the compression directive depends on the MIME type and there is no
standard MIME type for TensorFlow Lite files, for now only WebAssembly
files are compressed.

Depending on the setup "application/wasm" may not be associated with
".wasm" files, so the directive was added just in case, as the
compression is enabled through the MIME type and, besides that, the
browsers log a warning if the expected MIME type is not returned.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-17 13:45:56 +00:00
Anna Larch
a354d2439c
Merge pull request #7581 from nextcloud/backport/7577/stable23
[stable23] Fix typo in admin audit log docs
2021-11-15 15:35:23 +01:00
Christoph Wurst
787ac57669 Fix typo in admin audit log docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 13:15:50 +00:00
Vincent Petry
69f0dc33c9
Merge pull request #7579 from nextcloud/backport/7576/stable23
[stable23] Document how to override the log level with occ
2021-11-15 13:11:42 +01:00
Christoph Wurst
6625691dea Document how to override the log level with occ
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-15 10:14:51 +00:00
Anna Larch
f1e8a358f5
Merge pull request #7558 from nextcloud/enhancement/calendar-access-search-api
Document calendar access and search APIs
2021-11-10 16:21:54 +01:00
Christoph Wurst
8d335ccfcb
Document calendar access and search APIs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-10 14:13:41 +01:00
Carl Schwan
c1d88f41fc
Merge pull request #7555 from nextcloud/enhancement/calendar-write-api
Document calendar write API for app devs
2021-11-10 13:16:32 +01:00
github-actions[bot]
a24a3e4a32
Merge pull request #7557 from nextcloud/translations_user-manual-locale-source-files-transfer-ownership-pot--master_nn 2021-11-10 11:28:19 +00:00
transifex-integration[bot]
fd3b89ab31
Apply translations in nn
translation completed for the source file '/user_manual/locale/source/files/transfer_ownership.pot'
on the 'nn' language.
2021-11-10 11:24:44 +00:00
rakekniven
1a64cc624b
Merge pull request #7053 from bjoernmartin/patch-2
Add app password auth option
2021-11-10 11:34:33 +01:00
Christoph Wurst
ecd0db5a7a
Document calendar write API for app devs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-10 10:46:40 +01:00
Christoph Wurst
517d4459b3
Add dev docs for the calendar providers API in Nextcloud 23
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-10 10:34:47 +01:00
github-actions[bot]
dddf6b439b
Merge pull request #7553 from nextcloud/translations_user-manual-locale-source-pim-sync-gnome-pot--master_nn 2021-11-10 09:08:53 +00:00
transifex-integration[bot]
c9dbc77277
Apply translations in nn
translation completed for the source file '/user_manual/locale/source/pim/sync_gnome.pot'
on the 'nn' language.
2021-11-10 09:05:19 +00:00
github-actions[bot]
e605166ee0
Merge pull request #7552 from nextcloud/translations_user-manual-locale-source-external-storage-external-storage-pot--master_id 2021-11-10 06:47:27 +00:00
transifex-integration[bot]
a553fa1bcb
Apply translations in id
translation completed for the source file '/user_manual/locale/source/external_storage/external_storage.pot'
on the 'id' language.
2021-11-10 06:43:50 +00:00
github-actions[bot]
81498d8128
Merge pull request #7551 from nextcloud/translations_user-manual-locale-source-contents-pot--master_id 2021-11-10 06:42:41 +00:00
transifex-integration[bot]
6c23aeb93e
Apply translations in id
translation completed for the source file '/user_manual/locale/source/contents.pot'
on the 'id' language.
2021-11-10 06:39:07 +00:00
Björn Martin
881de39b7d Add app password auth option
Add app password authentication option which seems to be mandatory if an external auth provider is used.
2021-11-09 19:04:07 +01:00
github-actions[bot]
62bd706fb0
Merge pull request #7549 from nextcloud/translations_user-manual-locale-source-pim-sync-windows10-pot--master_nn 2021-11-09 15:50:25 +00:00
transifex-integration[bot]
6f69391ed3
Apply translations in nn
translation completed for the source file '/user_manual/locale/source/pim/sync_windows10.pot'
on the 'nn' language.
2021-11-09 15:46:49 +00:00
github-actions[bot]
385f3695de
Merge pull request #7547 from nextcloud/translations_user-manual-locale-source-pim-sync-thunderbird-pot--master_nn 2021-11-09 12:03:58 +00:00