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
path: root/src
AgeCommit message (Collapse)Author
2021-11-03Info.experiment/add-qthttpserver-modulealex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-03Integrated QtHttpServer libraryalex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-02Replace deprecated QRegExp with QRegularExpression.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-02properly extract the file id when querying serverMatthieu Gallien
use the proper local file id to get the e2ee meta data Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-28by default we produce debug logs because we need themMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-28Refactor toggleButtonAnimation function.Camila
Signed-off-by: Camila <hello@camila.codes>
2021-10-28Fix display of deleted note.Camila
Even after removing note from share link, the previous text was being displayed. Signed-off-by: Camila <hello@camila.codes>
2021-10-28Refactor ShareLinkWidget show/hide widgets functions.Camila
- Remove unecessary call to setupUiOptions after saving share password. - Slot to create label: do not set it if nothing changed. - Refactor showPasswordOptions, toggle/PasswordOptions/ExpireDateOptions/NoteOptions. - Add const, auto and {} whenever possible. - Refactor slotToggleButtonAnimation => toggleButtonAnimation. Signed-off-by: Camila <hello@camila.codes>
2021-10-28Skip sync exclude file from list of exclude files if it doesn't exist.Camila
The file might not exist anymore because the user deleted it by hand or the folder where it was located got unchecked in the selective sync view. It is a fix for #2632. Signed-off-by: Camila <hello@camila.codes>
2021-10-27Forbid trusting the untrusted certificate.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-27Request OCSP validation data from the server during the SSL handshake.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-26schedule files upload after all other jobs have been completedMatthieu Gallien
should allow smarter policy dedicated to optimizing files upload Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-26add missing Q_ENUM macro to improve loggingMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-26no oneliner if: a bug waiting to happenMatthieu Gallien
it is much too easy to get a bug because one could miss the lask of { and } Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-26Update UnifiedSearchInputContainer.qmlrakekniven
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-10-26Changed triple dot to ellipsisrakekniven
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-10-25our source code files have lower case namesMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-25Fix JsonApiJob incorrect 'statuscode' parsing.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-25Unified Search via Tray windowalex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-23Changed wording to suggestionrakekniven
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-10-23Changed wording of status messagerakekniven
The files themselves have no problem. The sync process has problems. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-10-20Fix folder creation issues.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-20Also update sync state summary based on connectivityFelix Weilbach
Otherwise, with zero folders configured, the state will stay at offline. Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-10-19Log file name and line numberFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-10-19Windows. Remove CWD from DLL search paths.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-18Only use basic authentication if neededFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-10-18Give the user a more descriptive error message when syncing is aborted.Camila
Signed-off-by: Camila <hello@camila.codes>
2021-10-15i18n: Correct typo and remove apostropheValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-10-14Remove unnecessary bracesFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-10-14Set dialog max and min width and height before width and heightFelix Weilbach
Otherwise, resize events will not be processed correctly. Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-10-14Add .sync-exclude.lst to exclude filesFelix Weilbach
Previously the .sync-exclude.lst file of the sync root directory was not added to the exclude files, because the current logic did only recognize .sync-exclude.lst files when their containing directory was discovered during the discovery phase. Therefore the sync root .sync-exclude.lst file was never discovered. See also ExcludedFiles::traversalPatternMatch(). Fix: #3830, #2728 Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-10-14Trim trailing spaces before uploading filesFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-10-13provide logs of SSL errors including the certificate chainMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-13Check if current user exists before getting it's account stateFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-10-12Show sync progress in main dialogFelix Weilbach
Fixes #3662 Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-10-11fix macOs build after targets name are not changed by brandingMatthieu Gallien
target names used to be variable depending on branding now the target names are always constant but generated output file names are set according to active branding Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-08Add missing copyright headersFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-10-06Display the right endpoint in the warning in case of errorKevin Ottens
At that point in time _pollEndpoint isn't set yet. All the checks are against pollEndpoint so display that one in the warning. Otherwise one always end up with an empty URL in the logs which is not very useful for debugging purposes. Signed-off-by: Kevin Ottens <kevin.ottens@enioka.com>
2021-10-06use alias target for internal librariesMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-06ensure DLL are generated with branded namesMatthieu Gallien
cmake distinct runtime and library on unix dynamic shared libraries are library kind of objects on windows they are runtime kind of objects Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-05Add file activity dialogFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-30Remove Temporary solution for file restoration issue due to failing to set ↵alex-z
the data-fingerprint. Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-09-29Check for argp library before depending on it.Guido Falsi
Signed-off-by: Guido Falsi <madpilot@freebsd.org>
2021-09-29Add -largp on non linux systems.Guido Falsi
Signed-off-by: Guido Falsi <madpilot@freebsd.org>
2021-09-27Don't log encryption data in release modeFelix Weilbach
We deliver our builds to users with debug logging enabled to have an easier time finding problems. However, logging all the encryption data in this loop is too much and should not be done in release mode. Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-27Apply server default permissions for federated file sharing too.Camila
See nextcloud/server#24729 comments. Signed-off-by: Camila <hello@camila.codes>
2021-09-27Check server capabilities for file sharing default permissions.Camila
Signed-off-by: Camila <hello@camila.codes>
2021-09-27Fix review comments + also check against trailing bakslash.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-09-27Fix incorrect db name for nextcloud command line client.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-09-27Fixed contextrakekniven
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>