]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoMerge pull request #33903 from nextcloud/enh/33834/fix-dark-contrast-theme
Simon L [Tue, 6 Sep 2022 22:28:06 +0000 (00:28 +0200)]
Merge pull request #33903 from nextcloud/enh/33834/fix-dark-contrast-theme

fix dark-contrast-theme

2 years agoMerge pull request #33804 from nextcloud/version-store-user
blizzz [Tue, 6 Sep 2022 20:29:59 +0000 (22:29 +0200)]
Merge pull request #33804 from nextcloud/version-store-user

always use the default fs owner when storing versions

2 years agofix dark-contrast-theme 33903/head
szaimen [Mon, 5 Sep 2022 15:32:05 +0000 (17:32 +0200)]
fix dark-contrast-theme

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoMerge pull request #33900 from nextcloud/enh/33802/improve-appsettings-design
Simon L [Tue, 6 Sep 2022 17:59:24 +0000 (19:59 +0200)]
Merge pull request #33900 from nextcloud/enh/33802/improve-appsettings-design

improve app settings design

2 years agoimprove app settings design 33900/head
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>
2 years agoMerge pull request #33813 from nextcloud/fix/infinite_email_change_notification
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

2 years agoalways use the default fs owner when storing versions 33804/head
Robin Appelman [Thu, 1 Sep 2022 16:04:35 +0000 (18:04 +0200)]
always use the default fs owner when storing versions

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #29881 from nextcloud/fix/setting/accessibility-title
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

2 years agoMerge pull request #33781 from nextcloud/port/login-form/vue-password-components
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

2 years agoMore cleaning up of the login component 33781/head
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>
2 years agoI dug into it again, and the issue is much simpler than I previously though. 33813/head
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>
2 years agoMerge pull request #33904 from nextcloud/enh/33833/box-shadow
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

2 years agoMerge pull request #33905 from nextcloud/fix/fix-dynamic-property-in-files_version...
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

2 years agoMerge pull request #33910 from nextcloud/update-header-menu-style
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

2 years agoMerge pull request #33895 from nextcloud/fix/fix-apps-typos
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

2 years agoUpdate header menu style 33910/head
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>
2 years ago[tx-robot] updated from transifex
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>
2 years agoFix dynamic property warning in files_version tests 33905/head
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>
2 years agofix background shadow 33904/head
szaimen [Mon, 5 Sep 2022 15:47:07 +0000 (17:47 +0200)]
fix background shadow

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoMerge pull request #33899 from nextcloud/fix/bump-phpseclib/phpseclib-to-2.0.38
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

2 years agoMerge pull request #33889 from nextcloud/debt/noid/docblock-cache-for
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

2 years agoBump phpseclib/phpseclib to 2.0.38 33899/head
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>
2 years agoBump phpseclib/phpseclib to 2.0.38
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>
2 years agoFix typos in apps/ subdirectory 33895/head
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>
2 years agoUse new vue components in login form
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>
2 years ago[tx-robot] updated from transifex
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>
2 years ago[tx-robot] updated from transifex
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>
2 years agoAdd description for public and immutable 33889/head
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>
2 years agoUpdate docblock for cacheFor
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>
2 years ago[tx-robot] updated from transifex
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>
2 years agoMerge pull request #33863 from nextcloud/hash-wrapper-catch-errors
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

2 years agoMerge pull request #33692 from nextcloud/update-dir
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

2 years agoMerge pull request #33790 from nextcloud/Valdnet-patch-2
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

2 years agoMerge pull request #33827 from nextcloud/bugfix/guest-scroll
John Molakvoæ [Fri, 2 Sep 2022 14:30:28 +0000 (16:30 +0200)]
Merge pull request #33827 from nextcloud/bugfix/guest-scroll

2 years agoMerge pull request #33814 from nextcloud/fix-sidebar
John Molakvoæ [Fri, 2 Sep 2022 14:23:55 +0000 (16:23 +0200)]
Merge pull request #33814 from nextcloud/fix-sidebar

2 years agofix tests 33790/head
szaimen [Fri, 2 Sep 2022 10:41:49 +0000 (12:41 +0200)]
fix tests

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agol10n: Spelling unification
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>
2 years agohandle errors from hash_final 33863/head
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>
2 years agoMerge pull request #33826 from nextcloud/enh/a11y-unified-search
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

2 years agoMerge branch 'master' into fix/setting/accessibility-title 29881/head
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>
2 years agoFix sidebar toggle 33814/head
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>
2 years agoMerge pull request #33762 from nextcloud/release/25.0.0_beta_4 v25.0.0beta4
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

