Commit graph

17964 commits

Author SHA1 Message Date
Nextcloud bot
252cc97312
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-13 04:12:51 +00:00
Nextcloud bot
b76bbd93ce
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-12 04:10:46 +00:00
Nextcloud bot
142de72e73
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-11 04:09:57 +00:00
allexzander
01c90dbe3f
Merge pull request #4839 from nextcloud/bugfix/userline-bug
Fix account switching and hover issues with UserLine component
2022-08-10 19:16:20 +03:00
Claudio Cambra
7d41530284 Fix account switching and hover issues with UserLine component
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-08-10 18:07:02 +03:00
Camila
ddcb834437
Merge pull request #4804 from nextcloud/feature/enableMoreWarningsAlsoForGcc
Feature/enable more warnings also for gcc
2022-08-10 14:32:14 +02:00
Matthieu Gallien
5c7b6e7af4 fix warnings reported by Qt
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-08-10 12:02:02 +00:00
Matthieu Gallien
4cb87f59f5 use -Wall -Wextra -Wpedantic when compiling with current gcc versions
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-08-10 12:02:02 +00:00
Camila
55fda4e275
Merge pull request #4831 from nextcloud/bugfix/unified-search-placeholder
Fix unified search item placeholder image source
2022-08-10 14:00:52 +02:00
Claudio Cambra
37bd55b232 Fix unified seach item placeholder image source
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-08-10 13:31:45 +02:00
Claudio Cambra
cce7ed7a03
Merge pull request #4797 from nextcloud/work/user-line-refactor
Refactor user line
2022-08-10 13:31:14 +02:00
Claudio Cambra
387dfa96a1 Refactor user line
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-08-10 12:10:20 +02:00
Claudio Cambra
e92aa6299d
Merge pull request #4760 from nextcloud/feature/modal-userstatusselector
Make UserStatusSelector a dismissible page pushed onto the tray window
2022-08-10 11:54:30 +02:00
Claudio Cambra
d86f25d215 Make UserStatusSelector a dismissible page pushed onto the tray window
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-08-10 09:22:33 +00:00
Nextcloud bot
b90e79a6a0
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-10 04:17:46 +00:00
Camila
58e1301a60
Merge pull request #4834 from nextcloud/release/bump-version
Bump version and year.
2022-08-09 17:32:57 +02:00
Camila
c142a2dc25
Bump version and year.
Signed-off-by: Camila <hello@camila.codes>
2022-08-09 17:28:48 +02:00
Camila
c7567b7205
Merge pull request #4827 from gapan/master
Fix greek translation for application name in menu
2022-08-09 17:13:42 +02:00
George Vlahavas
41079fb52e Fix greek translation for application name in menu
Somebody had translated the @APPLICATION_NAME@ macro to greek and so if
the user's locale was set to greek (el_GR.utf8) the menu entry would be
messed up. Apparently this was inherited from owncloud like that. This
commit changes it back to @APPLICATION_NAME@.

Signed-off-by: George Vlahavas <vlahavas@gmail.com>
2022-08-09 14:46:30 +00:00
Camila
5f2c5952b9
Merge pull request #4830 from nextcloud/bugfix/appimage
Remove libglib-2.0.so.0 and libgobject-2.0.so.0 from Appimage.
2022-08-09 16:44:35 +02:00
Camila
ab42a25d01
Remove libglib-2.0.so.0 and libgobject-2.0.so.0 from Appimage.
Patch from contributor at nextcloud/client-building/pull/105.

