Nextcloud bot
5d5db829e2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months ago
Nextcloud bot
d65ce2328c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months ago
Git'Fellow
4b3b09f3c4
Merge pull request #49847 from nextcloud/removeNoisyTextEmails
fix(shares): Remove noisy text from email
10 months ago
Nextcloud bot
bf86781eb6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months ago
Joas Schilling
929361f147
Merge pull request #49961 from nextcloud/chore/update-gw-codeowners-2
chore(github): Update groupware code owners
10 months ago
Daniel Kesselberg
e436552c61
chore(github): Update groupware code owners
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
10 months ago
Nextcloud bot
ce290686ba
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months ago
Nextcloud bot
81f9fc02f8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months ago
Stephan Orbaugh
d4715c61f2
Merge pull request #49560 from nextcloud/fix/login-origin
feat(login): add origin check at login
10 months ago
Stephan Orbaugh
2d76d136a9
Merge pull request #48662 from nextcloud/feat/dav-pagination
feat(dav): introduce paginate with custom headers
10 months ago
John Molakvoæ
23c83a7b90
Merge pull request #49208 from nextcloud/fix/forward-user-login-if-no-session
fix: Redirect user to login if session is terminated
10 months ago
John Molakvoæ
5408b7c99e
Merge pull request #49929 from nextcloud/fix/no-issue/file-request-disable-when-no-public-upload
fix(files_sharing): Hide file request if public uploads disabled
10 months ago
nextcloud-command
277de1f418
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
10 months ago
nfebe
482d4d5ab0
fix(files_sharing): Hide file request if public uploads disabled
The file request creation would error out on creation if public uploads is disabled
so we should not show the option at all.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
10 months ago
Andy Scherzinger
eb5969561b
Merge pull request #49925 from nextcloud/feat/add-proofread-tasktype
[TaskProcessing] feat: add proofread task type
10 months ago
janepie
e3db41678f
docs: fix version number
Co-authored-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: janepie <49834966+janepie@users.noreply.github.com>
10 months ago
Jana Peper
056daf2592
feat: add proofread task type
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
10 months ago
Benjamin Gaussorgues
a14a5985cd
chore(systemtags): pre-compute user authorizations
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
11 months ago
Benjamin Gaussorgues
1c29257149
feat(dav): introduce paginate with custom headers
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
1 year ago
John Molakvoæ
c249df613d
Merge pull request #49681 from rriemann/patch-1
add sse_c_key from S3 object storage properties config to list of sensitive values
10 months ago
Nextcloud bot
c81e17fbe7
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months ago
nextcloud-command
29e8bf4af4
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
10 months ago
Ferdinand Thiessen
1df23140b8
fix: Redirect user to login if session is terminated
If a session timed out or was closed in another tab,
then currently the user gets random error messages.
This intercepts 401 responses (should only happen if logged out, or the
users does something wrong).
If we get a 401, we make sure its because of the session,
by checking if the user can access the files app.
If that is also the case we forward the user to the login page
and set the redirect URL to the last used URL.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 months ago
Joas Schilling
219bc9cb96
Merge pull request #49915 from nextcloud/bugfix/noid/create-a-gap-before-files
fix(navigation): Create a gap between dashboard and files
10 months ago
Stephan Orbaugh
1c81a67168
Merge pull request #49895 from nextcloud/fix/fix-copy-to-mountpoint-root
fix: Fix copying to the root of another mountpoint
10 months ago
Nextcloud bot
ae0521ec28
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 months ago
Joas Schilling
a4accbbf20
fix(navigation): Create a gap between dashboard and files
Signed-off-by: Joas Schilling <coding@schilljs.com>
10 months ago
Andy Scherzinger
a60f71bd93
Merge pull request #49727 from nextcloud/feat/make-tasks-types-toggleable
Feat: make taskprocessing task types toggleable
10 months ago
Arthur Schiwon
d2923aa30f
Merge pull request #49904 from nextcloud/enh/noid/navigationentryevent
feat(Navigation): emit dedicated event for loading additional entries
10 months ago
Jana Peper
75e64e2942
fix: egt rid of unused variable
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
10 months ago
Jana Peper
ee31b3bbe5
fix: error handling for wrong json values
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
10 months ago
Jana Peper
d87302c651
feat: add error flags for json_decode
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Jana Peper
8042a82c64
feat: add occ command for task type toggling
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Marcel Klehr
79023b9f3e
fix(taskrpocessing): Cache result of getAvailableTaskTypes
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
11 months ago
Jana Peper
b1d1badcf0
test: add explicitly enabled task type unit test
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Jana Peper
e5f7d0017b
docs: document adding of argument
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Jana Peper
a7f26cf966
feat: add occ command for task type toggling
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Jana Peper
129af480ac
test: add disabled task type unit test
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Jana Peper
40fc07b543
fix: always regenerate availabe task types
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Jana Peper
3857decfcb
fix: eslint
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Jana Peper
2973fb8027
fix: update build files
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Jana Peper
76d058f4c8
fix: show all types when no preferences saved
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Jana Peper
8cac92665d
feat: filter disabled apps in task types requests
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Jana Peper
32b57e7b41
feat: save state in db
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Jana Peper
c09ca83053
feat: add switch in frontend
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
11 months ago
Stephan Orbaugh
db683da757
Merge pull request #49917 from nextcloud/fix/files/preview-service-worker-registration
fix(files): Only register preview service worker once when the instance is hosted at the root path
10 months ago
nextcloud-command
4298898e80
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
10 months ago
provokateurin
d3bd99947d
fix(files): Only register preview service worker once when the instance is hosted at the root path
Signed-off-by: provokateurin <kate@provokateurin.de>
10 months ago
Arthur Schiwon
13fefc4612
feat(Navigation): emit dedicated event for loading additional entries
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
10 months ago
Stephan Orbaugh
407ac7f739
Merge pull request #49797 from nextcloud/fix/user_status/harden-api
Harden user_status API
10 months ago