Carl Schwan
8dcd992ad4
Merge pull request #34940 from nextcloud/feat/add-mastodon
...
Add mastodon and reorganize profile info section
2022-11-22 17:47:04 +01:00
Côme Chilliet
603feb98f2
Merge pull request #35234 from nextcloud/fix/bump-doctrine/dbal-to-3.3-in-master
...
Bump doctrine/dbal to 3.3 in master
2022-11-22 15:48:58 +01:00
John Molakvoæ
ba9059b497
Merge pull request #35325 from nextcloud/fix/navigation-order
...
Fix navigation order
2022-11-22 15:04:09 +01:00
Joas Schilling
86e7159d82
Merge pull request #35206 from nextcloud/bugfix/noid/fix-forwarding-the-object-id
...
Fix forwarding the object id when searching comments
2022-11-22 14:56:48 +01:00
Christoph Wurst
cad2e4d341
Merge pull request #35309 from nextcloud/fix/fix-33856-Help_pages_Window_title_must_change_when_switching_sidebar_sections
...
Help pages: set window title for sidebar sections
2022-11-22 14:12:13 +01:00
Carl Schwan
f244406ebd
Update composer autoloader
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-22 13:35:17 +01:00
Côme Chilliet
beaa81e420
Align 3rdparty with master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-22 12:28:17 +01:00
John Molakvoæ
5f58660de5
Fix navigation order
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-11-22 12:11:35 +01:00
Julius Härtl
5bf96eecc6
Merge pull request #35226 from nextcloud/redis/lazy
2022-11-22 11:54:29 +01:00
Louis
0fb6fdcd21
Merge pull request #35316 from nextcloud/dependabot/npm_and_yarn/engine.io-and-socket.io-6.2.1
...
Bump engine.io and socket.io
2022-11-22 10:46:18 +01:00
Carl Schwan
e35bcc9381
Fix tests
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-22 10:06:19 +01:00
John Molakvoæ
7f6e22c308
Merge pull request #35318 from nextcloud/bugfix/noid/avoid-conflicting-session-data
2022-11-22 10:04:14 +01:00
julia.kirschenheuter
3559334fec
Help pages: set window title for sidebar sections
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-11-22 09:31:28 +01:00
Julius Härtl
023b80e617
Only setup redis connection if needed
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-11-22 09:26:24 +01:00
Julius Härtl
de3099b4d6
Remove potential mismatching dav session data during login
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-11-22 08:47:01 +01:00
Carl Schwan
d1209d8302
Rename mastodon to fediverse
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-22 08:40:12 +01:00
dependabot[bot]
ea21d282eb
Bump engine.io and socket.io
...
Bumps [engine.io](https://github.com/socketio/engine.io ) and [socket.io](https://github.com/socketio/socket.io ). These dependencies needed to be updated together.
Updates `engine.io` from 6.1.1 to 6.2.1
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.1.1...6.2.1 )
Updates `socket.io` from 4.4.1 to 4.5.3
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/4.4.1...4.5.3 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
- dependency-name: socket.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-22 03:25:11 +00:00
Nextcloud bot
a0bf65dad9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-22 02:19:20 +00:00
Simon L
09345f762b
Merge pull request #35308 from nextcloud/bugfix/34961/user-mgmt-quota-no-cache
...
Don't use quota cache through user management
2022-11-21 18:39:31 +01:00
Côme Chilliet
83badcba82
Merge pull request #35146 from nextcloud/fix-codespace-url
...
Fix devcontainer url (closing #35145 )
2022-11-21 17:18:51 +01:00
Carl Schwan
d847eacfbd
Refactor profile info settings
...
- Make it possible to add the new property whiout chaning foundamentally
how the layout work each time
- Use only one grid instead of multiple nested grid
- Better mobile reponsiveness
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-21 16:29:04 +01:00
Carl Schwan
86d9626901
Add mastodon personal info field
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-21 16:28:56 +01:00
Vincent Petry
0b09531dc6
Don't use quota cache through user management
...
When querying the free space through user management APIs, don't use the
cached quota value. The latter is only there to accelerate PROPFINDs.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-21 16:24:22 +01:00
Côme Chilliet
d0c72cc11a
Merge pull request #34528 from nextcloud/fix/files_versions-clean-handling-of-bad-names
...
Handle badly named version files more gracefully and log information
2022-11-21 16:18:42 +01:00
Côme Chilliet
c2cb790532
Merge pull request #34745 from nextcloud/optimize-show-apps
...
Extract $ignoreMaxApps from array_map callback in AppSettingsController
2022-11-21 15:20:11 +01:00
Côme Chilliet
1510a3dca4
Merge pull request #35241 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2022-11-21 15:19:03 +01:00
Louis
e644205120
Merge pull request #35187 from nextcloud/artonge/fix/mention_in_comment_editor
...
Fix mentions rendering in comment editor
2022-11-21 12:24:56 +01:00
Côme Chilliet
8a16e7e8a1
Fix more psalm issues in OC\DB
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-21 11:30:20 +01:00
Côme Chilliet
378630f8a0
Fix psalm issues following doctrine/dbal bump
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-21 10:56:15 +01:00
Joas Schilling
fab277647e
Merge pull request #35251 from nextcloud/bugfix/noid/increase-fairuse-limit
...
Increase the fair-use push limit to 1.000 users
2022-11-21 10:49:01 +01:00
Louis Chemineau
0f66806694
Fix mentions rendering in comment editor
...
NcRichContentEditable needs an index of users to properly display them. This commit adds a caching logic and provides it to NcRichContentEditable.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-11-21 10:48:47 +01:00
Joas Schilling
aad8b30398
Merge pull request #35185 from nextcloud/bugfix/noid/hide-not-missing-updates-of-future-shipped-apps
...
Hide warning about missing apps for when shipped in the next version
2022-11-21 07:36:42 +01:00
nextcloud-command
b3bf64b88b
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-11-21 04:17:02 +00:00
Nextcloud bot
e275dc03aa
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-21 02:15:29 +00:00
Nextcloud bot
9b86b91ddf
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-20 02:15:49 +00:00
Nextcloud bot
46586dadb9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-19 02:17:38 +00:00
John Molakvoæ
5c8453928a
Merge pull request #35269 from nextcloud/fix/remove-pending
...
Remove completed comments
2022-11-19 00:05:18 +01:00
blizzz
eac6378646
Merge pull request #34677 from nextcloud/fix/34602/background-image-migration
...
optimize background image migration job
2022-11-18 23:14:37 +01:00
Arthur Schiwon
9892bdc3c3
rename placeholder
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-11-18 22:30:03 +01:00
Arthur Schiwon
0297a03698
fix const visibility
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-11-18 22:24:59 +01:00
blizzz
df8ed46cce
use const
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
2022-11-18 22:24:59 +01:00
blizzz
9bdf4c2254
use const
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
2022-11-18 22:24:59 +01:00
blizzz
a2bce2c6fc
use .json extentions
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
2022-11-18 22:24:59 +01:00
Arthur Schiwon
dbd573e1b0
do not store state in appconfig
...
- and use count over isset for better understanding
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-11-18 22:24:59 +01:00
Arthur Schiwon
a7ffdcd3dd
remove dashboard check, as fallback did not consider it either
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-11-18 22:24:59 +01:00
Arthur Schiwon
b725c777aa
optimize background image migration job
...
- separate in two stages: to prepare, and to actually migrate
- in step one, prepare a list of users to be migrated, and store it
compressed as app config
- gzcompress can be used, because we already require zlib
- upon the next calls (step two), slice off the first 5000 users
and migrate them. Re-add job if necessary to repeat.
- downside is that an app config value will in the beginning use the
RAM with any request, until it thins out. Examples: 2m UUIDs (75 MiB)
result in ~40 MiB compressed data, while 0.2Mib for 10 000 UUIDs,
0.4MiB for 20 000 and 4.1 MiB for 200 000. Acceptable.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-11-18 22:24:58 +01:00
Christopher Ng
a32ce79204
Remove completed comments
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-11-18 19:00:50 +00:00
Pytal
4767551509
Merge pull request #35253 from nextcloud/bugfix/noid/remove-warnings-loginpage
2022-11-18 10:27:12 -08:00
Simon L
b4ab2a9358
Merge pull request #35259 from nextcloud/bugfix/32354/fix-upload-actually-cancel-xhr
...
Also cancel XHR when cancelling uploads
2022-11-18 18:06:05 +01:00
Simon L
8e80f0433c
Merge pull request #35182 from nextcloud/enh/34654/try-go-generate-user-themed-icons
...
generate user themed icons
2022-11-18 16:02:51 +01:00