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

Commit Graph

  • 8865405a32 Version: master branch is future 2.5 now Christian Kamm 2017-10-24 09:56:16 +0200
  • f3ea375083 Wizard: Resolve url/ redirects only if url/status.php not found Christian Kamm 2017-10-19 10:54:46 +0200
  • 15b02547e8 [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-24 02:18:49 +0200
  • 476fe66043 [CSE] Add beginnign of the code to deal with the metadata Tomaz Canabrava 2017-10-23 19:27:34 +0200
  • bb53c2586f [CSE] Add Nlohmann's json library Tomaz Canabrava 2017-10-23 19:14:46 +0200
  • 23f5bb7ed9 [CSE] Move network jobs out of networkjobs.h Tomaz Canabrava 2017-10-23 18:15:39 +0200
  • 13b1f8b33e [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-23 02:19:01 +0200
  • ccd32c04a9 [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-22 02:21:00 +0200
  • df19b20d07 [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-21 02:20:25 +0200
  • f41c9fbb7f owncloudsetupwizard: Fix "add new account" if the wizard is already visible Olivier Goffart 2017-10-20 11:19:23 +0200
  • a0e50670de Shibolleth: raise the browser when clicking on the tray Olivier Goffart 2017-10-19 13:49:40 +0200
  • 984631d807 [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-20 02:21:27 +0200
  • a9761a8976 Use qEnvironmentVariable* instead of qgetenv when appropriate Olivier Goffart 2017-09-29 10:31:41 +0200
  • 84d8624e03 [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-19 02:21:00 +0200
  • 1a47052aa3
    [CSE] Remove unused function Tomaz Canabrava 2017-10-18 20:43:12 +0200
  • e0988f482c
    [CSE] Build fix Tomaz Canabrava 2017-10-18 20:29:13 +0200
  • d83e8819ce
    [CSE] SetEncryptionFlagApiJob Tomaz Canabrava 2017-10-18 20:22:27 +0200
  • 623eb29845
    [CSE] Helper functions for the URL's Tomaz Canabrava 2017-10-18 20:21:35 +0200
  • 1436d5bac1
    [CSE] Better debug output Tomaz Canabrava 2017-10-18 19:55:03 +0200
  • 0b50afe915
    [CSE] Correctly Set's the client as connected Tomaz Canabrava 2017-10-18 19:22:59 +0200
  • cfb6e3be8c
    [CSE] Send the Private Key to the server Tomaz Canabrava 2017-10-16 21:06:58 +0200
  • 78136a10b0
    [CSE] Debug statements to help find the encrypt error Tomaz Canabrava 2017-10-16 20:24:27 +0200
  • 08dfe86f37
    [CSE] Adjust the calls to ent-to-end encryption Tomaz Canabrava 2017-10-16 19:50:00 +0200
  • 0f1480728e
    [cse] Use fake data to verify the encryption Tomaz Canabrava 2017-09-15 17:59:14 +0200
  • ba3d2a61d5
    [cse] Call the encrypt and decrypt functions on fake data Tomaz Canabrava 2017-09-15 17:38:20 +0200
  • e0d368cbb3
    [cse] Update the encrypt and decrypt algorithm to GCM Tomaz Canabrava 2017-09-15 16:17:37 +0200
  • 4f7265c04f
    [aes] Create the Decrypt function. Tomaz Canabrava 2017-09-14 22:50:56 +0200
  • 6b53b4f257
    [cse] Add the crypt method, based on OpenSSL Wiki Tomaz Canabrava 2017-09-14 22:45:12 +0200
  • 77c0309e02
    [cse] use PKCS5_PBKDF2_HMAC_SHA1 on the random-word passphrase Tomaz Canabrava 2017-09-14 21:41:31 +0200
  • 5395fc56b1
    [cse] Start the encryption algorithm for the Private Key Tomaz Canabrava 2017-09-14 18:39:18 +0200
  • fd00e180f5
    [aes] fix out of bounds access. Tomaz Canabrava 2017-09-14 18:30:00 +0200
  • 60729f1fc4
    [cse] Enable OpenSSL for encryption Tomaz Canabrava 2017-09-14 17:37:43 +0200
  • 418401a33c
    [cse] new method, getUnifiedString Tomaz Canabrava 2017-09-14 17:23:40 +0200
  • 2111aeaac1
    [cse] Add wordlist & related methods. Tomaz Canabrava 2017-09-14 16:50:25 +0200
  • 69c709714d
    [cse] Save signed key on disk Tomaz Canabrava 2017-09-14 15:57:41 +0200
  • 090336c928
    [cse] Correctly send the CSR Tomaz Canabrava 2017-09-13 20:52:55 +0200
  • 307dfd195c
    [cse] Call the CSR job. Tomaz Canabrava 2017-09-13 19:57:39 +0200
  • 304231811d
    [cse] Start the job to sign the public key. Tomaz Canabrava 2017-09-13 17:01:02 +0200
  • ecb05020a9
    [cse] Do not save the certificate on disk Tomaz Canabrava 2017-09-12 21:52:10 +0200
  • d2992d92ba
    [cse] Generate the CSE Tomaz Canabrava 2017-09-12 20:02:17 +0200
  • c358980448
    [cse] Link Against OpenSSL Tomaz Canabrava 2017-09-12 18:28:11 +0200
  • 42a3098595
    [cse] s/scr/csr Tomaz Canabrava 2017-09-12 17:08:04 +0200
  • 58e2e6b30b
    [cse] Generate the public / private keys and store locally Tomaz Canabrava 2017-09-12 14:35:05 +0200
  • 8c342cb1dd
    [cse] Generate the KeyPair Tomaz Canabrava 2017-09-12 13:44:42 +0200
  • 17693a75e5
    [cse] Request public key from server Tomaz Canabrava 2017-09-12 11:21:53 +0200
  • f4bbec1019
    [bugfix] Return the error code, don't discard it. Tomaz Canabrava 2017-09-12 11:06:57 +0200
  • 29b64640fa
    [cse] Start to fetch the basics to fetch the key from the server Tomaz Canabrava 2017-09-11 16:52:57 +0200
  • 3f4d915a17
    [cse] Add files to handle client side encryption Tomaz Canabrava 2017-09-11 15:00:01 +0200
  • 7e2085375f
    [cse] Invalid read of 1 Tomaz Canabrava 2017-09-11 11:31:25 +0200
  • 1c85f94b00
    [cse] Use server capabilities to query for cse Tomaz Canabrava 2017-09-03 13:33:50 +0200
  • 920047fa70
    [CSE] Remove uneeded includes Tomaz Canabrava 2017-08-25 16:56:34 +0200
  • f7e74f520b
    [CSE] Call encrypt and unencrypt from the GUI Tomaz Canabrava 2017-08-25 15:00:30 +0200
  • 5b51346e83
    [CSE] New Network Job: DeleteApiJob Tomaz Canabrava 2017-08-25 14:59:13 +0200
  • e2091bb0a3
    [CSE] Add FileIdRole for the FolderStatusModel Tomaz Canabrava 2017-08-25 14:12:27 +0200
  • 9870f39dcb
    [CSE] Fetch file-id for subfolders Tomaz Canabrava 2017-08-25 13:56:13 +0200
  • 9318c487b9
    [CSE] Display menu for encrytp / decryot folders Tomaz Canabrava 2017-08-24 15:53:26 +0200
  • 1c32f6bb2e
    [CSE] Check the server for client side encryption Tomaz Canabrava 2017-08-24 12:38:00 +0200
  • f9b1c724d6 Merge pull request #19 from nextcloud/no_5.6_drone Roeland Jago Douma 2017-10-18 21:29:47 +0200
  • 4946848d08
    Out 5.6 container is to old. Lets focus on the others for now Roeland Jago Douma 2017-10-18 21:14:19 +0200
  • f56e1d167d Merge pull request #18 from nextcloud/up_mas Roeland Jago Douma 2017-10-18 21:13:24 +0200
  • bc7e65b395
    Merge branch 'master' of https://github.com/owncloud/client Roeland Jago Douma 2017-10-18 21:03:15 +0200
  • 9866010b4c SettingsDialogMac: Fix account display name #6078 Markus Goetz 2017-10-17 17:55:14 +0200
  • a3c1052cae owncloudcmd: Fix timestamps, Fix --logdebug Markus Goetz 2017-10-17 15:16:48 +0200
  • 726cbc160c [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-18 02:19:58 +0200
  • bf39343920 Sync: Add capability for invalid filename regexes #6092 Christian Kamm 2017-10-13 14:56:40 +0200
  • c190646cca Packaging: Require ZLIB Markus Goetz 2017-10-17 16:55:42 +0200
  • af24b4132d Packaging: Require ZLIB Markus Goetz 2017-10-17 16:53:11 +0200
  • d339b68715 Checksums: Use addData function Markus Goetz 2017-10-05 21:43:49 +0200
  • 7f51803d04 Only use $(MAKE) in doc target if make is used as generator Dominik Schmidt 2017-09-22 11:15:35 +0200
  • eadc791795 [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-17 12:43:06 +0200
  • 408cf11b2b [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-17 12:40:55 +0200
  • e3ba8d3209 Merge branch 'master' into 2.4 Markus Goetz 2017-10-17 12:37:20 +0200
  • 17b1c83ae5 Activity: Allow sorting of issues and protocol #6086 Christian Kamm 2017-10-12 14:38:13 +0200
  • b2a8ffc577 Abort: Fix crash with early aborts Christian Kamm 2017-09-28 10:03:04 +0200
  • e2711224ed Propagator: Avoid duplicate async abort Christian Kamm 2017-09-28 09:52:21 +0200
  • 2ac7e0200a Test case for #5949 Christian Kamm 2017-09-25 11:41:23 +0200
  • e6b971b316 TestUtils: Invalidate etags on PUT or chunk-MOVE Christian Kamm 2017-09-25 11:39:21 +0200
  • 111bb485ec UploadNG: Avoid div-by-zero for super fast uploads Christian Kamm 2017-09-25 11:38:42 +0200
  • e10775d34f Fix paused sync file move issue #5949 Piotr Mrowczynski 2017-08-11 00:03:03 +0200
  • 30957479a3 [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-17 02:18:34 +0200
  • b4ab53dd32 [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-16 02:18:33 +0200
  • a314eeb892 [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-15 02:18:35 +0200
  • 644ddf318c [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-14 02:18:36 +0200
  • f598ac89ac HttpCreds: Fix retry after wrong password #5989 Christian Kamm 2017-10-11 15:22:51 +0200
  • 3f7b3ca962 Checksums: Improve logging and add global disable #5017 Christian Kamm 2017-10-13 13:08:20 +0200
  • 104c6edcde [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-13 02:18:37 +0200
  • 94b673dc8e [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-12 02:18:38 +0200
  • 096cd348f0 Doc: Update FAQ entry on deeply nested directories #1067 Christian Kamm 2017-10-11 16:01:46 +0200
  • 01c2ffe2ae PropagateDownload: Read Content-md5 header #6088 Christian Kamm 2017-10-10 13:24:41 +0200
  • 0a4370236d [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-11 02:18:35 +0200
  • fe8d2b397e [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-10 02:18:44 +0200
  • 92e90f9c55 Context menu: More detailed status messages Christian Kamm 2017-10-06 11:54:16 +0200
  • 9eabd2a32a Merge pull request #6 from nextcloud/mergeWithOrigin Roeland Jago Douma 2017-10-09 08:50:13 +0200
  • 3eb2642b11 [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-09 02:18:35 +0200
  • 99192a6dec [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-08 02:18:36 +0200
  • cffc1fd1c4 [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-07 02:18:37 +0200
  • b8f7c6daae CMakeLists.txt: Put -pie as a linker flag were it belongs Olivier Goffart 2017-10-06 14:34:22 +0200
  • cd07865da6 Settings Dialog: Fix display name compilation for macOS #6078 Markus Goetz 2017-10-06 12:01:10 +0200
  • 315e38e814 Use display-name from the ocs call in the settings dialog Thomas Müller 2017-10-05 21:08:38 +0200
  • 95b90271b6 [tx-robot] updated from transifex Jenkins for ownCloud 2017-10-06 02:18:35 +0200