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

Commit Graph

  • 042816bd0d
    Merge pull request #88 from ivaradi/debian-build Daniel Hansson 2017-12-13 21:40:02 +0100
  • c592871f94 [CSE] Do not handle b64 inside of the decrypt function Tomaz Canabrava 2017-12-13 16:37:52 +0100
  • 5cc3b526e8 stack-protector is not supported on hppa. rockihack 2017-12-11 15:18:30 +0100
  • 1b2a8ba6b0 Enable stack-protector-strong on Windows and macOS. rockihack 2017-12-10 17:03:19 +0100
  • 8a963a67f2 stack-protector is not supported on hppa. rockihack 2017-12-11 15:18:30 +0100
  • 586fd346ea Enable stack-protector-strong on Windows and macOS. rockihack 2017-12-10 17:03:19 +0100
  • e5ed8fc90a Merge remote-tracking branch 'origin/2.4' Christian Kamm 2017-12-13 11:03:24 +0100
  • 75676f8830 Notifications: Propagate "Dismiss" as DELETE to server #5922 Markus Goetz 2017-08-03 18:03:58 +0200
  • 530853c988 [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-13 02:18:36 +0100
  • 9916583ffa [CSE] More verbose output Tomaz Canabrava 2017-12-12 21:50:30 +0100
  • 25734afd39
    First base64 decode Roeland Jago Douma 2017-12-12 21:42:37 +0100
  • ea3558faf6 [CSE] Fix strings Tomaz Canabrava 2017-12-12 21:29:06 +0100
  • 159c0e138f [CSE] Add a DecryptAsync method Tomaz Canabrava 2017-12-12 21:23:02 +0100
  • aca298ca64 [CSE] Be explicit that async encryption uses publicKey Tomaz Canabrava 2017-12-12 20:14:31 +0100
  • 2127b2629d [CSE] Move encryption related network jobs to its own file Tomaz Canabrava 2017-12-12 19:36:47 +0100
  • c26d986dbf New repository directory name István Váradi 2017-12-12 17:27:01 +0100
  • e55518f820 Fixed IV variable reference István Váradi 2017-12-12 17:22:29 +0100
  • 44854beefb Further script and file path renaming István Váradi 2017-12-12 17:17:23 +0100
  • 7e41a811dd Fix of script path István Váradi 2017-12-12 17:14:49 +0100
  • d2e159c385 Automatic building of Ubuntu/Debian packages István Váradi 2017-12-12 17:11:46 +0100
  • f6f078d1ee [CSE] Rename Variable Tomaz Canabrava 2017-12-12 16:15:05 +0100
  • ce37235cc4 [CSE] Retrieve the Private Key from the KeyChain Tomaz Canabrava 2017-12-12 16:09:31 +0100
  • 0a58ea76e5 [CSE] Start the work with an existing metadata Tomaz Canabrava 2017-12-12 15:35:53 +0100
  • 02283fc686
    Merge pull request #6224 from owncloud/deprecated Olivier Goffart 2017-12-12 11:48:04 +0100
  • e6f835d138 [CSE] Unlock the folder after a lock Tomaz Canabrava 2017-12-12 11:26:54 +0100
  • 33b1fcfe66 Merge branch 'master' into clientSideEncryptionV3 Tomaz Canabrava 2017-12-12 10:46:43 +0100
  • dcf0baa9de Journal: 64bit inodes, fix storing uint64s generally Christian Kamm 2017-12-11 14:47:49 +0100
  • cd2057fc04 Update Overlay Icon naming Martin 2017-12-06 19:00:43 +0100
  • 3e294d5339 [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-12 02:18:35 +0100
  • bae00358b9
    Merge pull request #6219 from owncloud/config Olivier Goffart 2017-12-11 17:10:18 +0100
  • 36573a5c6f [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-11 02:18:33 +0100
  • 9a835af7ce [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-10 02:18:34 +0100
  • ca48ff793c [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-09 02:18:34 +0100
  • 58e8a25869 Enable deprecated warnings Olivier Goffart 2017-12-08 16:13:28 +0100
  • d517d92f6c FolderWizard: don't use deprecated API Olivier Goffart 2017-12-08 13:02:05 +0100
  • 71dcf7fc37 SSLButton: Removes some call to deprecated functions Olivier Goffart 2017-12-08 12:30:15 +0100
  • 0a59faf03d OcsJob: Use QUrlQuery Olivier Goffart 2017-12-08 12:27:04 +0100
  • 7bd48b1327 cmd: remove usage of deprecated qInstallMsgHandler Olivier Goffart 2017-12-08 11:17:38 +0100
  • 8c652e061d Remove uses of deprecated QString::fromAscii Olivier Goffart 2017-12-08 11:13:44 +0100
  • a4816d6a8c Updater: use QUrlQuery Olivier Goffart 2017-12-08 11:10:22 +0100
  • 1a503d54f6 Remove usage of deprecated qSort Olivier Goffart 2017-12-08 11:07:46 +0100
  • 263668b1cb Remove use of deprecated translate call Olivier Goffart 2017-12-08 11:03:14 +0100
  • 3df65460f5 Remove usage of QString::null Olivier Goffart 2017-12-08 10:58:55 +0100
  • 74672d493d Utility: use QUrlQuery Olivier Goffart 2017-12-08 10:10:28 +0100
  • 0a83d3e743 [CSE] Fix reading the public key for the metadata Tomaz Canabrava 2017-12-08 11:24:22 +0100
  • a08a32ceca [CSE] Fetch the metadata for the upload. Tomaz Canabrava 2017-12-08 10:32:05 +0100
  • 6745777ca3 [CSE] Save folder id and token for the lock Tomaz Canabrava 2017-12-08 10:19:56 +0100
  • f1b7d506ae csync_exclude: fix compilation of non-test builds Olivier Goffart 2017-12-08 09:43:26 +0100
  • fc8c88be41 [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-08 02:18:35 +0100
  • 70d562668c [CSE] Add handling for side-by-side uploads. Tomaz Canabrava 2017-12-07 21:51:42 +0100
  • ccd8cff4db [CSE] Try to lock repeteadly the folder if needed. Tomaz Canabrava 2017-12-07 21:31:20 +0100
  • 9f678652f8 [CSE] Lock the folder to upload a file. Tomaz Canabrava 2017-12-07 20:52:54 +0100
  • 76916b6c48 [CSE] Request the Folder ID. Tomaz Canabrava 2017-12-07 19:39:30 +0100
  • 4878e824e5 [CSE] Fix reading encrypted status of folders. Tomaz Canabrava 2017-12-07 19:04:12 +0100
  • 893ca66af8 [CSE] Fix indentation Tomaz Canabrava 2017-12-07 18:12:25 +0100
  • 19120fde9f [CSE] Don't query for files on GetFolderEncryptStatusJob Tomaz Canabrava 2017-12-07 18:10:14 +0100
  • 7fe4dd2163 [CSE] Renane GetFolderEncryptStatus to GetFolderEncryptStatusJob Tomaz Canabrava 2017-12-07 18:06:55 +0100
  • 4581d708ff Account: remove dependency with ConfigFile Olivier Goffart 2017-12-06 15:45:17 +0100
  • e0a14cac5b ConfigFile: use QStandardPaths::AppConfigLocation for the config file Olivier Goffart 2017-12-06 15:29:07 +0100
  • ac844a2a45 AbstractNetworkJob: move the httpTimeout from the propagator to the network job Olivier Goffart 2017-12-05 18:11:09 +0100
  • 7230fa6b4f SyncOptions: move to its own file Olivier Goffart 2017-12-05 16:54:02 +0100
  • e25af4f0dc csync_exclude: Fix compile Olivier Goffart 2017-12-07 17:31:28 +0100
  • 863e86138f [CSE] Pass the folder to the GetEncryptionStatus Tomaz Canabrava 2017-12-07 17:32:35 +0100
  • 287670c9d6 Excludes: Remove fnmatch codepath Christian Kamm 2017-11-30 10:54:07 +0100
  • 994f3bb644 Excludes: fnmatch doesn't treat '{' as special Christian Kamm 2017-11-30 09:13:14 +0100
  • e5c780ee19 Excludes: Translate full-path patterns to regex Christian Kamm 2017-11-29 12:13:19 +0100
  • 1c3d5ab158 Excludes: Introduce dir-only regex matches Christian Kamm 2017-11-28 09:41:52 +0100
  • 5d668eca40 Excludes: Optimize Desktop.ini check Christian Kamm 2017-11-28 08:50:14 +0100
  • 7ab127ad53 Excludes: Refactor for pending improvements Christian Kamm 2017-11-29 12:04:01 +0100
  • dd91f4a86e Merge remote-tracking branch 'origin/2.4' Olivier Goffart 2017-12-07 09:37:50 +0100
  • 3485109125 Jenkinsfile: Fix compilation Olivier Goffart 2017-12-06 16:52:36 +0100
  • a1136e7695 [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-07 02:18:34 +0100
  • 32f38dc5f8 fix typo error: occured-> occurred Hefee 2017-12-06 20:02:53 +0100
  • ceac18c554 Reconcile: Rename maps are consistent with update phase #6212 Christian Kamm 2017-12-05 13:42:55 +0100
  • 99f32dcb99 Clear csync rename mappings after reconcile Christian Kamm 2017-12-05 13:41:27 +0100
  • 79fe71db58 Hide selective sync buttons while disconnected #5809 Christian Kamm 2017-06-08 13:33:37 +0200
  • ac937030f0 [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-06 02:18:35 +0100
  • ed5385faa3 Merge remote-tracking branch 'origin/2.4' Olivier Goffart 2017-12-05 15:58:13 +0100
  • fe234499dd Update release_template.md Markus Goetz 2017-12-05 09:22:23 +0100
  • 67d77dd6ce [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-05 02:18:35 +0100
  • 66aecb9626 [CSE] Handle normal uploads in CSE enabled instances Tomaz Canabrava 2017-12-04 22:45:10 +0100
  • 6f35cbff6b [CSE] Fetch the Folder information for encryption status Tomaz Canabrava 2017-12-04 22:27:13 +0100
  • 387737d908 [CSE] Start to create the upload logic. Tomaz Canabrava 2017-12-04 21:33:43 +0100
  • 1a5a87c8fe VERSION.cmake: 2.4.0-rc1 v2.4.0-rc1 Markus Goetz 2017-12-04 13:55:30 +0100
  • 755ef0119a ChangeLog: More 2.4.0 changes up to now Markus Goetz 2017-12-04 13:18:29 +0100
  • 1a1ab92ed9 make doc-man working again. Hefee 2017-12-03 16:52:58 +0100
  • b29e9b931d move man rst files to separate dir Michael Stingl 2017-11-27 20:53:04 +0100
  • 0479322c1d fstack-protector: Improve previous commit Markus Goetz 2017-12-04 12:12:21 +0100
  • 0be7b6fe1f Only enable -fstack-protector-strong compiler flag for gcc > 4.9 Klaas Freitag 2017-12-01 11:55:42 +0100
  • ee98daf9ea Shibboleth: Upgrade to OAuth2 When the server supports it Olivier Goffart 2017-12-01 13:24:52 +0100
  • f2beaba3e9 [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-04 02:18:34 +0100
  • 8c4928d9f6 Merge branch 'uploadImprovements' into clientSideEncryptionV3 Tomaz Canabrava 2017-12-03 18:15:33 +0100
  • 823c7469e1 [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-03 02:18:34 +0100
  • 10efe1faee [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-02 02:18:34 +0100
  • e0954b0999 test/syncenginetestutils.h: Don't use toTimeZone only to get the UTC Olivier Goffart 2017-12-01 13:16:20 +0100
  • 5ff3e448f5 [tx-robot] updated from transifex Jenkins for ownCloud 2017-12-01 02:18:34 +0100
  • 58bcbba841 [tx-robot] updated from transifex Jenkins for ownCloud 2017-11-30 02:18:34 +0100
  • 18b456ea2c
    Merge pull request #77 from nextcloud/bump_drone Roeland Jago Douma 2017-11-29 12:51:59 +0100
  • 529442e0f8
    Bump drone images Roeland Jago Douma 2017-11-29 12:34:34 +0100
  • 30e3932af8 FolderWizard: Fix minimum size Olivier Goffart 2017-11-21 16:13:06 +0100