aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
...
| * Drop \OCP\UserChristoph Wurst2021-05-211-10/+11
| | | | | | | | | | | | Inlines and remaining usages and drops the deprecated public API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Rename External storages to External storageszaimen2021-05-201-1/+1
|/ | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Update psalm baselineNextcloud-PR-Bot2021-05-191-11/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #26987 from ↵dependabot-preview[bot]2021-05-182-29/+29
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/build/node-sass-6.0.0
| * Bump node-sass from 5.0.0 to 6.0.0 in /builddependabot-preview[bot]2021-05-152-29/+29
| | | | | | | | | | | | | | | | Bumps [node-sass](https://github.com/sass/node-sass) from 5.0.0 to 6.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/v5.0.0...v6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #26846 from ↵Morris Jobke2021-05-171-1/+1
|\ \ | |/ |/| | | | | nextcloud/followup/26572/reply-with-json-when-not-accepting-html Reply with json when not accepting html on LoginException
| * Reply with UNAUTHORIZED like on APIs when login exception was thrownJoas Schilling2021-05-121-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix unauthorized OCS status in provisioningJoas Schilling2021-05-124-17/+18
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [Security] Bump hosted-git-info from 2.7.1 to 2.8.9 in /builddependabot-preview[bot]2021-05-101-3/+3
| | | | | | | | Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. **This update includes a security fix.** - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update psalm baselineNextcloud-PR-Bot2021-05-101-7/+2
| | | | Signed-off-by: GitHub <noreply@github.com>
* [Security] Bump lodash from 4.17.19 to 4.17.21 in /builddependabot-preview[bot]2021-05-061-3/+3
| | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. **This update includes a security fix.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update psalm baselineNextcloud-PR-Bot2021-05-031-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-291-9/+7
| | | | | | | We had both in places, but the old one isn't used anywhere outside this app, so it's time to migrate the code. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update psalm baselineNextcloud-PR-Bot2021-04-291-3/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselineNextcloud-PR-Bot2021-04-281-6/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #26776 from ↵kesselb2021-04-271-1/+1
|\ | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * Update psalm baselineNextcloud-PR-Bot2021-04-271-1/+1
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #26572 from ↵Joas Schilling2021-04-272-2/+9
|\ \ | |/ |/| | | | | nextcloud/bugfix/noid/throw-401-when-authentication-is-provided-and-invalid Throw "401 Unauthenticated" when authentication is provided but invalid
| * Adjust integration testJoas Schilling2021-04-222-2/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Update psalm baselineNextcloud-PR-Bot2021-04-261-4/+1
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Add integration tests for searching users in contacts menuDaniel Calviño Sánchez2021-04-233-0/+258
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Update psalm baselineNextcloud-PR-Bot2021-04-231-9/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #26375 from ↵Morris Jobke2021-04-221-0/+5
|\ \ | |/ |/| | | | | nextcloud/techdebt/noid/symfony-component-translation-pluralization-rules-is-deprecated "Symfony\Component\Translation\PluralizationRules" is deprecated
| * Only check translations insteda of the full fileJoas Schilling2021-04-201-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add a check for the pipe characterJoas Schilling2021-04-201-0/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Update psalm baselineNextcloud-PR-Bot2021-04-211-3/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Remove old unused handlebar systemtags templateJohn Molakvoæ (skjnldsv)2021-04-091-3/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add js files to licenseJohn Molakvoæ (skjnldsv)2021-03-311-34/+104
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update psalm baselineNextcloud-PR-Bot2021-03-311-9/+2
| | | | Signed-off-by: GitHub <noreply@github.com>
* [Security] Bump y18n from 4.0.0 to 4.0.1 in /builddependabot-preview[bot]2021-03-291-3/+3
| | | | | | | | Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. **This update includes a security fix.** - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #26243 from nextcloud/enh/noid/avatar-privacy-new-scopeJoas Schilling2021-03-293-2/+89
|\ | | | | Avatar privacy and new scope
| * Int tests for provisioning API scopesVincent Petry2021-03-262-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-261-0/+8
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Update psalm baselineNextcloud-PR-Bot2021-03-281-21/+4
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselineNextcloud-PR-Bot2021-03-261-10/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselineNextcloud-PR-Bot2021-03-241-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselineNextcloud-PR-Bot2021-03-231-3/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* 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>