Joas Schilling
3e3eaa4282
Use correct filter for app icons in the right sidebar of app management
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-09 22:36:52 +01:00
Nextcloud bot
409098c45f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-09 02:22:58 +00:00
John Molakvoæ
0dd128b981
Merge pull request #35666 from nextcloud/fix/header-bright-no-bg
...
Invert header if primary is bright and background disabled
2022-12-08 22:28:10 +01:00
John Molakvoæ
1acd42e10c
Invert header if primary is bright and background disabled
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-12-08 17:52:50 +01:00
Côme Chilliet
f7cd7047a2
Merge pull request #24574 from zenlord/ldapi-unix-socket-support
...
Ldapi unix socket support
2022-12-08 17:25:00 +01:00
Nextcloud bot
fabcd68a5e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-08 02:19:29 +00:00
Julius Härtl
0012787f73
Merge pull request #35590 from J0WI/encryption.getsysvalue
...
Replace getSystemValue in encryption app
2022-12-07 21:31:42 +01:00
Nextcloud bot
172aade011
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-07 02:19:48 +00:00
Carl Schwan
27bfa74cc5
Fix profile visibility not appearing
...
And refactor how the grid works (now it's automatically using the
correct size instead of harcoding it)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-12-06 17:56:42 +01:00
Simon L
8124f683ba
Merge pull request #35547 from nextcloud/enh/noid/delete-background-size-variable
...
delete the --image-background-size variable
2022-12-06 14:04:30 +01:00
Côme Chilliet
1821712615
Merge pull request #35596 from nextcloud/fix/move-to-ocp-timedjob
...
Use TimedJob from OCP instead of OC
2022-12-06 12:14:43 +01:00
Côme Chilliet
67ff8fc738
Merge pull request #34819 from nextcloud/tests/fix-phpunit-warnings
...
Fix some phpunit test warnings
2022-12-06 10:51:41 +01:00
Simon L
28358acdaf
Merge pull request #35600 from nextcloud/fix/empty-secret-migration-files-external
...
Fix migration to non-empty secret
2022-12-06 10:34:09 +01:00
Simon L
decf2b4524
Merge pull request #35521 from nextmcloud/nmcpr/1416-prevents-selection-of-encrypted-folders
...
[BUGFIX] Prevents the selection of encrypted files at the bottom of the list(before scrolling)
2022-12-06 10:30:10 +01:00
Nextcloud bot
7730309aee
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-06 02:26:06 +00:00
Pytal
badf09b43b
Merge pull request #35549 from nextcloud/enh/a11y-contrast-borders
...
Add new border color variable and adjust primary color for increased contrast
2022-12-05 18:14:29 -08:00
Christopher Ng
1c753c2b15
Lighten default color slightly for increased contrast
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-12-06 01:13:55 +00:00
Christopher Ng
24ffe32845
Add new border color variable for increased contrast
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-12-06 01:13:44 +00:00
Christopher Ng
08e15308cb
Add success popup message for copying share links
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-12-06 01:04:10 +00:00
dependabot[bot]
06b68e2300
Bump sass from 1.52.1 to 1.56.1
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.52.1 to 1.56.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.56.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-05 23:06:18 +00:00
Côme Chilliet
f95aa23356
Merge pull request #35400 from nextcloud/fix/remove-unused-dynamic-var-in-files_sharing
...
Fix name of dymanic var $mountOptions to fix PHP 8.2 compatibility
2022-12-05 17:57:46 +01:00
Côme Chilliet
8ec7e4301d
Use the correct Server class in apps/dav/tests/unit/CalDAV/CalendarImplTest.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-05 16:32:01 +01:00
Côme Chilliet
ee06261b82
Fix codestyle in modified files
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-05 16:08:40 +01:00
Carl Schwan
5e31ed4f52
Add comments
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-12-05 15:26:36 +01:00
J0WI
71e490090f
Replace getSystemValue in encryption app
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-12-05 14:30:58 +01:00
Simon L
9597036b72
delete the --image-background-size variable
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2022-12-05 11:44:19 +00:00
Simon L
e36e92bace
Merge pull request #35249 from nextcloud/fix/33854-User_management_pages_-_Window_title_must_change_when_switching_sidebar_sections
...
Set page title for each sidebar section through App management pages
2022-12-05 12:12:00 +01:00
Côme Chilliet
30560d3165
Merge branch 'master' into tests/fix-phpunit-warnings
...
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2022-12-05 12:03:39 +01:00
Côme Chilliet
cb0450b5c4
Improve typing on new methods
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-05 12:01:12 +01:00
Côme Chilliet
3bcb4fc024
Put back the variable but make sure it is properly declared
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-05 11:51:16 +01:00
Côme Chilliet
72c7fad1c4
Fix job tests in updatenotification and user_ldap applications
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-05 11:32:49 +01:00
Carl Schwan
754cb58b12
Fix migration to non-empty secret
...
Add a fallback for empty keys
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-12-05 11:28:52 +01:00
Côme Chilliet
578648a062
Adapt tests to new job constructors
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-05 10:41:13 +01:00
Côme Chilliet
a0f6a6545b
Use TimedJob from OCP instead of OC
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-05 10:13:34 +01:00
Nextcloud bot
944be7950a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-05 02:15:24 +00:00
Nextcloud bot
f463aeb2af
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-04 02:14:51 +00:00
julia.kirschenheuter
bdb664c399
Adapt router.js for setting document title
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-03 19:21:45 +00:00
Simon L
31ec83f2d8
Merge pull request #35271 from nextcloud/enh/a11y-share-success
...
Show success on share actions
2022-12-03 19:55:16 +01:00
Simon L
82e2a9033f
Merge pull request #34232 from nextcloud/fix/noid/refresh-filesize-on-conflict
...
compare cached filesize on download
2022-12-03 19:53:46 +01:00
Simon L
9668526d19
Merge pull request #35563 from nextcloud/revert/35315
...
Revert "Fix border color contrast"
2022-12-03 19:11:29 +01:00
Simon L
8a1ce0f994
Merge pull request #35442 from Zyclotrop-j/patch-1
...
fix multiline-format-error in file-conflict modal
2022-12-03 19:10:17 +01:00
Simon L
53f2519a6c
Merge pull request #34920 from ibpl/master-IB#1126265
...
Added parameter to disallow calendar subscription via link
2022-12-03 19:08:22 +01:00
Zyc
b58b50874c
add build css files
...
Signed-off-by: Zyc <zyclotrop.j@gmail.com>
2022-12-03 03:26:15 +00:00
Nextcloud bot
515dbfa351
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-03 02:15:08 +00:00
Christopher Ng
7c943c5ce4
Show success on share actions
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-12-03 01:09:27 +00:00
Christopher Ng
3db3d75bb9
Revert "Fix border color contrast"
...
This reverts commit a0266d1b16 .
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-12-03 00:48:49 +00:00
Nextcloud bot
048fdabca9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-02 02:15:22 +00:00
Maxence Lange
cc639a8877
compare cached filesize on download
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-12-01 15:42:15 -01:00
John Molakvoæ
a51f0dbc6c
Merge pull request #35525 from nextcloud/fix/theming-follow-default
...
Faster theming tests, better colours comparison and properly follow admin theming changes
2022-12-01 07:52:22 +01:00
kavita.sonawane@t-systems.com
4d0b80d35e
Prevents the selection of encrypted files when scroll the page
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2022-12-01 11:43:44 +05:30