Camila [Fri, 30 Sep 2022 12:31:24 +0000 (14:31 +0200)]
The dismiss button is now a CustomButton component.
Signed-off-by: Camila <hello@camila.codes>
Camila [Thu, 29 Sep 2022 19:26:20 +0000 (21:26 +0200)]
Fix the dismiss button: display it whenever possible.
Signed-off-by: Camila <hello@camila.codes>
Matthieu Gallien [Tue, 18 Oct 2022 09:41:51 +0000 (11:41 +0200)]
Merge pull request #5057 from nextcloud/backport/4961/stable-3.6
Fix two factor auth notification: activity item was disabled.
Camila [Tue, 20 Sep 2022 16:53:55 +0000 (18:53 +0200)]
Fix two factor auth notification: activity item was disabled.
User couldn't click on the links.
Signed-off-by: Camila <hello@camila.codes>
Matthieu Gallien [Tue, 18 Oct 2022 09:31:39 +0000 (11:31 +0200)]
Merge pull request #5056 from nextcloud/backport/5040/stable-3.6
Fix account not found when doing local file editing.
alex-z [Thu, 13 Oct 2022 08:24:16 +0000 (11:24 +0300)]
Fix account not found when doing local file editing.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Matthieu Gallien [Tue, 18 Oct 2022 09:06:03 +0000 (11:06 +0200)]
Merge pull request #5055 from nextcloud/backport/5039/bugfix/checkTokenForEditLocallyRequests
Backport/5039/bugfix/check token for edit locally requests
Matthieu Gallien [Wed, 12 Oct 2022 16:01:15 +0000 (18:01 +0200)]
edit locally requires a valid token
check on server that the token received during a request to open a local
file is indeed a valid one
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 13 Oct 2022 10:14:22 +0000 (12:14 +0200)]
makes JsonApiJob share common code with SimpleApiJob
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 12 Oct 2022 16:02:26 +0000 (18:02 +0200)]
introduce a very simple network job to do API requests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 18 Oct 2022 08:48:33 +0000 (10:48 +0200)]
Merge pull request #5054 from nextcloud/backport/4990/stable-3.6
Improve 'Handle local file editing' feature. Add loading popup. Add f…
alex-z [Wed, 28 Sep 2022 11:26:57 +0000 (14:26 +0300)]
Improve 'Handle local file editing' feature. Add loading popup. Add force sync before opening a file.'
Signed-off-by: alex-z <blackslayer4@gmail.com>
Claudio Cambra [Tue, 18 Oct 2022 08:46:58 +0000 (10:46 +0200)]
Merge pull request #5048 from nextcloud/backport/4982/stable-3.6
Claudio Cambra [Wed, 28 Sep 2022 10:26:37 +0000 (12:26 +0200)]
Fix link shares default expire date being enforced as maximum expire date even when maximum date enforcement is disabled on the server
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Tue, 18 Oct 2022 03:20:35 +0000 (03:20 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Mon, 17 Oct 2022 16:31:46 +0000 (19:31 +0300)]
Revert "Change CPP version to ++17"
This reverts commit
3af665a4d30aa2e603a3f54398000a3c06f782d6.
alex-z [Mon, 17 Oct 2022 13:36:18 +0000 (16:36 +0300)]
Change CPP version to ++17
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Mon, 17 Oct 2022 03:19:18 +0000 (03:19 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 16 Oct 2022 03:19:05 +0000 (03:19 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 15 Oct 2022 03:19:12 +0000 (03:19 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 14 Oct 2022 03:23:42 +0000 (03:23 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 13 Oct 2022 03:18:48 +0000 (03:18 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Wed, 12 Oct 2022 10:02:04 +0000 (12:02 +0200)]
Merge pull request #5037 from nextcloud/backport/5012/stable-3.6
[stable-3.6] Fix invisible user status selector button not being checked when user is in Offline mode
Claudio Cambra [Wed, 5 Oct 2022 19:44:02 +0000 (21:44 +0200)]
Fix invisible user status selector button not being checked when user is in Offline mode
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Wed, 12 Oct 2022 03:18:51 +0000 (03:18 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Tue, 11 Oct 2022 11:19:21 +0000 (14:19 +0300)]
Merge pull request #5030 from nextcloud/backport/5022/stable-3.6
[stable-3.6] Command-line client. Do not trust SSL certificates by default, unless '--trust' option is set.
alex-z [Mon, 10 Oct 2022 14:05:44 +0000 (17:05 +0300)]
Fix error in logic.
Signed-off-by: alex-z <blackslayer4@gmail.com>
allexzander [Fri, 7 Oct 2022 15:09:10 +0000 (18:09 +0300)]
Command-line client. Do not trust SSL certificates by default, unlss '--trust' option is set.
Signed-off-by: allexzander <blackslayer4@gmail.com>
Nextcloud bot [Tue, 11 Oct 2022 03:16:56 +0000 (03:16 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 10 Oct 2022 03:23:46 +0000 (03:23 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 9 Oct 2022 03:34:38 +0000 (03:34 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 8 Oct 2022 03:19:15 +0000 (03:19 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 7 Oct 2022 13:36:40 +0000 (13:36 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Tobias Kaminsky [Fri, 7 Oct 2022 13:34:22 +0000 (15:34 +0200)]
Merge pull request #5020 from nextcloud/backport/5019/stable-3.6
[stable-3.6] Update after tx migrate
tobiasKaminsky [Fri, 7 Oct 2022 13:23:56 +0000 (15:23 +0200)]
Update after tx migrate
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Matthieu Gallien [Wed, 5 Oct 2022 07:24:07 +0000 (09:24 +0200)]
Merge pull request #5006 from nextcloud/backport/4985/stable-3.6
[stable-3.6] Fix 'Reply' primary property.
Camila [Thu, 29 Sep 2022 15:15:50 +0000 (17:15 +0200)]
Update tests to follow 'Reply' change of primary action.
Signed-off-by: Camila <hello@camila.codes>
Camila [Thu, 29 Sep 2022 13:14:01 +0000 (15:14 +0200)]
Fix 'Reply' action primary property.
Primary is set to true when object type is 'room' or 'chat' and it set to
false when object type is 'call'.
Signed-off-by: Camila <hello@camila.codes>
Camila [Thu, 29 Sep 2022 13:13:01 +0000 (15:13 +0200)]
Remove unused property.
Signed-off-by: Camila <hello@camila.codes>
allexzander [Mon, 3 Oct 2022 12:20:53 +0000 (15:20 +0300)]
Merge pull request #5000 from nextcloud/backport/4968/stable-3.6
[stable-3.6] Bring back .lnk files on Windows and always treat them as non-virtual files.
alex-z [Wed, 21 Sep 2022 16:14:03 +0000 (19:14 +0300)]
Bring back .lnk files on Windows and always treat them as non-virtual files.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Sat, 1 Oct 2022 16:14:38 +0000 (16:14 +0000)]
[tx-robot] Update transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 30 Sep 2022 05:43:36 +0000 (05:43 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 29 Sep 2022 04:34:08 +0000 (04:34 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 28 Sep 2022 10:32:05 +0000 (12:32 +0200)]
Merge pull request #4978 from nextcloud/backport/4967/stable-3.6
[stable-3.6] Fix two factor authentication notification
Camila [Wed, 21 Sep 2022 15:22:01 +0000 (17:22 +0200)]
Fix persistent two factor auth notification.
The server app returns a 202 code when the request succeeded, which was
not taken into account.
Signed-off-by: Camila <hello@camila.codes>
Camila [Tue, 20 Sep 2022 18:50:12 +0000 (20:50 +0200)]
Fix two factor auth notification: 'Approve' link is a primary action.
Signed-off-by: Camila <hello@camila.codes>
Nextcloud bot [Wed, 28 Sep 2022 04:31:34 +0000 (04:31 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 27 Sep 2022 03:27:51 +0000 (03:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Mon, 26 Sep 2022 13:10:50 +0000 (15:10 +0200)]
Merge pull request #4973 from nextcloud/backport/4972/stable-3.6
[stable-3.6] Ensure strings in main window QML are presented as plain text and not HTML
Claudio Cambra [Fri, 23 Sep 2022 13:18:13 +0000 (15:18 +0200)]
Ensure strings in main window QML are presented as plain text and not HTML
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Matthieu Gallien [Mon, 26 Sep 2022 11:06:58 +0000 (13:06 +0200)]
Merge pull request #4974 from nextcloud/backport/4944/stable-3.6
[stable-3.6] Do not format text in QML components as HTML
Claudio Cambra [Thu, 15 Sep 2022 12:56:02 +0000 (14:56 +0200)]
Do not format text in QML components as HTML
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Mon, 26 Sep 2022 04:33:06 +0000 (04:33 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 24 Sep 2022 04:30:55 +0000 (04:30 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 23 Sep 2022 04:26:51 +0000 (04:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 22 Sep 2022 04:30:08 +0000 (04:30 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 20 Sep 2022 04:29:07 +0000 (04:29 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 19 Sep 2022 04:27:55 +0000 (04:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 18 Sep 2022 04:20:41 +0000 (04:20 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 16 Sep 2022 04:20:51 +0000 (04:20 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Thu, 15 Sep 2022 09:37:43 +0000 (11:37 +0200)]
Merge pull request #4943 from nextcloud/backport/4940/stable-3.6
[stable-3.6] Ensure that the file being processed has had its etag properly sanitised, log etag more
Claudio Cambra [Wed, 14 Sep 2022 10:56:59 +0000 (12:56 +0200)]
Ensure that the file being processed has had its etag properly sanitised, log etag more
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Thu, 15 Sep 2022 04:28:06 +0000 (04:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Wed, 14 Sep 2022 12:43:29 +0000 (14:43 +0200)]
Merge pull request #4941 from nextcloud/backport/4939/stable-3.6
[stable-3.6] Deallocate call notification dialog objects when closed
Claudio Cambra [Wed, 14 Sep 2022 10:25:56 +0000 (12:25 +0200)]
Deallocate call notification dialog objects when closed
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Wed, 14 Sep 2022 09:28:58 +0000 (11:28 +0200)]
Merge pull request #4934 from nextcloud/backport/4930/stable-3.6
[stable-3.6] Fix low-resolution file changed overlay icons in activities
Claudio Cambra [Tue, 13 Sep 2022 16:13:09 +0000 (18:13 +0200)]
Fix low-resolution file changed overlay icons in activities
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Wed, 14 Sep 2022 04:20:11 +0000 (04:20 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Camila [Tue, 13 Sep 2022 12:01:35 +0000 (14:01 +0200)]
Merge pull request #4928 from nextcloud/backport/4919/stable-3.6
[stable-3.6] Accept valid lsColJob reply XML content types
Claudio Cambra [Fri, 9 Sep 2022 13:56:36 +0000 (15:56 +0200)]
Accept valid lsColJob reply XML content types
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Tue, 13 Sep 2022 04:24:13 +0000 (04:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Mon, 12 Sep 2022 08:36:39 +0000 (11:36 +0300)]
Merge pull request #4908 from nextcloud/backport/4903/stable-3.6
[stable-3.6] Bugfix/selective sync abort error
allexzander [Wed, 7 Sep 2022 09:08:48 +0000 (12:08 +0300)]
Do not display error message in the activity list when aborgint the sync.
Signed-off-by: allexzander <blackslayer4@gmail.com>
alex-z [Tue, 6 Sep 2022 15:03:31 +0000 (18:03 +0300)]
Start sync immediately after modifying the selective sync settings.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Tue, 6 Sep 2022 14:15:53 +0000 (17:15 +0300)]
Set '_abortRequested' properly within the propagator so the error is not displayed in UI.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Mon, 12 Sep 2022 04:22:26 +0000 (04:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Sun, 11 Sep 2022 14:15:14 +0000 (16:15 +0200)]
Merge pull request #4926 from nextcloud/backport/4910/stable-3.6
[stable-3.6] Fix add account window text clipping, enlarge text
Claudio Cambra [Wed, 7 Sep 2022 14:47:24 +0000 (16:47 +0200)]
Fix add account text clipping, enlarge text
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Sun, 11 Sep 2022 04:27:12 +0000 (04:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Sat, 10 Sep 2022 18:14:55 +0000 (20:14 +0200)]
Merge pull request #4923 from nextcloud/backport/4917/stable-3.6
[stable-3.6] Fix menu bar height calculation on macOS
Claudio Cambra [Fri, 9 Sep 2022 12:23:39 +0000 (14:23 +0200)]
Fix menu bar height calculation on macOS
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Matthieu Gallien [Sat, 10 Sep 2022 10:06:57 +0000 (12:06 +0200)]
Merge pull request #4922 from nextcloud/backport/4914/stable-3.6
[stable-3.6] Bugfix/conflict resolution when selecting folder
alex-z [Thu, 8 Sep 2022 11:21:30 +0000 (14:21 +0300)]
Make sure Folder is deleted from the list and the SyncJournalDB is closed for every folder of the account that has been removed.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Thu, 8 Sep 2022 10:00:13 +0000 (13:00 +0300)]
Check folder invalidity reson when deciding to enable or disable the 'Finish' button in a Wizard page.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Matthieu Gallien [Sat, 10 Sep 2022 09:10:04 +0000 (11:10 +0200)]
Merge pull request #4907 from nextcloud/backport/4902/stable-3.6
[stable-3.6] Fix wrong estimated time when doing sync.
alex-z [Tue, 6 Sep 2022 11:36:29 +0000 (14:36 +0300)]
Fix wrong estimated time when doing sync.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Sat, 10 Sep 2022 04:30:04 +0000 (04:30 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 9 Sep 2022 04:24:34 +0000 (04:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 8 Sep 2022 04:24:56 +0000 (04:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 7 Sep 2022 04:25:50 +0000 (04:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 6 Sep 2022 07:31:09 +0000 (09:31 +0200)]
prepare for 3.6.0 release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 6 Sep 2022 07:28:46 +0000 (09:28 +0200)]
Merge pull request #4829 from nextcloud/feature/unified-search-alignments
Align, resize, and layout everything uniformly in the unified search view
Claudio Cambra [Mon, 8 Aug 2022 21:40:19 +0000 (23:40 +0200)]
Align, resize, and layout everything uniformly in the unified search view
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Matthieu Gallien [Tue, 6 Sep 2022 06:58:57 +0000 (08:58 +0200)]
Merge pull request #4833 from nextcloud/bugfix/unify-tooltips
Use same tooltip component everywhere, fix tooltip clipping bugs
Claudio Cambra [Tue, 9 Aug 2022 15:20:34 +0000 (17:20 +0200)]
Use same tooltip component everywhere
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Matthieu Gallien [Tue, 6 Sep 2022 06:39:36 +0000 (08:39 +0200)]
Merge pull request #4900 from nextcloud/bugfix/droneUploadAppImage
fix script that upload AppImage to go in correct path
Matthieu Gallien [Mon, 5 Sep 2022 22:31:44 +0000 (00:31 +0200)]
gives enough information to allow upload of AppImage
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 5 Sep 2022 22:11:52 +0000 (00:11 +0200)]
debug output for upload of AppImage builts for PRs
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 5 Sep 2022 20:52:40 +0000 (22:52 +0200)]
fix script that upload AppImage to go in correct path
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>