summary refs log tree commit diff
path: root/src/api/util/utility/EmbedHandlers.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Actually run prettier dev/emma-refactorsEmma [it/its]@Rory&2023-12-111-67/+21
|
* Embeds: handle og:sitenameMadeline2023-09-161-0/+7
|
* Fix regression where generic embed handler wouldn't properly send image resultsMadeline2023-09-161-5/+4
|
* [fb] remove provider obj, add colorPuyodead12023-09-031-3/+1
|
* add facebook, and add steam fieldsPuyodead12023-09-031-3/+54
|
* Rewrite thumbnail/image generation for embedsMadeline2023-09-031-83/+65
|
* Fix bug in embed handler where getMeta would not return undefinedMadeline2023-09-031-3/+5
|
* xkcd embed handler and improved generic handlerMadeline2023-09-021-20/+53
|
* Remove ALL fosscord mentionsMadeline2023-03-311-3/+3
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Add ESLint (#941)Madeline2023-01-201-19/+19
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Add youtu.be embed handler (#945)Chris Chrome2023-01-181-1/+3
|
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* Return embed proxy url even if imagor not set up. Also make warning nicerMadeline2023-01-161-5/+14
|
* Update dead linesMadeline2023-01-161-1/+1
|
* PrettierMadeline2023-01-051-50/+114
|
* Add additional configMadeline2022-12-191-1/+1
|
* Remove `sharp` depMadeline2022-12-171-3/+4
|
* Fix fix for twitter embeds from yesterdayMadeline2022-10-251-1/+1
|
* Fix tweets with only video breaking embedsMadeline2022-10-241-8/+8
|
* Twitter embedsMadeline2022-10-031-6/+89
|
* Make imagor optionalMadeline2022-10-021-12/+15
|
* Use imagor for image resizingMadeline2022-10-021-3/+15
|
* More embed improvementsMadeline2022-10-021-50/+74
|
* Slightly better embedsMadeline2022-10-011-27/+155
|
* Better embed handlingMadeline2022-10-011-0/+140