aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-talk/package.json
Commit message (Collapse)AuthorAge
* chore: bump all recipes minor versionsLibravatar André Oliveira2024-05-04
|
* Fix selectors for Nextcloud Talk (#473)Libravatar Edgars2023-11-28
| | | | | | | | | Script and CSS was updated to add selectors for the latest Nextcloud (27). Previous selectors were left as is for backwards compatibility. Additionally direct notifications count now is detected by unread conversations count in the left sidebar, using Talk specific notifications as a fallback.
* chore: improve lint setup (#397)Libravatar MCMXC2023-07-26
| | | | | | | | | | | | | | | | | - update eslint config to closely mirror the ones from ferdium-app - add .eslintignore - opt in to eslint `reportUnusedDisableDirectives` config option - remove `trailingComma: all` from `prettier` config which is default in `prettier` v3 - autofix or disable a lot of lint issues throughout codebase - add `volta` configuration to `package.json` to autoload correct `node` and `pnpm` versions - upgrade all `eslint` and `prettier` related dependencies to latest - update lint:fix npm script - reformat touched files with prettier - bumped up minor version for all recipes that have changes - introduced injection of 'service.css' where it was missing in many recipes --------- Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Fix syntax errors in nextcloud recipesLibravatar Vijay A2022-06-28
|
* Add fixes for Nextcloud-related webapps (#66)Libravatar Carlos Solís2022-06-21
|
* Nextcloud-Talk has missing character in selector (#64)Libravatar Jürgen Haas2022-06-20
| | | Fixes #63
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* Indirect badge if title page starts with a star (#787)Libravatar cm-schl2021-12-14
| | | | If the title of the Nextcloud Talk page starts with a star (*) increment the number of indirect messages. Nextcloud shows the star indicator if you already are in an active chat and you get new notifications in this chat window.
* fix: fix js error; stylingLibravatar Vijay A2021-09-19
|
* chore: normalized all recipes to ensure compatibility with es6 (#639)Libravatar Vijay Raghavan Aravamudhan2021-08-27
| | | | - Removed some calls to set badge with '0' all the time. - Removed all 'sourceMaps' since they are all outdated atm.
* Cleanup all recipes (#605)Libravatar Vijay Raghavan Aravamudhan2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * Removed legacy properties that are no longer used: 'author' 'customURL' 'description' 'hostedOnly' 'main' 'openDevTools' 'popup' 'repository' 'serviceName' 'webviewOptions' 'wording' - Removed entries for if they were the defaults: 'hasCustomUrl' 'hasDirectMessages' 'hasIndirectMessages' 'hasNotificationSound' 'hasTeamId' 'message' Fixed incorrect 'urlInputSuffix' type. Added validations for ensuring the above do not creep back in.
* Minify svg's using svgoLibravatar Vijay A2021-07-06
|
* Housekeeping: These recipes had been updated for bug fixes since Apr 2020, ↵Libravatar Vijay A2021-05-15
| | | | but their versions had not been bumped up.
* Nextcloud Talk: `package.json` was updated to increase version to 1.0.3Libravatar Edgars2020-11-11
|
* Nextcloud Talk: Hide unrelated notifications and fix notifications countLibravatar Edgars2020-11-10
| | | | | | | | | | | | | | `service.css` was updated to: - unhide contacts menu; - hide notifications that are not related to Nextcloud Talk; - hide "Dismiss all notifications" as this action would also dismiss hidden notifications. `webview.js` was updated to fix notifications (both direct and indirect) count retrieval. `README.md` was added.
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>