Vincent Petry
b8dbbb177d
Fix loading custom background
...
Fix the route for loading the custom background.
Because the controller is UserThemeController, so the route path is
not "theming" but "userTheme".
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-23 11:19:38 +02:00
blizzz
ac1c7397a1
Merge pull request #34190 from nextcloud/fix/noid/remove-core-bundle
...
remove CoreBundle as we now ship the lat app that was referenced there
2022-09-22 17:34:30 +02:00
Arthur Schiwon
1b6ddb826c
update autoloader
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-22 15:11:39 +02:00
Arthur Schiwon
a133a8a9d7
remove getDefaultInstallationBundle
...
- because all apps are shipped now it was returning an empty result
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-22 15:11:39 +02:00
Arthur Schiwon
a7af25e1d9
remove InstallCoreBundle repair step
...
- core bundle was empty and thus removed
- all former apps installed this way are shipped
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-22 13:24:06 +02:00
Arthur Schiwon
759eaee5ed
remove Core Bundle
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-22 13:20:37 +02:00
blizzz
8c7a35cc78
Merge pull request #34183 from nextcloud/bump-shipped-list
...
Bumped shipped apps list
2022-09-22 12:37:35 +02:00
blizzz
be1cb99188
Merge pull request #34186 from nextcloud/master-is-now-26
...
⚠️ Master is now 26
2022-09-22 12:01:15 +02:00
Joas Schilling
05845e11a8
Master is now 26
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-22 11:56:15 +02:00
Vincent Petry
2f15e83d7b
Merge pull request #34160 from nextcloud/fix/detect-weird-local-ips
...
Detect weird local ips
2022-09-22 11:38:12 +02:00
Joas Schilling
5fedb42520
Bumped shipped apps list
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-22 10:52:58 +02:00
Vincent Petry
938bc57f6d
Merge pull request #34133 from nextcloud/showTag
...
Add includeTags to /share/id
2022-09-22 10:23:48 +02:00
Vincent Petry
e346417067
Merge pull request #34181 from nextcloud/enh/edit-locally-icon
...
Use computer icon for edit locally file action
2022-09-22 10:22:10 +02:00
Côme Chilliet
75328593ad
Fix idn_to_utf8 stub signature
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-22 10:16:35 +02:00
Nextcloud bot
1930c3bbb9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-22 02:32:35 +00:00
Pytal
b84f51b6de
Merge pull request #34117 from nextcloud/profil-card
...
Show long names correctly on profile card
2022-09-21 12:17:30 -07:00
Christopher Ng
1f786f6bcc
Remove port parameter which is included in host
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-21 19:11:38 +00:00
Christopher Ng
09b7776720
Use computer icon for edit locally file action
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-21 18:59:40 +00:00
Git'Fellow
7518917aa9
Switch to overflow-wrap
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-21 17:59:56 +00:00
Git'Fellow
6fc810ab98
Show long nomes correctly on profile card
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-21 17:50:59 +00:00
Pytal
3f2c315588
Merge pull request #34180 from nextcloud/bump-password-confirmation-4.0.1
2022-09-21 10:40:38 -07:00
Vincent Petry
4ef3799745
Bump @nextcloud/password-confirmation from 4.0.0 to 4.0.1
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-21 18:29:08 +02:00
Joas Schilling
18431c2fe9
Merge pull request #34145 from nextcloud/bugfix/noid/allow-app-type-session
...
Allow app type session which we load in base.php
2022-09-21 15:48:56 +02:00
Simon L
0577f86e13
Merge pull request #34170 from nextcloud/enh/noid/theming-settings-icon
...
update theming icon in personal settings
2022-09-21 14:12:41 +02:00
Simon L
8268416a2c
Merge pull request #34171 from nextcloud/enh/edit-locally
...
Add edit locally file action
2022-09-21 14:11:04 +02:00
Joas Schilling
d0ead94aea
Merge pull request #31807 from nextcloud/fix/cors_csrf
...
Accept CSRF on CORS routes
2022-09-21 13:50:59 +02:00
szaimen
310ccfa14e
update theming icon in personal settings
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-21 11:26:08 +00:00
Jonas Rittershofer
c8b7a233a5
Allow CSRF on CORS routes
...
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Co-authored-by: Andreas Brinner <andreas@everlanes.net>
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
2022-09-21 10:42:00 +00:00
Tobias Kaminsky
5b3fb7a8ff
Update apps/files_sharing/lib/Controller/ShareAPIController.php
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Tobias Kaminsky <tobias@nextcloud.com>
2022-09-21 08:28:03 +02:00
Joas Schilling
48def620cb
Merge pull request #34165 from nextcloud/bugfix/noid/remove-remaining-occurance-of-color-primary-element-lighter
...
Remove last occurance of "color-primary-element-lighter"
2022-09-21 06:23:35 +02:00
Nextcloud bot
3407f26a0f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-21 02:27:40 +00:00
Christopher Ng
d415c656f6
Add edit locally file action
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-20 19:43:34 +00:00
Côme Chilliet
b3b98a3e20
Update 3rdparty to master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-20 17:49:17 +02:00
Joas Schilling
29af54f10d
Merge pull request #34147 from nextcloud/bugfix/noid/fix-avatar-cleanup-on-user-delete
...
Fix avatar cleanup on user delete
2022-09-20 17:11:05 +02:00
Joas Schilling
205b0c4e24
Remove last occurance of "color-primary-element-lighter"
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20 16:33:55 +02:00
Vincent Petry
132012c075
Merge pull request #34161 from nextcloud/bugfix/noid/fix-ffmpeg-preview-manager
...
Fix FFMPEG preview manager
2022-09-20 15:00:12 +02:00
Joas Schilling
20ee356a29
Merge pull request #34154 from nextcloud/bugfix/noid/add-missing-viewbox-to-svgs
...
Add missing viewbox to SVGs
2022-09-20 14:19:55 +02:00
Joas Schilling
efedb218e3
Fix FFMPEG preview manager
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20 13:22:24 +02:00
Côme Chilliet
31117fa7c7
Fix tests for nested v4 in v6
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-20 12:46:22 +02:00
Côme Chilliet
7ac688a2e5
Use new dependency to normalize IPs
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-20 12:34:04 +02:00
Côme Chilliet
6b876bb0c3
Add mlocati/ip-lib dependency
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-20 12:23:24 +02:00
Côme Chilliet
a907b74c2a
Add missing urldecode and idn_to_utf8 calls to local address checker
...
The call to idn_to_utf8 call is actually to apply normalization
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-20 12:20:35 +02:00
Carl Schwan
d0668ce3b7
Merge pull request #34140 from nextcloud/fix/carl/clean-search-result-when-resetting
...
Clear search results when remove search query
2022-09-20 12:16:58 +02:00
Côme Chilliet
c083f77e4e
Harden tests for local IP detection in URLs
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-20 12:14:33 +02:00
John Molakvoæ
93fc2ffc44
Merge pull request #34144 from nextcloud/remove-avatar-fixme
...
Remove completed refresh avatar FIXME
2022-09-20 11:00:02 +02:00
Joas Schilling
354549a88b
Recompile icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20 10:58:35 +02:00
Joas Schilling
c443ecfbff
Rebuild autoloader
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20 10:33:26 +02:00
Joas Schilling
c2d32edd42
Recompile weather app
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20 10:30:56 +02:00
Joas Schilling
2fe70e2795
Add missing viewbox to SVGs
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20 10:21:57 +02:00
Vincent Petry
e3869dcac8
Merge pull request #34130 from nextcloud/automated/noid/master-update-ca-cert-bundle
...
[master] Update ca-cert bundle
2022-09-20 10:16:31 +02:00