Commit Graph

23567 Commits

Author SHA1 Message Date
Ferdinand Thiessen
07d309a16a chore: document removal of OC host functions
- for https://github.com/nextcloud/server/pull/56087

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-01 14:47:15 +01:00
Ferdinand Thiessen
c07d53b526 Merge pull request #13828 from nextcloud/chore/remove-oc-fileblack
chore: document removal of `OC.fileIsBlacklisted`
2025-11-01 14:39:12 +01:00
Ferdinand Thiessen
3421ad1594 chore: document removal of OC.fileIsBlacklisted
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-31 14:30:16 +01:00
Ferdinand Thiessen
c99caab714 Merge pull request #13827 from nextcloud/chore/remove-oc-set-get
chore: document removal of `OC.get`, `OC.set`, `OC.reload` and `OC.redirect`
2025-10-31 14:18:00 +01:00
Ferdinand Thiessen
a9e580f869 chore: document removal of OC.redirect and OC.reload
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-30 23:41:32 +01:00
Ferdinand Thiessen
26b81ed28c chore: document removal of OC.get and OC.set
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-30 23:04:10 +01:00
Benjamin Gaussorgues
15b82da8c3 Merge pull request #13811 from nextcloud/feat/snowflakeIds 2025-10-29 15:16:59 +01:00
Benjamin Gaussorgues
f5fb92b70e chore(codespell): ignore word hasTable and sort list
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-10-29 15:12:40 +01:00
Joas Schilling
0172563d30 Merge pull request #13822 from nextcloud/bugfix/noid/adjust-footer
fix(footer): Adjust footer
2025-10-29 09:20:52 +01:00
Benjamin Gaussorgues
dd9e066e76 feat: document Snowflake IDs
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-10-29 09:16:55 +01:00
Joas Schilling
a58f16232e fix(footer): Adjust footer
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-10-29 08:59:45 +01:00
Joas Schilling
96a9c541be Merge pull request #13817 from nextcloud/followup/13738
fix(hardening): Adjust server list
2025-10-27 17:18:08 +01:00
Joas Schilling
e58fa646ea fix(hardening): Adjust server list
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-10-27 16:30:31 +01:00
Ferdinand Thiessen
b31e96041a Merge pull request #13814 from nextcloud/dependabot/github_actions/actions/upload-artifact-5.0.0
chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0
2025-10-27 12:46:13 +01:00
dependabot[bot]
4cd2076fa9 chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v5.0.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-27 06:20:35 +00:00
rakekniven
c4bf78af73 Merge pull request #13807 from nextcloud/dependabot/pip/master/charset-normalizer-3.4.4
chore(deps): Bump charset-normalizer from 3.4.3 to 3.4.4
2025-10-23 21:02:13 +02:00
dependabot[bot]
ac015f220c chore(deps): Bump charset-normalizer from 3.4.3 to 3.4.4
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.3...3.4.4)

---
updated-dependencies:
- dependency-name: charset-normalizer
  dependency-version: 3.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-23 20:57:43 +02:00
Sebastian Krupinski
54e5ff0bea Merge pull request #13690 from nextcloud/feat/meeting-proposals
feat: meeting proposals
2025-10-23 12:10:04 -04:00
SebastianKrupinski
767e086a41 feat: meeting proposals
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-10-23 17:53:15 +02:00
Nextcloud bot
309a7b8159 chore(administration): Generate system config documentation from config.sample.php 2025-10-23 13:42:39 +00:00
Nextcloud bot
7d0a57e8de chore(administration): Generate system config documentation from config.sample.php 2025-10-22 02:48:07 +00:00
Christoph Wurst
978e27d3a4 Merge pull request #13691 from nextcloud/feat/import-export
feat: calendar import + export
2025-10-20 08:43:15 +02:00
Josh
96f20a284a Merge pull request #13805 from nextcloud/jtr/fix-php-missing-mods-quickref
fix: incomplete PHP Module Quick Reference Table
2025-10-19 18:04:57 -04:00
Nextcloud bot
036f93eb27 chore(administration): Generate system config documentation from config.sample.php 2025-10-17 02:48:02 +00:00
Josh
7dcc081779 fix: incomplete PHP Module Quick Reference Table
Added all the required PHP modules to the quick reference table, including DOM, fileinfo, filter, GD, libxml, mbstring, OpenSSL, posix, session, SimpleXML, XMLReader, XMLWriter, zip, and zlib.

