Julian Lam
|
2f2eb1457d
|
auto-redirect to SSO flow should work in subfolders too
|
2016-11-14 14:01:05 -05:00 |
|
Julian Lam
|
4b5c98fb21
|
fix broken ACP login, closes #5156
|
2016-10-25 17:10:33 -04:00 |
|
Julian Lam
|
0590a4f2cf
|
closes #5156
|
2016-10-25 16:52:06 -04:00 |
|
barisusakli
|
9131f9d8f6
|
controller tests
|
2016-10-18 15:32:34 +03:00 |
|
Julian Lam
|
ead4de6c6f
|
Merge branch 'fix-some-code-lint' of https://github.com/HeeL/NodeBB into HeeL-fix-some-code-lint
|
2016-10-13 14:43:28 -04:00 |
|
Julian Lam
|
e80400665e
|
closes #5111
|
2016-10-13 13:12:41 -04:00 |
|
HeeL
|
4a3c31b2dc
|
Fix space-before-function-paren linter rule
|
2016-10-13 11:43:39 +02:00 |
|
barisusakli
|
922f1587e7
|
closes #5067
|
2016-09-28 20:06:16 +03:00 |
|
barisusakli
|
38b17c6157
|
closes #5011
|
2016-09-05 22:12:02 +03:00 |
|
barisusakli
|
0eb3fb222f
|
convert to string
|
2016-08-30 13:19:04 +03:00 |
|
barisusakli
|
e33dfe3c55
|
closes #4997
|
2016-08-30 13:17:48 +03:00 |
|
barisusakli
|
8f408faf46
|
organize middlewares
removed app.locals.middleware
middlewares can be required anywhere, ie in controllers
|
2016-08-26 18:50:37 +03:00 |
|
barisusakli
|
0fb74a2636
|
pass err object along so errors dont get treated as 404 @julianlam
|
2016-08-24 12:14:28 +03:00 |
|
barisusakli
|
409621c661
|
closes #4843
|
2016-08-19 17:50:16 +03:00 |
|
Julian Lam
|
093b21fc31
|
fixes #4954
|
2016-08-18 10:05:52 -04:00 |
|
Mathias Schreck
|
ce9ee62fa0
|
Handle callback errors
|
2016-08-17 12:54:59 +02:00 |
|
barisusakli
|
650f4d6ed5
|
moved sitemap to its own file
|
2016-08-12 14:11:40 +03:00 |
|
Julian Lam
|
71a5e4a8a1
|
better error handling for session revocation if no login session is present, #4214
|
2016-07-25 12:15:02 -04:00 |
|
Ben Lubar
|
40b57d6cbe
|
add "Admin Approval for IPs", which works like Normal for new users and Admin Approval for sockpuppet accounts (#4882)
|
2016-07-25 10:56:29 -04:00 |
|
barisusakli
|
390ad35b56
|
ability to set unread as home
|
2016-07-15 12:39:54 +03:00 |
|
Julian Lam
|
03208807e4
|
fixes #4840
|
2016-07-12 11:39:51 -04:00 |
|
Julian Lam
|
fafcdf8320
|
no longer requiring that interstitial.data be set in interstitial data
... lol that commit message makes no sense.
|
2016-06-24 18:17:52 -04:00 |
|
barisusakli
|
2342141e0f
|
fix validator.js crashes
|
2016-06-23 10:16:32 +03:00 |
|
Julian Lam
|
a14263349b
|
updated termsOfUse to use registration interstitial instead of being integrated into register template
|
2016-06-22 16:54:17 -04:00 |
|
Julian Lam
|
041670bfe9
|
handling of form completion in registration interstitial
|
2016-06-22 16:54:17 -04:00 |
|
Julian Lam
|
0ba0001f75
|
WIP registration interstitial
|
2016-06-22 16:54:16 -04:00 |
|
Julian Lam
|
149565169b
|
closes #4658
|
2016-05-24 22:01:46 -04:00 |
|
barisusakli
|
a4031df9b2
|
dont show SSO logins if its a confirmation screen
|
2016-05-16 14:22:07 +03:00 |
|
Julian Lam
|
f1deaa6fa5
|
Exposing middleware to app/req, organisation.
Organisation -- moved 404 and error controllers into the
controllers file instead of as local variables in routes/index
|
2016-05-10 10:36:59 -04:00 |
|
Julian Lam
|
d8c21cc09d
|
fixes #4593
|
2016-05-09 11:40:42 -04:00 |
|
barisusakli
|
eb0aea6390
|
add /user/<uid> and /post/<pid> redirects
change notifications to use new redirects
|
2016-05-05 20:24:09 +03:00 |
|
barisusakli
|
cef7fb545b
|
closes #1972
|
2016-05-03 19:13:10 +03:00 |
|
barisusakli
|
25f3a31ff1
|
closes #4587
|
2016-04-30 10:47:28 +03:00 |
|
barisusakli
|
a12a149015
|
fix validator warning
|
2016-04-25 21:53:56 +03:00 |
|
Julian Lam
|
22cf0966e6
|
removed console log
|
2016-04-21 15:52:15 -04:00 |
|
Julian Lam
|
ea6d2c35f7
|
Fixed bug in settingsv1
If the saved value was an empty string, then textareas (and more
importantly, select boxes) would not be properly populated with
the saved value.
|
2016-04-21 15:30:48 -04:00 |
|
Julian Lam
|
66dd790938
|
did I fix it @rbeer? :shipit:
|
2016-04-20 16:12:55 -04:00 |
|
Julian Lam
|
a0d989a112
|
fixes #4551
|
2016-04-20 15:04:53 -04:00 |
|
Julian Lam
|
3390b7d7f6
|
closes #4516
|
2016-04-13 11:58:14 -04:00 |
|
barisusakli
|
b6e22b7723
|
closes #4367
|
2016-03-15 12:13:35 +02:00 |
|
pichalite
|
469dcbea05
|
fixes #4320
|
2016-03-07 18:55:30 +00:00 |
|
psychobunny
|
2b10ef97b2
|
closes #4262
|
2016-02-25 23:04:34 -05:00 |
|
barisusakli
|
d7df6c0b06
|
remove more from config
|
2016-02-10 12:53:39 +02:00 |
|
barisusakli
|
086e99de5c
|
wip flagged posts
|
2016-02-03 15:47:29 +02:00 |
|
barisusakli
|
40ebd66074
|
closes #4050
|
2016-01-13 09:26:03 +02:00 |
|
psychobunny
|
d8bcdf4de0
|
add title to /compose route
|
2016-01-12 12:01:17 -05:00 |
|
Julian Lam
|
d67efa3a5b
|
update core to allow composer to define static route
|
2016-01-11 15:15:48 -05:00 |
|
barisusakli
|
96aa94ee10
|
refactor categories
|
2016-01-06 12:49:27 +02:00 |
|
Julian Lam
|
4cc4824087
|
Merge pull request #3908 from pitaj/master
Maximum invites and invites are stored
|
2015-12-11 15:59:59 -05:00 |
|
yariplus
|
12fb512d3c
|
Don't change url when homepage is set to a category.
|
2015-12-01 12:59:18 -05:00 |
|