Commit Graph

15123 Commits

Author SHA1 Message Date
github-actions[bot]
b9d87faa37 Merge pull request #10648 from nextcloud/translations_user-manual-locale-source-files-access-webdav-pot--master_tr 2023-06-19 04:46:50 +00:00
transifex-integration[bot]
535e0c13c5 Translate access_webdav.pot in tr
100% translated source file: 'access_webdav.pot'
on 'tr'.
2023-06-19 04:42:24 +00:00
github-actions[bot]
d7dc3e3f14 Merge pull request #10647 from nextcloud/translations_user-manual-locale-source-files-transfer-ownership-pot--master_tr 2023-06-19 04:38:10 +00:00
github-actions[bot]
f6d0150bd8 Merge pull request #10646 from nextcloud/translations_user-manual-locale-source-groupware-calendar-pot--master_tr 2023-06-19 04:36:54 +00:00
transifex-integration[bot]
afc4173e6c Translate transfer_ownership.pot in tr
100% translated source file: 'transfer_ownership.pot'
on 'tr'.
2023-06-19 04:33:48 +00:00
transifex-integration[bot]
3643557dc3 Translate calendar.pot in tr
100% translated source file: 'calendar.pot'
on 'tr'.
2023-06-19 04:32:31 +00:00
Simon L
dabcab6678 Merge pull request #10633 from fsamapoor/patch-5
Update dependency_injection.rst
2023-06-17 16:53:55 +02:00
Christoph Wurst
6f6e0b4db5 Merge pull request #10637 from nextcloud/feat/adminmanual/sudo-occ-with-env-vars
feat(adminmanual): Document how to use occ with sudo and env vars
2023-06-16 12:01:01 +02:00
Christoph Wurst
af604d1ea4 feat(adminmanual): Document how to use occ with sudo and env vars
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-16 11:04:58 +02:00
Daniel
d5ff529aeb Merge pull request #10602 from Jakuje/patch-1
Fix .htaccess configuration to actually work
2023-06-16 00:49:46 +02:00
Julius Härtl
2fa25a83b1 Merge pull request #10266 from nextcloud/translations_user-manual-locale-source-talk-talk-basics-pot--master_es 2023-06-15 23:14:31 +02:00
Julius Härtl
ed9f0878d0 Merge pull request #10632 from fsamapoor/patch-4 2023-06-15 23:14:08 +02:00
Julius Härtl
84a204bc0e Merge pull request #10271 from nextcloud/translations_user-manual-locale-source-talk-talk-basics-pot--master_sr 2023-06-15 23:13:57 +02:00
Faraz Samapoor
e047118593 Update dependency_injection.rst
Removes repeated DI parameter.

Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-06-16 00:39:02 +03:30
Julius Härtl
1789a96f1a Merge pull request #10606 from nextcloud/dependabot/pip/master/sphinx-rtd-theme-1.2.2 2023-06-15 23:04:46 +02:00
Julius Härtl
d96941ca02 Merge pull request #10605 from nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-3.0.2 2023-06-15 23:04:00 +02:00
Julius Härtl
10b0ad8a54 Merge pull request #10607 from nextcloud/dependabot/pip/master/urllib3-2.0.3 2023-06-15 23:03:26 +02:00
Jakub Jelen
f1976af78c fixup
Co-authored-by: MichaIng <micha@dietpi.com>
Signed-off-by: Jakub Jelen <jakuje@gmail.com>
2023-06-15 22:57:41 +02:00
Faraz Samapoor
82df133ca2 Update dependency_injection.rst
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
2023-06-16 00:17:49 +03:30
github-actions[bot]
55f29c65ab Merge pull request #10631 from nextcloud/translations_user-manual-locale-source-groupware-calendar-pot--master_es 2023-06-15 20:17:52 +00:00
github-actions[bot]
24d6cf94ff Merge pull request #10630 from nextcloud/translations_user-manual-locale-source-files-access-webdav-pot--master_es 2023-06-15 20:16:41 +00:00
transifex-integration[bot]
465ac089f3 Translate calendar.pot in es
100% translated source file: 'calendar.pot'
on 'es'.
2023-06-15 20:13:26 +00:00
transifex-integration[bot]
ce1ade026b Translate access_webdav.pot in es
100% translated source file: 'access_webdav.pot'
on 'es'.
2023-06-15 20:12:12 +00:00
github-actions[bot]
e4478a6921 Merge pull request #10629 from nextcloud/translations_user-manual-locale-source-files-transfer-ownership-pot--master_es 2023-06-15 19:34:51 +00:00
transifex-integration[bot]
d82cfbd630 Translate transfer_ownership.pot in es
100% translated source file: 'transfer_ownership.pot'
on 'es'.
2023-06-15 19:30:24 +00:00
github-actions[bot]
a16d65484b Merge pull request #10628 from nextcloud/translations_user-manual-locale-source-universal-access-pot--master_gl 2023-06-15 15:03:56 +00:00
transifex-integration[bot]
0a49d9bd1d Translate universal_access.pot in gl
100% translated source file: 'universal_access.pot'
on 'gl'.
2023-06-15 14:45:40 +00:00
transifex-integration[bot]
fe1a46fa72 Translate universal_access.pot in gl
100% translated source file: 'universal_access.pot'
on 'gl'.
2023-06-15 14:43:06 +00:00
transifex-integration[bot]
174a476bb9 Translate universal_access.pot in gl
100% translated source file: 'universal_access.pot'
on 'gl'.
2023-06-15 14:26:57 +00:00
Jakub Jelen
cbe2b80dc8 Fix .htaccess configuration to actually work
The `.htaccess` rules should not have the starting slash otherwise they
will never get matched. When running the mod_rewrite in .htaccess, the
path is already sanitized and leading slashes stripped.

