summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25529 from ↵Morris Jobke2021-03-223-0/+379
|\ | | | | | | | | nextcloud/fix-non-lgc-glyphs-in-avatars-and-txt-file-previews Fix non LGC glyphs in avatars and txt file previews
| * Add OCC command to reset rendered textsDaniel Calviño Sánchez2021-03-011-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-012-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>
* | Fix sharebymail testsJohn Molakvoæ (skjnldsv)2021-03-221-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-222-2/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #25331 from ↵Morris Jobke2021-03-182-0/+67
|\ \ | | | | | | | | | | | | nextcloud/fix-valid-storages-removed-when-cleaning-remote-storages Fix valid storages removed when cleaning remote storages
| * | Add integration tests for "sharing:cleanup-remote-storages" OCC commandDaniel Calviño Sánchez2021-01-262-0/+67
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Update psalm baselineNextcloud-PR-Bot2021-03-181-27/+4
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Fix comments filespluginJohn Molakvoæ (skjnldsv)2021-03-171-0/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Add eslint testingJohn Molakvoæ (skjnldsv)2021-03-171-0/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Update psalm baselineNextcloud-PR-Bot2021-03-121-29/+0
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Also execute the new tests on droneJoas Schilling2021-03-101-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-102-0/+37
| | | | | | | | | | | | | | | | | | group Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Add integration tests for autocomplete/get (similar to sharees API)Joas Schilling2021-03-104-0/+290
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Update psalm baselineNextcloud-PR-Bot2021-03-101-28/+0
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Update psalm baselineNextcloud-PR-Bot2021-03-091-18/+1
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Update baselineRoeland Jago Douma2021-03-081-38/+67
| | | | | | | | | | | | | | | | | | The rest we will just fix as we go Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Update psalm baselineNextcloud-PR-Bot2021-03-061-73/+4
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Bump handlebars from 4.7.6 to 4.7.7 in /builddependabot-preview[bot]2021-03-052-36/+23
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Update psalm baselineNextcloud-PR-Bot2021-03-051-24/+1
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Update psalm baselineNextcloud-PR-Bot2021-03-041-39/+0
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Update psalm baselineNextcloud-PR-Bot2021-03-031-51/+1
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Update psalm baselineNextcloud-PR-Bot2021-03-021-5/+0
| |/ |/| | | | | Signed-off-by: GitHub <noreply@github.com>
* | Bump the ca locationRoeland Jago Douma2021-02-181-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-183-3/+3
| | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Update psalm baselineNextcloud-PR-Bot2021-02-171-3/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselineNextcloud-PR-Bot2021-02-161-13/+2
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselineNextcloud-PR-Bot2021-02-151-4/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselineNextcloud-PR-Bot2021-02-141-14/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselineNextcloud-PR-Bot2021-02-101-8/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Add .devcontainer to file-checker.phpLukas Reschke2021-02-091-0/+1
| | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Bump karma-viewport from 1.0.7 to 1.0.8 in /builddependabot-preview[bot]2021-02-062-35/+20
| | | | | | | | | | | | | | | | Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/squidfunk/karma-viewport/releases) - [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.7...1.0.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | 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