Technically they were already in the docs and mentioned, but weren't in the table.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-10-16 12:14:25 -04:00
Joas Schilling
4a926db7f1 Merge pull request #13798 from nextcloud/docs/mp3-disabled-by-default
mp3 preview provider disabled
2025-10-15 09:18:16 +02:00
Daniel Kesselberg
e61af0b4ff docs(previews): mp3 previews disabled by default
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-10-14 19:16:51 +02:00
rakekniven
a81c1f6f4f Merge pull request #13789 from nextcloud/jtr/fix-activity-config-sample-hardcoded
fix: drop hard-coded Activity app config
2025-10-14 14:17:00 +02:00
Ferdinand Thiessen
6317b27b08 Merge pull request #13797 from nextcloud/chore/oca-sharing-external-link-actions
chore(developer): add removal of `OCA.Sharing.ExternalLinkActions`
2025-10-14 13:59:27 +02:00
rakekniven
d8f12e249e Merge pull request #13793 from nextcloud/dependabot/pip/master/idna-3.11
chore(deps): Bump idna from 3.10 to 3.11
2025-10-14 13:33:42 +02:00
rakekniven
309b8e4086 Merge pull request #13786 from nextcloud/jtr/fix-theming-not-optional
fix(theming): App isn't optional these days + misc section tidying
2025-10-14 13:22:21 +02:00
Ferdinand Thiessen
0d7f0a97e3 chore: add removal of OCA.Sharing.ExternalLinkActions
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-13 15:29:25 +02:00
Ferdinand Thiessen
fd818efcd1 fix(developer): add missing deprecations to the changelog of stable23
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-13 15:29:05 +02:00
github-actions[bot]
716cfc613b Merge pull request #13796 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2025-10-13 10:25:37 +00:00
transifex-integration[bot]
93eaf9fb8d Translate autoupdate.pot in uz
100% translated source file: 'autoupdate.pot'
on 'uz'.
2025-10-13 10:19:28 +00:00
transifex-integration[bot]
e992d01c2f Translate talk_basics.pot in pt_BR
100% translated source file: 'talk_basics.pot'
on 'pt_BR'.
2025-10-13 10:19:20 +00:00
transifex-integration[bot]
e0ae020272 Translate sync_android.pot in uk
100% translated source file: 'sync_android.pot'
on 'uk'.
2025-10-13 10:19:09 +00:00
transifex-integration[bot]
d723bc11be Translate webinterface.pot in uk
100% translated source file: 'webinterface.pot'
on 'uk'.
2025-10-13 10:18:59 +00:00
Joas Schilling
b394e7d973 Merge pull request #13791 from nextcloud/jtr/refactor-user-languages-handler
fix: sort user languages by display name
2025-10-13 12:10:42 +02:00
Joas Schilling
0046d8f31b fix(languages): Fix list of mapped languages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-10-13 12:06:11 +02:00
dependabot[bot]
5647df7958 chore(deps): Bump idna from 3.10 to 3.11
Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.11.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.10...v3.11)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.11'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 06:06:35 +00:00
github-actions[bot]
bae6fc4372 Merge pull request #13792 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2025-10-12 20:23:34 +00:00
transifex-integration[bot]
ce5a439850 Translate sphinx.pot in fr
100% translated source file: 'sphinx.pot'
on 'fr'.
2025-10-12 20:17:12 +00:00
Josh
a8c75cead4 refactor: Add language detection for HTML context
Automatically detect and list available languages for templates. Mostly so we can sort by display name.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-10-12 14:50:23 -04:00
Josh
c40d359041 refactor: drop lang template mod from Makefile
Key changes:

- Removed all rules that modify the template per language (versions-template-all, add-lang-to-versions-template-%).
- Retained language detection for multi-language builds.
- Assumes language list is passed to the template via Sphinx's conf.py or similar, not injected by Makefile.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-10-12 14:36:34 -04:00
Josh
ab9cfdf49a refactor: language handling in versions.html
In addition to streamlining the implementation, makes it possible to alphabetize by language display name rather than language code.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-10-12 14:15:18 -04:00
rakekniven
49456fbf14 Merge pull request #13755 from nextcloud/dependabot/pip/master/certifi-2025.10.5
chore(deps): Bump certifi from 2025.8.3 to 2025.10.5
2025-10-12 01:50:49 +02:00
Josh
77849df1ae chore: drop label of moved reference (for now)
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-10-11 10:19:52 -04:00
Josh
08b4d10bc9 fix: drop hard-coded Activity app config
These options are moving to the config sample itself in the Server repo. See nextcloud/server#55706.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-10-11 09:39:09 -04:00
Josh
1bb524d628 Merge pull request #13788 from nextcloud/jtr/refactor-calendar-troubleshooting
refactor: Move legacy contacts troubleshooting entry to Groupware
2025-10-10 13:31:41 -04:00