Document also that this is not the case when the rules are used directly
from the main apache2 configuration the leading slash is present always,
which led to some edit wars of this documentation in the past as it was
not well explained (#8093, #3811).

This matches the code shipped with the .htaccess in the nextcloud server:
https://github.com/nextcloud/server/blob/master/.htaccess

Signed-off-by: Jakub Jelen <jakuje@gmail.com>
2023-06-15 15:54:53 +02:00
github-actions[bot]
9f0a68327f Merge pull request #10626 from nextcloud/translations_user-manual-locale-source-user-2fa-pot--master_de 2023-06-14 15:37:55 +00:00
transifex-integration[bot]
e69162938f Translate user_2fa.pot in de
100% translated source file: 'user_2fa.pot'
on 'de'.
2023-06-14 15:10:51 +00:00
transifex-integration[bot]
a67a08b932 Translate user_2fa.pot in de
100% translated source file: 'user_2fa.pot'
on 'de'.
2023-06-14 15:10:39 +00:00
github-actions[bot]
e383d2b21f Merge pull request #10624 from nextcloud/translations_user-manual-locale-source-files-transfer-ownership-pot--master_cs 2023-06-14 06:24:07 +00:00
github-actions[bot]
c7b8588124 Merge pull request #10625 from nextcloud/translations_user-manual-locale-source-files-access-webdav-pot--master_cs 2023-06-14 06:22:06 +00:00
github-actions[bot]
2ff2d402f4 Merge pull request #10623 from nextcloud/translations_user-manual-locale-source-groupware-calendar-pot--master_cs 2023-06-14 06:21:58 +00:00
transifex-integration[bot]
af6960793f Translate transfer_ownership.pot in cs
100% translated source file: 'transfer_ownership.pot'
on 'cs'.
2023-06-14 06:16:48 +00:00
transifex-integration[bot]
ff3ec0a173 Translate access_webdav.pot in cs
100% translated source file: 'access_webdav.pot'
on 'cs'.
2023-06-14 06:16:48 +00:00
transifex-integration[bot]
3c8cc85c1f Translate calendar.pot in cs
100% translated source file: 'calendar.pot'
on 'cs'.
2023-06-14 06:16:48 +00:00
Nextcloud bot
71c05c02f2 generate documentation from config.sample.php 2023-06-14 02:37:55 +00:00
Matthieu Gallien
138ed8ef57 Merge pull request #10621 from nextcloud/publishDesktopFilesClientDocVersion3.9
desktop files client version 3.9 is the latest one
2023-06-13 13:38:16 +02:00
github-actions[bot]
714a245ebe Merge pull request #10622 from nextcloud/translations_user-manual-locale-source-files-access-webdav-pot--master_pt_BR 2023-06-13 11:05:10 +00:00
github-actions[bot]
b5fb98bc3d Merge pull request #10620 from nextcloud/translations_user-manual-locale-source-groupware-calendar-pot--master_pt_BR 2023-06-13 10:57:00 +00:00
github-actions[bot]
a2cd529ee2 Merge pull request #10619 from nextcloud/translations_user-manual-locale-source-files-transfer-ownership-pot--master_pt_BR 2023-06-13 10:54:46 +00:00
transifex-integration[bot]
f216c82045 Translate access_webdav.pot in pt_BR
100% translated source file: 'access_webdav.pot'
on 'pt_BR'.
2023-06-13 10:54:16 +00:00
transifex-integration[bot]
a2238b7164 Translate access_webdav.pot in pt_BR
100% translated source file: 'access_webdav.pot'
on 'pt_BR'.
2023-06-13 10:53:21 +00:00
transifex-integration[bot]
83b4391ee2 Translate access_webdav.pot in pt_BR
100% translated source file: 'access_webdav.pot'
on 'pt_BR'.
2023-06-13 10:52:28 +00:00
transifex-integration[bot]
cb1bee7021 Translate access_webdav.pot in pt_BR
100% translated source file: 'access_webdav.pot'
on 'pt_BR'.
2023-06-13 10:51:16 +00:00
transifex-integration[bot]
563d13b298 Translate calendar.pot in pt_BR
100% translated source file: 'calendar.pot'
on 'pt_BR'.
2023-06-13 10:41:45 +00:00
Matthieu Gallien
5a17043f27 desktop files client version 3.9 is the latest one
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-06-13 12:41:39 +02:00