aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/element
Commit message (Collapse)AuthorAge
* fix #936: Rectify serviceUrls for known problematic servicesLibravatar Vijay A2023-02-08
|
* Use unread rooms count like Element app doesLibravatar Edgars2023-01-02
| | | | | | This change uses unread rooms instead of messages count like Element (web)app does Unread rooms count is extracted from the `title` tag.
* Auto-fix from eslint triggered a version bump in element recipeLibravatar Vijay A2022-12-08
|
* Get Element messages count from the spaces navbarLibravatar Edgars2022-12-07
| | | | | | | | Element recipe was updated to get direct messages count from the spaces navigation bar as previously it was retrieved only from the active space resulting in situations when there are new messages in Element but there is no indicator if the currently active Element space does not have unread notifications.
* Switch from counting of space-badges to room tile badges for Element (#79)Libravatar Stanislav N2022-06-26
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* Add setDialogTitle feature to api, WhatsApp and Telegram (#750)Libravatar Iaroslav2021-10-23
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* fix for #286 with fallback (#738)Libravatar Cornelius2021-10-16
| | | mostly tested with custom homeserver, not a public matrix server
* fix: fix js error; stylingLibravatar Vijay A2021-09-19
|
* Removed redundant 'README.md' filesLibravatar Vijay A2021-09-12
|
* refactor: Use Ferdi.safeParseInt to ensure that parsing is done consistently ↵Libravatar Vijay A2021-08-31
| | | | in all recipes.
* 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.
* Recipes now have aliases!!!! (#607)Libravatar Vijay Raghavan Aravamudhan2021-08-12
| | | fixes getferdi/ferdi#1614, getferdi/ferdi#1615, getferdi/ferdi#1291
* 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.
* Fixed eslintrc as root for this folder; Reformatted all files.Libravatar Vijay A2021-07-31
|
* Minify svg's using svgoLibravatar Vijay A2021-07-06
|
* Removed references to png images since they were not being used anyways.Libravatar 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.
* Update Element recipe (#479)Libravatar Achim Leitner2021-04-29
|
* Revert "Use imagemin to minify images (#323)"Libravatar Amine Mouafik2020-10-10
| | | | This reverts commit 5f7d8ebe6d8a9a9e5a1b4e9f041ece1a7ae38ab1.
* Use imagemin to minify images (#323)Libravatar Vijay Raghavan Aravamudhan2020-10-09
|
* Minify images using ImageOptim (lossless compression) (#313)Libravatar Vijay Raghavan Aravamudhan2020-10-07
|
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>