2 years agoMerge pull request #33818 from nextcloud/enh/reference-event
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

2 years agoBring back scrolling to guest body 33827/head
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>
2 years agoMerge pull request #33409 from nextcloud/enh/27869/avatar
Pytal [Fri, 2 Sep 2022 04:01:13 +0000 (21:01 -0700)]
Merge pull request #33409 from nextcloud/enh/27869/avatar

2 years ago[tx-robot] updated from transifex
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>
2 years agoRemake profile picture saving with Vue 33409/head
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>
2 years agoAccessibility improvements to unified search 33826/head
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>
2 years agoMerge pull request #33177 from nextcloud/enh/migrate-profile-config
Pytal [Thu, 1 Sep 2022 18:15:32 +0000 (11:15 -0700)]
Merge pull request #33177 from nextcloud/enh/migrate-profile-config

2 years agoAdd event to load scripts for reference rendering 33818/head
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>
2 years agoMerge pull request #33681 from nextcloud/fix/picker-fallback-root
John Molakvoæ [Thu, 1 Sep 2022 17:35:25 +0000 (19:35 +0200)]
Merge pull request #33681 from nextcloud/fix/picker-fallback-root

2 years agoFallback to root if the picker folder doesn't exists 33681/head
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>
2 years agoMerge pull request #33396 from Xavierando/#33036-Set-default-expiration-date-(shareap...
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

2 years agoMerge pull request #33332 from nextcloud/fix-handling-of-internal-errors-when-uploadi...
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

2 years agoMerge pull request #33470 from SpamReceiver/patch-2
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

2 years agoAdd profile config migration 33177/head
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>
2 years agoMerge pull request #33625 from nextcloud/fix/33572/add-user
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

2 years agoMerge pull request #33568 from nextcloud/poc/redesign
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

2 years agoBump @nextcloud/calendar-availability-vue to 0.5.0-beta.2 33568/head
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>
2 years agoBump bundles
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>
2 years agoBump to @nextcloud/vue@7.0.0-beta.0
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>
2 years agoMaximize browser window before running the tests
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>
2 years agoWait for the new user form to be visible
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>
2 years agoFix fallback css variables
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>
2 years agoAdjust theming acceptance tests
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>
2 years agoFix jsunit tests
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>
2 years agoSome more fixes
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>
2 years agoBump bundled files
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>
2 years agoFix profile page rendering
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>
2 years agoFix file list scrolling
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>
2 years agoFix some styling issues with the new containers
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>
2 years agoFix some minor styling issues
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>
2 years agoGive header menus a better maximum height for mobile
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>
2 years agoAdjust server popover style
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>
2 years agoSmall top border radius on mobile
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>
2 years agoRestore dashboard layout
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>
2 years agoMake scroll areas keyboard focussable
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>
2 years agoDo not prevent scaling due to accessibility
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>
2 years agoAdapt layout to new base css variables
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>
2 years agoFix priority of mobile rules for files app
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>
2 years agoFix indentation
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>
2 years agoDrop vue specific styles
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>
2 years agoUse proper background image variable
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>
2 years agoFix settings scrolling
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>
2 years agoTemporary vue component styles
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>
2 years agoExpose full page sidebar state to main app content
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>
2 years agoMore refactoring of app content areas
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>
2 years agoProof of concept: Redesign app-content
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>
2 years agoMerge pull request #33780 from nextcloud/enh/noid/cloud-id-cli
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

2 years agoMerge pull request #33764 from nextcloud/cloudid-cache
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

2 years agoMerge pull request #33774 from nextcloud/hash-wrapper-closed-hash
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

2 years agoMerge pull request #33772 from nextcloud/debug/remember-me-login-token-mispatch-sessi...
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

2 years ago[tx-robot] updated from transifex
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>
2 years agoMerge pull request #33778 from nextcloud/followup/33770/fix-unit-tests
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

2 years agofilter index.php from cloudId 33780/head
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>
2 years agoFix unit tests 33778/head
Joas Schilling [Wed, 31 Aug 2022 18:54:39 +0000 (20:54 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #33429 from nextcloud/port-password-vue
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

2 years agoMerge pull request #33494 from nextcloud/enh/references
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

2 years agoMerge pull request #33475 from nextcloud/rakekniven-patch-1
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

2 years agoInject all dependnencies and increase cache timeout 33494/head
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>