1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-25 03:42:48 +02:00

Commit Graph

  • bb30633d31 Fix source file access modes Michael Schuster 2020-10-01 23:38:13 +0200
  • 5979ae30e1 macOS: Fix memory leak in FolderWatcherPrivate::startWatching Michael Schuster 2020-07-14 08:54:07 +0200
  • 4b985ab3b3
    [tx-robot] updated from transifex Nextcloud bot 2020-10-02 03:32:41 +0000
  • 47b07a4070
    [tx-robot] updated from transifex Nextcloud bot 2020-10-02 03:31:38 +0000
  • a8ebff14d8
    Merge pull request #2498 from nextcloud/backport/2478/stable-3.0 Michael Schuster 2020-10-02 00:22:05 +0200
  • 073293ef2f Update propagateupload.cpp Aldaris1985 2020-09-28 19:00:30 +0800
  • 5467909389
    Merge pull request #2478 from Aldaris1985/patch-1 Michael Schuster 2020-10-02 00:07:45 +0200
  • ef6773bd60 Update propagateupload.cpp Aldaris1985 2020-09-28 19:00:30 +0800
  • 3d1af65853
    Merge pull request #2491 from nextcloud/backport/2486/stable-3.0 Michael Schuster 2020-10-01 19:03:15 +0200
  • 681cb5a989 Correct the object name returned by the api. Camila 2020-09-29 18:51:48 +0200
  • 9b1ad046cb Connect signal guiLog to slot to display systray message. Camila 2020-09-29 17:07:36 +0200
  • c1feecc727
    Merge pull request #2493 from nextcloud/kesselb-patch-1 Kevin Ottens 2020-10-01 13:03:09 +0200
  • fbeba931d2
    Delete FUNDING.yml kesselb 2020-10-01 11:21:12 +0200
  • ce2dec0194
    [tx-robot] updated from transifex Nextcloud bot 2020-10-01 03:40:09 +0000
  • 68c03e0b57
    [tx-robot] updated from transifex Nextcloud bot 2020-10-01 03:39:12 +0000
  • 48524fc1f4
    Merge pull request #2487 from nextcloud/add-talk-icon Kevin Ottens 2020-09-30 14:02:27 +0200
  • 954544830d Add a clickable icon for Talk notifications. Camila 2020-09-29 19:22:43 +0200
  • 2cb919a684
    [tx-robot] updated from transifex Nextcloud bot 2020-09-30 03:39:38 +0000
  • d2e2889a6d
    [tx-robot] updated from transifex Nextcloud bot 2020-09-30 03:38:42 +0000
  • 6569ecbd27
    Merge pull request #2272 from snake66/issues/2219/deprecate-foreach Kevin Ottens 2020-09-29 19:58:52 +0200
  • 7721da25e5 Replace find_if with none_of where appropriate. Harald Eilertsen 2020-09-29 19:23:06 +0200
  • 061ef027ff Don't hold ref to value returned from function. Harald Eilertsen 2020-09-29 18:32:48 +0200
  • 074a94ceb9 gui/accountmanager: Make isAccountIdAvailable a bit clearer. Harald Eilertsen 2020-09-27 14:24:19 +0200
  • 62bf4c5fda gui/folderman: Replace foreach (#2219) Harald Eilertsen 2020-09-27 13:19:08 +0200
  • 677997b2b3 gui/folder: Replace foreach (#2219) Harald Eilertsen 2020-09-27 13:13:21 +0200
  • 5bd2529ca6 gui/application: replace foreach (#2219) Harald Eilertsen 2020-09-27 13:11:22 +0200
  • e343b4b947 gui/accountstate: Replace foreach (#2219) Harald Eilertsen 2020-09-27 13:07:34 +0200
  • 225fdabf6a gui/accountstate: Replace foreach (#2219) Harald Eilertsen 2020-08-15 14:41:59 +0200
  • 1898782781 gui/accountmanager: Replace foreach/Q_FOREACH (#2219) Harald Eilertsen 2020-09-27 13:02:27 +0200
  • 5f4cec870b cmd: Replace foreach with range base for (#2219) Harald Eilertsen 2020-09-27 13:25:52 +0200
  • 1b1975e01d
    Merge pull request #2486 from nextcloud/fix-notification Camila 2020-09-29 19:26:06 +0200
  • dc12cdf196
    Correct the object name returned by the api. Camila 2020-09-29 18:51:48 +0200
  • d2eb24a9a8
    Connect signal guiLog to slot to display systray message. Camila 2020-09-29 17:07:36 +0200
  • b9873cac63
    Merge pull request #2485 from nextcloud/Valdnet-patch-1 Kevin Ottens 2020-09-29 14:43:39 +0200
  • d50ad548d2
    l10n: Remove space from string text Valdnet 2020-09-29 14:39:34 +0200
  • 68ba07a45a
    [tx-robot] updated from transifex Nextcloud bot 2020-09-29 03:41:15 +0000
  • e4505627ab
    [tx-robot] updated from transifex Nextcloud bot 2020-09-29 03:40:11 +0000
  • 10b23200ab
    Merge pull request #2317 from nextcloud/tray-accessibility Kevin Ottens 2020-09-28 16:48:26 +0200
  • b96b7e20c7 emitting signals from Qts Accessibility interaction invocations instead of duplicating actions Dominique Fuchs 2020-09-15 16:45:22 +0200
  • 1053c58b0f KISS. Removed description for now, instead clarified some Accessible.name Dominique Fuchs 2020-08-25 16:52:05 +0200
  • 8abe4219a5 Added missing qsTr() calls - again Dominique Fuchs 2020-08-25 15:00:19 +0200
  • a69898371f Added missing qsTr() calls Dominique Fuchs 2020-08-25 14:59:10 +0200
  • a4151d71bc Fix typo Dominique Fuchs 2020-08-25 13:17:37 +0200
  • 3287ec2387 Typo fixes, minor additions Dominique Fuchs 2020-08-25 13:16:42 +0200
  • c6047e4d63 Re-add wrongly delete action Dominique Fuchs 2020-08-25 12:56:24 +0200
  • 43bf703806 Initial accessibility declarations for tray window qml src Dominique Fuchs 2020-08-25 12:54:56 +0200
  • a30152b0bc
    Merge pull request #2479 from nextcloud/backport/2477/stable-3.0 Kevin Ottens 2020-09-28 14:18:49 +0200
  • a73ade2991 Free IconJob after use Dan Griffin 2020-09-28 12:27:16 +0200
  • a7a079a335
    Merge pull request #2477 from nextcloud/free_icon_job Camila 2020-09-28 13:02:41 +0200
  • 5763e1e9d8
    Free IconJob after use Dan Griffin 2020-09-28 12:27:16 +0200
  • 836638815f
    [tx-robot] updated from transifex Nextcloud bot 2020-09-28 03:37:52 +0000
  • d8e5135c24
    [tx-robot] updated from transifex Nextcloud bot 2020-09-28 03:36:56 +0000
  • eefa46a8e7
    [tx-robot] updated from transifex Nextcloud bot 2020-09-27 03:37:06 +0000
  • 1e30aa661b
    [tx-robot] updated from transifex Nextcloud bot 2020-09-27 03:36:15 +0000
  • d58af951f3
    [tx-robot] updated from transifex Nextcloud bot 2020-09-26 03:38:03 +0000
  • c27a82deef
    [tx-robot] updated from transifex Nextcloud bot 2020-09-26 03:37:11 +0000
  • 78a3e45456
    [tx-robot] updated from transifex Nextcloud bot 2020-09-25 03:41:46 +0000
  • d24eaae8f7
    [tx-robot] updated from transifex Nextcloud bot 2020-09-25 03:40:51 +0000
  • 068ad89d8d
    Merge pull request #2471 from nextcloud/backport/2470/stable-3.0 v3.0.2 Kevin Ottens 2020-09-24 14:51:48 +0200
  • df6abcb68d Force tooltip wrap mode because it's not enabled in Qt 5.12... Kevin Ottens 2020-09-24 14:47:56 +0200
  • 7b1ba31c13
    Merge pull request #2470 from nextcloud/fix_qt_5_12_tooltip_wrap Kevin Ottens 2020-09-24 14:49:44 +0200
  • 78b03739a7
    Force tooltip wrap mode because it's not enabled in Qt 5.12... Kevin Ottens 2020-09-24 14:47:56 +0200
  • 16b709edbc
    [tx-robot] updated from transifex Nextcloud bot 2020-09-24 03:38:39 +0000
  • 17b991bda3
    [tx-robot] updated from transifex Nextcloud bot 2020-09-24 03:37:43 +0000
  • a909ffce28
    Merge pull request #2465 from nextcloud/backport/2441/stable-3.0 Michael Schuster 2020-09-23 16:37:34 +0200
  • 25c8077378 Allow server URL to be pre-defined without enforcing it to be used unmodified Michael Schuster 2020-09-17 03:38:35 +0200
  • 75f5cfff0b
    Merge pull request #2463 from nextcloud/backport/2409/stable-3.0 Kevin Ottens 2020-09-23 14:39:29 +0200
  • 991f84844e
    Use native text rendering for qml windows Jeremy Plsek 2020-09-10 20:36:28 -0400
  • a2899eba74
    Merge pull request #2409 from jplsek/native-text-render Kevin Ottens 2020-09-23 13:15:00 +0200
  • 5fa2a13f8d Use native text rendering for qml windows Jeremy Plsek 2020-09-10 20:36:28 -0400
  • dde4dd78fb
    Merge pull request #2441 from nextcloud/enh/server-url Kevin Ottens 2020-09-23 09:59:31 +0200
  • ce71ffe9f9 Allow server URL to be pre-defined without enforcing it to be used unmodified Michael Schuster 2020-09-17 03:38:35 +0200
  • 122493eeeb
    [tx-robot] updated from transifex Nextcloud bot 2020-09-23 03:37:35 +0000
  • 90f2b01659
    [tx-robot] updated from transifex Nextcloud bot 2020-09-23 03:36:40 +0000
  • 3ca6f4b0f2
    [tx-robot] updated from transifex Nextcloud bot 2020-09-22 03:37:33 +0000
  • 7a9ed6cc0d
    [tx-robot] updated from transifex Nextcloud bot 2020-09-22 03:36:37 +0000
  • 3e7d09b520
    Merge pull request #2458 from nextcloud/backport/2369/stable-3.0 Michael Schuster 2020-09-21 17:45:18 +0200
  • 24da469d72 Windows: Win32 migration tools code review Michael Schuster 2020-09-09 21:01:38 +0200
  • 71e86ad27c Windows MSI: Add MSI scripts and UI resources Michael Schuster 2020-09-05 07:35:53 +0200
  • a5500297f7 Windows: Add Win32 stand-alone migration tool NCNavRemove Michael Schuster 2020-09-05 06:58:48 +0200
  • ea2d1be222 Windows MSI: Add helper DLL and shared migration tools code Michael Schuster 2020-09-05 06:30:09 +0200
  • 1537577ade Windows MSI: Let CMake install Shell Extensions WiX fragment to "msi/" Michael Schuster 2020-09-05 04:39:05 +0200
  • 924ed77563 Windows MSI: Add Upgrade Code and migration tool build options to NEXTCLOUD.cmake Michael Schuster 2020-09-05 04:25:49 +0200
  • b72bfb5c65
    Merge pull request #2369 from nextcloud/enh/windows-msi Michael Schuster 2020-09-21 17:35:37 +0200
  • e024aa3f16
    Windows: Win32 migration tools code review Michael Schuster 2020-09-09 21:01:38 +0200
  • a9014f9852
    Windows MSI: Add MSI scripts and UI resources Michael Schuster 2020-09-05 07:35:53 +0200
  • f321cd8ae6
    Windows: Add Win32 stand-alone migration tool NCNavRemove Michael Schuster 2020-09-05 06:58:48 +0200
  • 68776fe319
    Windows MSI: Add helper DLL and shared migration tools code Michael Schuster 2020-09-05 06:30:09 +0200
  • fc365df5de
    Windows MSI: Let CMake install Shell Extensions WiX fragment to "msi/" Michael Schuster 2020-09-05 04:39:05 +0200
  • fad9b2c969
    Windows MSI: Add Upgrade Code and migration tool build options to NEXTCLOUD.cmake Michael Schuster 2020-09-05 04:25:49 +0200
  • c44c8c8876
    Merge pull request #2456 from nextcloud/backport/2439/stable-3.0 Kevin Ottens 2020-09-21 16:05:59 +0200
  • c3b0e98e3e Fix missing subdirectory discovery on move operations in macOS. Dominique Fuchs 2020-09-16 19:50:16 +0200
  • 5ac3b98dfb
    Merge pull request #2455 from nextcloud/backport/2431/stable-3.0 Kevin Ottens 2020-09-21 15:50:38 +0200
  • c8ca587130 Remove "This includes" due to tooltip order Jeremy Plsek 2020-09-15 17:13:36 -0400
  • 58b88de936
    Merge pull request #2431 from jplsek/remove-this-includes Kevin Ottens 2020-09-21 15:40:37 +0200
  • 3a53afd704 Remove "This includes" due to tooltip order Jeremy Plsek 2020-09-15 17:13:36 -0400
  • c127052f2d
    [tx-robot] updated from transifex Nextcloud bot 2020-09-21 03:32:07 +0000
  • f9ae321353
    [tx-robot] updated from transifex Nextcloud bot 2020-09-21 03:31:12 +0000
  • ed972a0e3f
    [tx-robot] updated from transifex Nextcloud bot 2020-09-20 03:31:45 +0000
  • b7f7366d3a
    [tx-robot] updated from transifex Nextcloud bot 2020-09-20 03:30:53 +0000