aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-12-3020-16/+52
|
* Merge pull request #24772 from nextcloud/dependabot/npm_and_yarn/dompurify-2.2.6dependabot-preview[bot]2020-12-2981-120/+6
|\
| * Bump dompurify from 2.2.3 to 2.2.6dependabot-preview[bot]2020-12-2981-120/+6
| | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.3 to 2.2.6. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.3...2.2.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-292-2/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-12-2912-22/+52
|
* Merge pull request #24833 from ↵Roeland Jago Douma2020-12-281-1/+4
|\ | | | | | | | | nextcloud/fix-total-upload-size-overwritten-by-next-upload Fix total upload size overwritten by next upload
| * Fix total upload size overwritten by next uploadDaniel Calviño Sánchez2020-12-231-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 7c4c5fe6ae91 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>
* | Merge pull request #24775 from nextcloud/dependabot/npm_and_yarn/marked-1.2.7Roeland Jago Douma2020-12-284-3/+6
|\ \ | | | | | | Bump marked from 1.2.6 to 1.2.7
| * | Bump marked from 1.2.6 to 1.2.7dependabot-preview[bot]2020-12-214-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 1.2.6 to 1.2.7. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.6...v1.2.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | Merge pull request #24832 from nextcloud/enh/24813/trash-autoid-bigintRoeland Jago Douma2020-12-281-2/+1
|\ \ \ | | | | | | | | Make oc_files_trash.auto_id a bigint
| * | | Make oc_files_trash.auto_id a bigintVincent Petry2020-12-231-2/+1
| | |/ | |/| | | | | | | | | | | | | | | | Adjusted migration. Added to occ command to update existing tables. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-284-2/+16
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-12-274-2/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-12-268-2/+130
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-12-246-14/+18
|/ /
* | Merge pull request #24816 from nextcloud/techdept/dead-packagesJulius Härtl2020-12-234-89/+2
|\ \ | | | | | | Drop all dead packages
| * | Drop all dead packagesChristoph Wurst2020-12-234-89/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Catch the error on heartbeat updateRoeland Jago Douma2020-12-233-4/+9
| | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-2310-20/+24
|/ /
* | Merge pull request #22222 from nextcloud/enh/social-indexRoeland Jago Douma2020-12-225-0/+221
|\ \ | | | | | | re-index contacts with social profiles
| * | re-index contacts with social profilescall-me-matt2020-12-225-0/+221
| | | | | | | | | | | | Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
* | | Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-229-9/+9
|\ \ \ | | | | | | | | Unify links to php.net
| * | | Unify links to php.netJ0WI2020-09-179-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | Merge pull request #22085 from nextcloud/enh/index-socialprofileRoeland Jago Douma2020-12-221-1/+2
|\ \ \ \ | |_|/ / |/| | | adding social profile to search index
| * | | adding social profile to search indexmatt2020-08-021-1/+2
| | | | | | | | | | | | required in order to optimize regular background updates of contact avatars from social networks (see https://github.com/nextcloud/contacts/pull/1722#discussion_r463782429)
* | | | Merge pull request #24604 from nextcloud/feat/dav/move-calendar-renameJohn Molakvoæ2020-12-222-17/+71
|\ \ \ \ | | | | | | | | | | Allow to force rename a conflicting calendar
| * | | | Allow to force rename a conflicting calendarJohn Molakvoæ (skjnldsv)2020-12-102-17/+71
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-12-222-0/+10
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-12-2016-54/+188
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-12-192-2/+2
| |_|_|/ |/| | |
* | | | Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-182-25/+4
|\ \ \ \ | | | | | | | | | | Add well known handlers API
| * | | | Add well known handlers APIChristoph Wurst2020-12-162-25/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #24515 from nextcloud/fix/noid/dav-share-groups-special-charsChristoph Wurst2020-12-184-7/+2
|\ \ \ \ \ | | | | | | | | | | | | fixes sharing to group ids with characters that are being url encoded
| * | | | | fixes sharing to group ids /w chars that are being url encoded, carddavArthur Schiwon2020-12-161-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | fix finding of groups with decodable chars in their id via DAVArthur Schiwon2020-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | fixes sharing to group ids with characters that are being url encodedArthur Schiwon2020-12-162-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #24703 from nextcloud/fix/noid/wfe-filename-mountpoint-checkblizzz2020-12-181-2/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | enables the file name check also to match name of mountpoints
| * | | | | | consider local external storages, tooArthur Schiwon2020-12-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | enables the file name check also to match name of mountpointsArthur Schiwon2020-12-151-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-12-1828-58/+222
| | | | | | |
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-12-176-2/+40
| | | | | | |
* | | | | | | Merge pull request #24731 from nextcloud/fix/license-headers-21Christoph Wurst2020-12-16289-234/+311
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Update all license headers for Nextcloud 21
| * | | | | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-16289-234/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | delete a weather favorite when its icon is clickedJulien Veyssier2020-12-163-6/+14
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | | Merge pull request #24721 from nextcloud/bugfix/noid/user-search-cancelJohn Molakvoæ2020-12-1618-23/+52
|\ \ \ \ \ \
| * | | | | | Bump bundlesJulius Härtl2020-12-1616-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Only let the infinite handler fetch more results if the limit is hitJulius Härtl2020-12-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | Cancel user search requests to avoid duplicate results being addedJulius Härtl2020-12-162-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #24629 from nextcloud/enh/noid/optional-before-requiredChristoph Wurst2020-12-161-6/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Make $vars and $secureRandom required.
| * | | | | | Add $secureRandom to test caseDaniel Kesselberg2020-12-101-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>