Peter Jaszkowiak
0fffde67b5
Undeprecate /uploads
2017-02-08 14:24:09 -07: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
Peter Jaszkowiak
d31499a860
Fix tests rewriting logo.png
2017-02-03 18:29:09 -07:00
Peter Jaszkowiak
360a35d0a6
Resolve merge conflicts
2017-02-02 22:15:26 -07:00
Peter Jaszkowiak
5aa3e6b95b
Merge branch 'master' into nodebb-executable-refactor
2017-02-02 19:19:02 -07:00
Peter Jaszkowiak
553567c3b2
Refactor nodebb, move build.js, add --dev
2017-02-02 19:15:01 -07:00
barisusakli
ae7f9bac98
prevent crash if uri is malformed
2017-02-02 13:11:33 +03:00
Peter Jaszkowiak
bf44ca20f2
Better deprecation warning for old language route
2017-02-01 10:36:15 -07:00
barisusakli
51981ffb99
get extention from content type
2017-01-31 22:18:22 +03:00
Stephan
0c6679ca9c
Update dashboard.js
2017-01-30 17:45:48 +01:00
Julian Lam
debffe385f
closes #5316
2017-01-27 16:29:42 -05:00
Julian Lam
3ab631c82e
Merge pull request #5391 from Pappmann/patch-4
...
added missing translation in dashboard
2017-01-27 11:32:02 -05:00
Julian Lam
7c7517d72b
Merge pull request #5392 from Pappmann/patch-5
...
fixed missing translation string
2017-01-27 11:31:46 -05:00
Julian Lam
05c724de30
added new hook for messaging teaser retrieval, and casting input as String before execuring stripTags templates helper
2017-01-27 11:26:08 -05:00
psychobunny
e2b30d6329
improve regex for unwanted whitespace in cover:url
2017-01-26 18:04:51 -05:00
Peter Jaszkowiak
f4147f7922
Generate cache buster on build
2017-01-24 20:24:28 -07:00
Julian Lam
372138c789
Revert "fixing bug that caused plugin language files to not be parsed"
...
This reverts commit b2bb1a7c24 .
2017-01-23 11:27:35 -05:00
Julian Lam
b2bb1a7c24
fixing bug that caused plugin language files to not be parsed
2017-01-23 11:25:19 -05:00
Stephan
374bc04cdb
fixed missing translation string
2017-01-23 04:06:01 +01:00
Stephan
af4df8e197
added missing translation
...
added missing language string in dashboard.js
2017-01-23 02:38:33 +01:00
Peter Jaszkowiak
001aa3d1a8
Fix tests, npm Windows fixes
2017-01-21 19:21:02 -07:00
Peter Jaszkowiak
186209a0a3
Build plugin staticDirs
...
- route `/plugins` -> `build/public/plugins`
- symlink `staticDirs` directories into `build/public/plugins`
- remove custom `/plugins` route handling
2017-01-21 18:57:27 -07:00
Peter Jaszkowiak
df77890c2a
Plugin defaultLang defaults to en-GB
2017-01-20 11:15:06 -07:00
Peter Jaszkowiak
7c88a55153
Fix empty lines in language selectors
2017-01-19 19:07:53 -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
Peter Jaszkowiak
7f2ded17ab
Comments, misc
2017-01-17 20:41:04 -07:00
Barış Soner Uşaklı
bcd2b5cc50
Merge pull request #5376 from pichalite/post_create
...
Send isMain to post.save filters
2017-01-17 21:55:29 +02:00
pichalite
9176f7e037
Only send isMain to hook instead of saving to post hash
2017-01-17 18:24:16 +00: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
65b866192e
Fix failing tests
2017-01-16 16:48:56 -07:00
pichalite
a3c05b2ea4
Send isMain to post.save filters
2017-01-16 23:40:25 +00:00
Peter Jaszkowiak
aff53cccc5
Plugin language fallback support
2017-01-16 16:31:16 -07:00
Julian Lam
183fdf06cb
Merge pull request #5356 from DomLennonZA/master
...
Adding more specific timings for session timeout
2017-01-16 14:38:52 -05:00
Dominic Lennon
3f116e7636
Fixing null ttl issue for MongoSession
2017-01-16 14:58:27 +00:00
Dominic Lennon
b1f0f8fa8b
Adding ttl value to the MongoStore options
2017-01-16 14:52:25 +00:00
Dominic Lennon
3507e4ce0e
Adding closing <p>
2017-01-16 09:33:33 +00:00
Dominic Lennon
a06e39528f
Code review change
2017-01-16 08:48:53 +00:00
Peter Jaszkowiak
8c86b2e32c
Build pipeline improvements
...
- Refactor meta/css
- `fs.link` usage consolidated to `file.link`
- rimraf built modules directory to fix error
- Remove `local-assets` flag
2017-01-15 12:38:16 -07:00
Peter Jaszkowiak
05b68391dd
Use /assets for client assets
...
- Route `/assets` -> `build/public`, falling back on `public`
- Moved destinations for `nodebb.min.js`, `acp.min.js`, `admin.css`, `stylesheet.css`, `templates`, and `sounds` to `build/public`
- r.js modules previously routed through express are now symlinked into `public/build/src/modules`
- minfiles no longer served from a memory cache
- use config `views_dir` setting everywhere template directory is used
- fix cache buster `v=v=`
2017-01-14 22:38:40 -07:00
Peter Jaszkowiak
e1a29f4aa8
Switch to assets route
2017-01-14 17:12:16 -07:00
Peter Jaszkowiak
b4b3be3d97
Cache bust translations, query param name
2017-01-14 14:09:46 -07:00
Peter Jaszkowiak
c97764ee6f
Fix incomplete "group" search results
2017-01-14 14:09:46 -07:00
Peter Jaszkowiak
2f07c18c5a
All hail the glorious translation prebuilding
2017-01-14 14:08:52 -07:00
Julian Lam
c99321a518
always setting app.previousUrl now, and passing cid into filter:category.topics.get hook
2017-01-13 15:01:14 -05:00
Julian Lam
2a9088d571
updating checkGlobalPrivacySettings middleware to hook into write-api for auth
2017-01-12 15:55:56 -05:00
Dominic Lennon
04e5707143
Fixing lint issues
2017-01-11 11:24:27 +00:00
Dominic Lennon
ed19454eca
Adding more specific timing for session timings
2017-01-11 10:51:41 +00:00
Dominic Lennon
d248ef95cd
Fix for issue #5334 . SessionStore now uses the correct value
2017-01-10 11:48:27 +00:00
Peter Jaszkowiak
ffa2bd14f8
Fix reverse proxies breaking admin translations
2017-01-07 22:48:57 -07:00
barisusakli
c0a8fd7395
allow multiple tags
2017-01-05 21:14:21 +03:00