250 Commits (77d12deb0333d8023511930a8d9758c6e9271516)

Author SHA1 Message Date
barisusakli 69e25fe4d5 closes #4612 9 years ago
Ben Lubar 217f0c5652 Switch to a named filter for unread to allow future expansion.
Don't use the query string as it is not passed to infinite scroll.
9 years ago
Dustin Falgout 0e5830d6f2 add api endpoints to get user by username and by email
Signed-off-by: Dustin Falgout <[email protected]>
9 years ago
psychobunny 8cf6fe3aa1 closes #3808 9 years ago
psychobunny f19043d046 profile cover photos 9 years ago
psychobunny 61b1f5fe32 allow regular uploading (modal) of cover photo 9 years ago
barisusakli 1dcdba9b2a moved api route to api.js 10 years ago
barisusakli e5e41e85f2 accounts refactor #2
and various 404 fixes
10 years ago
barisusakli f3b6a5fbb9 generic getObject 10 years ago
barisusakli c139dfa843 closes #3631 10 years ago
barisusakli 81eeab42ed category filter on /unread 10 years ago
barisusakli 2fd4bcde3f added req.uid user id for logged in users, 0 for guests 10 years ago
barisusakli 2a8437f08f removed templates config and mapping 🐑 10 years ago
Barış Soner Uşaklı c94c1430b7 api/post/pid route 10 years ago
barisusakli b2fc4d5dc4 #2002 10 years ago
barisusakli f74383bba4 changed userPhoto to files[] 10 years ago
barisusakli 1caddb6182 uploads controller 10 years ago
barisusakli 1511a0c3fe closes #2568 10 years ago
barisusakli d28fb153c7 closes #2537 10 years ago
barisusakli 348d05d3d1 remove deprecated res.json usage 10 years ago
Julian Lam deac12c540 closed #2424 10 years ago
Joseph Chen cd41df5677 Pass in req.user.uid into uploadFile 10 years ago
Joseph Chen a1e54fda23 Bug fix - File upload broken due to api changes in 0.6.x. 10 years ago
barisusakli 39b679705b closes #2248 10 years ago
barisusakli 9a21e9646f only use multipart on upload routes,
delete temp files if there is an error in admin,
admin/mods should see topic reply
10 years ago
barisusakli 1d1625f5c4 closes #2157 11 years ago
psychobunny 1b2ccda40b closes #2231; see #2218 11 years ago
barisusakli 1fe5a8788f check err 11 years ago
Julian Lam cd135dda13 renamed middleware to applyCSRF, re: #2082 11 years ago
Julian Lam a061079995 fixed all POST routes to use new csrf middleware 11 years ago
psychobunny d4dc716acd filter:templates.get_config, allows you to modify template config
as found here
https://github.com/NodeBB/nodebb-theme-vanilla/blob/master/templates/config.json
@Schamper
11 years ago
psychobunny a880ac6e9f do one api call for template configs rather than two on cold load 11 years ago
barisusakli 61f7f0f889 fixed file upload checks 11 years ago
psychobunny 5b6acbad1e optimized widget call by bundling all queries into one for #1428; fixes active users widget crash
also fixes b3819fd076 properly
11 years ago
psychobunny b3819fd076 temporary fix for acp, need to reconsider how I'm doing this 11 years ago
psychobunny c6183f1a82 closes #1428 11 years ago
barisusakli ec1196d288 use router for relative path 11 years ago
barisusakli 24ebf20d7e first commit 11 years ago
barisusakli b8b6ae7b2f moved upload route into API namespace 11 years ago
barisusakli ab6429c578 closes #1734 11 years ago
barisusakli b81f3552bb fixed typo 11 years ago
barisusakli b5071d504f removed timing #1654 11 years ago
barisusakli d4b48cd2ac closes #1654 11 years ago
psychobunny c5b8a7b163 filter:templates.get_virtual for ajaxifying to virtual templates 11 years ago
barisusakli 7d0eb9afaa closes #1463 11 years ago
barisusakli 1f77df794a added lots of error keys 11 years ago
Julian Lam 67ef155c60 fixing image uploads 11 years ago
barisusakli 6e6c5688d9 more cleanup 11 years ago
psychobunny 5dc5eb41df fixed ajaxify bug introduced in last commit 11 years ago
psychobunny 6ea4d89edc fixed search routes 11 years ago