Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-07Since we must ask for a password this can't be a default public linkKevin Ottens
2020-09-08Leave the implicit uint to int castKevin Ottens
2020-09-01Enable bugprone-narrowing-conversions clang-tidy checkKevin Ottens
2020-08-31Enable all the misc clang-tidy check except oneKevin Ottens
2020-08-20Windows shell extensions: Change NCUtil Pipe name from ownCloud to APPLICATIO...Michael Schuster
2020-08-20Disable context menu actions for E2EE files and foldersKevin Ottens
2020-07-01Make sure all our logging categories start with nextcloud.Kevin Ottens
2020-06-16Don't call method on potentially null objectKevin Ottens
2020-06-03Do not declare local variables without an initial value.Camila San
2020-05-26Use raw string literals when appropriateKevin Ottens
2020-05-20Use auto to avoiding repeating type namesKevin Ottens
2020-03-21[dolphin] Add icon to context menuNicolas Fella
2020-03-03Fix Explorer pinning: Add fallbacks for Shell commands (fixes #1599)Michael Schuster
2020-01-18Share context menu: Use directEditing capability in SocketApiMichael Schuster
2020-01-09Ask for password on password protected link sharesRoeland Jago Douma
2019-12-03Use … instead of 3 dotsJoas Schilling
2019-12-03Improve the translation of "Share via …"Joas Schilling
2019-10-07little loops optimizationasapelkin
2019-09-25Improve wording of the context menu in the file manager extension.Camila San
2019-09-24Changes wording in the share context menu.Camila San
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2018-11-05Use NextcloudRoeland Jago Douma
2018-06-11SocketAPI: Remove SHARE_STATUSChristian Kamm
2018-06-11SocketAPI: Allow opening share dialog if contents still syncing #4608Christian Kamm
2018-06-06Silence warning by removing unnecessary this captureChristian Kamm
2018-06-06SocketApi/Sharing: Add "copy public link" to menu #6356Christian Kamm
2018-06-05macOS: Implement new dynamic Finder menu items #6328Markus Goetz
2018-06-05macOS: Unload the Finder extension on exit #5382 #3819Markus Goetz
2018-05-15SocketAPI: "Open in browser" and disable Share entries when sharing is disabled.Olivier Goffart
2018-01-29Merge branch 'master' into clientSideEncryptionV3Tomaz Canabrava
2018-01-23SocketApi: add a way to disable menu entriesOlivier Goffart
2018-01-23SocketAPI: Make it easier to add or remove item in the action menuOlivier Goffart
2018-01-13Don't include sqlite3.h from headersOlivier Goffart
2017-12-28Prepend "nextcloud" for all logging categoriesDaniel Nicoletti
2017-12-08Remove uses of deprecated QString::fromAsciiOlivier Goffart
2017-12-08Remove usage of QString::nullOlivier Goffart
2017-11-21Protocol: Introduce context menu with "open in browser" #6121Christian Kamm
2017-11-14Private links: Retrieve numeric file id property #6146Christian Kamm
2017-09-26SyncJournalDB: Allow callers of getFileRecord if the query failedJocelyn Turcotte
2017-09-23macOS: Fix compileMarkus Goetz
2017-09-21Use the Qt5 connection syntax (automated with clazy)Olivier Goffart
2017-09-19Private links: Retrieve link through propfind property #6020Christian Kamm
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte
2017-09-15remove qt4 codeHelmut K. C. Tessarek
2017-09-05Move Utility to a new common static libraryJocelyn Turcotte
2017-07-07shell integrations: Change share menu title to "Share..."Christian Kamm
2017-07-07SocketAPI: Change strings to a consistent _MENU_TITLE postfixChristian Kamm
2017-07-07SocketApi: Add GET_STRINGS:BEGIN and ENDJocelyn Turcotte
2017-07-07SocketApi: Adjust the format of the mailto: URLJocelyn Turcotte
2017-07-07SocketApi: Improve loggingJocelyn Turcotte