Julian Lam
fcec6fd41d
Merge remote-tracking branch 'origin/master' into develop
2017-01-23 11:18:10 -05:00
barisusakli
0b95eab71e
use roomName if availabe in taskbar
...
if room is renamed update title on taskbar
2017-01-23 13:02:40 +03: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
Julian Lam
73879b824c
Merge branch 'master' into develop
2017-01-20 12:33:17 -05: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
Julian Lam
76376f52c3
Merge remote-tracking branch 'origin/master' into develop
2017-01-19 14:29:12 -05:00
barisusakli
ef72762ba7
use groups.isMemberOfGroups
2017-01-18 20:24:48 +03: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
48909e753c
Merge branch 'master' into develop
2017-01-17 10:46:14 -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
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
kingjan1999
cbe8807ebd
update fontawesome.tpl
2017-01-15 17:46:21 +01: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
9dcbe875a0
Merge branch 'master' into develop
2017-01-13 15:01:34 -05: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
barisusakli
8f0f959d53
add filter:categories.copyPrivilegesFrom
...
https://github.com/Schamper/nodebb-plugin-poll/issues/77
2017-01-13 12:04:20 +03:00
Julian Lam
2a9088d571
updating checkGlobalPrivacySettings middleware to hook into write-api for auth
2017-01-12 15:55:56 -05:00
Julian Lam
10f270d016
adding byPid zset for flags
2017-01-12 11:31:59 -05:00
Julian Lam
bef3da5b48
pass flagId into flag.update hook
2017-01-12 10:09:47 -05:00
Julian Lam
6c04e393b5
fire hooks for flag update
2017-01-12 10:03:50 -05:00
barisusakli
8f916343f0
closes #5361
2017-01-12 14:41:35 +03:00
barisusakli
938022a0f7
add postData to action:post.delete, closes #5360
2017-01-12 14:32:38 +03:00
barisusakli
274448426d
helpers.setupAdminPageRoute
2017-01-12 14:32:38 +03:00
barisusakli
1e137636c9
closes #5359
2017-01-12 14:32:38 +03:00
Julian Lam
d29361f4c9
added additional visibility masks for profile menu hook, also added isPrivileged user method, closes #5306
2017-01-11 15:06:28 -05:00
Julian Lam
8eb47e1987
added back missing next(), @baris
2017-01-11 14:43:56 -05:00
Julian Lam
bbc02dcc5d
lol wtf
2017-01-11 09:44:54 -05:00
Julian Lam
a13c6f8c65
adding a safeguard into flags upgrade script @baris
2017-01-11 09:43:34 -05:00
barisusakli
367078056e
add hook
2017-01-11 14:41:31 +03:00
barisusakli
0c8aa599a0
closes #5357
2017-01-11 14:40:52 +03:00
Dominic Lennon
04e5707143
Fixing lint issues
2017-01-11 11:24:27 +00:00