18436 Commits (41bc6ca2c43eb559e04eea44623ebfff32493259)
 

Author SHA1 Message Date
Baris Usakli 41bc6ca2c4 feat: add status to post summaries 6 years ago
Julian Lam af17c6e31c fix: remove debug code that should not have made it in 6 years ago
Renovate Bot 413259a2b8 fix(deps): update dependency nodebb-theme-persona to v10.1.3 6 years ago
Baris Usakli e299cafce7 Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Baris Usakli 708df46ebe fix: dont display post tools if there are no options 6 years ago
Julian Lam 69fae1a7e4 fix: output span in buildAvatar helper instead of div
In not-so-rare circumstances, the avatar generated is wrapped in
an anchor so that when clicked, it goes to the user profile.

Unfortunately, html 4 spec doesn't like block level elements
inside anchors (since an anchor is an inline element), and even
though we define html5 doctype, browsers still reorder the div
and anchor, beats me as to why.

So I can trick the browser by using a span. The css already styles
it as inline-block so no further fixes are required.
6 years ago
Julian Lam 67b8cb8977 fix: restore uid in teasers userObj 6 years ago
Baris Usakli 667bc67f04 fix: dont allow edit if post is deleted by someone else 6 years ago
Renovate Bot 77347d0a99 chore(deps): update dependency eslint to v6.0.1 6 years ago
Renovate Bot fc69e891eb chore(deps): update dependency husky to v2.6.0 6 years ago
Barış Soner Uşaklı 3100d803c7 feat: use arrow functions 6 years ago
renovate[bot] 208c821eaf fix(deps): update dependency nodebb-theme-lavender to v5.0.11 (#7705) 6 years ago
renovate[bot] e0b2ae8d8e fix(deps): update dependency nodebb-theme-vanilla to v11.1.3 (#7714) 6 years ago
renovate[bot] af7ecd2f10 fix(deps): update dependency nodebb-theme-slick to v1.2.25 (#7713) 6 years ago
Barış Soner Uşaklı ba28abe56d Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı f24c14d712 feat: ability to sort watched topics, closes #3735 6 years ago
renovate[bot] e5733f4029 fix(deps): update dependency nodebb-theme-persona to v10.1.2 (#7712) 6 years ago
Renovate Bot 744e4428ae chore(deps): update dependency eslint-plugin-import to v2.18.0 6 years ago
Julian Lam d0ee312cd3 feat: use fewer system resources to draw the progress bar
There's reason to believe that upgrade scripts will run faster
if the system isn't spending a non-insignificant amount of
resources simply drawing the progress bar. Closes #7711

Some context: https://github.com/npm/npm/issues/11283
6 years ago
Barış Soner Uşaklı f0703e21c5 Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı 23fb904fa6 feat: removed series from upgrade script 6 years ago
Misty (Bot) 5738ebeb54 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı cb51c239f2 feat: remove duped zadds, these are already in topics.onNewPostMade 6 years ago
Barış Soner Uşaklı f8a7cf7378 feat: log data on error 6 years ago
Barış Soner Uşaklı 198d05875f feat: cleanup, use bulk 6 years ago
Barış Soner Uşaklı 3ecd703ea3 feat: #7707, added sortedSetAddBulk 6 years ago
Barış Soner Uşaklı e48c7cd717 fix: dont show delete posts on profile 6 years ago
Barış Soner Uşaklı 6a7bc1c5fb fix: on new post add it to cid::uid::pids 6 years ago
Renovate Bot 26ff02dc72 fix(deps): update dependency nodebb-plugin-mentions to v2.5.3 6 years ago
Barış Soner Uşaklı a39f0ef592 fix: #5570, create per category user post zsets 6 years ago
Renovate Bot 4e513cf38a fix(deps): update dependency nodebb-theme-persona to v10.1.1 6 years ago
Renovate Bot c288750556 fix(deps): update dependency nodebb-theme-vanilla to v11.1.2 6 years ago
Aziz Khoury 13efbc9967 feat: change widget-* to data-widget-* (#7703)
* change widget-* to data-widget-*, original pr#5444 but backward compatible

* lint
6 years ago
Renovate Bot 4960b92545 chore(deps): update dependency husky to v2.5.0 6 years ago
Barış Soner Uşaklı e1c05e59c9 fix: restrict drag drop to pin icon, closes #7702
https://github.com/NodeBB/NodeBB/issues/6081
6 years ago
Barış Soner Uşaklı 3780a58ffb feat: shorter setsCard 6 years ago
renovate[bot] b3ed89f5fd fix(deps): update dependency nodebb-theme-vanilla to v11.1.1 (#7700) 6 years ago
renovate[bot] 629b5ce37e fix(deps): update dependency nodebb-theme-slick to v1.2.24 (#7699) 6 years ago
Barış Soner Uşaklı b53a60c278 feat: show best & latest posts on profile 6 years ago
Julian Lam 289dada5f7 fix(deps): update to eslint@6 6 years ago
Renovate Bot 2fa68e3b1a chore(deps): update dependency lint-staged to v8.2.1 6 years ago
Renovate Bot fc224ccaab chore(deps): update node:8.16.0 docker digest to 06adec3 6 years ago
Julian Lam 15020b4657
fix(deps): update dependency nodebb-plugin-emoji to v3 6 years ago
Renovate Bot 6b43d26f52
fix(deps): update dependency nodebb-plugin-emoji to v3 6 years ago
Misty (Bot) 54e6ac2a99 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı 7e54d7aa35 feat: use db.sortedSetsAdd 6 years ago
Barış Soner Uşaklı 29a124c412 feat: use db.sortedSetsAdd 6 years ago
Barış Soner Uşaklı 68e5d7adec fix: remove dupe code 6 years ago
Barış Soner Uşaklı 39ee3980d6 fix: get uids directly for csv 6 years ago
Barış Soner Uşaklı a7600b4bbe feat: dont log action:plugins.fireHook 6 years ago