Peter Jaszkowiak
277a7fb8b4
ESlint key-spacing, no-trailing-spaces
2017-02-18 01:27:46 -07:00
Peter Jaszkowiak
b1b486f729
ESlint quote-props
2017-02-18 01:19:20 -07:00
Peter Jaszkowiak
3d6bfa47c5
ESlint no-useless-return
2017-02-17 22:13:41 -07:00
Peter Jaszkowiak
bc1d70c126
ESlint comma-dangle
2017-02-17 19:31:21 -07:00
Peter Jaszkowiak
8f27d7810b
Ajaxify improvement, /assets/uploads
2017-02-09 15:50:05 -07:00
Julian Lam
7ba111acdd
Merge pull request #5420 from NodeBB/assets-route
...
/assets/uploads
2017-02-09 16:08:12 -05:00
Barış Soner Uşaklı
a3e327301b
update regex
2017-02-09 20:21:35 +02:00
Peter Jaszkowiak
aaacdb8413
Fix #5416 , uploads path config setting
...
- Finish moving uploads route to `/assets/uploads`
- Remove `upload_url` config setting, it was broken
2017-02-08 11:41:34 -07:00
Julian Lam
339845ff6b
Merge pull request #5366 from pitaj/build-translations
...
Compile translations in the build step
2017-01-19 15:25:28 -05:00
Julian Lam
06a77143bd
additional logging and removing interstitial session data if plugins don't return interstitials
2017-01-17 10:46:04 -05:00
Peter Jaszkowiak
2f07c18c5a
All hail the glorious translation prebuilding
2017-01-14 14:08:52 -07:00
Peter Jaszkowiak
c5237443cd
Standard language codes ( #5218 )
...
* Use standard language codes. Fallback for plugins.
* Fix transifex config
* Tab vs space here for some reason
* Remove redundancies
* config.relative_path instead of allcaps
* added upgrade script for existing users' accounts
2016-11-23 11:50:49 -05:00
Stuart Williams
f92758c764
Replace only base URL in login redirect URL, fixes #5205
2016-11-16 20:31:09 -05:00
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