- Dec 29, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Dec 28, 2020
-
-
Roeland Jago Douma authored
Fix total upload size overwritten by next upload
-
Roeland Jago Douma authored
Bump marked from 1.2.6 to 1.2.7
-
Roeland Jago Douma authored
Make oc_files_trash.auto_id a bigint
-
dependabot-preview[bot] authored
-
Christoph Wurst authored
Add mindmap type file icon
-
ACTom authored
Signed-off-by:
ACTom <i@actom.me>
-
Nextcloud bot authored
-
- Dec 27, 2020
-
-
Nextcloud bot authored
-
- Dec 26, 2020
-
-
dependabot-preview[bot] authored
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.2.0...webpack-cli@4.3.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
Nextcloud bot authored
-
dependabot-preview[bot] authored
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.7.2 to 5.7.3. - [Release notes](https://github.com/survivejs/webpack-merge/releases) - [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md) - [Commits](https://github.com/survivejs/webpack-merge/compare/v5.7.2...v5.7.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Dec 24, 2020
-
-
Nextcloud bot authored
-
- Dec 23, 2020
-
-
Roeland Jago Douma authored
21 beta3
-
Christoph Wurst authored
Add README section for committing back-end code
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Daniel Calviño Sánchez authored
The upload progress is based on the "totalToUpload" variable. However, as the variable is set when an upload is submitted, if another upload is submitted before the previous one finished the upload progress only took into account the size of the new upload (although the upload itself worked fine; the files of the new submitted upload are added to the active one). Now "totalToUpload" is either increased or set depending on whether an upload is active or not. Note that although "data.total" holds the total size of the files being uploaded "totalToUpload" needs to be used in "fileuploadprogressall" instead; "totalToUpload" is calculated when the upload is submitted, but since 7c4c5fe6 the actual upload of the files, and thus updating the value of "data.total", may be deferred until the parent folders were created. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Vincent Petry authored
Adjusted migration. Added to occ command to update existing tables. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Christoph Wurst authored
Bump deepdiver/zipstreamer to 2.0.0
-
Vincent Petry authored
Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Christoph Wurst authored
For PSR-4 compat. The rest is unchanged. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Julius Härtl authored
Drop all dead packages
-
Roeland Jago Douma authored
adding a ShareDeletedEvent
-
Julius Härtl authored
Catch the error on heartbeat update
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by:
npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
-
Christoph Wurst authored
Apparently we have plenty of leftover of previous sub-dependencies. Composer automatically dumps those with any future dependency update, so I'm dropping them in an atomic step. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Dec 22, 2020
-
-
Christoph Wurst authored
Update the Psalm baseline
-
Christoph Wurst authored
Some issues were resolved, hence every CI run shows this diff. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Julius Härtl authored
-
Roeland Jago Douma authored
re-index contacts with social profiles
-
Marco Ambrosini authored
Signed-off-by:
Marco Ambrosini <marcoambrosini@pm.me> Signed-off-by:
npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
-
Roeland Jago Douma authored
Unify links to php.net
-
call-me-matt authored
Signed-off-by:
call-me-matt <nextcloud@matthiasheinisch.de>
-
Roeland Jago Douma authored
adding social profile to search index
-