Julian Lam
40e5ad075f
started work on #2082
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
barisusakli
81018d1305
closes #1863
11 years ago
barisusakli
ef8bbdd359
closes #1864
...
doing andrew's //todo's since 1991
11 years ago
barisusakli
b1e93c4558
fix for wrapper
11 years ago
psychobunny
de5a564780
hinting
11 years ago
barisusakli
e6a5199174
pass router to app.load closes #1845
...
add a render method to router that forwards it to app
11 years ago
barisusakli
7212f95582
small fix to routes
11 years ago
Julian Lam
645eb051ec
added new hook filter:app.load, and deprecated action:app.load, hopefully fixes #1822
11 years ago
barisusakli
90392025e6
small fix to router
11 years ago
barisusakli
0362c1a3b0
show day/week/month/year popular topics
11 years ago
Julian Lam
13e4e8dad7
a couple final tweaks to contact list and such... #1788
11 years ago
Julian Lam
84e046185b
WIP
11 years ago
Julian Lam
4d85df5bae
issue #1788 - start
11 years ago
barisusakli
5097526ae0
pass express app to plugins, closes #1789
11 years ago
barisusakli
119d13053d
move static to end
11 years ago
barisusakli
ec1196d288
use router for relative path
11 years ago
barisusakli
78c977e8f6
removed trailing slash
11 years ago
barisusakli
9e8584eee7
uploads
11 years ago
barisusakli
24ebf20d7e
first commit
11 years ago
barisusakli
1cabf885a2
closes #1730
...
postCount != lastPostIndex unfortunately, that will need some rethinking
11 years ago
barisusakli
39886c8545
removed unread total route
11 years ago
barisusakli
3bd4d0e418
closes #1692
11 years ago
barisusakli
0574022e02
fixes to infinitescroll
11 years ago
barisusakli
55dbc5c823
closes #1612
...
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
11 years ago
Julian Lam
7425b72245
most of the work for #1563
11 years ago
Julian Lam
7bdbb966aa
groups pages WIP
11 years ago
barisusakli
df73ceaeb7
closes #1556
...
added tag input box to composer when creating a topic
added new routes for viewing tags 'tags' and 'tags/:tagname'
respectively
post_bar.tpl shows the tags of the topic
can edit the main post to remove or add new tags
added a new menu item to header to go to the tags page
11 years ago
barisusakli
c5d9a68b4b
closes #1445
11 years ago
barisusakli
f89afd92b9
fix for plugin page access issue closes #1493
11 years ago
barisusakli
63d88957a8
replace self links client side
11 years ago
barisusakli
c8efeb7d7c
closes #1400 , bunch of other fixes to 404, 403 in accounts
11 years ago
barisusakli
1d1d677b56
closes #1422
11 years ago
Micheil Smith
3e82cab398
Add missing new lines at end of files.
11 years ago
barisusakli
4bc3f54468
closes #1318
11 years ago
psychobunny
197b34461f
potentially fixes #1228
11 years ago
psychobunny
6e64712fd3
fixed bug in api/search causing it to crash if term is not passed in via ajaxify, see #1195
11 years ago
barisusakli
37e8856861
new middleware to add slug to topic and category
11 years ago
psychobunny
8e4c23149c
more re-organization of routes/index.js
11 years ago
Julian Lam
82a3415ab1
fixing admin routes on subfolder installs
11 years ago
psychobunny
5dc5eb41df
fixed ajaxify bug introduced in last commit
11 years ago
psychobunny
c8bf617f4b
allow plugins to override any route (except for admin routes)
11 years ago