Commit Graph

17957 Commits

Author SHA1 Message Date
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
alex-z 3400df461d Move CFAPI shell extensions variables to root CMakeLists.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-08-03 14:55:31 +03:00
allexzander 0945466c1f
Merge pull request #4771 from nextcloud/feature/handle-edit-locally
Feature/handle edit locally
2022-08-03 12:28:42 +03:00
alex-z d42d3c057f Implement URI handler for local file editing
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-08-03 11:38:33 +03:00
Nextcloud bot 4f85f7a45d
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-03 03:46:45 +00:00
Claudio Cambra 63acfde182
Merge pull request #4774 from nextcloud/feature/double-click-open-folder
Double-clicking tray icon opens currently-selected user's local folder (if available)
2022-08-02 19:37:00 +02:00
Claudio Cambra 2b598d1820 Double-clicking tray icon opens currently-selected user's local folder (if available)
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-08-02 19:06:44 +02:00
Claudio Cambra 846a3fe3d5
Merge pull request #4790 from nextcloud/bugfix/clean-up-talkreplytextfield
Clean up TalkReplyTextField, remove unnecessary parent Item
2022-08-02 19:04:14 +02:00