Commit Graph

17767 Commits

Author SHA1 Message Date
greta
eccca3fe07 Add documentation for simple and advance search
Signed-off-by: greta <gretadoci@gmail.com>
2024-07-24 17:52:30 +02:00
Josh
55efb80c45 Merge pull request #11848 from nextcloud/docs-admin-remove-filelocking-toggle
fix: remove mention of legacy `filelocking.enabled` toggle
2024-05-24 10:41:52 -04:00
Josh
5f0a7bad82 Merge pull request #11838 from nextcloud/jtr/admin-manual-upgrade-not-latest
fix(admin): Remove "latest" archive reference during upgrades
2024-05-23 09:39:44 -04:00
Josh Richards
41ff00b001 fix(install): copy->move data directory during manual upgrades
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-23 09:10:10 -04:00
Rello
66aeddc09d Merge pull request #11851 from nextcloud/Rello-patch-1
Update harden_server.rst
2024-05-22 15:08:17 +02:00
Rello
d8e84f8822 Update harden_server.rst
add link to detailed field list for survery server

Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-22 14:50:05 +02:00
Richard Steinmetz
851edea5aa Merge pull request #11850 from nextcloud/fix/adjust-theming-docs
fix(admin): Adjust docs for theming
2024-05-22 07:37:01 +02:00
Ferdinand Thiessen
1f62b5a12b Merge pull request #11841 from nextcloud/dependabot/github_actions/actions/checkout-4.1.6
Bump actions/checkout from 4.1.4 to 4.1.6
2024-05-21 22:43:46 +02:00
Ferdinand Thiessen
aae78bdeea Merge pull request #11842 from nextcloud/dependabot/pip/master/zipp-3.18.2
Bump zipp from 3.18.1 to 3.18.2
2024-05-21 22:43:26 +02:00
Ferdinand Thiessen
412c8f71e4 Merge pull request #11846 from nextcloud/dependabot/pip/requests-2.32.0
Bump requests from 2.31.0 to 2.32.0
2024-05-21 22:43:06 +02:00
Ferdinand Thiessen
9fcd555376 fix(admin): Adjust docs for theming
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-21 22:40:52 +02:00
Josh
094ddb7960 fix: remove mention of legacy filelocking.enabled toggle
No longer relevant today since it's not an experiment feature and is now on by default. There is no good reason to disable it.

See #45330 & https://github.com/nextcloud/server/pull/45330#discussion_r1608291623

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-21 09:18:40 -04:00
github-actions[bot]
6b4da0a281 Merge pull request #11847 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2024-05-21 09:11:06 +00:00
transifex-integration[bot]
7805b773f3 Translate talk_basics.pot in ru
100% translated source file: 'talk_basics.pot'
on 'ru'.
2024-05-21 09:06:34 +00:00
dependabot[bot]
fcf4ffe9a2 ---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 05:47:46 +00:00
Marcel Müller
35149a3740 Merge pull request #11843 from nextcloud/fix/noid/occ-dashboard-layout
fix(docs): Fix occ example for dashboard layout
2024-05-20 20:30:11 +02:00
Marcel Müller
dd59014ac3 fix(docs): Fix occ example for dashboard layout
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-05-20 18:28:19 +02:00
dependabot[bot]
5b25815328 Bump zipp from 3.18.1 to 3.18.2
Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.1 to 3.18.2.
- [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.18.1...v3.18.2)

