Julian Lam
0b588cc940
feat: handle new 'markdown' post parse type
2025-01-23 15:04:40 -05:00
Peter Jaszkowiak
29eb61a56e
convert shorthand to :derp:
2024-11-24 22:01:47 -07:00
Peter Jaszkowiak
58b363b612
fix mime import, context array
2024-11-24 20:36:36 -07:00
Peter Jaszkowiak
d09a8e3557
fix mime import transpilation
...
Dynamic `import('mime')` was compiling to `require` which led
to a runtime error. Fixed the tsconfig to correctly support
`import()` in CJS modules and simplified the code a bit.
2024-11-17 19:45:21 -07:00
Peter Jaszkowiak
265b68333c
fix buildEmoji params, context append
...
closes #67
2024-11-17 16:12:02 -07:00
Julian Lam
252d6b101e
fix: type
parameter in filter:parse.post
listener so that it expects it to be in data
parameter instead of separate parameter
2024-11-13 10:31:20 -07:00
Peter Jaszkowiak
4ddcbba7e4
support for activitypub
2024-11-09 14:39:52 -07:00
Barış Soner Uşaklı
767c4b65fd
fix: add checks
2023-09-17 09:04:35 -04:00
Barış Soner Uşaklı
63088872d5
add button into chat composer
2023-09-16 20:44:03 -04:00
Barış Soner Uşaklı
2cd58fd9d6
move import
2023-08-15 01:45:34 -04:00
Peter Jaszkowiak
83c9ef6f3a
fix for multiple instances on same host
2023-07-21 17:35:54 -06:00
Barış Soner Uşaklı
f5ff8fa89d
inline style
2023-06-14 12:27:53 -04:00
Barış Soner Uşaklı
1ade17a258
test height attr
2023-06-14 12:15:42 -04:00
Barış Soner Uşaklı
96ccb24886
parse email intro
2023-05-22 11:48:48 -04:00
Barış Soner Uşaklı
f3cb8778a1
parse metaTags og:title & title
2023-05-21 17:40:43 -04:00
Barış Soner Uşaklı
34e4fe6693
smh: revert vertical align this breaks topic titles
2023-05-21 16:06:58 -04:00
Barış Soner Uşaklı
ac774fdff9
https://github.com/NodeBB/NodeBB/issues/11618
2023-05-21 15:55:14 -04:00
Barış Soner Uşaklı
18c9a21f16
fix hook return
2023-05-08 12:26:49 -04:00
Barış Soner Uşaklı
50628a13be
parse topic titles in post summaries
2023-05-08 12:21:07 -04:00
Peter Jaszkowiak
7f30d8db0f
parse emoji in titles
2023-04-25 19:49:01 -06:00
Barış Soner Uşaklı
d3773743d8
refactor: remove optional arguments
2022-09-21 10:01:42 -04:00
Barış Soner Uşaklı
db142dbd46
fix: crash if asset_base_url is somehow undefined/null
2022-02-17 11:50:30 -05:00
Barış Soner Uşaklı
806379d258
get rid of derpy apiControllers call
...
use new nconf value
2022-02-15 19:28:42 -05:00
Barış Soner Uşaklı
f10fa44711
refactor: remove console.log
2022-02-15 17:12:30 -05:00
Barış Soner Uşaklı
46d3a195ec
fix: wait nodebb ready to load baseUrl
...
fixes https://github.com/NodeBB/nodebb-plugin-emoji/issues/52
having loadConfig in static:app.load was triggering `filter:config.get` and any plugin that listens to this hook was crashing if they ran after emoji in the init order. for example recent cards crashes on https://github.com/NodeBB-Community/nodebb-plugin-recent-cards/blob/master/library.js#L68 because plugin.settings isnt initialized yet.
2022-02-15 17:10:56 -05:00
Barış Soner Uşaklı
fc4ff2d13c
fix : #51 , build on startup if file not found
2022-02-11 11:21:32 -05:00
Barış Soner Uşaklı
18161e346a
feat: css-builders to use assetBaseUrl
2022-02-09 13:32:39 -05:00
Barış Soner Uşaklı
e0befdeb1e
fix: one more fix
2022-02-09 13:19:48 -05:00
Barış Soner Uşaklı
b4ec6d7b4d
fix: more assetBaseUrl usage
2022-02-09 13:14:21 -05:00
Barış Soner Uşaklı
456f314403
refactor: move url stuff to init
...
rename to options.baseUrl
2022-02-04 11:30:31 -05:00
Barış Soner Uşaklı
b930be4fd5
fix: convert to absolute url
2022-02-03 14:48:03 -05:00
Barış Soner Uşaklı
2f4c18b53e
feat: use assetBaseUrl instead of forum url
2022-02-03 14:17:54 -05:00
Barış Soner Uşaklı
da8e6e1cca
refactor: remove middleware.authenticate for 1.19.0
2021-11-28 19:18:16 -05:00
Peter Jaszkowiak
ed72a233b4
fix #46 : emoji list visibility on mobile
2021-05-10 18:57:11 -06:00
Barış Soner Uşaklı
98df22a6c8
fix: don't crash if content is undefined/null
2021-03-15 17:44:04 -04:00
Peter Jaszkowiak
310ed52a98
refactor: use Svelte for ACP interface
2021-02-24 20:52:59 -07:00
Peter Jaszkowiak
c34db5327f
fix escaping uploaded files directory
2021-02-03 22:11:38 -07:00
Peter Jaszkowiak
17a5d069ba
Add emoji packs to repository
2021-02-03 21:35:21 -07:00
Julian Lam
c65259925a
fix: NodeBB v1.17.0 compatiblity ( #41 )
2021-01-30 11:40:26 -07:00
Peter Jaszkowiak
207a49235f
bump dependencies
2020-12-24 14:27:47 -07:00
Peter Jaszkowiak
0720131279
Picker modal closes on click elsewhere on page
2020-09-14 20:52:29 -06:00
Peter Jaszkowiak
64952b646d
fix for latest NodeBB, use async functions
...
fixes "Customize Emoji" not working in NodeBB 1.13.2
2020-04-06 22:10:35 -06:00
Peter Jaszkowiak
18745788d5
Bump dependencies
2019-09-01 18:26:29 -06:00
Peter Jaszkowiak
963090e1ce
Fix #25 - option for showing custom emoji first
2019-07-18 22:20:24 -06:00
Peter Jaszkowiak
a914516048
Bump dependencies
...
Use typescript-eslint instead of tslint
2019-03-07 22:19:50 -07:00
Barış Soner Uşaklı
5014a937c5
use winston.error instead
2018-10-09 10:58:34 -04:00
Barış Soner Uşaklı
4a264e8250
closes https://github.com/NodeBB/NodeBB/issues/6818
2018-10-09 08:39:39 -04:00
Peter Jaszkowiak
91ab309355
Linting
2018-09-23 15:14:27 -06:00
Peter Jaszkowiak
a0a3fa3dc2
Fix parsing when no emoji pack is used
2018-09-23 15:13:43 -06:00
Peter Jaszkowiak
b0e9651022
Fix undefined
at the end of every post
2018-04-12 17:48:13 -06:00