Ferdinand Thiessen
c80b42c91c
Merge pull request #11021 from joshtrichards/jr-troubleshooting-php-tideways
...
(general_troubleshooting) Add Tideways as a problematic PHP extensions
2024-11-13 01:54:45 +01:00
Josh Richards
4f64b4d8f1
(general_troubleshooting) Add Tideways as a problematic PHP module
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2024-11-13 01:51:07 +01:00
Ferdinand Thiessen
9fc74c0f79
Merge pull request #11684 from C0rn3j/patch-4
...
conf.py: Set navigation_with_keys to allow navigating documentation through arrow keys
2024-11-13 01:21:59 +01:00
Ferdinand Thiessen
6fe0cc6d8d
Merge pull request #11805 from nextcloud/trashbin-occ-cmds
...
fix(trashbin): Add missing size/expire commands to occ commmand list
2024-11-13 01:21:37 +01:00
Ferdinand Thiessen
77dc50cadf
Merge pull request #11862 from LenzGr/patch-1
...
Update sync_android.rst
2024-11-13 01:21:24 +01:00
Martin
39a312f3d6
conf.py: Enable navigating with arrow keys
...
Signed-off-by: Martin <spleefer90@gmail.com >
2024-11-13 01:18:16 +01:00
Josh Richards
2be685c99b
fix(trashbin): Add missing size expire commands to occ commmand list
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2024-11-13 01:15:57 +01:00
Lenz Grimmer
89f31f875b
Update sync_android.rst
...
Link to managing device passwords for easier navigation.
Signed-off-by: Lenz Grimmer <lenz@grimmer.com >
2024-11-13 01:14:25 +01:00
Ferdinand Thiessen
e2088ac8ab
Merge pull request #11947 from nextcloud/StCyr-patch-1
...
In Files client's API, mention the use of a davClient to retrieve a Node from a file's name
2024-11-13 01:12:00 +01:00
Ferdinand Thiessen
257f4581b1
Merge pull request #12069 from nextcloud/dependabot/pip/master/alabaster-1.0.0
...
chore(deps): Bump alabaster from 0.7.16 to 1.0.0
2024-11-13 01:11:09 +01:00
Ferdinand Thiessen
906e1fb77e
Merge pull request #11648 from Owslla/patch-1
...
Updated reStructuredText Primer link
2024-11-13 01:10:27 +01:00
Ferdinand Thiessen
eec32f3a29
Merge pull request #12080 from nextcloud/jtr/admin-troubleshooting-int-svr-errors
...
feat(troubleshooting): add Internal Server Errors section
2024-11-13 01:09:01 +01:00
Ferdinand Thiessen
6e531997ed
fix: typo in files docs
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-11-13 01:08:36 +01:00
Cyrille Bollu
e43f3f816e
Removes example how to emit files:node:* events
...
rather mention the davClient from @nextcloud/files to get a Node from a filename
Signed-off-by: Cyrille Bollu <StCyr@users.noreply.github.com >
2024-11-13 01:08:36 +01:00
Cyrille Bollu
2a6d7ea96d
Adds an example how to emi files:node:* events
...
Signed-off-by: Cyrille Bollu <StCyr@users.noreply.github.com >
2024-11-13 01:08:36 +01:00
dependabot[bot]
d6bd909dfc
chore(deps): Bump alabaster from 0.7.16 to 1.0.0
...
Bumps [alabaster](https://github.com/sphinx-doc/alabaster ) from 0.7.16 to 1.0.0.
- [Release notes](https://github.com/sphinx-doc/alabaster/releases )
- [Changelog](https://github.com/sphinx-doc/alabaster/blob/master/docs/changelog.rst )
- [Commits](https://github.com/sphinx-doc/alabaster/compare/0.7.16...1.0.0 )
---
updated-dependencies:
- dependency-name: alabaster
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-13 00:07:21 +00:00
Josh
80b4a5b202
feat(troubleshooting): add Internal Server Errors section
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-11-13 01:05:35 +01:00
Ferdinand Thiessen
9fb405f5b7
Merge pull request #12288 from Duo123418/update2_issues#11549
...
Update2 issues#11549
2024-11-13 01:03:32 +01:00
Ferdinand Thiessen
9bfab2b032
Merge pull request #11299 from egnun/patch-3
...
Update user_2fa.rst with link to current Nitrokey
2024-11-13 01:00:34 +01:00
Simon C
cd8de0d35f
Updated reStructuredText Primer link
...
The current URL in the documentation does not function. Replaced with the current URL to the related primer.
Signed-off-by: Simon C. <7762940+Owslla@users.noreply.github.com >
2024-11-13 00:59:04 +01:00
Ferdinand Thiessen
85b53a5f8a
fix: Add working devices
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-11-13 00:54:34 +01:00
egnun
58bbf59f5d
Update user_2fa.rst with link to current Nitrokey
...
Nitrokey doesn't support the FIDO U2F anymore. Instead it's now the Nitrokey FIDO2. I updated the link accordingly.
Signed-off-by: egnun <86208227+egnun@users.noreply.github.com >
2024-11-13 00:54:34 +01:00
Ferdinand Thiessen
cff8fb76c1
Merge pull request #11117 from ThibautPlg/patch-1
...
Rewriting part of the occ group:list documentation to match the actua…
2024-11-13 00:52:59 +01:00
Ferdinand Thiessen
4cc2ae41cb
fix: Add missing rst syntax
...
Co-authored-by: Josh <josh.t.richards@gmail.com >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-11-13 00:46:40 +01:00
Thibaut
d6f310d85c
Rewriting part of the occ group:list documentation to match the actual behaviour
...
Adding the "--info" flag and the correct comments to the occ group:list command.
Signed-off-by: Thibaut <17176051+ThibautPlg@users.noreply.github.com >
2024-11-13 00:46:22 +01:00
Ferdinand Thiessen
76c8a9b8b0
Merge pull request #12344 from nextcloud/dependabot/pip/master/packaging-24.2
...
chore(deps): Bump packaging from 24.1 to 24.2
2024-11-11 12:48:39 +01:00
Ferdinand Thiessen
bb9441ccd8
Merge pull request #12345 from nextcloud/dependabot/pip/master/zipp-3.21.0
...
chore(deps): Bump zipp from 3.20.2 to 3.21.0
2024-11-11 12:48:19 +01:00
Ferdinand Thiessen
aed434546d
Merge pull request #12341 from nextcloud/fix/archaic-wording
...
fix(developer): Rephrase some parts to avoid archaic wording
2024-11-11 12:48:01 +01:00
Christoph Wurst
d512df220e
Merge pull request #12347 from nextcloud/chore/github/groupware-code-owners-update
...
chore(github): Update groupware code owners
2024-11-11 10:39:52 +01:00
Arthur Schiwon
acbbe9d3a8
Merge pull request #12346 from nextcloud/docs/noid/stable-handling
...
docs: Make it clear that live changes are needed
2024-11-11 10:22:40 +01:00
Christoph Wurst
8c87702f29
chore(github): Update groupware code owners
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2024-11-11 08:55:31 +01:00
Christoph Wurst
257b88b746
Merge pull request #12340 from nextcloud/user_manual/mail/mention
...
feat(user-manual): mention contacts in mail composer
2024-11-11 08:51:27 +01:00
Joas Schilling
8609256bfc
docs: Make it clear that live changes are needed
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-11-11 08:43:20 +01:00
Christoph Wurst
55a0f75d48
Merge pull request #12342 from nextcloud/feat/css-bem
...
feat(developer): Add BEM to CSS documentation
2024-11-11 08:21:53 +01:00
Christoph Wurst
6cbabd4ac6
Merge pull request #12343 from nextcloud/fix/improve-js-codeexamples
...
fix(developer): Modernize JavaScript codestyle examples
2024-11-11 08:20:56 +01:00
dependabot[bot]
2d7d124950
chore(deps): Bump zipp from 3.20.2 to 3.21.0
...
Bumps [zipp](https://github.com/jaraco/zipp ) from 3.20.2 to 3.21.0.
- [Release notes](https://github.com/jaraco/zipp/releases )
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/zipp/compare/v3.20.2...v3.21.0 )
---
updated-dependencies:
- dependency-name: zipp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-11 06:29:46 +00:00
dependabot[bot]
529d707814
chore(deps): Bump packaging from 24.1 to 24.2
...
Bumps [packaging](https://github.com/pypa/packaging ) from 24.1 to 24.2.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/24.1...24.2 )
---
updated-dependencies:
- dependency-name: packaging
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-11 06:29:44 +00:00
Ferdinand Thiessen
ffeac9cba5
fix(developer): Modernize JavaScript codestyle examples
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-11-09 20:40:35 +01:00
Ferdinand Thiessen
f0edb0c786
feat(developer): Add BEM to CSS documentation
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-11-09 17:26:17 +01:00
Ferdinand Thiessen
6df1e4b1db
Merge pull request #12316 from nextcloud/dependabot/pip/master/pillow-11.0.0
...
chore(deps): Bump pillow from 10.4.0 to 11.0.0
2024-11-09 17:05:42 +01:00
Ferdinand Thiessen
d8198ad7a3
Merge pull request #12293 from nextcloud/developer/database-types
...
feat(developer): Document new database field types
2024-11-09 17:05:12 +01:00
Ferdinand Thiessen
9e58a1374d
fix(developer): Rephrase some parts to avoid archaic wording
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-11-09 17:02:45 +01:00
Hamza Mahjoubi
5c879b6390
feat(user-manual): mention contacts in mail composer
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com >
2024-11-08 17:35:25 +01:00
Maxence Lange
633d17085e
Merge pull request #12329 from nextcloud/feat/48891/nct-namespace
...
NCU unstable namespace
2024-11-07 19:29:08 -01:00
Maxence Lange
7f1ed36eec
NCU unstable namespace
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2024-11-07 19:22:56 -01:00
Nextcloud bot
2a5c2f947e
generate documentation from config.sample.php
2024-11-05 02:58:15 +00:00
Maxence Lange
010a284174
Merge pull request #12074 from nextcloud/feat/46476/migration-attributes
...
migration attributes
2024-10-31 11:48:43 -01:00
Nextcloud bot
ae9f403e00
generate documentation from config.sample.php
2024-10-31 02:57:09 +00:00
github-actions[bot]
2ed33947ea
Merge pull request #12337 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8
2024-10-30 21:43:27 +00:00
transifex-integration[bot]
94cb655dc0
Translate version_control.pot in pl
...
100% translated source file: 'version_control.pot'
on 'pl'.
2024-10-30 21:38:57 +00:00