135 Commits (36e89ae15a397221bb67da5f5e3884944ed29fd3)

Author SHA1 Message Date
barisusakli 36e89ae15a closes #3771 10 years ago
barisusakli f5e7d1ce01 private uploads 10 years ago
barisusakli da4034a10a middleware refactor 10 years ago
barisusakli 1dcdba9b2a moved api route to api.js 10 years ago
barisusakli 3bb5d2aa86 accounts refactor part #1 10 years ago
barisusakli ade9a44b11 closes #3590 10 years ago
psychobunny b660eec67f closes #3608
inb4 all admin routes are publically visible
10 years ago
barisusakli 734a45ae03 dont log error if its redirect 10 years ago
barisusakli 9d4d904479 404 fix 10 years ago
barisusakli e171b544e9 fix 404 title on api calls 10 years ago
psychobunny 0eca875f6e add site title to 404, on cold load anyways 10 years ago
psychobunny 671f96f589 duplicate route removed: /users redirected to /users/online 10 years ago
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
11 years ago
barisusakli 8965855218 made breadcrumbs regular function
less db calls as well
11 years ago
Julian Lam b278f27ffe partial fix to #2509 11 years ago
barisusakli 97d01de155 fix acp 11 years ago
barisusakli ddd6ed9e8c #2477 403 page 11 years ago
barisusakli be11577aa4 closes #2477 11 years ago
Julian Lam 78763834fe closed #2122 11 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