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
path: root/apps
AgeCommit message (Collapse)Author
2022-05-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-05Merge pull request #32276 from nextcloud/fix/ldap_error_handlingblizzz
Do not dispatch postSetPassword when setPassword fails
2022-05-05Merge pull request #32246 from nextcloud/performance/remove-bind-hashVincent Petry
Don't use hash to check if binding worked
2022-05-05Merge pull request #32110 from plumbeo/binary-encoding-4Vincent Petry
Save encrypted files in binary format
2022-05-05Merge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookupLouis
Add setting to ignore email during search
2022-05-05Do not dispatch postSetPassword when setPassword failsLouis Chemineau
Also Improve error message when setPassword fails Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-05Don't use slow hashing to check the LDAP bindingCarl Schwan
Using password_hash is expensive and should be used for hashing passwords when saving them in the database. Here we just want to see if the bind was already done with the given password, so use a fast hashing algorythm. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-04Save encrypted files in binary formatplumbeo
Default to the more space-efficient binary encoding for newly encrypted files instead of the traditional base64 encoding, eliminating the 33% overhead. The new option 'encryption.use_legacy_encoding' allows to force the legacy encoding format if needed. Files encoded in the old format remain readable. Based on https://github.com/owncloud/encryption/pull/224 and https://github.com/owncloud/core/pull/38249 by karakayasemi. Signed-off-by: plumbeo <plumbeo@users.noreply.github.com>
2022-05-04Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minusCarl Schwan
Remove leading "minus"
2022-05-04Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis
Use share setting in DAV search
2022-05-04remove leading minus which thankfully crashes because this operand does not ↵Julien Veyssier
apply to PsrLoggerAdapter Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-05-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-03Do not display search option in Shares settingsfeat/ignore_mail_during_contact_lookupLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-03Add setting to ignore email during searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-03Merge pull request #32213 from nextcloud/fix/theming-layoutJoas Schilling
Improve theming layout
2022-05-03Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-iloggerCôme Chilliet
Migrate dav application from ILogger to LoggerInterface
2022-05-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-02Fix use of $logger from another scope in apps/dav/lib/Server.phpfix/migrate-dav-away-from-iloggerCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Add missing use for LoggerInterfaceCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Migrate last instances of $server::getLogger() from davCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Fix namespace of RefreshWebcalServiceTestCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Fix PublishingTest class nameCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Remove use of mixed type which is not available in PHP 7.4Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-01Fix dark theme descriptionfix/theming-layoutJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-30Improve theming layoutJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-30Fix theming setEnabledThemes unique arrayJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-30Allow to override the default themeJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-29Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interfaceJoas Schilling
Emojihelper interface
2022-04-29Revert "Show the child folders in the breadcrumb menu when on a parent entry."Simon L
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-28Merge pull request #32204 from nextcloud/fix/invert-logoJohn Molakvoæ
2022-04-28Fix header apps iconsJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-28Fix logo colour on bright primary colourJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-28Merge pull request #32191 from ↵blizzz
nextcloud/handle-calendar-reminders-with-infinite-recurrence Handle processing reminders for calendar objects with an infinite number of recurrences
2022-04-28Extract the EmojiService from user status and add an OCP interfaceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-28Merge pull request #32195 from nextcloud/feat/system-themeJohn Molakvoæ
2022-04-28Merge pull request #32172 from nextcloud/rakekniven-patch-1Simon L
l10n: Improve grammar of opcache message
2022-04-28Add system/light themesJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-28[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-27Handle processing reminders for calendar objects with an infinite numberhandle-calendar-reminders-with-infinite-recurrenceThomas Citharel
of recurrences Closes #29896 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-04-27Merge pull request #32180 from nextcloud/fix/dashboardJohn Molakvoæ
2022-04-27Merge pull request #32139 from nextcloud/fix/31970/fix-social-sharing-buttonsCarl Schwan
fix social sharing buttons