aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #37417 from nextcloud/bugfix/scroll-firefoxJulius Härtl2023-04-035-5/+5
|\ | | | | fix: Avoid scrolling the #content wrapper container
| * fix: Avoid scrolling the #content wrapper containerJulius Härtl2023-03-285-5/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-0210-2/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35961 from nextcloud/move-from-encryption-remove-flagSimon L2023-04-013-0/+116
|\ \ | | | | | | clear encrypted flag when moving away from encrypted storage
| * | add test for unmarking encrypted file on cross storage moveRobin Appelman2023-04-011-0/+85
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-012-0/+31
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #37344 from nextcloud/backport/35734/masterMichaIng2023-04-0110-24/+26
|\ \ | | | | | | [master] [stable25] Quota value as float for 32-bit systems
| * | Remove useless coalescing operator on non-null return valueCôme Chilliet2023-04-011-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix quota typing for 32bits after forward port from 25Côme Chilliet2023-04-012-5/+4
| | | | | | | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * | Silence a warning from psalm with explanationCôme Chilliet2023-04-011-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Adapt types of subclassesCôme Chilliet2023-04-015-7/+7
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-014-13/+15
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Remove quota value type for 32-bit systemsVincent Petry2023-04-011-2/+2
|/ / | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-01128-26/+114
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37497 from nextcloud/enh/profile-fieldsArthur Schiwon2023-03-3113-36/+70
|\ \ | | | | | | Improve handling of profile fields
| * | Improve handling of profile fieldsChristopher Ng2023-03-3013-36/+70
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #37478 from silopolis/stringfixValdnet2023-03-312-1/+2
|\ \ \ | | | | | | | | String fix
| * | | fix(text): Fix small typo in app descriptionJérémie Tarot (@silopolis)2023-03-301-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>
| * | | chore(git): Add VSCode *.code-workspace files to gitignoreJérémie Tarot (@silopolis)2023-03-301-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>
* | | | Merge pull request #37486 from nextcloud/fix/noid/default_lang-docJoas Schilling2023-03-311-7/+8
|\ \ \ \ | | | | | | | | | | fix default_language doc
| * | | | fix default_language docArthur Schiwon2023-03-301-7/+8
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Since commit 0228bc6e66cbcb2848eacb41f1de6e7f63ebcb65 the browser language always is preferred. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-3176-264/+322
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #37459 from nextcloud/enh/a11y-update-notif-selectPytal2023-03-305-14/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Port update notification selectChristopher Ng2023-03-305-14/+15
|/ / / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #37452 from nextcloud/fix/missing-interface-methodsJulien Veyssier2023-03-308-11/+9
|\ \ \ | | | | | | | | Add missing interface methods
| * | | Use implementations instead of interfaces for accessing private methodsjld31032023-03-308-11/+9
| |/ / | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Merge pull request #37378 from nextcloud/enh/noid/fix-avatar-generationSimon L2023-03-301-0/+5
|\ \ \ | | | | | | | | fix the avatar generation on Alpine Linux
| * | | another approach to fixing the avatar generationSimon L2023-03-291-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | Merge pull request #37425 from ↵Julius Härtl2023-03-302-7/+7
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/fix/fix-since-version-number-for-app-loading
| * | | | Fix version number in phpdoc for app loading refactorCôme Chilliet2023-03-272-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #37360 from ↵Côme Chilliet2023-03-301-8/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | Update psalm baselinenextcloud-command2023-03-301-8/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | Merge pull request #37448 from ↵Arthur Schiwon2023-03-301-0/+6
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/fix/12281/hide-deleted-shared-groupfolder-files hide shared files located in group folder's trash bin
| * | | | hide shared files located in group folder's trash binArthur Schiwon2023-03-281-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-30156-310/+322
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #37435 from nextcloud/enh/a11y-logo-labelPytal2023-03-297-93/+96
|\ \ \ \ \
| * | | | | Add label for logo linkChristopher Ng2023-03-297-93/+96
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #36667 from nextcloud/fix/ocm-validation-errorsKate2023-03-291-2/+5
|\ \ \ \ \ | | | | | | | | | | | | Fix OCM validation errors
| * | | | | Fix OCM validation errorsjld31032023-02-101-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | | Merge pull request #37423 from ↵Julia Kirschenheuter2023-03-296-13/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/37422-Remove_custom_tooltips_from_entries_of_contacts_menu Replace custom tooltips with native ones of entries in contacts menu.
| * | | | | | Replace custom tooltips with native ones of entries in contacts menu.julia.kirschenheuter2023-03-296-13/+8
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-294-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #37405 from nextcloud/clear-site-dataJohn Molakvoæ2023-03-282-27/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Send Clear-Site-Data header and let browsers ignore it if unsupported
| * | | | | Fix testsGit'Fellow2023-03-281-25/+4
| | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | | Send header to all browsers under HTTPSGit'Fellow2023-03-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Don't send Clear-Site-Data to Safari Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix lint Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | Merge pull request #37437 from ↵Joas Schilling2023-03-281-10/+12
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-rst-parsing-sample-config fix(docs): Fix RST parsing of the sample config
| * | | | | fix(docs): Fix RST parsing of the sample configJoas Schilling2023-03-281-10/+12
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-2824-2/+40
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #37309 from ↵Côme Chilliet2023-03-272-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/bump-icewind/streams-to-0.7.7-in-master Bump icewind/streams to 0.7.7 in master
| * | | | | Update 3rdparty to merge commitCôme Chilliet2023-03-271-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>