| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Remove animated sticker pack check | Tulir Asokan | 2024-06-19 | -4/+0 |
| | | ||||
| * | Force proxying legacy federated downloads in giphy proxy | Tulir Asokan | 2024-06-19 | -3/+4 |
| | | ||||
| * | Update giphyproxy /version response | Tulir Asokan | 2024-06-19 | -3/+4 |
| | | ||||
| * | Add cats to giphy proxy | Tulir Asokan | 2024-06-19 | -0/+8 |
| | | ||||
| * | Add MSC3916-compatible giphy media repo proxy | Tulir Asokan | 2024-06-19 | -0/+176 |
| | | ||||
| * | Don't try to use non-existent variables | Tulir Asokan | 2024-06-17 | -2/+0 |
| | | ||||
| * | Don't prompt for giphy api key by default | Tulir Asokan | 2024-06-05 | -15/+4 |
| | | ||||
| * | Add support for sending gifs via Giphy | Tulir Asokan | 2024-05-18 | -187/+630 |
| | | | | | | | | Fixes #22 Closes #75 Co-authored-by: Nischay <hegdenischay@gmail.com> | |||
| * | Add missing parameter to getting sticker sets. Fixes #51 | Tulir Asokan | 2022-11-15 | -1/+1 |
| | | ||||
| * | Merge remote-tracking branch 'salixor/feat/search-box' | Tulir Asokan | 2021-10-03 | -8/+117 |
| |\ | ||||
| | * | Update sass style file | Kévin Cocchi | 2020-12-17 | -223/+45 |
| | | | ||||
| | * | Implement stickers search | Kévin Cocchi | 2020-12-17 | -6/+113 |
| | | | ||||
| | * | Re-format CSS for readability in PR | Kévin Cocchi | 2020-12-17 | -1/+181 |
| | | | ||||
| * | | Update some metadata | Tulir Asokan | 2021-10-03 | -1/+2 |
| | | | ||||
| * | | Update dependencies | Tulir Asokan | 2021-10-03 | -2180/+241 |
| | | | ||||
| * | | Merge remote-tracking branch 'p1gp1g/dev' | Tulir Asokan | 2021-10-03 | -8/+14 |
| |\ \ | ||||
| | * | | Remove parseQuery and use params | S1m | 2021-09-30 | -6/+1 |
| | | | | ||||
| | * | | Check packfile protocole scheme + rm semicolons | S1m | 2021-09-20 | -7/+5 |
| | | | | ||||
| | * | | Allow using external index.json and stickerpack | S1m | 2021-09-19 | -2/+15 |
| | | | | ||||
| * | | | Merge remote-tracking branch 'celogeek/fixes-ios-and-more' | Tulir Asokan | 2021-10-03 | -1/+4 |
| |\ \ \ | ||||
| | * | | | fix display of packs with sticker-import --list | celogeek | 2021-02-07 | -1/+2 |
| | | | | | ||||
| | * | | | add missing msgtype = m.sticker | celogeek | 2021-02-07 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On iOS the message is sent twice, with a duplicate event_id. It cause error on logs, in different places (synapse, mautrix, ...) It required to fix the already existing json or reimport the stickers. The "packs/scalar*" example already include this field, and it works. | |||
| * | | | | Merge remote-tracking branch 'aWeinzierl/fix-encoding' | Tulir Asokan | 2021-10-03 | -11/+13 |
| |\ \ \ \ | |_|/ / |/| | | | ||||
| | * | | | remove redundant utf-8 setting | Andreas Weinzierl | 2021-01-28 | -1/+1 |
| | | | | | ||||
| | * | | | Use utf8-encoding whenever JSON is processed | Andreas Weinzierl | 2021-01-27 | -11/+13 |
| | | | | | ||||
| | * | | | Set encoding to utf-8 when saving json file for stickerpack | Andreas Weinzierl | 2021-01-27 | -1/+1 |
| | |/ / | | | | | | | Fixes UnicodeEncodeError with Windows 10 when trying to import sticker packs caused by the default encoding scheme in Windows | |||
| * | | | Fix scrolling topbar on Firefox | Tulir Asokan | 2021-04-22 | -1/+1 |
| | | | | | | | | | | | | | (and possibly break it on other browsers) | |||
| * | | | Assume https if homeserver URL doesn't have protocol | Tulir Asokan | 2021-04-22 | -0/+2 |
| |/ / | ||||
| * | | Update README.md | Tulir Asokan | 2021-01-24 | -0/+6 |
| | | | ||||
| * | | Merge pull request #26 from auscompgeek/patch-1 | Tulir Asokan | 2021-01-20 | -1/+1 |
| |\ \ | | | | | | | Show sticker body in hover tooltip | |||
| | * | | Show sticker body in hover tooltip | David Vo | 2020-12-30 | -1/+1 |
| | |/ | ||||
| * | | Merge pull request #28 from SpiritCroc/fix-import | Tulir Asokan | 2021-01-20 | -1/+1 |
| |\ \ | |/ |/| | Rename import.py, since import is a keyword | |||
| | * | Rename import.py, since import is a keyword | SpiritCroc | 2021-01-19 | -1/+1 |
| |/ | | | | | | | | from sticker.import import cmd ^ SyntaxError: invalid syntax Fixes https://github.com/maunium/stickerpicker/issues/27. | |||
| * | Add fancy versioning stuff | Tulir Asokan | 2020-10-30 | -1/+65 |
| | | ||||
| * | Switch license to AGPLv3+ | Tulir Asokan | 2020-10-30 | -330/+722 |
| | | | | | | | | The license was initially MPLv2 as I expected the project to be a fairly simple tiny web app, but it has already grown into multiple files. Now that I'm going to add a server component, I'm switching the license for future versions to AGPL like all my other non-library projects. | |||
| * | Update feature table | Tulir Asokan | 2020-10-30 | -6/+10 |
| | | ||||
| * | Add small sticker picker comparison table | Tulir Asokan | 2020-10-07 | -0/+9 |
| | | ||||
| * | Make magic optional | Tulir Asokan | 2020-09-20 | -2/+11 |
| | | ||||
| * | Update README and gitignore | Tulir Asokan | 2020-09-17 | -79/+7 |
| | | ||||
| * | Update readme | Tulir Asokan | 2020-09-13 | -11/+15 |
| | | ||||
| * | Add option to copy sticker-pack'ed pack to web/packs/ | Tulir Asokan | 2020-09-13 | -42/+63 |
| | | ||||
| * | Add Element iOS preview with dark theme | Tulir Asokan | 2020-09-13 | -0/+3 |
| | | ||||
| * | Add some .gitattributes | Tulir Asokan | 2020-09-13 | -0/+3 |
| | | ||||
| * | Add support for ordering stickers in custom packs | Tulir Asokan | 2020-09-13 | -1/+9 |
| | | ||||
| * | Add demo URL | Tulir Asokan | 2020-09-13 | -0/+3 |
| | | ||||
| * | Add dedicated Matrix room | Tulir Asokan | 2020-09-13 | -1/+1 |
| | | ||||
| * | Reorganize Python stuff and add command to create packs | Tulir Asokan | 2020-09-13 | -153/+355 |
| | | | | | Fixes #11 | |||
| * | Add error message for browsers with no module support | Tulir Asokan | 2020-09-11 | -0/+1 |
| | | ||||
| * | Add support for dark theme. Fixes #17 | Tulir Asokan | 2020-09-11 | -21/+90 |
| | | ||||
| * | Disable smooth navbar scrolling as it breaks on some platforms | Tulir Asokan | 2020-09-10 | -2/+2 |
| | | ||||
