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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-05Fix typos in apps/ subdirectoryfix/fix-apps-typosluz paz
2022-07-26Replace files app ids to classesVincent Petry
2022-06-14Fix default toast message for failed uploads with HTTP/2fix-default-toast-message-for-failed-uploads-with-http2Daniel Calviño Sánchez
2022-01-12Properly hide progress bar after errorVincent Petry
2022-01-12Properly abort uploadsVincent Petry
2022-01-11Typing correctionsLouis Chemineau
2021-11-08refs #11864 handle empty dir drop in Files UIJulien Veyssier
2021-10-14Merge pull request #28250 from pjft/patch-3Louis
2021-08-13Fix bug introduced on drag and drop external filespjft
2021-08-08Change the concurrent upload limit to less than 10szaimen
2021-03-10file-upload: Correctly handle error responses for HTTP2Jakub Onderka
2020-12-23Fix total upload size overwritten by next uploadDaniel Calviño Sánchez
2020-11-17Check for target folder available quota when uploadingJulius Härtl
2020-09-04Better error message when blocked by access controlJoas Schilling
2020-04-22Fix IE11 upload fallback methodsJohn Molakvoæ (skjnldsv)
2020-03-09Remove deprecated global variablesChristoph Wurst
2019-11-07Also set X-OC-Mtime header for files that are smaller than 10MBJulius Härtl
2019-10-01Comply to eslintJohn Molakvoæ (skjnldsv)
2019-05-09Update file-upload.jsValdnet
2019-03-14[app:files] Use current directory for hashing.Evilham
2019-02-17Limit number of simultaneous MKCOL requests to server to increase upload reli...Tomasz Grobelny
2019-01-29Merge branch 'master' into operation_progress_improvements3Tomasz Grobelny
2019-01-29Fix dropping a folder on a folder rowDaniel Calviño Sánchez
2019-01-28Throttle getstoragestats.php calls and allow simultaneous uploadsTomasz Grobelny
2019-01-21apps: file-upload: fix typo in commentsTigran Mkrtchyan
2018-12-06Do not show general warning on free space errorRoeland Jago Douma
2018-11-25Move progress bar to separate componentTomasz Grobelny
2018-11-25Restructuring code in file-upload.jsTomasz Grobelny
2018-11-05Ask before cancelling an ongoing uploadJohn Molakvoæ (skjnldsv)
2018-09-07Do not hide the progress bar while the chunked upload is being assembledDaniel Calviño Sánchez
2018-06-08Do not show an error message when draging and dropping textDaniel Calviño Sánchez
2018-06-08Remove no longer needed special handling for FirefoxDaniel Calviño Sánchez
2018-06-08Use "dropnofiles" callback to disable the drop state in the UIDaniel Calviño Sánchez
2018-06-08Remove duplicated codeDaniel Calviño Sánchez
2018-04-22Fix race condition when preparing upload folderDaniel Calviño Sánchez
2018-04-05Fix progress bar hidden before the upload endsDaniel Calviño Sánchez
2018-01-10Don't encode paths passed to the OC.Files.ClientRoeland Jago Douma
2018-01-03Merge pull request #7533 from nextcloud/oc-28545-handle-oc-total-length-in-ne...Morris Jobke
2017-12-21Update quota on file upload and deletionJohn Molakvoæ (skjnldsv)
2017-12-15Only set X-OC-Mtime when browser provided lastModified on uploadVincent Petry
2017-12-15Transmit OC-Total-Length in browser as wellThomas Müller
2017-11-13Parse Sabre Exception in OC.Files.Client and file-uploadVincent Petry
2017-11-03Enable chunking for bigger files in authenticated web uploadVincent Petry
2017-10-25Add space between ellipsis and wordMorris Jobke
2017-10-07Update file-upload.jsrakekniven
2017-08-26Don't try the actual file upload if the checks already error outRoeland Jago Douma
2017-08-23Replace ... with …Morris Jobke
2017-08-23Show "Uploading..." in web UI for long uploadsMorris Jobke
2017-06-16Fix uploadrate value of 'original-title' attributeBekcpear
2017-06-16Fix upload remaining timeBekcpear