barisusakli
|
fe5f1b8c1d
|
moved recent popular
|
10 years ago |
barisusakli
|
daf1a388eb
|
closes #3039
|
10 years ago |
barisusakli
|
81eeab42ed
|
category filter on /unread
|
10 years ago |
barisusakli
|
ed173e0a32
|
closes #3217
|
10 years ago |
psychobunny
|
117bb407b0
|
/compose route
|
10 years ago |
barisusakli
|
68ceaadad1
|
removed static 404/403/500 routes
|
10 years ago |
barisusakli
|
6dfb229c66
|
closes #2842
|
10 years ago |
Barış Soner Uşaklı
|
c9b5948034
|
closes #2927
|
10 years ago |
Julian Lam
|
4fffe4da94
|
moved plugin route reloading outside of plugin initialisation, so plugins can add a hook listener before core routes have been added
|
10 years ago |
barisusakli
|
835d4db481
|
dont add category/topic slug if user doesnt have read permission
or category is disabled etc.
|
10 years ago |
Barış Soner Uşaklı
|
925b12ca22
|
startsWith
|
10 years ago |
barisusakli
|
203e69aa42
|
derp
|
10 years ago |
barisusakli
|
ddd4680ea7
|
added helpers.redirect
|
10 years ago |
Julian Lam
|
f14c5f7e1c
|
added new hook 'action:meta.override404' so plugins can override the regular handling of pages that are not found
|
10 years ago |
Barış Soner Uşaklı
|
ac1e0513fc
|
moved setupPageRoute to helpers
|
10 years ago |
Julian Lam
|
d3ff6a9f47
|
hidden groups are invisible to non-members, #2758
|
10 years ago |
barisusakli
|
b2fc4d5dc4
|
#2002
|
10 years ago |
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
|
11 years ago |
Julian Lam
|
deac12c540
|
closed #2424
|
11 years ago |
barisusakli
|
a1624013f8
|
closes #2400
|
11 years ago |
barisusakli
|
af4cbfb20d
|
closes #2368
|
11 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 |