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-09-08Fix UnifiedSearchfix/search-menuCarl Schwan
- Fix too big margins - Fix horizontal scrolbar (caused by margin in text field) - Add some spacing between the items (4px) - Center items (I love flex) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-08Merge pull request #33937 from nextcloud/fix/menuitem-radiusv25.0.0beta5Carl Schwan
Fix menuitem border radius
2022-09-08Merge pull request #33939 from nextcloud/fix/apps-list-redesignCarl Schwan
Fix apps list issues caused by redesign
2022-09-08Merge pull request #33913 from nextcloud/release/25.0.0_beta_5blizzz
25.0.0 beta 5
2022-09-08Merge pull request #33906 from nextcloud/fix/fix-calendar-tests-getTimestampblizzz
Fix Calendar tests mocking a non-existant method.
2022-09-08Merge pull request #33953 from VincentWoglo/read-me-documentationCarl Schwan
Fixed grammar and typos
2022-09-08Fix apps list issues caused by redesignCarl Schwan
- Make icons work on dark theme - Use new buttons - Fix some eslint warnings Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-08Fix menuitem border radiusCarl Schwan
Fix #33909 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-08Merge pull request #33952 from nextcloud/enh/33850/scrollbar-visibilitySimon L
fix scrollbar visiblity
2022-09-08Merge pull request #33946 from nextcloud/fix/dark-theme-browserCarl Schwan
Remove non existing lighter colour
2022-09-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-08Fixed grammar and typosVincent Woglo
2022-09-08Fix iMIP testsfix/fix-calendar-tests-getTimestampAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-09-08Fix various errors in iMIP logicAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-09-08fix scrollbar visiblityenh/33850/scrollbar-visibilityszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-07Merge pull request #33938 from nextcloud/enh/33846/fix-upload-barSimon L
fix upload bar
2022-09-07Merge pull request #33600 from nextcloud/lazy-quotablizzz
get quota for user only when needed
2022-09-07Remove non existing lighter colourfix/dark-theme-browsergreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-09-07fix upload barszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-07Merge pull request #33902 from nextcloud/enh/33807/fix-icon-alignmentSimon L
fix top-alignment of icons
2022-09-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-07fix top-alignment of iconsenh/33807/fix-icon-alignmentszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-07Merge pull request #33903 from nextcloud/enh/33834/fix-dark-contrast-themeSimon L
fix dark-contrast-theme
2022-09-06Merge pull request #33804 from nextcloud/version-store-userblizzz
always use the default fs owner when storing versions
2022-09-06fix dark-contrast-themeszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-06Merge pull request #33900 from nextcloud/enh/33802/improve-appsettings-designSimon L
improve app settings design
2022-09-06improve app settings designszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-06Merge pull request #33813 from nextcloud/fix/infinite_email_change_notificationLouis
Compare lowercase email when updating from ldap
2022-09-06always use the default fs owner when storing versionsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-06Merge pull request #29881 from nextcloud/fix/setting/accessibility-titleCarl Schwan
Improve accessibility of the title of the settings
2022-09-06Merge pull request #33781 from nextcloud/port/login-form/vue-password-componentsCarl Schwan
Use new vue components in login form
2022-09-06More cleaning up of the login componentCarl Schwan
- Move css in scopped vue components - Port to NcNoteCard all the warning messages Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-06I dug into it again, and the issue is much simpler than I previously though.Louis Chemineau
- LDAP has an email address with capital letters - NC store this address in lower case - When the user logs in, we compare the [stored email with the new lower case email](https://github.com/nextcloud/server/blob/master/lib/private/AllConfig.php#L259-L261) before storing it. Here, both email will be the same, so we won't store the new email address with upper case letters. Which is what we want. - We then [compare emails as they are before triggering an event](https://github.com/nextcloud/server/blob/master/lib/private/User/User.php#L202-L204), they won't match, so the user will receive an email signaling an email change every time he logs in. The fix is to compare the old email with the new lower case email before sending the event. Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-09-06Merge pull request #33904 from nextcloud/enh/33833/box-shadowSimon L
fix background shadow in high-contrast-mode
2022-09-06Merge pull request #33905 from ↵blizzz
nextcloud/fix/fix-dynamic-property-in-files_version-test Fix dynamic property warning in files_version tests
2022-09-06Merge pull request #33910 from nextcloud/update-header-menu-styleCarl Schwan
Update header menu style
2022-09-0625.0.0 beta 5release/25.0.0_beta_5Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-06Merge pull request #33895 from nextcloud/fix/fix-apps-typosCarl Schwan
Fix typos in apps/ subdirectory
2022-09-06Update header menu styleCarl Schwan
Make it consistent with nextcloud-vue Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-06Fix trying to use MockBuilder instead of MockCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-05Fix Calendar tests mocking a non-existant method.Côme Chilliet
There is no ITimeFactory::getTimestamp method, only getTime Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-05Fix dynamic property warning in files_version testsfix/fix-dynamic-property-in-files_version-testCôme Chilliet
The code had no effect as $storage is not an instance of SharedStorage, the call to setValue failed with a warning. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-05fix background shadowenh/33833/box-shadowszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-05Merge pull request #33899 from nextcloud/fix/bump-phpseclib/phpseclib-to-2.0.38blizzz
Bump phpseclib/phpseclib to 2.0.38
2022-09-05Merge pull request #33889 from nextcloud/debt/noid/docblock-cache-forDaniel
Update docblock for cacheFor
2022-09-05Bump phpseclib/phpseclib to 2.0.38Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-05Bump phpseclib/phpseclib to 2.0.38Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-05Fix typos in apps/ subdirectoryfix/fix-apps-typosluz paz
Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-05Use new vue components in login formCarl Schwan
- Improve accessibility - Simply code Signed-off-by: Carl Schwan <carl@carlschwan.eu>