---
updated-dependencies:
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 06:34:36 +00:00
dependabot[bot]
2b38f0ac19 Bump actions/checkout from 4.1.4 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](0ad4b8fada...a5ac7e51b4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 06:27:57 +00:00
Josh
a8e05dc6f3 Merge pull request #11837 from nextcloud/copybutton
feat(docs): Add a "copy" button to code blocks
2024-05-17 11:37:46 -04:00
Josh Richards
e6b19af50f fix(admin): Remove "latest" archive reference to avoid accidents
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-17 10:48:43 -04:00
Josh Richards
8cb68ea02c feat(docs): Add a "copy" button to code blocks
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-17 08:51:03 -04:00
Arthur Schiwon
95b2baad21 Merge pull request #11828 from nextcloud/enh/noid/remove-user-auth-external
chore: remove documentation for user_external
2024-05-17 14:42:16 +02:00
Rello
56cffe2b1e Merge pull request #11831 from nextcloud/Rello-server-hardening
Add details about outgoing connections
2024-05-17 14:09:10 +02:00
Rello
f4fd7e76cf Merge branch 'master' into Rello-server-hardening 2024-05-17 14:03:43 +02:00
Rello
0e62fbc0b4 Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-17 12:58:37 +02:00
Bastian Derigs
f926534f95 Update harden_server.rst
Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
2024-05-17 11:23:02 +02:00
Rello
af3c0ecc56 Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-17 09:55:59 +02:00
Rello
ce4a1a0af0 Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-17 09:52:02 +02:00
Nextcloud bot
9415210810 generate documentation from config.sample.php 2024-05-17 02:43:48 +00:00
Bastian Derigs
0b0cb86c7a Update harden_server.rst
Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
2024-05-16 15:17:55 +02:00
Rello
f4b2b2a251 Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-16 14:28:45 +02:00
Daniel Kesselberg
97e9895527 chore: remove documentation for user_external
Users expect, because the app is mentioned in our admin documentation, that there should be a compatible release and are disappointed if not.

We do not maintain or support user_external, and therefore the mention in our documention should go.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-05-16 13:51:41 +02:00
Rello
19342c0b8d Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-16 10:28:40 +02:00
Rello
219867f1d0 Update harden_server.rst
add fields to be submitted to Nextcloud servers

Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-16 10:06:25 +02:00
Marcel Klehr
e530e37f89 Merge pull request #11794 from nextcloud/enh/taskprocessing
feat: Add docs for \OCP\TaskProcessing
2024-05-16 09:41:32 +02:00
Nextcloud bot
3c5d3a6cd4 generate documentation from config.sample.php 2024-05-16 02:44:11 +00:00
github-actions[bot]
71ed49c3ed Merge pull request #11827 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2024-05-14 13:05:55 +00:00
transifex-integration[bot]
208993d43e Translate webinterface.pot in ga
100% translated source file: 'webinterface.pot'
on 'ga'.
2024-05-14 13:01:23 +00:00
github-actions[bot]
1fad5ae9a4 Merge pull request #11826 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2024-05-14 12:48:43 +00:00
transifex-integration[bot]
ff78aeb058 Translate talk_basics.pot in ga
100% translated source file: 'talk_basics.pot'
on 'ga'.
2024-05-14 12:43:51 +00:00
github-actions[bot]
7303311ad1 Merge pull request #11825 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2024-05-14 11:06:59 +00:00
transifex-integration[bot]
c586a12e1d Translate user_2fa.pot in ga
100% translated source file: 'user_2fa.pot'
on 'ga'.
2024-05-14 11:02:33 +00:00
transifex-integration[bot]
e10933766e Translate contacts.pot in ga
100% translated source file: 'contacts.pot'
on 'ga'.
2024-05-14 10:58:00 +00:00
github-actions[bot]
9a3815b8a0 Merge pull request #11824 from nextcloud/translations_69a91e60dcfe40f79ec4694e579bbaa8 2024-05-14 10:56:53 +00:00
transifex-integration[bot]
5551a56382 Translate session_management.pot in ga
100% translated source file: 'session_management.pot'
on 'ga'.
2024-05-14 10:42:58 +00:00
transifex-integration[bot]
fcccb53131 Translate sphinx.pot in ga
100% translated source file: 'sphinx.pot'
on 'ga'.
2024-05-14 10:40:19 +00:00
transifex-integration[bot]
c0707e8bc7 Translate index.pot in ga
100% translated source file: 'index.pot'
on 'ga'.
2024-05-14 10:39:02 +00:00
transifex-integration[bot]
908f2c4af5 Translate index.pot in ga
100% translated source file: 'index.pot'
on 'ga'.
2024-05-14 10:38:01 +00:00
transifex-integration[bot]
fe1e86c956 Translate index.pot in ga
100% translated source file: 'index.pot'
on 'ga'.
2024-05-14 10:36:01 +00:00