Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-17Add ```aria-expanded``` value to select2-container om systemtag and file tagsfix/358-add-missing-expanded-attributesjulia.kirschenheuter
Add ```aria-expanded``` to color picker Add ```aria-expanded``` to UnifiedSearch.vue Add ```aria-expanded``` to new button on files Add ```aria-expanded``` to action menu Add ```aria-expanded``` to icon .federation-menu Add ```aria-expanded``` to app navigation collapse button Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-17Merge pull request #33584 from nextcloud/fix/theme-font-previewPytal
2022-08-17Merge pull request #33573 from nextcloud/enh/noid/transparencySimon L
make transparent what is community maintained
2022-08-17Merge pull request #33558 from nextcloud/fix/use-bigger-slice-share-providerVincent Petry
Use bigger slice in share provider
2022-08-17Fix font change preview updateJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-17Merge pull request #33564 from nextcloud/fix/theming-selectorJohn Molakvoæ
2022-08-17Merge pull request #33526 from nextcloud/fix/duplicate-filter-idsLouis
Fix duplicate ids on apps management page
2022-08-17Merge pull request #33565 from nextcloud/debt/remove_todo_push_service_fairuseLouis
Remove time check in isFairUseOfFreePushService
2022-08-17make transparent what is community maintainedszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-08-17Merge pull request #32943 from ↵Vincent Petry
nextcloud/unencrypted-size-revert-interface-changes Revert interface changes from "store unencrypted size in the unencrypted_size column"
2022-08-17Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-17Merge pull request #33550 from nextcloud/jail-search-postVincent Petry
optimize search post-processing for jail wrapper
2022-08-17Remove ITimeFactoryLouis
Signed-off-by: Louis <6653109+artonge@users.noreply.github.com>
2022-08-17Merge pull request #33540 from nextcloud/mount-provider-migrationVincent Petry
fix updating cached mounts that didn't have their mount provider set previously
2022-08-17Merge pull request #33472 from ↵Julius Härtl
nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.8.1
2022-08-17Merge pull request #33551 from nextcloud/scanner-dont-update-same-sizeVincent Petry
don't update the folder size if we know it hasn't changed
2022-08-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-17Merge pull request #33549 from nextcloud/enh/perfopt-for-carddavJulius Härtl
Performance optimisation for carddav backend blob data read
2022-08-17Merge pull request #33559 from yeyulantu/bugfix-search-cacheJulius Härtl
2022-08-16Merge pull request #33563 from nextcloud/feat/make-displaynamecache-return-nullCarl Schwan
Make DisplayNameCache return null if user doesn't exists
2022-08-16Remove time check in isFairUseOfFreePushServicedebt/remove_todo_push_service_fairuseLouis
What the TODO say, the dev does. Signed-off-by: Louis <6653109+artonge@users.noreply.github.com>
2022-08-16Allow to manually specify a theme to apply to a section of an appfix/theming-selectorJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-16Make DisplayNameCache return null if user doesn't existsCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-16don't update the folder size if we know it hasn't changedscanner-dont-update-same-sizeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-16cleanup scannertest a bitRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-16fix updating size when folder is emptyunencrypted-size-revert-interface-changesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-16store unencrypted size in the unencrypted_size columnRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-16add tests for cached mount provider migrationmount-provider-migrationRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-16fix updating cached mounts that didn't have their mount provider set previouslyRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-16optimize search post-processing for jail wrapperjail-search-postRobin Appelman
don't both asking the wrapped cache if we know it's not in our jail anyway Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-16Revert "store unencrypted size in the unencrypted_size column"Robin Appelman
This reverts commit 8238582e59b7b6ec03318bcf81bf47cce54af320. Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-16Revert "add case statement to sql function builder"Robin Appelman
This reverts commit 2a68819a67045d87a369a8a6413f153b3b2bea5f. Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-16Revert "make expression build return IQueryFunction instead of string"Robin Appelman
This reverts commit 813b50ed428a8bc36817d19c84444e96dbe3b668. Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-16fixed the cache searchBuilder negative mapDavid
Signed-off-by: David <37280718+yeyulantu@users.noreply.github.com>
2022-08-16Merge pull request #32461 from nextcloud/display-name-cache-publicCarl Schwan
expose display name cache trough a public interface
2022-08-16Use bigger slice in share providerfix/use-bigger-slice-share-providerCarl Schwan
Probably won't make a big difference as it is unlikely a user has > 100 shares but this make sure we use the same code in spreed where the change has a bigger impact. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-16Merge pull request #33556 from nextcloud/fix/themingJohn Molakvoæ
2022-08-16Automatically enable plain background if primary colour is setJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-16Revert "Fix unit tests for the theming app"John Molakvoæ
This reverts commit 13ca01ee1256dba54d1e2793bd409d3b7c8d6058.
2022-08-16Revert "First first run wizzard"John Molakvoæ
This reverts commit ba3f5337f356ac51a1b1d012c09f3e4ed6c096e3.
2022-08-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-15Merge pull request #33548 from ↵Julius Härtl
nextcloud/bugfix/33547/remove-redundant-files-events
2022-08-15performance optimisation for carddav backend blob data readenh/perfopt-for-carddavAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-08-15Remove redundant eventsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-15Merge branch 'master' into display-name-cache-publicdisplay-name-cache-publicCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-15Merge pull request #33495 from nextcloud/unify-initial-and-updated-quota-displayVincent Petry
Unify initial and updated quota display
2022-08-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-14Merge pull request #33519 from nextcloud/rakekniven-patch-2John Molakvoæ
2022-08-14l10n: Changed plural to singularrakekniven
Here you can select the default theme image, not images. Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>