summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Add missing files for Composer v2Christoph Wurst2021-08-161-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Revert accidentally dropped lines from Psalm baselinesChristoph Wurst2021-07-282-3/+50
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump regenerator-runtime from 0.13.7 to 0.13.9dependabot[bot]2021-07-282-50/+3
| | | | | | | | | | | | | | | | Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.7 to 0.13.9. - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.7...regenerator-runtime@0.13.9) --- updated-dependencies: - dependency-name: regenerator-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Add integration tests for searching users in contacts menuDaniel Calviño Sánchez2021-07-023-0/+258
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for the editable fieldsJoas Schilling2021-05-272-0/+56
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update baseline on stable21Vincent Petry2021-04-201-104/+5
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix empty password check for mail sharesVincent Petry2021-04-191-0/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Int tests for provisioning API scopesVincent Petry2021-03-292-2/+81
| | | | | | | Added integration tests for the scope attributes in the provisioning API. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update psalm-baseline for Avatar API quirksVincent Petry2021-03-291-0/+8
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add OCC command to reset rendered textsDaniel Calviño Sánchez2021-03-221-0/+5
| | | | | | | | | | The command is meant to be used when the fonts used to render texts ("core/fonts/NotoSans-Regular.ttf" and "core/fonts/NotoSans-Bold.ttf") are changed (for example, to add support for other scripts). The avatar and text file previews will be removed, so they will be generated again with the updated font when needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Include additional scripts in Noto fontsDaniel Calviño Sánchez2021-03-222-0/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generated avatars as well as text file previews are rendered using the "core/fonts/NotoSans-Regular.ttf" font. The file was the standard hinted "NotoSans-Regular.ttf" file from https://www.google.com/get/noto/. However that file does not cover some non LGC (Latin, Greek, Cyrillic) scripts, like Arabic, Devanagari or Hebrew, to name a few. Markdown file previews also use "core/fonts/NotoSans-Bold.ttf", which is in the same situation as the regular one. Due to limitations in the TTF format it is not possible to provide a single file for each style that includes all Noto fonts. However, it is possible to add more scripts to the standard "NotoSans-Regular.ttf" and "NotoSans-Bold.ttf" files (although no CJK (Chinese, Japanese, Korean) glyph can be included due to the aforementioned limitations). This commit replaces the standard files with an extended version created using the Noto Tools. The build script (as well as a patch for the Noto Tools) is also included for reference and to be able to update the font files in the future if needed. Due to the additional scripts added the font files are now much larger, although this does not seem to increase the time spent rendering LGC scripts. Note that the file for the bold style still contains less scripts than the regular one, as not all scripts supported by Noto have a bold weight. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for "sharing:cleanup-remote-storages" OCC commandDaniel Calviño Sánchez2021-03-182-0/+67
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Also execute the new tests on droneJoas Schilling2021-03-111-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a setting to restrict returning a full match unless in phonebook or same ↵Joas Schilling2021-03-112-0/+37
| | | | | | group Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add integration tests for autocomplete/get (similar to sharees API)Joas Schilling2021-03-114-0/+290
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump the ca locationRoeland Jago Douma2021-03-011-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update psalm baselineNextcloud-PR-Bot2021-01-301-4/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselineNextcloud-PR-Bot2021-01-291-2/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselineNextcloud-PR-Bot2021-01-231-18/+2
| | | | Signed-off-by: GitHub <noreply@github.com>
* [Security] Bump socket.io from 2.3.0 to 2.4.1 in /builddependabot-preview[bot]2021-01-201-207/+110
| | | | | | | | Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1. **This update includes a security fix.** - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update psalm baselineNextcloud-PR-Bot2021-01-201-14/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselineNextcloud-PR-Bot2021-01-131-12/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baseline to remove obsolete stuffVincent Petry2021-01-121-8/+0
| | | | | | | | | As seen in CI static checks, some blocks in the baseline were not needed any more. This will fix static checks in CI. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update psalm baselineNextcloud-PR-Bot2021-01-091-59/+2
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #24948 from nextcloud/dependabot/composer/doctrine/dbal-3.0.0Christoph Wurst2021-01-081-2/+13
|\ | | | | Bump doctrine/dbal from 2.12.0 to 3.0.0
| * Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-2/+13
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #22992 from nextcloud/password-urlencodeMorris Jobke2021-01-081-1/+2
|\ \ | |/ |/| allow authenticating using urlencoded passwords
| * Update baseline.xmlMorris Jobke2021-01-081-1/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Update psalm baselineNextcloud-PR-Bot2021-01-081-13/+2
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselineNextcloud-PR-Bot2021-01-061-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #24907 from nextcloud/fix/license-headers-21-IIChristoph Wurst2021-01-042-1/+1
|\ | | | | Update license headers
| * Update license headersChristoph Wurst2020-12-302-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix expceted psalm-ocp.xml fileRoeland Jago Douma2020-12-301-0/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #24903 from nextcloud/enh/psalm-ocpRoeland Jago Douma2020-12-301-0/+249
|\ | | | | Add dedicated baseline for OCP
| * Add dedicated baseline for OCPRoeland Jago Douma2020-12-301-0/+249
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #24895 from ↵Roeland Jago Douma2020-12-304-3/+5
|\ \ | | | | | | | | | | | | nextcloud/make-integration-tests-work-with-both-php-7.3-and-7.4 Make integration tests work with both PHP 7.3 and 7.4
| * | Make integration tests work with both PHP 7.3 and 7.4Daniel Calviño Sánchez2020-12-304-3/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "Trashbin" and "WebDav" traits were using each other in a circular dependency ("WebDav" -> "Sharing" -> "Provisioning" -> "BasicStructure" -> "Trashbin" -> "WebDav"). In PHP 7.3 this worked fine, but in PHP 7.4 the fatal error "Trait 'WebDav' not found in .../Trashbin.php" was thrown. To solve this now the "TrashBin" trait no longer explicitly uses "WebDav". However, due to this change, the class using "TrashBin" is now expected to also use "WebDav". As the "Trashbin" trait was not needed by most contexts using the "BasicStructure" trait "Trashbin" was removed from it and added only to those contexts that actually need it. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* / Update psalm baselineNextcloud-PR-Bot2020-12-301-7/+2
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #23958 from ↵dependabot-preview[bot]2020-12-292-207/+263
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/build/node-sass-5.0.0
| * Bump node-sass from 4.14.1 to 5.0.0 in /builddependabot-preview[bot]2020-12-292-207/+263
| | | | | | | | | | | | | | | | Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 5.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #24533 from ↵Christoph Wurst2020-12-291-92/+35
|\ \ | |/ |/| | | | | nextcloud/dependabot/composer/icewind/streams-0.7.2 Bump icewind/streams from 0.7.1 to 0.7.2
| * Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-92/+35
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | jsunit: Run jsunit with chromium/puppeteer on github actionsJulius Härtl2020-12-292-2183/+1006
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update the Psalm baselineChristoph Wurst2020-12-221-22/+7
| | | | | | Some issues were resolved, hence every CI run shows this diff. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-224-331/+331
|\ | | | | Unify links to php.net
| * Unify links to php.netJ0WI2020-09-174-331/+331
| | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1612-9/+14
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Update psalm baselineNextcloud-PR-Bot2020-12-161-10/+2
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | [Security] Bump ini from 1.3.5 to 1.3.7 in /builddependabot-preview[bot]2020-12-101-6/+7
| | | | | | | | | | | | | | Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. **This update includes a security fix.** - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #24605 from nextcloud/enh/share-deckRoeland Jago Douma2020-12-101-11/+2
|\ \ | | | | | | Add deck share provider support