No description
Find a file
Nextcloud bot abfff7409f
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-22 01:04:36 +00:00
.github chore: enable integration tests 2026-02-28 18:49:36 +02:00
.tx let's go 2022-12-19 18:53:36 +01:00
appinfo add frontend unit tests with Vitest (#68) 2026-02-25 10:03:22 +02:00
img little repository beauty 2023-05-05 16:24:11 +03:00
l10n fix(l10n): Update translations from Transifex 2026-03-22 01:04:36 +00:00
lib fix: show clear error message when Giphy API requests fail (#74) 2026-03-02 11:31:12 +02:00
screenshots little repository beauty 2023-05-05 16:24:11 +03:00
src fix: show clear error message when Giphy API requests fail (#74) 2026-03-02 11:31:12 +02:00
templates added SPDX headers 2024-09-29 20:34:55 +03:00
tests feat: add basic integration tests (#69) 2026-02-28 11:38:03 +02:00
vendor-bin/psalm Modernize and fix settings (#64) 2026-02-23 09:04:38 +02:00
.eslintrc.cjs switch to vite 2024-10-03 12:49:48 +02:00
.gitignore Modernize and fix settings (#64) 2026-02-23 09:04:38 +02:00
.l10nignore l10n ignore vendor 2023-05-05 10:30:38 +02:00
.nextcloudignore removed CHANGELOG.md from the list of ignored release files 2024-10-16 11:16:53 +03:00
.php-cs-fixer.dist.php added SPDX headers 2024-09-29 20:34:55 +03:00
AUTHORS.md added SPDX headers 2024-09-29 20:34:55 +03:00
CHANGELOG.md v2.2.0 2025-11-13 16:22:38 +02:00
CODE_OF_CONDUCT.md added SPDX headers 2024-09-29 20:34:55 +03:00
composer.json feat: add basic integration tests (#69) 2026-02-28 11:38:03 +02:00
composer.lock Chore(deps): Bump bamarni/composer-bin-plugin from 1.8.3 to 1.9.1 (#70) 2026-02-28 11:39:00 +02:00
COPYING added SPDX headers 2024-09-29 20:34:55 +03:00
krankerl.toml changed npm install --deps to npm ci 2023-05-05 18:24:52 +03:00
package-lock.json add frontend unit tests with Vitest (#68) 2026-02-25 10:03:22 +02:00
package.json add frontend unit tests with Vitest (#68) 2026-02-25 10:03:22 +02:00
psalm.xml chore(maintenance): update to Psalm 6; drop NC 28 & 29 (#41) 2025-06-10 09:26:38 +03:00
README.md chore(i18n): Use product name "Smart Picker" (#35) 2025-01-26 20:07:39 +03:00
stylelint.config.cjs switch to vite 2024-10-03 12:49:48 +02:00
vite.config.ts switch to vite 2024-10-03 12:49:48 +02:00
vitest.config.ts add frontend unit tests with Vitest (#68) 2026-02-25 10:03:22 +02:00

Giphy integration in Nextcloud

This app adds:

  • A search provider for GIFs
  • A link reference provider to render links to GIFs in Talk and Text
  • A custom link picker to get GIF links

Note: To use Smart Picker, start typing with /giphy.

🔧 Configuration

Admin settings

There is a "Connected accounts" admin settings section to set your Giphy API key. You can create a Giphy API key at https://developers.giphy.com/dashboard

Note: When creating a Giphy API, select the "SDK" type.

🛠️ State of maintenance

While there are some things that could be done to further improve this app, the app is currently maintained with limited effort. This means:

  • The main functionality works for the majority of the use cases
  • We will ensure that the app will continue to work like this for future releases and we will fix bugs that we classify as 'critical'
  • We will not invest further development resources ourselves in advancing the app with new features
  • We do review and enthusiastically welcome community PR's

We would be more than excited if you would like to collaborate with us. We will merge pull requests for new features and fixes. We also would love to welcome co-maintainers.

If you are a customer of Nextcloud and you have a strong business case for any development of this app, we will consider your wishes for our roadmap. Please contact your account manager to talk about the possibilities.