Signed-off-by: Camila <hello@camila.codes>
2022-08-09 16:20:18 +02:00
Claudio Cambra
ad7a72a5d7
Merge pull request #4818 from nextcloud/bugfix/qml-warnings
Fix QML warnings
2022-08-09 14:40:37 +02:00
Claudio Cambra
0a89bf2335 Fix QML warnings
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-08-09 14:45:18 +03:00
Nextcloud bot
d2f2b8fe77
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-09 04:09:35 +00:00
Claudio Cambra
d57d1e3069
Merge pull request #4822 from nextcloud/bugfix/userstatusselector-away
Fix bugs with setting 'Away' user status
2022-08-08 18:24:51 +02:00
Claudio Cambra
2209052f70 Fix bugs with setting 'Away' user status
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-08-08 17:34:11 +02:00
Claudio Cambra
ec2bba7afd
Merge pull request #4802 from nextcloud/work/account-menu-separator
Eliminate padding around the menu separator in the account menu
2022-08-08 16:50:55 +02:00
Claudio Cambra
81bb290e4c Eliminate padding around the menu separator in the account menu
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-08-08 16:14:32 +02:00
allexzander
dab1a19656
Merge pull request #4816 from nextcloud/bugfix/ensureSyncOptionsAreInitialized
ensure SyncEngine use an initialized instance of SyncOptions
2022-08-08 15:02:53 +03:00
Matthieu Gallien
8551a14c48 ensure SyncEngine use an initialized instance of SyncOptions
will prevent nextcloudcmd command line client from ignoring the settings
handled by SyncOptions

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-08-08 12:36:37 +03:00
Nextcloud bot
2d8fb14e19
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-08 04:07:59 +00:00
Nextcloud bot
1dc7f3bc01
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-07 04:12:30 +00:00
Nextcloud bot
d1b6238e13
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-06 04:10:26 +00:00
Claudio Cambra
40951974cc
Merge pull request #4718 from nextcloud/bugfix/search-skeleton
Restyle unified search skeleton items animation and simplify their code
2022-08-05 19:12:42 +02:00
Claudio Cambra
e9e482b174 Restyle unified search skeleton items animation and simplify their code
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-08-05 18:40:13 +02:00
Matthieu Gallien
227e0ede23
Merge pull request #4821 from nextcloud/bugfix/opengl-context-failure
Fix crash: 'Failed to create OpenGL context'.
2022-08-05 16:15:16 +02:00
allexzander
ff0a058f66 Fix crash: 'Failed to create OpenGL context'.
Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-08-05 16:29:21 +03:00
rakekniven
feffc25683
Merge pull request #4820 from nextcloud/Valdnet-patch-2
i18n: Spelling unification
2022-08-05 13:26:28 +02:00
Valdnet
443ec4bfac
i18n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-08-05 12:04:36 +02:00
Valdnet
0e703c57c2
i18n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-08-05 12:03:03 +02:00
Valdnet
5117b05ef8
i18n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-08-05 11:30:33 +02:00
Valdnet
ee950435c9
i18n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-08-05 11:26:03 +02:00
Valdnet
42854355ad
i18n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-08-05 11:23:31 +02:00
Nextcloud bot
577ee4a717
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-05 03:46:33 +00:00
allexzander
cc548ad9b4
Merge pull request #4815 from nextcloud/bugfix/move-uri-scheme-from-nextcloudcmake-to-root-cmake
Move URI scheme variable from Nextcloud.cmake to root CMakeListsts.
2022-08-04 14:28:44 +03:00
allexzander
9270d401e8 Move URI scheme variable from Nextcloud.cmake to root CmakeListst.
Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-08-04 11:50:58 +03:00
Nextcloud bot
ba16c4d816
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-04 03:45:57 +00:00
Claudio Cambra
8a0c3359b8
Merge pull request #4773 from ivaradi/bullseye
Add Debian Bullseye build
2022-08-03 22:15:56 +02:00
István Váradi
6b3ba1fe3a Add Debian Bullseye build
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2022-08-03 19:22:14 +02:00
allexzander
3487b09fb7
Merge pull request #4810 from nextcloud/bugfix/move-cfpaishellext-vars-to-rootcmakelists
Move CFAPI shell extensions variables to root CMakeLists.
2022-08-03 16:26:41 +03:00