| .. |
|
creds
|
OAuth2: Store 'Account::davUser' in the config, and use that user for connecting
|
2018-10-12 12:11:53 +02:00 |
|
updater
|
Merge remote-tracking branch 'origin/2.5'
|
2018-09-19 09:59:32 +02:00 |
|
wizard
|
vfs: Fix plugin decision in wizards, sanitize loading
|
2018-11-26 13:02:48 +01:00 |
|
accountmanager.cpp
|
OAuth2: Store 'Account::davUser' in the config, and use that user for connecting
|
2018-10-12 12:11:53 +02:00 |
|
accountmanager.h
|
Settings migration: Preserve future settings where possible
|
2018-05-24 12:18:44 +02:00 |
|
accountsettings.cpp
|
vfs: Fix plugin decision in wizards, sanitize loading
|
2018-11-26 13:02:48 +01:00 |
|
accountsettings.h
|
Discovery: Do full local discovery when changing the ignore files config
|
2018-08-31 16:41:23 +02:00 |
|
accountsettings.ui
|
Verify that all strings are properly escaped (#5558)
|
2017-02-23 14:54:17 +01:00 |
|
accountstate.cpp
|
OAuth2: Try to refresh the token even if the credentials weren't ready.
|
2018-06-14 12:58:18 +02:00 |
|
accountstate.h
|
ConnectionValidator::Status use Q_ENUM
|
2018-02-26 16:11:46 +01:00 |
|
activitydata.cpp
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
activitydata.h
|
Notifications: Also have clickable link #6236
|
2018-04-17 16:57:38 +02:00 |
|
activityitemdelegate.cpp
|
Activity: Do not remove the username from the account name
|
2018-09-05 09:20:48 +02:00 |
|
activityitemdelegate.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
activitylistmodel.cpp
|
Utility: use QUrlQuery
|
2017-12-08 16:15:17 +01:00 |
|
activitylistmodel.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
activitywidget.cpp
|
Activity: Do not remove the username from the account name
|
2018-09-05 09:20:48 +02:00 |
|
activitywidget.h
|
Notifications: Lower hiding timeout
|
2018-04-13 16:55:55 +02:00 |
|
activitywidget.ui
|
Verify that all strings are properly escaped (#5558)
|
2017-02-23 14:54:17 +01:00 |
|
addcertificatedialog.cpp
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
addcertificatedialog.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
addcertificatedialog.ui
|
Fix up SSL client certificates #5213 #69 (#5289)
|
2017-01-02 08:34:02 +01:00 |
|
application.cpp
|
vfs: Fix plugin decision in wizards, sanitize loading
|
2018-11-26 13:02:48 +01:00 |
|
application.h
|
Settings migration: Preserve future settings where possible
|
2018-05-24 12:18:44 +02:00 |
|
authenticationdialog.cpp
|
Use the Qt5 connection syntax (automated with clazy)
|
2017-09-21 14:05:39 +02:00 |
|
authenticationdialog.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
clientproxy.cpp
|
Move ClientProxy and ConnecitonValidator to gui
|
2018-02-26 16:11:46 +01:00 |
|
clientproxy.h
|
Move ClientProxy and ConnecitonValidator to gui
|
2018-02-26 16:11:46 +01:00 |
|
CMakeLists.txt
|
Simplify Sparkle handling in CMake
|
2018-10-11 13:09:35 +02:00 |
|
cocoainitializer_mac.mm
|
License: Adjust license of GPLv2 source files to GPLv2+
|
2016-10-25 11:06:54 +02:00 |
|
cocoainitializer.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
connectionvalidator.cpp
|
ConnectionValidator: change the minimum server version
|
2018-03-01 14:48:00 +01:00 |
|
connectionvalidator.h
|
ConnectionValidator::Status use Q_ENUM
|
2018-02-26 16:11:46 +01:00 |
|
elidedlabel.cpp
|
Add ElidedLabel
|
2017-07-12 09:04:27 +02:00 |
|
elidedlabel.h
|
Add ElidedLabel
|
2017-07-12 09:04:27 +02:00 |
|
folder.cpp
|
vfs: Fix dealing with missing vfs instance
|
2018-11-26 13:02:48 +01:00 |
|
folder.h
|
vfs: Make switching vfs on/off work again
|
2018-11-26 13:02:48 +01:00 |
|
folderman.cpp
|
vfs: Fix plugin decision in wizards, sanitize loading
|
2018-11-26 13:02:48 +01:00 |
|
folderman.h
|
vfs: Fix plugin decision in wizards, sanitize loading
|
2018-11-26 13:02:48 +01:00 |
|
folderstatusdelegate.cpp
|
Account Settings: fix progress being written in white when there are errors
|
2018-10-17 15:15:54 +02:00 |
|
folderstatusdelegate.h
|
Account Settings: the info text should not be clickable
|
2018-08-21 10:36:44 +02:00 |
|
folderstatusmodel.cpp
|
FolderMan: Remove assumption of unique running sync
|
2018-11-26 12:47:31 +01:00 |
|
folderstatusmodel.h
|
FolderStatusModel: fix potential assert
|
2018-03-28 10:19:05 +02:00 |
|
folderwatcher_linux.cpp
|
Folderwatcher: On linux, fix paths after dir renames #6808
|
2018-10-12 12:06:48 +02:00 |
|
folderwatcher_linux.h
|
Folderwatcher: On linux, fix paths after dir renames #6808
|
2018-10-12 12:06:48 +02:00 |
|
folderwatcher_mac.cpp
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
folderwatcher_mac.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
folderwatcher_win.cpp
|
FolderWatcher: reliability and data-loss signal
|
2017-10-24 10:00:20 +02:00 |
|
folderwatcher_win.h
|
FolderWatcher: reliability and data-loss signal
|
2017-10-24 10:00:20 +02:00 |
|
folderwatcher.cpp
|
Show a tray message when a folder watcher becomes unreliable #6119
|
2018-04-24 13:06:50 +02:00 |
|
folderwatcher.h
|
Show a tray message when a folder watcher becomes unreliable #6119
|
2018-04-24 13:06:50 +02:00 |
|
folderwizard.cpp
|
vfs: Fix plugin decision in wizards, sanitize loading
|
2018-11-26 13:02:48 +01:00 |
|
folderwizard.h
|
Rename Placeholders to Virtual Files in code #6531
|
2018-05-23 09:57:00 +02:00 |
|
folderwizardsourcepage.ui
|
Verify that all strings are properly escaped (#5558)
|
2017-02-23 14:54:17 +01:00 |
|
folderwizardtargetpage.ui
|
Verify that all strings are properly escaped (#5558)
|
2017-02-23 14:54:17 +01:00 |
|
generalsettings.cpp
|
Merge remote-tracking branch 'origin/2.5'
|
2018-11-05 11:51:29 +01:00 |
|
generalsettings.h
|
Settings: Bring back version and copyright
|
2018-11-04 19:53:22 +01:00 |
|
generalsettings.ui
|
generalsettings.ui: Edit with designer, rename the items
|
2018-11-06 16:05:07 +01:00 |
|
gui.md
|
|
|
|
guiutility.cpp
|
Utility: use QUrlQuery
|
2017-12-08 16:15:17 +01:00 |
|
guiutility.h
|
Introduce private link sharing #5023
|
2017-07-07 10:49:51 +02:00 |
|
ignorelisteditor.cpp
|
Discovery: Do full local discovery when changing the ignore files config
|
2018-08-31 16:41:23 +02:00 |
|
ignorelisteditor.h
|
IgnoreEditor: Preserve comments, add #!readonly
|
2018-05-15 14:26:35 +02:00 |
|
ignorelisteditor.ui
|
Ignore list editor: adjust the size
|
2017-03-15 16:00:48 +01:00 |
|
issueswidget.cpp
|
Merge remote-tracking branch 'origin/master' into new_discovery_algo
|
2018-10-04 11:23:19 +02:00 |
|
issueswidget.h
|
Issues: Show link to conflicts doc if there are some #6396
|
2018-04-25 13:31:49 +02:00 |
|
issueswidget.ui
|
Issues: Show link to conflicts doc if there are some #6396
|
2018-04-25 13:31:49 +02:00 |
|
lockwatcher.cpp
|
Test: Add test for locked file tracking and propagation
|
2018-11-06 10:03:25 +01:00 |
|
lockwatcher.h
|
Test: Add test for locked file tracking and propagation
|
2018-11-06 10:03:25 +01:00 |
|
logbrowser.cpp
|
Logging: Add persistent auto-logdir option #6442
|
2018-04-12 12:38:17 +02:00 |
|
logbrowser.h
|
Logging: Add persistent auto-logdir option #6442
|
2018-04-12 12:38:17 +02:00 |
|
main.cpp
|
Use qEnvironmentVariable* instead of qgetenv when appropriate
|
2017-10-19 13:57:49 +02:00 |
|
manifest-mingw.rc
|
Add manifest file on Windows to make the application UAC aware.
|
2016-11-14 12:16:58 +01:00 |
|
navigationpanehelper.cpp
|
Fix #6394
|
2018-04-24 13:27:33 +02:00 |
|
navigationpanehelper.h
|
Windows: Add a setting to enable/disable the explorer navigation pane integration
|
2017-10-24 16:10:53 +02:00 |
|
networksettings.cpp
|
Proxy settings: Fix bad behavior with empty host
|
2018-04-26 10:07:05 +02:00 |
|
networksettings.h
|
Fix a bunch of warning with clang
|
2018-04-23 13:22:01 +02:00 |
|
networksettings.ui
|
Network Settings: Adjust the bandwidth limit option with old Qt
|
2015-10-22 17:57:34 +02:00 |
|
notificationconfirmjob.cpp
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
notificationconfirmjob.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
notificationwidget.cpp
|
Notifications: Also have clickable link #6236
|
2018-04-17 16:57:38 +02:00 |
|
notificationwidget.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
notificationwidget.ui
|
ActivityWidget: Properly set widget for the Scrollview.
|
2016-04-11 15:38:25 +02:00 |
|
ocsjob.cpp
|
Merge remote-tracking branch 'origin/2.4'
|
2017-12-13 11:03:24 +01:00 |
|
ocsjob.h
|
Notifications: Propagate "Dismiss" as DELETE to server #5922
|
2017-12-13 11:00:40 +01:00 |
|
ocsshareejob.cpp
|
SocketApi/Sharing: Add "copy public link" to menu #6356
|
2018-04-16 08:37:44 +02:00 |
|
ocsshareejob.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
ocssharejob.cpp
|
Update ocssharejob.cpp
|
2018-07-20 16:02:32 +02:00 |
|
ocssharejob.h
|
SocketApi/Sharing: Add "copy public link" to menu #6356
|
2018-04-16 08:37:44 +02:00 |
|
openfilemanager.cpp
|
Move Utility to a new common static library
|
2017-09-05 17:25:19 +02:00 |
|
openfilemanager.h
|
License: Adjust license of GPLv2 source files to GPLv2+
|
2016-10-25 11:06:54 +02:00 |
|
owncloud.exe.manifest-mingw
|
Add manifest file on Windows to make the application UAC aware.
|
2016-11-14 12:16:58 +01:00 |
|
owncloud.xml.in
|
Virtual Files Mime Type: use "vnd." prefix instead of "x-"
|
2018-08-19 21:10:23 +02:00 |
|
owncloudgui.cpp
|
FolderMan: Remove assumption of unique running sync
|
2018-11-26 12:47:31 +01:00 |
|
owncloudgui.h
|
Settings: Bring back version and copyright
|
2018-11-04 19:53:22 +01:00 |
|
owncloudsetupwizard.cpp
|
vfs: Fix plugin decision in wizards, sanitize loading
|
2018-11-26 13:02:48 +01:00 |
|
owncloudsetupwizard.h
|
Wizard: Move the 'Skip folder configuration' in a radio button
|
2018-04-23 13:29:01 +02:00 |
|
protocolwidget.cpp
|
Private links: improve legacy fileid derivation #6745
|
2018-08-31 18:10:01 +02:00 |
|
protocolwidget.h
|
ProtocolItem: Adjust the way data is stored again
|
2018-03-06 13:02:54 +01:00 |
|
protocolwidget.ui
|
Activity: Allow sorting of issues and protocol #6086
|
2017-10-17 09:47:57 +02:00 |
|
proxyauthdialog.cpp
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
proxyauthdialog.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
proxyauthdialog.ui
|
Verify that all strings are properly escaped (#5558)
|
2017-02-23 14:54:17 +01:00 |
|
proxyauthhandler.cpp
|
Use the Qt5 connection syntax (automated with clazy)
|
2017-09-21 14:05:39 +02:00 |
|
proxyauthhandler.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
quotainfo.cpp
|
Use the Qt5 connection syntax (automated with clazy)
|
2017-09-21 14:05:39 +02:00 |
|
quotainfo.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
selectivesyncdialog.cpp
|
Discovery: Do full local discovery when changing the ignore files config
|
2018-08-31 16:41:23 +02:00 |
|
selectivesyncdialog.h
|
Excludes: Refactor for pending improvements
|
2017-12-07 14:38:21 +01:00 |
|
servernotificationhandler.cpp
|
ServerNotificationHandler: Properly create "Dismiss" URL
|
2018-02-06 20:28:00 +01:00 |
|
servernotificationhandler.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
settingsdialog.cpp
|
Add Ctrl-L as log window shortcut
|
2018-11-06 13:14:41 +01:00 |
|
settingsdialog.h
|
Notifications: Immediately request when getting account online
|
2018-02-12 09:01:00 +01:00 |
|
settingsdialog.ui
|
Revert "Settings dialog: remove the close button #3713"
|
2015-10-22 16:20:59 +02:00 |
|
settingsdialogcommon.cpp
|
Settings Dialog: Fix display name compilation for macOS #6078
|
2017-10-06 13:34:40 +02:00 |
|
settingsdialogmac.cpp
|
Settings: Bring back version and copyright
|
2018-11-04 19:53:22 +01:00 |
|
settingsdialogmac.h
|
Notifications: Immediately request when getting account online
|
2018-02-12 09:01:00 +01:00 |
|
sharedialog.cpp
|
Share dialog: use the original name and not the virtual file name
|
2018-05-30 10:51:17 +02:00 |
|
sharedialog.h
|
SocketApi/Sharing: Add "copy public link" to menu #6356
|
2018-04-16 08:37:44 +02:00 |
|
sharedialog.ui
|
ShareDialog: Use a tab widget #5655
|
2017-04-21 10:09:01 +02:00 |
|
sharee.cpp
|
Sharing: add the shareWithAdditionalInfo string in autocompletion results
|
2018-10-25 12:39:01 +02:00 |
|
sharee.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
sharelinkwidget.cpp
|
ShareLink: translate the send-email string
|
2018-06-13 16:47:11 +02:00 |
|
sharelinkwidget.h
|
ShareLink: Preserve password when unrelated ui changes #6512
|
2018-05-14 09:44:21 +02:00 |
|
sharelinkwidget.ui
|
Share link: Update permission wording #6192
|
2018-04-09 12:16:40 +02:00 |
|
sharemanager.cpp
|
ShareLink: Preserve password when unrelated ui changes #6512
|
2018-05-14 09:44:21 +02:00 |
|
sharemanager.h
|
ShareDialog: trigger a sync for folder affected by a change of sharing
|
2017-10-24 15:50:14 +02:00 |
|
sharepermissions.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
shareusergroupwidget.cpp
|
More Button: Use SVG and fix size so it renders good in highdpi
|
2018-04-19 16:44:11 +02:00 |
|
shareusergroupwidget.h
|
AvatarJob improvements
|
2017-11-21 16:33:03 +01:00 |
|
shareusergroupwidget.ui
|
Introduce private link sharing #5023
|
2017-07-07 10:49:51 +02:00 |
|
shareuserline.ui
|
User shares: Use background color, remove permission frame #6176
|
2017-11-21 16:33:03 +01:00 |
|
socketapi.cpp
|
winvfs: initial work
|
2018-11-26 12:53:30 +01:00 |
|
socketapi.h
|
Socket API: add an option to replace existing files with virtual files
|
2018-08-30 17:59:02 +02:00 |
|
socketapisocket_mac.h
|
|
|
|
socketapisocket_mac.mm
|
|
|
|
sslbutton.cpp
|
SSLButton: do not hardcode the background color
|
2018-11-21 18:37:28 +01:00 |
|
sslbutton.h
|
SslButton: Improve speed (especially on macOS) #6031
|
2018-03-27 17:43:57 +02:00 |
|
sslerrordialog.cpp
|
Use the Qt5 connection syntax (automated with clazy)
|
2017-09-21 14:05:39 +02:00 |
|
sslerrordialog.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
sslerrordialog.ui
|
SSL Certificate Error Dialog: show account name #3729
|
2015-09-03 16:19:53 +02:00 |
|
synclogdialog.cpp
|
Use the Qt5 connection syntax (automated with clazy)
|
2017-09-21 14:05:39 +02:00 |
|
synclogdialog.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
synclogdialog.ui
|
Settings: Move synclog widget to a seperate dialog.
|
2015-10-01 16:57:37 +02:00 |
|
syncrunfilelog.cpp
|
owncloudsynclog: 1 MB -> 10 MB #6420
|
2018-05-24 16:02:52 +02:00 |
|
syncrunfilelog.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
systray.cpp
|
Set proper application name, icon name for freedesktop notifications
|
2017-06-01 10:01:05 +02:00 |
|
systray.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
systray.mm
|
Use Qt logging categories for logging
|
2017-05-11 17:22:59 +02:00 |
|
thumbnailjob.cpp
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
thumbnailjob.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
tooltipupdater.cpp
|
Use the Qt5 connection syntax (automated with clazy)
|
2017-09-21 14:05:39 +02:00 |
|
tooltipupdater.h
|
Apply clang-format
|
2017-05-17 12:26:27 +02:00 |
|
version.rc.in
|
Use correct values for items in version.rc
|
2016-02-17 14:16:29 +01:00 |