Nextcloud bot
|
b961171b60
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-15 00:18:00 +00:00 |
|
Nextcloud bot
|
c12a64fa52
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-14 00:17:56 +00:00 |
|
Nextcloud bot
|
ee45b13327
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-13 00:18:06 +00:00 |
|
Simon L
|
e390a3569e
|
Merge pull request #38735 from nextcloud/enh/noid/update-disabled-updater-wording
allow to specify upgrade.cli-upgrade-link in order to link to the correct documentation
|
2023-06-12 12:58:59 +02:00 |
|
Simon L
|
0d18929b3d
|
Merge pull request #38636 from fsamapoor/constructor_property_promotion_part1
[1/3] Refactors /core controllers using constructor property promotion.
|
2023-06-12 11:18:42 +02:00 |
|
Nextcloud bot
|
a85831a597
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-12 00:17:56 +00:00 |
|
Nextcloud bot
|
2259eedf76
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-11 00:34:31 +00:00 |
|
Simon L
|
918859cafd
|
allow to specify upgrade.cli-upgrade-link in order to link to the correct documentation
Signed-off-by: Simon L <szaimen@e.mail.de>
|
2023-06-10 10:05:36 +02:00 |
|
Nextcloud bot
|
689936020d
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-10 00:17:36 +00:00 |
|
Nextcloud bot
|
df2727ae44
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-08 00:18:55 +00:00 |
|
Nextcloud bot
|
67f1533915
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-07 00:17:55 +00:00 |
|
Pytal
|
80a3507360
|
Merge pull request #38662 from nextcloud/Jerome-Herbinet-disable-bg-color-on-group-header-line-1
|
2023-06-06 15:52:55 -07:00 |
|
Ferdinand Thiessen
|
35da64a51c
|
fix(files): Add border around favorite marker to ensure contrast requirements are met
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-06-06 11:29:43 +02:00 |
|
Ferdinand Thiessen
|
f57cf4706e
|
fix: Adjust color of icon-starred-yellow to fulfill A11Y contrast requirements
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-06-06 11:29:43 +02:00 |
|
Ferdinand Thiessen
|
d80277c340
|
Merge pull request #38519 from nextcloud/fix/36967-increase-contrast-of-inactive-elements
Fix contrast for inactive elements of the main navigation
|
2023-06-06 10:46:45 +02:00 |
|
Jérôme Herbinet
|
fb945bc53c
|
npm run sass
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
|
2023-06-06 10:04:48 +02:00 |
|
Jérôme Herbinet
|
2264483e1c
|
Disable background color on group-header line (on hover, focus, active)
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
|
2023-06-06 10:00:57 +02:00 |
|
jld3103
|
1d32dc8f1a
|
Fix OpenAPI core paths
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-06-06 06:28:48 +02:00 |
|
Faraz Samapoor
|
fc0e2a938f
|
Applies agreed-upon indentation convention to the changed controllers.
Based on https://github.com/nextcloud/server/pull/38636#discussion_r1218167753
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
|
2023-06-05 18:35:32 +03:30 |
|
Faraz Samapoor
|
25cdc35473
|
Update core/Controller/AppPasswordController.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
|
2023-06-05 18:26:27 +03:30 |
|
Faraz Samapoor
|
05784c3244
|
Update core/Controller/CollaborationResourcesController.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
|
2023-06-05 16:45:21 +03:30 |
|
Faraz Samapoor
|
2713ab023f
|
Update core/Controller/AppPasswordController.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
|
2023-06-05 16:45:01 +03:30 |
|
julia.kirschenheuter
|
1d6121be4d
|
Fix contrast for inactive elements of the main navigation
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
2023-06-05 14:46:48 +02:00 |
|
jld3103
|
c435722236
|
openapi: Fix wrapping OCS responses that are not DataResponse
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-06-05 08:30:12 +02:00 |
|
Faraz Samapoor
|
450bf5c99e
|
Refactors controllers by using PHP8's constructor property promotion.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
|
2023-06-04 23:20:35 +03:30 |
|
F. E Noel Nfebe
|
cf75c2eaae
|
Merge pull request #38602 from fsamapoor/replace_strpos_calls_in_core
Refactors "strpos" calls in /core to improve code readability.
|
2023-06-04 17:11:51 +01:00 |
|
Daniel Kesselberg
|
a2afc7b6a9
|
refactor: migrate OC_EventSource to dependency injection
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2023-06-03 21:42:51 +02:00 |
|
Nextcloud bot
|
d8f3387735
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-03 00:17:50 +00:00 |
|
Faraz Samapoor
|
a1ef0285f8
|
Refactors "strpos" calls in /core to improve code readability.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
|
2023-06-02 13:13:19 +03:30 |
|
Nextcloud bot
|
c9fbfe2631
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-02 00:17:26 +00:00 |
|
Christoph Wurst
|
ff661045ed
|
Merge pull request #38567 from nextcloud/chore/remove-deprecated-legacy-loader
Remove deprecated legacy loader from `OC`
|
2023-06-01 19:52:32 +02:00 |
|
Christoph Wurst
|
cf6e2fa1b7
|
chore: Drop \OC_App::getAppVersion
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-06-01 11:31:26 +02:00 |
|
Ferdinand Thiessen
|
dd1f437ad0
|
chore(OC): Remove deprecated legacy loader from OC (OC.loadScript and OC.loadStyle)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-05-31 23:15:36 +02:00 |
|
ZetaTom
|
d17fd1910c
|
Fix app menu flicker
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
|
2023-05-31 15:48:28 +02:00 |
|
Nextcloud bot
|
45d7cee7f8
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-30 00:17:33 +00:00 |
|
Nextcloud bot
|
fa23698c23
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-28 00:17:29 +00:00 |
|
Nextcloud bot
|
eaff926732
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-27 00:17:51 +00:00 |
|
Nextcloud bot
|
7d9d99d5e6
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-26 00:18:10 +00:00 |
|
Simon L
|
cc525094b2
|
Merge pull request #38460 from nextcloud/enh/noid/adjust-sidebar-visiblity
adjust active element visibility in the sidebar
|
2023-05-25 23:19:55 +02:00 |
|
Simon L
|
56aa4c79e2
|
adjust active element visibility in the sidebar
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
2023-05-25 18:19:24 +00:00 |
|
Simon L
|
8424b2a6eb
|
adjust active element visibility in the usermenu
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
2023-05-25 18:16:55 +00:00 |
|
Nextcloud bot
|
1f2a9de112
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-25 00:19:49 +00:00 |
|
Kate
|
115689f167
|
Merge pull request #38438 from nextcloud/feature/openapi/specs
Add OpenAPI specs
|
2023-05-24 17:45:12 +02:00 |
|
jld3103
|
4218f719ea
|
Add OpenAPI specs
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-05-24 16:51:38 +02:00 |
|
Varun Patil
|
60a7610ca6
|
webpack: add nonce to unsupported-browser-redirect chunk
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
2023-05-24 10:38:43 +00:00 |
|
Nextcloud bot
|
294035f523
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-24 00:17:47 +00:00 |
|
Arthur Schiwon
|
0fca8238dd
|
Merge pull request #37665 from fsamapoor/patch-2
Refactors Command/Encryption/Enable.php to improve code readability.
|
2023-05-23 20:56:18 +02:00 |
|
John Molakvoæ
|
4e9e91a215
|
Merge pull request #38400 from nextcloud/cleanup/drop-oc-appsettings
|
2023-05-23 10:38:16 +02:00 |
|
Nextcloud bot
|
79334ebf90
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-23 00:17:26 +00:00 |
|
Nextcloud bot
|
96f0118312
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-21 00:17:10 +00:00 |
|