Julian Lam
|
e4e9020e1f
|
added groups page to user profile
|
10 years ago |
barisusakli
|
57453f33ab
|
new group members route
getMembers can take start end
ability to specify how many group members to return
|
10 years ago |
Julian Lam
|
c026a64e8e
|
adding concept of group slugs, #2588. ping @barisusakli for downstream plugin changes
|
10 years ago |
barisusakli
|
6ccdf187ea
|
closes #2595
|
10 years ago |
psychobunny
|
5d43aa3212
|
ability to redirect the user from anywhere
just send
```
callback({
status: 302,
path: '/user/psychobunny'
});
```
|
10 years ago |
barisusakli
|
60f1b9679a
|
search filters
|
10 years ago |
barisusakli
|
c4c8964f82
|
closes #2543
|
10 years ago |
barisusakli
|
011c42bde3
|
updated analytics
accumulate pageviews, uniquevisitors and uniqueIps locally and update db
every 10 mins instead of on every page view
|
10 years ago |
barisusakli
|
8965855218
|
made breadcrumbs regular function
less db calls as well
|
10 years ago |
Julian Lam
|
b278f27ffe
|
partial fix to #2509
|
10 years ago |
barisusakli
|
97d01de155
|
fix acp
|
10 years ago |
barisusakli
|
ddd6ed9e8c
|
#2477 403 page
|
10 years ago |
barisusakli
|
be11577aa4
|
closes #2477
|
10 years ago |
Julian Lam
|
78763834fe
|
closed #2122
|
10 years ago |
Julian Lam
|
fe7726d249
|
fixed #2431
|
10 years ago |
Julian Lam
|
deac12c540
|
closed #2424
|
10 years ago |
barisusakli
|
a1624013f8
|
closes #2400
|
10 years ago |
barisusakli
|
af4cbfb20d
|
closes #2368
|
10 years ago |
barisusakli
|
b7dcc29638
|
log error path as well
|
11 years ago |
barisusakli
|
c74370bfb1
|
removed recent/day week month
it starts with most recent 20 topics now and goes back instead of
showing empty if there are no new replies in the past 24 hours
|
11 years ago |
barisusakli
|
35e2e1462b
|
closes #2295
|
11 years ago |
psychobunny
|
4268d424a3
|
fixes require.js error in ACP
|
11 years ago |
psychobunny
|
b2866abf5c
|
another fix for express deprecations
|
11 years ago |
psychobunny
|
89e4a67e95
|
linting
|
11 years ago |
psychobunny
|
1b2ccda40b
|
closes #2231; see #2218
|
11 years ago |
barisusakli
|
73faa79a69
|
fix edit page csrf, category slug optional
|
11 years ago |
barisusakli
|
da64eb0873
|
closes #2117
|
11 years ago |
barisusakli
|
39392672a2
|
moved static
removed pageRouter middleware into routes,
helper method to setup page routes
|
11 years ago |
Julian Lam
|
9b9e79ef27
|
re: #2099
|
11 years ago |
Julian Lam
|
7597c654a0
|
refactored plugin and auth init a bit, and fixed issue where successive reloads caused old login strategies to be inadvertently preserved
|
11 years ago |
barisusakli
|
b7fd4c22d4
|
removed checkPostIndex middleware
1 less call to get topic post count
|
11 years ago |
barisusakli
|
a19c306f49
|
guest fixes
|
11 years ago |
Julian Lam
|
dab3667773
|
re: #2108, auth re-routing
|
11 years ago |
Julian Lam
|
cd135dda13
|
renamed middleware to applyCSRF, re: #2082
|
11 years ago |
Julian Lam
|
8bac0bf361
|
Merge branch 'csrf-excision' into hashtalk
|
11 years ago |
Julian Lam
|
a061079995
|
fixed all POST routes to use new csrf middleware
|
11 years ago |
psychobunny
|
a6089ba4aa
|
closes https://github.com/NodeBB/NodeBB/issues/2096
|
11 years ago |
psychobunny
|
ab1c231b84
|
re-enabling updateLastOnlineTime - calling that middleware for page loads only instead of every API call
|
11 years ago |
psychobunny
|
0ecaa05c76
|
rearranging routers to prevent multiple hits on incrementPageViews
and potentially updateLastOnlineTime
|
11 years ago |
Julian Lam
|
40e5ad075f
|
started work on #2082
|
11 years ago |
Julian Lam
|
58a73b52b5
|
work-in-progress commit to get cluster module working with loader.js
|
11 years ago |
Julian Lam
|
4edceb0f92
|
allowing /user to also work in addition to /users
|
11 years ago |
Julian Lam
|
08c9cbdf70
|
changing admin API calls to return 404 if unauthenticated, and redirect user to login for regular URL. closes #1885
|
11 years ago |
Julian Lam
|
fa6daa37eb
|
updated regex to match admin route with no trailing slash
|
11 years ago |
Julian Lam
|
ba91d7aba6
|
proof-of-concept for hot-swapping of routes
|
11 years ago |
Julian Lam
|
74e5524492
|
fixing request to /api not returning api result
|
11 years ago |
Julian Lam
|
cf6acf6b41
|
sacrificing a goat to ensure this doesn't come back to bite me
|
11 years ago |
Julian Lam
|
5936c72f96
|
further fix to #1957
|
11 years ago |
barisusakli
|
cfc67d4e90
|
closes #1924
|
11 years ago |
Julian Lam
|
0bad6198d4
|
firing new third type of hook, static. New hook: static:app.load, closed #1812
|
11 years ago |