]>
source.dussan.org Git - nextcloud-server.git/log
szaimen [Mon, 5 Sep 2022 13:09:52 +0000 (15:09 +0200)]
improve app settings design
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Louis [Tue, 6 Sep 2022 15:10:08 +0000 (17:10 +0200)]
Merge pull request #33813 from nextcloud/fix/infinite_email_change_notification
Compare lowercase email when updating from ldap
Carl Schwan [Tue, 6 Sep 2022 14:56:14 +0000 (16:56 +0200)]
Merge pull request #29881 from nextcloud/fix/setting/accessibility-title
Improve accessibility of the title of the settings
Carl Schwan [Tue, 6 Sep 2022 14:54:33 +0000 (16:54 +0200)]
Merge pull request #33781 from nextcloud/port/login-form/vue-password-components
Use new vue components in login form
Carl Schwan [Thu, 1 Sep 2022 09:52:04 +0000 (11:52 +0200)]
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>
Louis Chemineau [Tue, 6 Sep 2022 08:58:01 +0000 (10:58 +0200)]
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>
Simon L [Tue, 6 Sep 2022 10:58:28 +0000 (12:58 +0200)]
Merge pull request #33904 from nextcloud/enh/33833/box-shadow
fix background shadow in high-contrast-mode
blizzz [Tue, 6 Sep 2022 09:32:14 +0000 (11:32 +0200)]
Merge pull request #33905 from nextcloud/fix/fix-dynamic-property-in-files_version-test
Fix dynamic property warning in files_version tests
Carl Schwan [Tue, 6 Sep 2022 09:19:04 +0000 (11:19 +0200)]
Merge pull request #33910 from nextcloud/update-header-menu-style
Update header menu style
Carl Schwan [Tue, 6 Sep 2022 08:28:26 +0000 (10:28 +0200)]
Merge pull request #33895 from nextcloud/fix/fix-apps-typos
Fix typos in apps/ subdirectory
Carl Schwan [Tue, 6 Sep 2022 07:56:04 +0000 (09:56 +0200)]
Update header menu style
Make it consistent with nextcloud-vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Nextcloud bot [Tue, 6 Sep 2022 02:25:04 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Mon, 5 Sep 2022 15:53:41 +0000 (17:53 +0200)]
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>
szaimen [Mon, 5 Sep 2022 15:47:07 +0000 (17:47 +0200)]
fix background shadow
Signed-off-by: szaimen <szaimen@e.mail.de>
blizzz [Mon, 5 Sep 2022 15:32:28 +0000 (17:32 +0200)]
Merge pull request #33899 from nextcloud/fix/bump-phpseclib/phpseclib-to-2.0.38
Bump phpseclib/phpseclib to 2.0.38
Daniel [Mon, 5 Sep 2022 15:21:26 +0000 (17:21 +0200)]
Merge pull request #33889 from nextcloud/debt/noid/docblock-cache-for
Update docblock for cacheFor
Côme Chilliet [Mon, 5 Sep 2022 14:01:24 +0000 (16:01 +0200)]
Bump phpseclib/phpseclib to 2.0.38
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 5 Sep 2022 13:02:27 +0000 (15:02 +0200)]
Bump phpseclib/phpseclib to 2.0.38
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
luz paz [Thu, 28 Jul 2022 11:11:38 +0000 (07:11 -0400)]
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>
Carl Schwan [Wed, 31 Aug 2022 23:11:25 +0000 (01:11 +0200)]
Use new vue components in login form
- Improve accessibility
- Simply code
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Nextcloud bot [Mon, 5 Sep 2022 02:24:50 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 4 Sep 2022 02:24:18 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel [Sat, 3 Sep 2022 13:58:18 +0000 (15:58 +0200)]
Add description for public and immutable
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Daniel <mail@danielkesselberg.de>
Daniel Kesselberg [Sat, 3 Sep 2022 13:28:23 +0000 (15:28 +0200)]
Update docblock for cacheFor
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Sat, 3 Sep 2022 02:30:29 +0000 (02:30 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Fri, 2 Sep 2022 20:51:39 +0000 (22:51 +0200)]
Merge pull request #33863 from nextcloud/hash-wrapper-catch-errors
handle errors from hash_final
blizzz [Fri, 2 Sep 2022 20:19:50 +0000 (22:19 +0200)]
Merge pull request #33692 from nextcloud/update-dir
Document and use the new updateDirectory if set
Simon L [Fri, 2 Sep 2022 15:01:52 +0000 (17:01 +0200)]
Merge pull request #33790 from nextcloud/Valdnet-patch-2
l10n: Spelling unification
John Molakvoæ [Fri, 2 Sep 2022 14:30:28 +0000 (16:30 +0200)]
Merge pull request #33827 from nextcloud/bugfix/guest-scroll
John Molakvoæ [Fri, 2 Sep 2022 14:23:55 +0000 (16:23 +0200)]
Merge pull request #33814 from nextcloud/fix-sidebar
szaimen [Fri, 2 Sep 2022 10:41:49 +0000 (12:41 +0200)]
fix tests
Signed-off-by: szaimen <szaimen@e.mail.de>
Valdnet [Thu, 1 Sep 2022 11:15:02 +0000 (13:15 +0200)]
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>
Robin Appelman [Fri, 2 Sep 2022 10:27:13 +0000 (12:27 +0200)]
handle errors from hash_final
Signed-off-by: Robin Appelman <robin@icewind.nl>
Vincent Petry [Fri, 2 Sep 2022 10:22:46 +0000 (12:22 +0200)]
Merge pull request #33826 from nextcloud/enh/a11y-unified-search
Accessibility and design improvements to unified search
Carl Schwan [Fri, 2 Sep 2022 10:05:51 +0000 (12:05 +0200)]
Merge branch 'master' into fix/setting/accessibility-title
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
John Molakvoæ [Thu, 1 Sep 2022 17:17:12 +0000 (19:17 +0200)]
Fix sidebar toggle
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
blizzz [Fri, 2 Sep 2022 08:42:20 +0000 (10:42 +0200)]
Merge pull request #33762 from nextcloud/release/25.0.0_beta_4
25.0.0 beta 4
Julius Härtl [Fri, 2 Sep 2022 07:06:23 +0000 (09:06 +0200)]
Merge pull request #33818 from nextcloud/enh/reference-event
Add event to load scripts for reference rendering
Julius Härtl [Fri, 2 Sep 2022 06:34:51 +0000 (08:34 +0200)]
Bring back scrolling to guest body
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Pytal [Fri, 2 Sep 2022 04:01:13 +0000 (21:01 -0700)]
Merge pull request #33409 from nextcloud/enh/27869/avatar
Nextcloud bot [Fri, 2 Sep 2022 02:24:47 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Sat, 30 Jul 2022 00:32:16 +0000 (00:32 +0000)]
Remake profile picture saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Fri, 2 Sep 2022 01:38:13 +0000 (01:38 +0000)]
Accessibility improvements to unified search
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Pytal [Thu, 1 Sep 2022 18:15:32 +0000 (11:15 -0700)]
Merge pull request #33177 from nextcloud/enh/migrate-profile-config
Julius Härtl [Thu, 1 Sep 2022 18:06:41 +0000 (20:06 +0200)]
Add event to load scripts for reference rendering
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Thu, 1 Sep 2022 17:35:25 +0000 (19:35 +0200)]
Merge pull request #33681 from nextcloud/fix/picker-fallback-root
John Molakvoæ [Wed, 24 Aug 2022 15:41:08 +0000 (17:41 +0200)]
Fallback to root if the picker folder doesn't exists
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Vincent Petry [Thu, 1 Sep 2022 15:58:46 +0000 (17:58 +0200)]
Merge pull request #33396 from Xavierando/#33036-Set-default-expiration-date-(shareapiDefaultExpireDate)
#33036 [Bug]: Set default expiration date
Vincent Petry [Thu, 1 Sep 2022 15:45:37 +0000 (17:45 +0200)]
Merge pull request #33332 from nextcloud/fix-handling-of-internal-errors-when-uploading-theming-files
Fix handling of internal errors when uploading theming files
Vincent Petry [Thu, 1 Sep 2022 15:33:06 +0000 (17:33 +0200)]
Merge pull request #33470 from SpamReceiver/patch-2
Make the description of `trashbin_retention_obligation` more clear
Christopher Ng [Fri, 8 Jul 2022 18:58:02 +0000 (18:58 +0000)]
Add profile config migration
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Vincent Petry [Thu, 1 Sep 2022 15:07:13 +0000 (17:07 +0200)]
Merge pull request #33625 from nextcloud/fix/33572/add-user
Fix creation of new user and display the correct error message
Julius Härtl [Thu, 1 Sep 2022 15:03:50 +0000 (17:03 +0200)]
Merge pull request #33568 from nextcloud/poc/redesign
⚗️ Proof of concept: Redesign app-content
Julius Härtl [Thu, 1 Sep 2022 12:59:35 +0000 (14:59 +0200)]
Bump @nextcloud/calendar-availability-vue to 0.5.0-beta.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 1 Sep 2022 12:42:12 +0000 (14:42 +0200)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 1 Sep 2022 12:42:00 +0000 (14:42 +0200)]
Bump to @nextcloud/vue@7.0.0-beta.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Daniel Calviño Sánchez [Thu, 1 Sep 2022 10:47:39 +0000 (12:47 +0200)]
Maximize browser window before running the tests
By the default the browser window is not maximized, but opened with a
size of 1050x978px. In the Files app, when the navigation bar and the
side bar are both open, with the previous design that width caused the
file name to be very very narrow, but still clickable. However, with the
updated design the file name is too narrow and no longer clickable,
which breaks several acceptance tests that descend into subfolders. To
solve that now the browser window is maximized before running the tests,
which makes the window wide enough (1360px) to show the file name and
make it clickable.
This commit also removes a step to close the sidebar that was recently
added to address the problem mentioned above in a previous pull request.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Thu, 1 Sep 2022 10:46:37 +0000 (12:46 +0200)]
Wait for the new user form to be visible
Before it was checked if the new user form was visible, but it was not
waited for it. It seems that it can happen that the new user form is in
the DOM, and therefore found, but not visible yet when the tests run,
which caused them to (randomly) fail. Due to that now it is explicitly
waited until it is visible, rather than assuming that it is visible as
soon as it appears in the DOM.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Julius Härtl [Thu, 1 Sep 2022 07:07:25 +0000 (09:07 +0200)]
Fix fallback css variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 1 Sep 2022 06:22:43 +0000 (08:22 +0200)]
Adjust theming acceptance tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 31 Aug 2022 17:05:15 +0000 (19:05 +0200)]
Fix jsunit tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 31 Aug 2022 10:05:13 +0000 (12:05 +0200)]
Some more fixes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 31 Aug 2022 08:40:11 +0000 (10:40 +0200)]
Bump bundled files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 31 Aug 2022 08:08:22 +0000 (10:08 +0200)]
Fix profile page rendering
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 31 Aug 2022 06:52:15 +0000 (08:52 +0200)]
Fix file list scrolling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 31 Aug 2022 06:51:09 +0000 (08:51 +0200)]
Fix some styling issues with the new containers
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 29 Aug 2022 09:16:03 +0000 (11:16 +0200)]
Fix some minor styling issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Sat, 27 Aug 2022 10:23:06 +0000 (12:23 +0200)]
Give header menus a better maximum height for mobile
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Sat, 27 Aug 2022 08:54:59 +0000 (10:54 +0200)]
Adjust server popover style
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Sat, 27 Aug 2022 08:54:27 +0000 (10:54 +0200)]
Small top border radius on mobile
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 26 Aug 2022 20:44:48 +0000 (22:44 +0200)]
Restore dashboard layout
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 26 Aug 2022 19:17:14 +0000 (21:17 +0200)]
Make scroll areas keyboard focussable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 24 Aug 2022 15:19:17 +0000 (17:19 +0200)]
Do not prevent scaling due to accessibility
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 24 Aug 2022 15:18:55 +0000 (17:18 +0200)]
Adapt layout to new base css variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 23 Aug 2022 12:49:02 +0000 (14:49 +0200)]
Fix priority of mobile rules for files app
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 23 Aug 2022 12:29:06 +0000 (14:29 +0200)]
Fix indentation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 23 Aug 2022 12:26:37 +0000 (14:26 +0200)]
Drop vue specific styles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 23 Aug 2022 12:26:25 +0000 (14:26 +0200)]
Use proper background image variable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 23 Aug 2022 12:25:52 +0000 (14:25 +0200)]
Fix settings scrolling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 23 Aug 2022 10:00:26 +0000 (12:00 +0200)]
Temporary vue component styles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 23 Aug 2022 09:57:22 +0000 (11:57 +0200)]
Expose full page sidebar state to main app content
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Sat, 20 Aug 2022 09:22:54 +0000 (11:22 +0200)]
More refactoring of app content areas
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Carl Schwan [Tue, 16 Aug 2022 22:00:46 +0000 (00:00 +0200)]
Proof of concept: Redesign app-content
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
blizzz [Thu, 1 Sep 2022 11:35:50 +0000 (13:35 +0200)]
Merge pull request #33780 from nextcloud/enh/noid/cloud-id-cli
filter index.php from cloudId
Vincent Petry [Thu, 1 Sep 2022 11:27:12 +0000 (13:27 +0200)]
Merge pull request #33764 from nextcloud/cloudid-cache
cache cloud id data in CloudIdManager
Vincent Petry [Thu, 1 Sep 2022 11:23:19 +0000 (13:23 +0200)]
Merge pull request #33774 from nextcloud/hash-wrapper-closed-hash
handle cases where the hash context gets cleaned up before the hash wrapper
Julius Härtl [Thu, 1 Sep 2022 06:49:56 +0000 (08:49 +0200)]
Merge pull request #33772 from nextcloud/debug/remember-me-login-token-mispatch-session-unavailable
Nextcloud bot [Thu, 1 Sep 2022 02:37:42 +0000 (02:37 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Wed, 31 Aug 2022 20:25:16 +0000 (22:25 +0200)]
Merge pull request #33778 from nextcloud/followup/33770/fix-unit-tests
Fix unit tests
Maxence Lange [Wed, 31 Aug 2022 19:33:09 +0000 (18:33 -0100)]
filter index.php from cloudId
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Joas Schilling [Wed, 31 Aug 2022 18:54:39 +0000 (20:54 +0200)]
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Carl Schwan [Wed, 31 Aug 2022 18:47:25 +0000 (20:47 +0200)]
Merge pull request #33429 from nextcloud/port-password-vue
Port password settings to vue
Julius Härtl [Wed, 31 Aug 2022 18:12:34 +0000 (20:12 +0200)]
Merge pull request #33494 from nextcloud/enh/references
Backend for reference metadata fetching
Simon L [Wed, 31 Aug 2022 17:34:29 +0000 (19:34 +0200)]
Merge pull request #33475 from nextcloud/rakekniven-patch-1
l10n: Changed grammar
Julius Härtl [Wed, 31 Aug 2022 12:13:37 +0000 (14:13 +0200)]
Inject all dependnencies and increase cache timeout
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Simon L [Wed, 31 Aug 2022 15:56:11 +0000 (17:56 +0200)]
Merge pull request #33756 from nextcloud/enh/noid/admin-settings-directly
add a way to open the admin settings overview directly
Carl Schwan [Tue, 2 Aug 2022 00:03:19 +0000 (02:03 +0200)]
Port password settings to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Julius Härtl [Tue, 30 Aug 2022 17:53:12 +0000 (19:53 +0200)]
Refactor cache handling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Sun, 28 Aug 2022 18:54:21 +0000 (20:54 +0200)]
Cleanup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 15 Aug 2022 10:20:28 +0000 (12:20 +0200)]
Limit preview file size
Signed-off-by: Julius Härtl <jus@bitgrid.net>