Christoph Wurst
e287c97936
Merge pull request #10346 from nextcloud/dependabot/pip/stable25/certifi-2023.5.7
...
chore(deps): Bump certifi from 2022.12.7 to 2023.5.7
2023-05-11 09:11:04 +02:00
Christoph Wurst
5ec479d09e
Merge pull request #10357 from nextcloud/backport/10354/stable25
...
[stable25] fix(devmanual): Modernize user manager and user session docs
2023-05-10 11:38:53 +02:00
Christoph Wurst
950959630b
fix(devmanual): Modernize user manager and user session docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-10 08:55:02 +00:00
Joas Schilling
8855f6682c
Merge pull request #10352 from nextcloud/backport/10349/stable25
...
[stable25] fix(adminmanual): Remove note about automatically trusted servers
2023-05-09 16:17:00 +02:00
Christoph Wurst
d259b78fcc
fix(adminmanual): Remove not about automatically trusted servers
...
This setting was removed in 19+
Ref https://github.com/nextcloud/server/pull/26765
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-09 13:39:24 +00:00
dependabot[bot]
b1602bdcd7
chore(deps): Bump certifi from 2022.12.7 to 2023.5.7
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.12.7 to 2023.5.7.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.05.07 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 07:07:42 +00:00
Christoph Wurst
84445375e9
Merge pull request #10337 from nextcloud/backport/9925/stable25
...
[stable25] Add documentation for mail app
2023-05-05 15:09:25 +02:00
greta
cb34c10679
Add documentaiton for mail app
...
Signed-off-by: greta <gretadoci@gmail.com>
2023-05-05 12:16:15 +00:00
Christoph Wurst
e632b91ba3
Merge pull request #10315 from nextcloud/dependabot/pip/stable25/sphinxcontrib-phpdomain-0.11.0
...
chore(deps): Bump sphinxcontrib-phpdomain from 0.9.0 to 0.11.0
2023-05-05 11:20:13 +02:00
dependabot[bot]
44ab239276
chore(deps): Bump sphinxcontrib-phpdomain from 0.9.0 to 0.11.0
...
Bumps [sphinxcontrib-phpdomain](https://github.com/markstory/sphinxcontrib-phpdomain ) from 0.9.0 to 0.11.0.
- [Release notes](https://github.com/markstory/sphinxcontrib-phpdomain/releases )
- [Changelog](https://github.com/markstory/sphinxcontrib-phpdomain/blob/master/CHANGES )
- [Commits](https://github.com/markstory/sphinxcontrib-phpdomain/compare/0.9.0...0.11.0 )
---
updated-dependencies:
- dependency-name: sphinxcontrib-phpdomain
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-05 08:30:34 +00:00
Richard Steinmetz
bd6044eacc
Merge pull request #10282 from nextcloud/chore/pin-deps-stable25
...
[stable25] chore(requirements): pin all dependencies
2023-05-05 10:17:08 +02:00
Richard Steinmetz
7db8dcb6ac
chore(requirements): pin all dependencies
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-05-05 10:05:37 +02:00
Richard Steinmetz
4f77512dbf
Merge pull request #10239 from nextcloud/backport/10237/stable25
...
[stable25] feat(usermanual): Subscribe to holiday calendars in Calendar
2023-05-02 10:09:11 +02:00
Christoph Wurst
09ce407eac
feat(usermanual): Subscribe to holiday calendars in Calendar
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-04-28 12:23:54 +00:00
Anna
b6c7a579f4
Merge pull request #10012 from nextcloud/backport/10010/stable25
...
[stable25] fix: Typo in description for labeling
2023-04-11 13:38:29 +02:00
backportbot-nextcloud[bot]
c89383ddbe
Fixed three Unexpected indentations errors and 3 warnings. ( #9995 )
...
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Co-authored-by: Alexander Piskun <bigcat88@icloud.com>
2023-04-07 15:41:41 +03:00
JohannesGGE
51e58977ff
Fix: Typo in description for labeling
...
Signed-off-by: JohannesGGE <mail@johannesgge.de>
2023-04-06 09:32:41 +00:00
Côme Chilliet
9c0f62a569
Merge pull request #10008 from nextcloud/backport/10005/stable25
...
[stable25] Update encryption_configuration.rst
2023-04-05 15:39:48 +02:00
Maxime LE HERICY
51c2c0a017
Update encryption_configuration.rst
...
typo in the documentation.
actual command is encryption:fix-encrypted-version and not encryption:fix-encrypted-versionS
Signed-off-by: Maxime LE HERICY <87175513+maximelehericy@users.noreply.github.com>
2023-04-05 12:23:58 +00:00
MichaIng
32daf6f8be
Merge pull request #9997 from nextcloud/backport/9571/stable25
...
[stable25] Use --option=value version for occ maintenance:install
2023-04-03 16:32:31 +02:00
MichaIng
f7cb232dab
Use --option=value version for occ maintenance:install
...
The `--option=value` version of passing options to the `occ maintenance:install` command is now used in the documentation, instead of the `--option value` variant. This solves issues with leading dashes in values, especially passwords. It also matches the `occ help maintenance:install` output.
Solves:
- https://github.com/nextcloud/server/issues/26109
- https://github.com/nextcloud/documentation/issues/8190
Furthermore values are now single quoted, which is important to avoid variable expansion and special treatment of the backlash character in random passwords, and a doubled space was removed.
Signed-off-by: MichaIng <micha@dietpi.com>
2023-04-03 11:42:05 +00:00
Joas Schilling
4007728099
Merge pull request #9983 from nextcloud/backport/9967/stable25
...
[stable25] fix(deps): Limit sphinx version range
2023-03-31 09:23:52 +02:00
Christoph Wurst
1b8979ed06
fix(deps): Limit sphinx version range
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-03-30 13:21:11 +00:00
Arthur Schiwon
cb09750d2e
Merge pull request #9950 from nextcloud/backport/9946/stable25
...
[stable25] update information on migration from owncloud
2023-03-24 10:48:44 +01:00
Joas Schilling
94710ba961
Fix URL syntax
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-24 09:33:15 +00:00
Arthur Schiwon
26997516a6
update informaiton on migration from owncloud
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-03-24 09:33:15 +00:00
Richard Steinmetz
256d5f22b6
Merge pull request #9937 from nextcloud/backport/9935/stable25
...
[stable25] fix: explictly add sphinx_rtd_theme to extensions to fix search
2023-03-22 08:20:48 +01:00
Richard Steinmetz
d230abaa82
fix: explictly add sphinx_rtd_theme to extensions to fix search
...
Ref https://sphinx-rtd-theme.readthedocs.io/en/stable/changelog.html#known-issues
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-03-22 06:57:49 +00:00
Anna
f9ac44276f
Merge pull request #9915 from nextcloud/backport/9566/stable25
...
[stable25] Add section for troubleshooting quota issues
2023-03-21 10:09:14 +01:00
Andy Scherzinger
619d91378d
Merge pull request #9918 from nextcloud/backport/9658/stable25
...
[stable25] Add note about dependency limitation for apps
2023-03-20 09:57:49 +01:00
Andy Scherzinger
71d2aa37cb
Add note about dependency limitation with respect to supporting Nextcloud server versions
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-03-20 08:54:41 +00:00
Vincent Petry
4b3872250b
Add link to quota docs in troubleshooting
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-03-18 07:19:04 +00:00
Vincent Petry
be19eb9d70
Add section for troubleshooting quota issues
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-03-18 07:19:03 +00:00
Andy Scherzinger
1e08fd6bf0
Merge pull request #9903 from nextcloud/backport/9901/stable25
...
[stable25] fix(pip): update sphinx-rtd-theme to latest 1.2.0
2023-03-15 19:57:00 +01:00
MichaIng
b2bba0f4f8
Merge pull request #9637 from nextcloud/backport/9635/stable25
...
[stable25] Replace X-Robots-Tag header value with "noindex, nofollow"
2023-03-15 19:29:11 +01:00
John Molakvoæ
f51f9e372b
fix(pip): update sphinx-rtd-theme to latest 1.2.0
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-15 16:20:54 +00:00
Côme Chilliet
2c3f889da4
Merge pull request #9561 from nextcloud/backport/9528/stable25
...
[stable25] Add info to fix encryption key issues
2023-03-14 17:08:52 +01:00
Daniel
a1b7747e70
Merge pull request #9737 from nextcloud/backport/9662/stable25
...
[stable25] make "public" anonymous access easier to find
2023-03-07 15:35:36 +01:00
Florian Hof
114e1a9e86
make "public" anonymous access easier to find
...
Signed-off-by: Florian Hof <florian@speleo.ch>
2023-03-07 14:02:49 +00:00
Simon L
debd839023
Merge pull request #9733 from nextcloud/backport/9724/stable25
...
[stable25] update imaginary docs to reflect cap_add sys_nice
2023-03-07 14:36:16 +01:00
Simon L
84ed678402
add note why it is required
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-07 13:32:16 +00:00
Simon L
259788afa5
update imaginary docs to reflect cap_add sys_nice
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-07 13:32:16 +00:00
Christoph Wurst
fdf9c2efcf
Merge pull request #9654 from nextcloud/backport/9646/stable25
...
[stable25] Typo in class loader `PSR-4` instead of `PSR-0`
2023-02-21 18:12:49 +01:00
Ferdinand Thiessen
744c3a11f2
fix(developer): Typo in class loader PSR-4 instead of PSR-0
...
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2023-02-21 16:41:46 +00:00
Simon L
cf09605650
Merge pull request #9641 from nextcloud/backport/9640/stable25
...
[stable25] `aio-imaginary:latest` is now multiarch
2023-02-17 16:11:59 +01:00
Simon L
5ccc2b5631
aio-imaginary is now multiarch
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-17 15:05:53 +00:00
MichaIng
5686922ac2
Replace X-Robots-Tag header value with "noindex, nofollow"
...
For reference: https://github.com/nextcloud/server/pull/36689
Signed-off-by: MichaIng <micha@dietpi.com>
2023-02-16 09:57:04 +00:00
Christoph Wurst
e89d5188df
Merge pull request #9636 from nextcloud/backport/9592/stable25
...
[stable25] Remove docs for svg api, it's not provided anymore + hint for material-design-icons
2023-02-16 09:54:05 +01:00
Florian
fa3e49c6c0
Remove docs for svg api, it's not provided anymore
...
Signed-off-by: Florian <florian@nextcloud.com>
2023-02-16 08:45:11 +00:00
Simon L
7ceebf3d42
Merge pull request #9633 from nextcloud/backport/9629/stable25
...
[stable25] Clarify shares situation for disabled users
2023-02-15 10:03:58 +01:00