Commit Graph

18443 Commits

Author SHA1 Message Date
Julian Lam
75ff4d7dea feat: returning category data in tags page
For nodebb/nodebb-theme-persona#483
2019-06-28 15:32:47 -04:00
Julian Lam
a0c0ef1ba4 feat: ACP analytics API route (#7725)
* feat: added API route for retrieving analytics via REST API

* feat: sets is now optional, can pass in multiple sets

* fix: moved expand and added json button to panel header

* fix: matching api params to socket method

* fix: update json api button url on graph change

* fix: updated default counts based on passed in units
2019-06-28 14:59:55 -04:00
renovate[bot]
fb0870297b fix(deps): update dependency nodebb-plugin-composer-default to v6.2.16 (#7723) 2019-06-27 17:21:46 -04:00
Renovate Bot
1d0fd0284a chore(deps): update dependency husky to v2.7.0 2019-06-27 12:43:37 -04:00
Baris Usakli
accf48f38b fix: upgrade script #7720 2019-06-27 12:39:21 -04:00
Baris Usakli
a5de54f877 fix: indents 2019-06-27 12:08:51 -04:00
Baris Usakli
ee4d78cae3 feat: closes #7718 2019-06-27 12:05:31 -04:00
Baris Usakli
41bc6ca2c4 feat: add status to post summaries 2019-06-27 11:17:40 -04:00
Julian Lam
af17c6e31c fix: remove debug code that should not have made it in 2019-06-26 14:32:03 -04:00
Renovate Bot
413259a2b8 fix(deps): update dependency nodebb-theme-persona to v10.1.3 2019-06-26 12:31:59 -04:00
Baris Usakli
e299cafce7 Merge branch 'master' of https://github.com/NodeBB/NodeBB 2019-06-26 12:16:05 -04:00
Baris Usakli
708df46ebe fix: dont display post tools if there are no options 2019-06-26 12:14:38 -04:00
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.
2019-06-26 12:14:14 -04:00
Julian Lam
67b8cb8977 fix: restore uid in teasers userObj 2019-06-26 12:14:13 -04:00
Baris Usakli
667bc67f04 fix: dont allow edit if post is deleted by someone else 2019-06-26 12:06:57 -04:00
Renovate Bot
77347d0a99 chore(deps): update dependency eslint to v6.0.1 2019-06-26 09:36:24 -04:00
Renovate Bot
fc69e891eb chore(deps): update dependency husky to v2.6.0 2019-06-26 09:36:12 -04:00
Barış Soner Uşaklı
3100d803c7 feat: use arrow functions 2019-06-25 17:53:01 -04:00
renovate[bot]
208c821eaf fix(deps): update dependency nodebb-theme-lavender to v5.0.11 (#7705) 2019-06-25 16:48:46 -04:00
renovate[bot]
e0b2ae8d8e fix(deps): update dependency nodebb-theme-vanilla to v11.1.3 (#7714) 2019-06-25 16:46:33 -04:00
renovate[bot]
af7ecd2f10 fix(deps): update dependency nodebb-theme-slick to v1.2.25 (#7713) 2019-06-25 15:52:13 -04:00
Barış Soner Uşaklı
ba28abe56d Merge branch 'master' of https://github.com/NodeBB/NodeBB 2019-06-25 15:50:19 -04:00
Barış Soner Uşaklı
f24c14d712 feat: ability to sort watched topics, closes #3735 2019-06-25 15:50:05 -04:00
renovate[bot]
e5733f4029 fix(deps): update dependency nodebb-theme-persona to v10.1.2 (#7712) 2019-06-25 15:45:35 -04:00
Renovate Bot
744e4428ae chore(deps): update dependency eslint-plugin-import to v2.18.0 2019-06-25 15:23:45 -04:00
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
2019-06-25 15:10:36 -04:00
Barış Soner Uşaklı
f0703e21c5 Merge branch 'master' of https://github.com/NodeBB/NodeBB 2019-06-25 10:01:04 -04:00
Barış Soner Uşaklı
23fb904fa6 feat: removed series from upgrade script 2019-06-25 10:00:55 -04:00
Misty (Bot)
5738ebeb54 Latest translations and fallbacks 2019-06-25 09:26:48 +00:00
Barış Soner Uşaklı
cb51c239f2 feat: remove duped zadds, these are already in topics.onNewPostMade 2019-06-24 23:05:56 -04:00
Barış Soner Uşaklı
f8a7cf7378 feat: log data on error 2019-06-24 22:35:20 -04:00
Barış Soner Uşaklı
198d05875f feat: cleanup, use bulk 2019-06-24 21:36:20 -04:00
Barış Soner Uşaklı
3ecd703ea3 feat: #7707, added sortedSetAddBulk 2019-06-24 17:48:13 -04:00
Barış Soner Uşaklı
e48c7cd717 fix: dont show delete posts on profile 2019-06-24 17:47:25 -04:00
Barış Soner Uşaklı
6a7bc1c5fb fix: on new post add it to cid::uid::pids 2019-06-24 17:26:28 -04:00
Renovate Bot
26ff02dc72 fix(deps): update dependency nodebb-plugin-mentions to v2.5.3 2019-06-24 16:39:03 -04:00
Barış Soner Uşaklı
a39f0ef592 fix: #5570, create per category user post zsets 2019-06-24 15:21:43 -04:00
Renovate Bot
4e513cf38a fix(deps): update dependency nodebb-theme-persona to v10.1.1 2019-06-24 14:13:34 -04:00
Renovate Bot
c288750556 fix(deps): update dependency nodebb-theme-vanilla to v11.1.2 2019-06-24 13:52:40 -04:00
Aziz Khoury
13efbc9967 feat: change widget-* to data-widget-* (#7703)
* change widget-* to data-widget-*, original pr#5444 but backward compatible

* lint
2019-06-24 13:45:37 -04:00
Renovate Bot
4960b92545 chore(deps): update dependency husky to v2.5.0 2019-06-24 10:58:59 -04:00
Barış Soner Uşaklı
e1c05e59c9 fix: restrict drag drop to pin icon, closes #7702
https://github.com/NodeBB/NodeBB/issues/6081
2019-06-24 09:59:31 -04:00
Barış Soner Uşaklı
3780a58ffb feat: shorter setsCard 2019-06-22 23:43:17 -04:00
renovate[bot]
b3ed89f5fd fix(deps): update dependency nodebb-theme-vanilla to v11.1.1 (#7700) 2019-06-22 23:01:00 -04:00
renovate[bot]
629b5ce37e fix(deps): update dependency nodebb-theme-slick to v1.2.24 (#7699) 2019-06-22 22:58:35 -04:00
Barış Soner Uşaklı
b53a60c278 feat: show best & latest posts on profile 2019-06-22 22:52:10 -04:00
Julian Lam
289dada5f7 fix(deps): update to eslint@6 2019-06-22 21:23:32 -04:00
Renovate Bot
2fa68e3b1a chore(deps): update dependency lint-staged to v8.2.1 2019-06-22 19:56:52 -04:00
Renovate Bot
fc224ccaab chore(deps): update node:8.16.0 docker digest to 06adec3 2019-06-22 19:56:38 -04:00
Julian Lam
15020b4657 fix(deps): update dependency nodebb-plugin-emoji to v3 2019-06-22 19:56:18 -04:00