Commit Graph

63973 Commits

Author SHA1 Message Date
Vincent Woglo e093ed5629 Fixed grammar and typos 2022-09-07 19:31:49 -06:00
Simon L 9e0a524a20
Merge pull request #33938 from nextcloud/enh/33846/fix-upload-bar
fix upload bar
2022-09-07 21:44:37 +02:00
blizzz 417f46e467
Merge pull request #33600 from nextcloud/lazy-quota
get quota for user only when needed
2022-09-07 18:10:33 +02:00
szaimen da806cf552 fix upload bar
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-07 11:16:25 +00:00
Simon L 54f36610dd
Merge pull request #33902 from nextcloud/enh/33807/fix-icon-alignment
fix top-alignment of icons
2022-09-07 08:15:44 +02:00
Nextcloud bot 2d709e45c0
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-07 02:25:42 +00:00
szaimen 4389e6903f fix top-alignment of icons
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-06 23:38:31 +00:00
Simon L 72e96c6eba
Merge pull request #33903 from nextcloud/enh/33834/fix-dark-contrast-theme
fix dark-contrast-theme
2022-09-07 00:28:06 +02:00
blizzz 72aa4f51d7
Merge pull request #33804 from nextcloud/version-store-user
always use the default fs owner when storing versions
2022-09-06 22:29:59 +02:00
szaimen d9b463c20a fix dark-contrast-theme
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-06 18:03:35 +00:00
Simon L 2a59d48d0c
Merge pull request #33900 from nextcloud/enh/33802/improve-appsettings-design
improve app settings design
2022-09-06 19:59:24 +02:00
szaimen 6579b6c3c8 improve app settings design
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-06 17:27:32 +00:00
Louis 1f967175f3
Merge pull request #33813 from nextcloud/fix/infinite_email_change_notification
Compare lowercase email when updating from ldap
2022-09-06 17:10:08 +02:00
Robin Appelman 7be5788995
always use the default fs owner when storing versions
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-06 16:59:48 +02:00
Carl Schwan ff49fa4415
Merge pull request #29881 from nextcloud/fix/setting/accessibility-title
Improve accessibility of the title of the settings
2022-09-06 16:56:14 +02:00
Carl Schwan 36b2d3dc2a
Merge pull request #33781 from nextcloud/port/login-form/vue-password-components
Use new vue components in login form
2022-09-06 16:54:33 +02:00
Carl Schwan 43d1aa38df
More cleaning up of the login component
- Move css in scopped vue components
- Port to NcNoteCard all the warning messages

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-06 15:20:29 +02:00
Louis Chemineau 6c11944679 I dug into it again, and the issue is much simpler than I previously though.
- 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-06 13:18:07 +00:00
Simon L 5104ee9dd4
Merge pull request #33904 from nextcloud/enh/33833/box-shadow
fix background shadow in high-contrast-mode
2022-09-06 12:58:28 +02:00
blizzz f44797261a
Merge pull request #33905 from nextcloud/fix/fix-dynamic-property-in-files_version-test
Fix dynamic property warning in files_version tests
2022-09-06 11:32:14 +02:00
Carl Schwan 2c08e6f080
Merge pull request #33910 from nextcloud/update-header-menu-style
Update header menu style
2022-09-06 11:19:04 +02:00
Carl Schwan ba99f1ca0f
Merge pull request #33895 from nextcloud/fix/fix-apps-typos
Fix typos in apps/ subdirectory
2022-09-06 10:28:26 +02:00
Carl Schwan daad19828c
Update header menu style
Make it consistent with nextcloud-vue

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-06 10:15:08 +02:00
Nextcloud bot 405edfa90c
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-06 02:25:04 +00:00
Côme Chilliet f875642998
Fix dynamic property warning in files_version tests
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-05 17:53:41 +02:00
szaimen 7dd7d4d63d fix background shadow
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-05 17:47:07 +02:00
blizzz 15c45b5ef5
Merge pull request #33899 from nextcloud/fix/bump-phpseclib/phpseclib-to-2.0.38
Bump phpseclib/phpseclib to 2.0.38
2022-09-05 17:32:28 +02:00
Daniel 8de2c4213f
Merge pull request #33889 from nextcloud/debt/noid/docblock-cache-for
Update docblock for cacheFor
2022-09-05 17:21:26 +02:00
Côme Chilliet 6d222aedb6
Bump phpseclib/phpseclib to 2.0.38
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-05 16:01:24 +02:00
Côme Chilliet f29b2a281f
Bump phpseclib/phpseclib to 2.0.38
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-05 15:02:27 +02:00
luz paz 9d26671f05 Fix typos in apps/ subdirectory
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-05 12:59:54 +00:00
Carl Schwan df40fc9172
Use new vue components in login form
- Improve accessibility
- Simply code

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-05 11:34:00 +02:00
Nextcloud bot f496e471e0
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-05 02:24:50 +00:00
Nextcloud bot eca05ff456
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-04 02:24:18 +00:00
Daniel c55ae98a3f
Add description for public and immutable
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Daniel <mail@danielkesselberg.de>
2022-09-03 15:58:18 +02:00
Daniel Kesselberg 855ef21883
Update docblock for cacheFor
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-03 15:28:23 +02:00
Nextcloud bot 532c7545bd
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-03 02:30:29 +00:00
blizzz f0b12b450f
Merge pull request #33863 from nextcloud/hash-wrapper-catch-errors
handle errors from hash_final
2022-09-02 22:51:39 +02:00
blizzz 16e696c9e8
Merge pull request #33692 from nextcloud/update-dir
Document and use the new updateDirectory if set
2022-09-02 22:19:50 +02:00
Simon L 6132b6a4ae
Merge pull request #33790 from nextcloud/Valdnet-patch-2
l10n: Spelling unification
2022-09-02 17:01:52 +02:00
John Molakvoæ 579497e999
Merge pull request #33827 from nextcloud/bugfix/guest-scroll 2022-09-02 16:30:28 +02:00
John Molakvoæ dbcac3943f
Merge pull request #33814 from nextcloud/fix-sidebar 2022-09-02 16:23:55 +02:00
szaimen b31c92e6f5 fix tests
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-02 16:07:13 +02:00
Valdnet d9399e1246 l10n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>

l10n: Change to administration

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>

l10n: Spelling unification

Spelling unification in Transifex.
Match the menu name to the header name of the settings page.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-09-02 12:42:07 +02:00
Robin Appelman 9f5f970957
handle errors from hash_final
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-09-02 12:27:13 +02:00
Vincent Petry b1be4346cd
Merge pull request #33826 from nextcloud/enh/a11y-unified-search
Accessibility and design improvements to unified search
2022-09-02 12:22:46 +02:00
Carl Schwan 2397ea7219
Merge branch 'master' into fix/setting/accessibility-title
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-02 12:05:51 +02:00
John Molakvoæ d3e417efbf Fix sidebar toggle
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-02 09:58:05 +00:00
blizzz 30be6ad605
Merge pull request #33762 from nextcloud/release/25.0.0_beta_4
25.0.0 beta 4
2022-09-02 10:42:20 +02:00
Julius Härtl c7e56d944c
Merge pull request #33818 from nextcloud/enh/reference-event
Add event to load scripts for reference rendering
2022-09-02 09:06:23 +02:00