Andrew Darqui
|
4b0e915698
|
just changed the 403/404 checking logic to use regex.
|
2013-10-06 04:32:03 -04:00 |
|
Andrew Darqui
|
b2e81b5d17
|
Fixes a small issue with the redirect after logging in. If app.previousUrl is undefined (from accessing the page directly), login would fail to redirect you because of an error with indexOf on the undefined app.previousUrl.
|
2013-10-06 04:24:38 -04:00 |
|
Andrew Darqui
|
ef47f3fd15
|
if nodebb returns 403/404, don't overwrite previousUrl. If you don't do this, when logging in after a 403/404, it will redirect you to the 403/404 page.
|
2013-10-06 04:17:06 -04:00 |
|
Julian Lam
|
0b299b2fe7
|
Merge pull request #381 from adarqui/express-logger-0.0.7
Express & Socket.io logger
|
2013-10-05 14:39:14 -07:00 |
|
Baris Usakli
|
2bdf12fb67
|
derp, need to revamp online page
|
2013-10-04 16:21:30 -04:00 |
|
Baris Usakli
|
c00b138bf2
|
some fixes to online page
|
2013-10-04 16:03:03 -04:00 |
|
Baris Usakli
|
1155eaf1f1
|
online page changes
|
2013-10-04 15:30:52 -04:00 |
|
Baris Usakli
|
52f2e193d6
|
if api fails with 404 ajaxify to 404, added type check to updateProfile
|
2013-10-04 13:39:44 -04:00 |
|
Julian Lam
|
0e18ec022c
|
not running init() if there is no init method in each template script
|
2013-10-03 15:51:48 -04:00 |
|
Julian Lam
|
038e04dee6
|
revamped client side scripts so that they are loaded using Require.js instead.
|
2013-10-03 15:04:25 -04:00 |
|
Julian Lam
|
948949c571
|
closed #375 - now asking socket.io to connect to "current page" instead of hardcoded url, removed api_url and "socket" section from public config
|
2013-10-03 11:34:15 -04:00 |
|
Andrew Darqui
|
55d84d0f9b
|
basic logger functionality added - accessible via http://nodebb/admin/logger
|
2013-10-02 00:25:46 -04:00 |
|
psychobunny
|
22c73f3c12
|
closes #345
|
2013-10-01 12:08:05 -04:00 |
|
Baris Usakli
|
cb7768d095
|
cant ban yourself
|
2013-09-30 16:04:54 -04:00 |
|
Baris Usakli
|
6a7a2301ee
|
removed admin and delete buttons from template
|
2013-09-30 16:03:00 -04:00 |
|
Baris Usakli
|
4207792ffd
|
added app alert if template data cant be loaded
|
2013-09-30 15:12:14 -04:00 |
|
Baris Soner Usakli
|
2dcc4172c4
|
closes #357
|
2013-09-29 21:29:43 -04:00 |
|
Julian Lam
|
8dd8536f6b
|
closes #317 - hitting discard on a post with content will now throw a
bootbox confirmation modal
|
2013-09-29 20:38:45 -04:00 |
|
Baris Soner Usakli
|
9de5214a2f
|
closes #353
|
2013-09-29 14:18:43 -04:00 |
|
Julian Lam
|
f08067bab2
|
fixes #356 - issue where accessing a NodeBB using a different machine name
from one that it was set up with causing template data to not load, as it
was being accessed via absolute url, instead of relative url
|
2013-09-29 13:47:27 -04:00 |
|
Julian Lam
|
1160f39cb0
|
revamped reconnection notification, closes #354
|
2013-09-28 22:05:10 -04:00 |
|
Baris Soner Usakli
|
9b7f8076eb
|
removed console.log
|
2013-09-28 16:18:55 -04:00 |
|
Baris Usakli
|
9c14618d55
|
dont redirect back to reset password after login
|
2013-09-26 12:50:24 -04:00 |
|
Baris Usakli
|
f2c1a92513
|
closes #215
|
2013-09-25 13:08:11 -04:00 |
|
Baris Usakli
|
fe6595cd2a
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
2013-09-25 12:30:17 -04:00 |
|
Baris Usakli
|
c2aac916aa
|
fixed topics not appearing after a post in category view
|
2013-09-25 12:30:07 -04:00 |
|
psychobunny
|
e161b5387b
|
fixed untranslated language on dynamic new posts and infinite loading
|
2013-09-25 12:16:06 -04:00 |
|
Julian Lam
|
49e28f9d1e
|
fixing bug where outgoing links didn't actually let you leave... oops!
|
2013-09-25 11:25:48 -04:00 |
|
Baris Usakli
|
4a7cd664fd
|
fixed a bug in template parsing
|
2013-09-24 16:46:45 -04:00 |
|
Baris Usakli
|
eb1c1c78d4
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
2013-09-24 15:59:51 -04:00 |
|
Baris Usakli
|
0b0d64b52e
|
logout/login changes, updateHeader changes
|
2013-09-24 15:59:08 -04:00 |
|
psychobunny
|
de1e3230f5
|
fixed topics and admin views, broken after merge
|
2013-09-24 15:23:16 -04:00 |
|
psychobunny
|
1fbc038e64
|
fixed conflicts, added new language key for users/online
|
2013-09-24 15:15:39 -04:00 |
|
psychobunny
|
cd63dd429b
|
finalizing todo's before merging
|
2013-09-24 14:59:13 -04:00 |
|
Baris Usakli
|
fbfdf561fc
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
2013-09-24 14:57:01 -04:00 |
|
Baris Usakli
|
83d5a84edd
|
login redirects back
|
2013-09-24 14:56:51 -04:00 |
|
psychobunny
|
5abf02c6d1
|
default language, en
|
2013-09-24 14:55:46 -04:00 |
|
psychobunny
|
b8037845d6
|
registration.tpl; translator variable system
|
2013-09-24 14:50:38 -04:00 |
|
psychobunny
|
5c7da4b686
|
fixed serverside templating; footer, logout internationalization; updated more global lang keys
|
2013-09-24 14:14:26 -04:00 |
|
Julian Lam
|
964fbfe2bb
|
fixes to get nodebb to at least load on IE
|
2013-09-24 13:30:54 -04:00 |
|
Julian Lam
|
0d9958afe7
|
HOTFIX for scripts
|
2013-09-24 13:01:18 -04:00 |
|
Julian Lam
|
66cb1fb6ad
|
removed console.log from socket connection success handler
|
2013-09-24 11:02:06 -04:00 |
|
Julian Lam
|
99440585e6
|
Merge branch 'master' into optimize-22-09-2013
Conflicts:
package.json
|
2013-09-23 20:04:09 -04:00 |
|
Baris Usakli
|
290d69d14a
|
remember where the topic was left off
|
2013-09-23 17:41:54 -04:00 |
|
Baris Usakli
|
aa6eff4c54
|
one more itme
|
2013-09-23 14:58:06 -04:00 |
|
Baris Usakli
|
f36583e676
|
possible fix for users/online duplication
|
2013-09-23 14:55:34 -04:00 |
|
Baris Usakli
|
0a0a91d4b2
|
remove listener
|
2013-09-23 14:51:59 -04:00 |
|
Baris Usakli
|
6c70f9e308
|
only collapse header if its expanded
|
2013-09-23 14:51:16 -04:00 |
|
Baris Usakli
|
b25c3d8b67
|
closes #324
|
2013-09-23 14:40:31 -04:00 |
|
Baris Usakli
|
776b51fef7
|
closes #323
|
2013-09-23 13:43:15 -04:00 |
|