.. |
cloudproviders
|
Fix several memory leaks in cloudproviders and add translation support
|
2019-04-04 22:06:22 +02:00 |
creds
|
KeychainChunk: Fix error handling in ReadJob::slotReadJobDone
|
2019-12-24 12:17:43 +01:00 |
tray
|
Fix local folder not opening on windows, add extra slash
|
2020-01-13 08:33:10 +01:00 |
updater
|
Use … instead of 3 dots
|
2019-12-03 09:06:06 +01:00 |
wizard
|
Flow2AuthWidget: Minor fixes and improvements
|
2019-12-24 07:46:57 +01:00 |
accountmanager.cpp
|
Once client gets 401/403 from the server, check if remote wipe was requested.
|
2019-10-17 20:11:31 +02:00 |
accountmanager.h
|
Minor preps for c++ ActivityListModel impl. in QML
|
2019-12-04 13:10:28 +01:00 |
accountsettings.cpp
|
Show activitylist on initial tray opening when logged in
|
2020-01-12 21:19:18 +01:00 |
accountsettings.h
|
Removed old account toolbox
|
2020-01-12 19:53:02 +01:00 |
accountsettings.ui
|
Removed old account toolbox
|
2020-01-12 19:53:02 +01:00 |
accountstate.cpp
|
Gigantic ton of changes and deletions: ActivityListModel, tray GUI, Account logic.
|
2020-01-03 13:09:29 +01:00 |
accountstate.h
|
Gigantic ton of changes and deletions: ActivityListModel, tray GUI, Account logic.
|
2020-01-03 13:09:29 +01:00 |
addcertificatedialog.cpp
|
|
|
addcertificatedialog.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
addcertificatedialog.ui
|
|
|
application.cpp
|
Show activitylist on initial tray opening when logged in
|
2020-01-12 21:19:18 +01:00 |
application.h
|
Add helper slots and signals to catch SettingsDialog's window activation events
|
2019-12-24 07:46:57 +01:00 |
authenticationdialog.cpp
|
|
|
authenticationdialog.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
clientproxy.cpp
|
Work around proxy issue with webview by always setting a proxy
|
2019-01-31 14:14:31 +01:00 |
clientproxy.h
|
GUI: run clang-tidy modernize-use-override
|
2018-11-11 11:08:03 +01:00 |
CMakeLists.txt
|
More UserLine, avatar fixes
|
2020-01-11 14:57:22 +01:00 |
cocoainitializer.h
|
|
|
cocoainitializer_mac.mm
|
|
|
connectionvalidator.cpp
|
Login Flow V2: remove static test url
|
2019-08-26 20:03:15 +02:00 |
connectionvalidator.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
elidedlabel.cpp
|
ElidedLabel: add default constructor
|
2018-11-17 09:22:52 +01:00 |
elidedlabel.h
|
ElidedLabel: add default constructor
|
2018-11-17 09:22:52 +01:00 |
folder.cpp
|
Merge branch 'master' into issue_1351
|
2019-11-04 22:48:07 +01:00 |
folder.h
|
moved default db sync file to Qt standard path AppDataLocation
|
2019-09-26 17:09:24 +02:00 |
folderman.cpp
|
fix tab spacing
|
2019-10-27 17:25:50 +01:00 |
folderman.h
|
Once client gets 401/403 from the server, check if remote wipe was requested.
|
2019-10-17 20:11:31 +02:00 |
folderstatusdelegate.cpp
|
Fix issue #1237: White text on almost-white background
|
2019-12-24 07:44:18 +01:00 |
folderstatusdelegate.h
|
Make AccountSettings and ActivitySettings background-aware (Dark-/Light-Mode switching)
|
2019-12-19 22:07:30 +01:00 |
folderstatusmodel.cpp
|
Use … instead of 3 dots
|
2019-12-03 09:06:06 +01:00 |
folderstatusmodel.h
|
GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"
|
2018-11-11 11:12:37 +01:00 |
folderstatusview.cpp
|
Make the "Add Folder Sync Connection" button act like a button
|
2018-10-31 20:05:14 +01:00 |
folderstatusview.h
|
Make the "Add Folder Sync Connection" button act like a button
|
2018-10-31 20:05:14 +01:00 |
folderwatcher.cpp
|
Fixed Issue #1000 - Subfolders of moved folders not synced
|
2019-05-09 04:12:33 -07:00 |
folderwatcher.h
|
Fixed Issue #1000 - Subfolders of moved folders not synced
|
2019-05-09 04:12:33 -07:00 |
folderwatcher_linux.cpp
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
folderwatcher_linux.h
|
|
|
folderwatcher_mac.cpp
|
|
|
folderwatcher_mac.h
|
|
|
folderwatcher_win.cpp
|
Numoerous safe conversions implemented. Added additional Utility::convertSizeToDWORD for windows builds.
|
2019-09-08 11:33:20 +02:00 |
folderwatcher_win.h
|
|
|
folderwizard.cpp
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
folderwizard.h
|
GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"
|
2018-11-11 11:12:37 +01:00 |
folderwizardsourcepage.ui
|
Marking unused strings as unstranslatable
|
2019-05-14 20:07:08 +02:00 |
folderwizardtargetpage.ui
|
Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs
|
2019-09-25 14:02:59 +02:00 |
generalsettings.cpp
|
Systray now a singleton with instance(), show tray on finished wizard
|
2020-01-11 17:34:56 +01:00 |
generalsettings.h
|
Make SettingsDialog background-aware (Dark-/Light-Mode switching)
|
2019-12-09 21:37:21 +01:00 |
generalsettings.ui
|
Gigantic ton of changes and deletions: ActivityListModel, tray GUI, Account logic.
|
2020-01-03 13:09:29 +01:00 |
gui.md
|
|
|
guiutility.cpp
|
|
|
guiutility.h
|
|
|
headerbanner.cpp
|
Add new HeaderBanner class for WebFlowCredentialsDialog
|
2019-12-24 07:46:57 +01:00 |
headerbanner.h
|
Add new HeaderBanner class for WebFlowCredentialsDialog
|
2019-12-24 07:46:57 +01:00 |
iconjob.cpp
|
|
|
iconjob.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
ignorelisteditor.cpp
|
Never ignore .sync-exclude, even if excludeHidden
|
2019-08-15 03:00:26 +01:00 |
ignorelisteditor.h
|
Extract IgnoreListTableWidget to be reused
|
2019-08-15 03:00:26 +01:00 |
ignorelisteditor.ui
|
Extract IgnoreListTableWidget to be reused
|
2019-08-15 03:00:26 +01:00 |
ignorelisttablewidget.cpp
|
Extract IgnoreListTableWidget to be reused
|
2019-08-15 03:00:26 +01:00 |
ignorelisttablewidget.h
|
Extract IgnoreListTableWidget to be reused
|
2019-08-15 03:00:26 +01:00 |
ignorelisttablewidget.ui
|
Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs
|
2019-09-25 14:02:59 +02:00 |
legalnotice.cpp
|
Updated year in legalnotice.cpp
|
2020-01-06 09:08:22 +01:00 |
legalnotice.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
legalnotice.ui
|
Marking unused strings as unstranslatable
|
2019-05-14 20:07:08 +02:00 |
lockwatcher.cpp
|
|
|
lockwatcher.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
logbrowser.cpp
|
|
|
logbrowser.h
|
GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"
|
2018-11-11 11:12:37 +01:00 |
main.cpp
|
Merge branch 'master' into background
|
2018-11-26 21:07:14 +01:00 |
manifest-mingw.rc
|
|
|
mnemonicdialog.ui
|
Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs
|
2019-09-25 14:02:59 +02:00 |
navigationpanehelper.cpp
|
|
|
navigationpanehelper.h
|
|
|
networksettings.cpp
|
|
|
networksettings.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
networksettings.ui
|
Gigantic ton of changes and deletions: ActivityListModel, tray GUI, Account logic.
|
2020-01-03 13:09:29 +01:00 |
notificationconfirmjob.cpp
|
|
|
notificationconfirmjob.h
|
GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"
|
2018-11-11 11:12:37 +01:00 |
ocsjob.cpp
|
|
|
ocsjob.h
|
GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"
|
2018-11-11 11:12:37 +01:00 |
ocsnavigationappsjob.cpp
|
|
|
ocsnavigationappsjob.h
|
|
|
ocsshareejob.cpp
|
Adds parameter to retrieve shares with its reshares.
|
2019-05-27 19:46:38 +02:00 |
ocsshareejob.h
|
|
|
ocssharejob.cpp
|
Finishing PR #1154 adding note when sharing
|
2019-09-18 13:37:49 +02:00 |
ocssharejob.h
|
Finishing PR #1154 adding note when sharing
|
2019-09-18 13:37:49 +02:00 |
openfilemanager.cpp
|
Moved macro definition due to timing issues while compiling when relying on header inheritance
|
2019-09-08 19:46:08 +02:00 |
openfilemanager.h
|
|
|
owncloud.exe.manifest-mingw
|
|
|
owncloudgui.cpp
|
Show activitylist on initial tray opening when logged in
|
2020-01-12 21:19:18 +01:00 |
owncloudgui.h
|
Show activitylist on initial tray opening when logged in
|
2020-01-12 21:19:18 +01:00 |
owncloudsetupwizard.cpp
|
Flow2: Bring account setup wizard to top (raise) on auth result
|
2019-12-24 07:46:57 +01:00 |
owncloudsetupwizard.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
proxyauthdialog.cpp
|
|
|
proxyauthdialog.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
proxyauthdialog.ui
|
Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs
|
2019-09-25 14:02:59 +02:00 |
proxyauthhandler.cpp
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
proxyauthhandler.h
|
|
|
quotainfo.cpp
|
|
|
quotainfo.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
remotewipe.cpp
|
Remote Wipe: Implement hack to allow deleting all keychain entries (SSL certs & keys)
|
2019-12-08 02:47:22 +01:00 |
remotewipe.h
|
Once client gets 401/403 from the server, check if remote wipe was requested.
|
2019-10-17 20:11:31 +02:00 |
selectivesyncdialog.cpp
|
Use … instead of 3 dots
|
2019-12-03 09:06:06 +01:00 |
selectivesyncdialog.h
|
GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"
|
2018-11-11 11:12:37 +01:00 |
settingsdialog.cpp
|
Systray now a singleton with instance(), show tray on finished wizard
|
2020-01-11 17:34:56 +01:00 |
settingsdialog.h
|
Gigantic ton of changes and deletions: ActivityListModel, tray GUI, Account logic.
|
2020-01-03 13:09:29 +01:00 |
settingsdialog.ui
|
Gigantic ton of changes and deletions: ActivityListModel, tray GUI, Account logic.
|
2020-01-03 13:09:29 +01:00 |
settingsdialogcommon.cpp
|
Fix typo
|
2019-10-01 08:25:24 +02:00 |
sharedialog.cpp
|
Ask for password on password protected link shares
|
2020-01-09 18:20:32 +01:00 |
sharedialog.h
|
Ask for password on password protected link shares
|
2020-01-09 18:20:32 +01:00 |
sharedialog.ui
|
resolving conflict with current master
|
2019-10-29 14:07:26 +01:00 |
sharee.cpp
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
sharee.h
|
GUI: run clang-tidy modernize-use-override
|
2018-11-11 11:08:03 +01:00 |
sharelinkwidget.cpp
|
Make all ProgressIndicator's background-aware (Dark-/Light-Mode switching)
|
2019-12-19 22:07:30 +01:00 |
sharelinkwidget.h
|
Make the ShareDialog background-aware (Dark-/Light-Mode switching)
|
2019-12-09 21:37:21 +01:00 |
sharelinkwidget.ui
|
l10n: Remove string from Transifex resource
|
2019-11-13 18:03:22 +01:00 |
sharemanager.cpp
|
Finishing PR #1154 adding note when sharing
|
2019-09-18 13:37:49 +02:00 |
sharemanager.h
|
Finishing PR #1154 adding note when sharing
|
2019-09-18 13:37:49 +02:00 |
sharepermissions.h
|
|
|
shareusergroupwidget.cpp
|
Make all ProgressIndicator's background-aware (Dark-/Light-Mode switching)
|
2019-12-19 22:07:30 +01:00 |
shareusergroupwidget.h
|
Make the ShareDialog background-aware (Dark-/Light-Mode switching)
|
2019-12-09 21:37:21 +01:00 |
shareusergroupwidget.ui
|
Finishing PR #1154 adding note when sharing
|
2019-09-18 13:37:49 +02:00 |
shareuserline.ui
|
Color corrections and sharer=self case implementation
|
2019-09-19 10:04:52 +02:00 |
socketapi.cpp
|
Ask for password on password protected link shares
|
2020-01-09 18:20:32 +01:00 |
socketapi.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
socketapisocket_mac.h
|
|
|
socketapisocket_mac.mm
|
|
|
sslbutton.cpp
|
Fix SSL-button's info background color for Dark Mode
|
2019-12-09 21:37:21 +01:00 |
sslbutton.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
sslerrordialog.cpp
|
Use newer digest algorithms in TLS error dialog
|
2019-09-04 22:06:12 +02:00 |
sslerrordialog.h
|
GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"
|
2018-11-11 11:12:37 +01:00 |
sslerrordialog.ui
|
Marking unused strings as unstranslatable
|
2019-05-14 20:07:08 +02:00 |
synclogdialog.cpp
|
|
|
synclogdialog.h
|
GUI: run clang-tidy modernize-use-nullptr
|
2018-11-11 10:56:22 +01:00 |
synclogdialog.ui
|
|
|
syncrunfilelog.cpp
|
Write the actual folder to the log
|
2018-11-23 10:33:25 +01:00 |
syncrunfilelog.h
|
|
|
systray.cpp
|
Show activitylist on initial tray opening when logged in
|
2020-01-12 21:19:18 +01:00 |
systray.h
|
Bunch of fixes and optimizations for activityList
|
2020-01-12 17:52:51 +01:00 |
systray.mm
|
|
|
thumbnailjob.cpp
|
|
|
thumbnailjob.h
|
GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"
|
2018-11-11 11:12:37 +01:00 |
tooltipupdater.cpp
|
|
|
tooltipupdater.h
|
GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"
|
2018-11-11 11:12:37 +01:00 |
version.rc.in
|
|
|