286 Commits (71b4d6345bb32d85adf85030459f889d783120f6)

Author SHA1 Message Date
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 11 years ago
barisusakli 348d05d3d1 remove deprecated res.json usage 11 years ago
Julian Lam deac12c540 closed #2424 11 years ago
Joseph Chen cd41df5677 Pass in req.user.uid into uploadFile 11 years ago
Joseph Chen a1e54fda23 Bug fix - File upload broken due to api changes in 0.6.x. 11 years ago
barisusakli 39b679705b closes #2248 11 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
11 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
psychobunny 90a80ad83d plugins can now define a templates directory which gets compiled onload without requiring any hooks 11 years ago
psychobunny 34552f7fb0 added middleware.guestSearchingAllowed to the actual search API call 11 years ago
psychobunny 542f937589 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	src/routes/api.js
11 years ago
psychobunny b9e119241e moved get_custom_templates into plugins.js 11 years ago
psychobunny c0cd6148f4 one final push, cleanup + organize + lint; made feeds/meta/plugins routes follow same pattern as other route files 11 years ago
Baris Soner Usakli c028761857 new route to get recent posts 11 years ago
psychobunny 552eb78db8 template compiling init; changing themes now finally works on this branch 11 years ago
psychobunny 209bcaba8c middleware.updateLastOnlineTime; middleware.prepareAPI (reinstated) 11 years ago
psychobunny 94aeb3ab22 notifications route; added middleware.authenticate to user/uploadpicture api route 11 years ago
psychobunny 7bef58deb1 started moving out api functionality out of the route file into controllers/api.js 11 years ago
psychobunny fe9d4efa98 moved api-only routes into routes/api.js, cleanup & linting 11 years ago
psychobunny d75bc9578b deprecating middleware.prepareAPI in favour of using app.all('*') in /api namespace 11 years ago
psychobunny 26853d024e Merge remote-tracking branch 'origin/master' into webserver.js-refactor 11 years ago
Baris Soner Usakli 24b669bd39 some fixes for search plugin 11 years ago
Baris Soner Usakli e75c303b89 added unique visitor count to admin dashboard 11 years ago
Baris Soner Usakli 7081c7dcc4 moved ip log to api 11 years ago
psychobunny e64d87cb1d all user account pages; all static pages; outgoing page 11 years ago
psychobunny 942d16a3b4 confirmEmail route 11 years ago
psychobunny dae7b06f4d initial login and register routes 11 years ago
psychobunny 08c0a7fa5e removing old unread and recent routes 11 years ago
psychobunny 4435a20d90 fixed merge conflict 11 years ago
psychobunny c084529597 removed old api/home and api/popular 11 years ago
psychobunny 1db0651bff removing old api/popular code 11 years ago
akhoury 3f1d5c6656 merge fork with upstream master 11 years ago
akhoury 1b207d8276 IE8 support, general cleanups, from native to $ objects ... 11 years ago
Baris Soner Usakli f1f7b59d58 missed this one 11 years ago
Baris Soner Usakli 56bbeb9950 use disableSocialButtons from config 11 years ago
Baris Soner Usakli a83d4a9dd5 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli ea6cf3bbd5 more cleanup and changes to topics 11 years ago
psychobunny 5145ba1aac added a route to get moderators by category id 11 years ago
Baris Soner Usakli bae76ebd70 fixed the redis error when going to unread/recent if nextStart is missing 11 years ago
Baris Soner Usakli f4d23fe5df return version in config 11 years ago
Baris Soner Usakli 29ba015d69 fixed topic thumbs 11 years ago
Baris Soner Usakli de34beaf6d closes #1087 11 years ago
Julian Lam 2ba11dce15 hiding search buttons and route when search is not configured 11 years ago
Julian Lam 0e26fdf1da Merge branch 'master' into search_hooks 11 years ago
akhoury 63c9269240 merged composer and some other files with master 11 years ago
akhoury 25207852e8 added topics thumbnails support 11 years ago
Julian Lam 42d33f8338 first pass #899 11 years ago
psychobunny 163b0f964e Merge remote-tracking branch 'origin/master' into Widgets 11 years ago
psychobunny 0963e62acb completely removing all motd code in favour of using the widget system 11 years ago
Baris Soner Usakli 495fded6dd closes #1038 11 years ago
Julian Lam 0b0b74a559 properly translating strings in category nojs template, and added pagination (so not all topics are loaded on every request) 11 years ago
Baris Soner Usakli 83ad454c3e better error message if image upload fails, #1052 11 years ago
Baris Soner Usakli 21367a1847 reverse infinite loading 11 years ago
Baris Soner Usakli 075c6c01f2 upload changes, show progres in composer 11 years ago
Baris Soner Usakli 1c14bcd1ed dont update last online time if status is offline 11 years ago
Baris Soner Usakli 7b4f098cb4 dont allow negative or zero pagination values for user setting 11 years ago
Baris Soner Usakli 475f9bea04 closes #1011, last online wont give away your invisible status 11 years ago
Baris Soner Usakli 4ff62f4e30 closes #1005 11 years ago
Baris Soner Usakli 55951fec6f removed marked from motd' 11 years ago
Baris Soner Usakli 242927d702 user selectable pagination 11 years ago
Baris Soner Usakli 26849ba2b7 added hooks for image uploads into user and admin routes 11 years ago
Baris Soner Usakli 378ccc3cb7 removed imgur from core 11 years ago
Baris Soner Usakli db309ce8a1 closes #661 11 years ago
psychobunny 4647b88071 added optional forum terms of use to ACP, closes #775 11 years ago
Baris Soner Usakli a86ddc9934 closes #726 11 years ago
Julian Lam 55b67ed735 Merge branch 'master' of github.com:designcreateplay/NodeBB
Conflicts:
	src/routes/api.js
11 years ago
Julian Lam 0376e3d574 renamed language directories to ICU standard, upgrade script, no longer promoting english at top of list in languages tab, en now en_GB, encompasses Canadian and English English 11 years ago
psychobunny 68105c6289 send environment state to client 11 years ago
psychobunny 92725ee3df Merge pull request #874 from BitBangersCode/templates-fix
Add custom templates to /api/get_templates_listing
11 years ago
Baris Soner Usakli 25c4648e2e load 20 in recent 11 years ago
Baris Soner Usakli fac2cd9464 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli da626a4035 more fixes 11 years ago