John Molakvoæ
7dee036172
Merge pull request #40124 from summersab/refactor/OC-Server-getSecureRandom
2024-05-31 19:09:24 +02:00
Ferdinand Thiessen
8cf845d31b
Merge pull request #45609 from nextcloud/backport/45577/master
...
fix(theming): replace standard generic package icon by material design
2024-05-31 18:50:34 +02:00
Ferdinand Thiessen
8ed3604b3c
Merge pull request #45585 from nextcloud/fix/files-filelist-table
...
refactor(files): Adjust some Typescript code in virtual files list
2024-05-31 18:10:24 +02:00
Ferdinand Thiessen
8e296a5db8
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 17:20:10 +02:00
Ferdinand Thiessen
ceafe43a4c
refactor(files): Make `currentView` a prop of `FilesListTableFooter`
...
We already have this as a required prop in `FilesListVirtual`,
so passing it to the footer is straight forward and removed need of computed
value.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 17:17:31 +02:00
Ferdinand Thiessen
e8adb97098
refactor(files): Properly add type information to FilesListTableFooter
...
- Add correct type for `nodes` prop.
- Use `defineComponent` to properly infer Typescript information
- Correct usage of nullish coalescing operator
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 17:17:31 +02:00
Ferdinand Thiessen
297f0522b2
refactor(files): Fix Typescript issues in filesListWidth mixin
...
Use `defineComponent` to properly inherit typings.
Expect TS errors for the `$resizeOberserver` as we attach it directly on the component instance.
`filesListWidth` is now a number which defaults to 0,
making compares like `this.fileListWidth < 768` valid in Typescript.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 17:17:31 +02:00
Ferdinand Thiessen
0cb32880ee
refactor(files): Correctly cast table ref to fix TypeScript errors
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 17:17:31 +02:00
John Molakvoæ
8e758383d3
fix(core): package-x-generic svg width and height
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-05-31 13:46:46 +00:00
Ferdinand Thiessen
1a27314530
fix(Mailer): Allow to enforce strict email format
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 14:18:06 +02:00
Ferdinand Thiessen
975c9e425d
Merge pull request #45538 from nextcloud/fix/update-nextcloud-files
...
fix: Update `@nextcloud/files` to fix public link shares
2024-05-31 13:18:03 +02:00
Anna Larch
ad78f7e48e
fix(caldav): automatically delete outdated scheduling objects
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-05-31 13:14:01 +02:00
Ferdinand Thiessen
bbd959cc99
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 12:51:17 +02:00
Ferdinand Thiessen
622bf30031
fix(deps): Update `@nextcloud/event-bus` to version 3.3.1
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 12:46:20 +02:00
Ferdinand Thiessen
67d8277c49
fix: Update `@nextcloud/files` to 3.4.0 to fix public link shares
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 12:46:20 +02:00
Ferdinand Thiessen
4a6ac1f1aa
Merge pull request #45594 from nextcloud/fix/files-active-entry
...
fix(files): Ensure active file list entry is highlighted
2024-05-31 12:17:42 +02:00
nextcloud-command
a7556515e6
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-31 09:45:59 +00:00
Ferdinand Thiessen
2c47f24266
refactor(files): Consistently sort imports of FileEntryMixin
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 11:39:39 +02:00
Ferdinand Thiessen
7c4dcf51c4
fix(files): Ensure entry with `fileid` is marked as active
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 11:39:39 +02:00
Andy Scherzinger
25f99a29e0
Merge pull request #45592 from nextcloud/chore/noid/spdx-batch10
...
Add SPDX header - batch 10
2024-05-31 11:35:11 +02:00
nextcloud-command
c9c369c9fe
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-31 08:47:13 +00:00
Andy Scherzinger
cc1686dba9
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-31 10:38:47 +02:00
John Molakvoæ
0fec5324ac
Merge pull request #40120 from summersab/refactor/OC-Server-getCsrfTokenManager
2024-05-31 09:55:18 +02:00
Pytal
06878535c4
Merge pull request #45315 from nextcloud/fix/new-user-dialog
...
fix(settings): Move new user modal to dialog + minor refactoring
2024-05-30 17:40:19 -07:00
Christopher Ng
930e47d44c
test(cypress): Fix tests
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-30 17:13:48 -07:00
nextcloud-command
f54acd52a3
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-30 15:35:18 -07:00
Christopher Ng
6b583f73b7
chore: Change more "user" strings to "account"
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-30 15:32:20 -07:00
Christopher Ng
fad49e6aee
refactor: Shorten input focus calls
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-30 15:32:20 -07:00
Christopher Ng
76104aa709
fix: Autofocus username input
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-30 15:32:20 -07:00
Christopher Ng
45ba61bbfb
refactor: Migrate to built-in NcSelect input label
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-30 15:32:19 -07:00
Christopher Ng
6f63ecfc80
chore: Change some "user" strings to "account"
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-30 15:32:19 -07:00
Christopher Ng
359003da12
fix(settings): Move user creation modal to dialog
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-30 15:32:19 -07:00
Ferdinand Thiessen
48e6240502
Merge pull request #45413 from nextcloud/createIfNotExists
...
fix(files): Try to create dir only if it not exists
2024-05-30 19:45:23 +02:00
Andy Scherzinger
2d62b0a936
Merge pull request #45573 from nextcloud/chore/noid/spdx-batch9
...
Add SPDX header - batch 9
2024-05-30 19:24:53 +02:00
John Molakvoæ
7f745a1ed0
Merge branch 'master' into refactor/OC-Server-getSecureRandom
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-05-30 19:13:53 +02:00
John Molakvoæ
5c3619c899
Merge branch 'master' into refactor/OC-Server-getCsrfTokenManager
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-05-30 18:42:43 +02:00
John Molakvoæ
5866e49b3a
Merge pull request #40141 from summersab/refactor/OC-Server-getL10NFactory
2024-05-30 18:42:15 +02:00
John Molakvoæ
84789222b1
chore: php lint fix import
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-05-30 18:38:02 +02:00
John Molakvoæ
928f22052f
chore: remove unnecessary php import during refactor
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-05-30 18:36:23 +02:00
John Molakvoæ
dee0eb2f0b
Merge pull request #36942 from nextcloud/unmark-login-date
2024-05-30 18:09:49 +02:00
John Molakvoæ
6438d95009
Merge pull request #45572 from nextcloud/fix/update-email-validator
2024-05-30 17:56:40 +02:00
John Molakvoæ
4d9199fb88
Merge branch 'master' into refactor/OC-Server-getL10NFactory
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-05-30 17:52:14 +02:00
John Molakvoæ
84d40a76f9
Merge branch 'master' into refactor/OC-Server-getCsrfTokenManager
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-05-30 17:51:40 +02:00
John Molakvoæ
be4e97d1dc
Merge pull request #40206 from summersab/refactor/apps/user_ldap/OC-Server-getAvatarManager
2024-05-30 17:50:54 +02:00
John Molakvoæ
94a1b8a591
Merge pull request #40151 from summersab/refactor/OC-Server-getMailer
2024-05-30 17:50:28 +02:00
John Molakvoæ
22f185473d
Merge pull request #40119 from summersab/refactor/OC-Server-getContactsManager
2024-05-30 17:50:10 +02:00
nextcloud-command
3b165f5348
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-30 15:22:19 +00:00
provokateurin
0d202e201b
fix(core): Fix NavigationEntry typing
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-30 17:01:09 +02:00
provokateurin
0a7fcde906
fix(NavigationManager): Make entry order always an integer
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-30 17:00:32 +02:00
provokateurin
8965b70228
fix(INavigationManager): Fix psalm alias not set in the right place
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-30 16:59:43 +02:00