Barış Soner Uşaklı
8f6a68ca09
fix: closes #11612
...
fix selectors
2 years ago
Barış Soner Uşaklı
24bd9d4e88
https://github.com/NodeBB/NodeBB/issues/11612
...
fix post content and title edit
2 years ago
Barış Soner Uşaklı
51bf5e9512
chore: up markdown
2 years ago
Barış Soner Uşaklı
2910cb2b26
fix : #11572
...
add width to emojis
2 years ago
Misty Release Bot
9924fde6a2
chore: update changelog for v3.1.3
2 years ago
Misty Release Bot
4355b34d0e
chore: incrementing version number - v3.1.3
2 years ago
Barış Soner Uşaklı
51096ad234
poc: use csrf_token in ws handshake ( #11573 )
2 years ago
Barış Soner Uşaklı
d55cd464a0
fix : #11601 , dont trigger edit if chat input has text
...
pressing escape will cancel edit
2 years ago
Barış Soner Uşaklı
8eed5a8413
fix : #11600 , prevent helmet crash on startup
2 years ago
Opliko
412a1ecf93
ci: use GitHub Actions expression instead of handlebars template ( #11599 )
...
Apparently Docker Meta Actions overrides, not merely adds, handlebars helpers. So `#if` just doesn't exist and errors out...
As such here is an equivalent using GitHub Actions expression (and this time I tested that it works...)
2 years ago
Barış Soner Uşaklı
85d104c375
fix : #11594
...
set the order of theme to same as the on it's replacing
2 years ago
Opliko
cd7fdfcefd
ci: tag with branch name if not default branch
...
This should prevent failed runs like https://github.com/NodeBB/NodeBB/actions/runs/4959641483
2 years ago
Misty Release Bot
5b3987828b
chore: update changelog for v3.1.2
2 years ago
Misty Release Bot
8d8d102b95
chore: incrementing version number - v3.1.2
2 years ago
Barış Soner Uşaklı
28740de766
fix : #11595 , use default value
2 years ago
Misty Release Bot
ccd6f48c02
chore: update changelog for v3.1.1
2 years ago
Misty Release Bot
a454af4d4c
chore: incrementing version number - v3.1.1
2 years ago
Julian Lam
3251bca24b
fix: failing test case
2 years ago
Julian Lam
686ecea123
fix : #11589 , regression where a user could not confirm their email if requireEmailAddress was enabled
2 years ago
Misty Release Bot
77212c4219
Latest translations and fallbacks
2 years ago
Julian Lam
b259a00033
docs: updating changelog to move line re: breaking change down to new features
...
The initial commit for the change had the socket methods removed,
causing it to become a breaking change. Those methods have been restored,
but are deprecated, and now slated for removal in an as-yet-unannounced v4.
2 years ago
Misty Release Bot
2c515dc371
chore: update changelog for v3.1.0
2 years ago
Misty Release Bot
ca14404c45
chore: incrementing version number - v3.1.0
2 years ago
Barış Soner Uşaklı
cd8fa55e05
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2 years ago
Barış Soner Uşaklı
14a5c1aa46
chore: up themes
2 years ago
Julian Lam
e94c58becd
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Misty Release Bot
48a4fd50e8
chore(i18n): fallback strings for new resources: nodebb.themes-harmony, nodebb.themes-persona
2 years ago
Julian Lam
529f2d1730
feat: update transifex config with new language strings
2 years ago
Barış Soner Uşaklı
f6b2d3768c
feat: #11584
...
add harmony, persona language files
2 years ago
Barış Soner Uşaklı
f9997b2768
chore: up harmony
2 years ago
Barış Soner Uşaklı
8a1ec4d645
fix: reset password
...
https://community.nodebb.org/post/93016
2 years ago
Barış Soner Uşaklı
2b259b2065
chore: up dbsearch
2 years ago
Barış Soner Uşaklı
9064920f49
chore: up harmony
2 years ago
Barış Soner Uşaklı
622d75d724
chore: up harmony
2 years ago
Barış Soner Uşaklı
e1bb277fb4
feat: add helper to convert isostrings to localeString
2 years ago
Barış Soner Uşaklı
c65c2aafd7
add interval var
2 years ago
Barış Soner Uşaklı
c92a14abe7
chore: up markdown
2 years ago
Barış Soner Uşaklı
475ecf42d0
chore: up harmony
2 years ago
Barış Soner Uşaklı
ca7ff29212
chore: up emoji
2 years ago
Barış Soner Uşaklı
78f793473d
feat: up emoji, remove title parse code
2 years ago
Barış Soner Uşaklı
6d5a2635ba
parse topic titles for post summaries
2 years ago
renovate[bot]
54f4aba037
chore(deps): update dependency eslint to v8.40.0 ( #11574 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı
2cdc454f3e
use order by
2 years ago
renovate[bot]
77b05b73a8
fix(deps): update dependency helmet to v6.2.0 ( #11576 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
f6db5f6018
fix(deps): update dependency terser-webpack-plugin to v5.3.8 ( #11575 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı
f083cd559d
feat: add getSortedSetMembersWithScores ( #11579 )
...
* feat: add getSortedSetMembersWithScores
* lint: fix
* test: fix redis
* fix: mongo/psql
2 years ago
Opliko
163c977d2f
ci: add 3.x docker tag
2 years ago
Opliko
c588d741ba
ci: only publish latest from master
...
`latest` tag is currently v2. That happened because of the backported change which is newer than any commits to `master`.
However, this logically shouldn't happen. The expectation for latest would be that it has the, well, the code from the highest version released, not literally the latest commit no matter where it came from. Thankfully metadata action allows for conditional tags and even has a helper for default branch making it not hard-coded (so if NodeBB decided to migrate to `main` or someone in their fork did it'd still work).
The result would be that latest is the latest code in `master`, which I see as similar to the default git workflow (`master` is just latest code, `vX.Y` branches or tags are for using proper releases).
2 years ago
Barış Soner Uşaklı
e1473bcc2d
fix: strip html tags from browser title
2 years ago
Barış Soner Uşaklı
f974c230ef
fix: chat ip button not doing anything if clicked outside of icon
2 years ago