8086 Commits (36bf54a4b8a3e5eabfff8eb6d35c10e6536d62d3)

Author SHA1 Message Date
Peter Jaszkowiak c14a31644b Merge branch 'master' into 'develop' 8 years ago
Peter Jaszkowiak 54ac23cc7a Revert "No 404 responses for missing language files"
This reverts commit f0c941e5ae.
8 years ago
Stephan 0c6679ca9c Update dashboard.js 8 years ago
Julian Lam debffe385f closes #5316 8 years ago
barisusakli 366ab103a4 closes #5405 8 years ago
Julian Lam 3ab631c82e Merge pull request #5391 from Pappmann/patch-4
added missing translation in dashboard
8 years ago
Julian Lam 7c7517d72b Merge pull request #5392 from Pappmann/patch-5
fixed missing translation string
8 years ago
Julian Lam 7414482753 Merge branch 'master' into develop 8 years ago
Julian Lam 05c724de30 added new hook for messaging teaser retrieval, and casting input as String before execuring stripTags templates helper 8 years ago
psychobunny e2b30d6329 improve regex for unwanted whitespace in cover:url 8 years ago
barisusakli 3fb7f9fce5 closes #5398 8 years ago
barisusakli a143a15f5d closes #5397 8 years ago
Julian Lam 4df8832c8d adding conditional to upgrade script to handle cases where an upgrade is performed on a flag that is already in database 8 years ago
Peter Jaszkowiak f4147f7922 Generate cache buster on build 8 years ago
barisusakli 2a33991f0d read usercount from global object 8 years ago
Julian Lam ae279fe57f casting some values as int, in ensureSelfOrPrivileged middleware 8 years ago
Peter Jaszkowiak f0c941e5ae No 404 responses for missing language files 8 years ago
Julian Lam dbb71423a8 executing core middlewares first before secondary or plugin middlewares 8 years ago
Julian Lam ea7d61e2e4 handling err in src/meta/languages.js 8 years ago
Julian Lam 372138c789 Revert "fixing bug that caused plugin language files to not be parsed"
This reverts commit b2bb1a7c24.
8 years ago
Julian Lam b2bb1a7c24 fixing bug that caused plugin language files to not be parsed 8 years ago
Julian Lam a7aaf8ea96 fixing bug that caused plugin language files to not be parsed 8 years ago
Julian Lam fcec6fd41d Merge remote-tracking branch 'origin/master' into develop 8 years ago
barisusakli 0b95eab71e use roomName if availabe in taskbar
if room is renamed update title on taskbar
8 years ago
Stephan 374bc04cdb fixed missing translation string 8 years ago
Stephan af4df8e197 added missing translation
added missing language string in dashboard.js
8 years ago
Peter Jaszkowiak 001aa3d1a8 Fix tests, npm Windows fixes 8 years ago
Peter Jaszkowiak 186209a0a3 Build plugin `staticDirs`
- route `/plugins` -> `build/public/plugins`
- symlink `staticDirs` directories into `build/public/plugins`
- remove custom `/plugins` route handling
8 years ago
Peter Jaszkowiak df77890c2a Plugin `defaultLang` defaults to `en-GB` 9 years ago
Julian Lam 73879b824c Merge branch 'master' into develop 9 years ago
Peter Jaszkowiak 7c88a55153 Fix empty lines in language selectors 9 years ago
Julian Lam 339845ff6b Merge pull request #5366 from pitaj/build-translations
Compile translations in the build step
9 years ago
Julian Lam 76376f52c3 Merge remote-tracking branch 'origin/master' into develop 9 years ago
barisusakli ef72762ba7 use groups.isMemberOfGroups 9 years ago
Peter Jaszkowiak 7f2ded17ab Comments, misc 9 years ago
Barış Soner Uşaklı bcd2b5cc50 Merge pull request #5376 from pichalite/post_create
Send isMain to post.save filters
9 years ago
pichalite 9176f7e037 Only send isMain to hook instead of saving to post hash 9 years ago
Julian Lam 48909e753c Merge branch 'master' into develop 9 years ago
Julian Lam 06a77143bd additional logging and removing interstitial session data if plugins don't return interstitials 9 years ago
Peter Jaszkowiak 65b866192e Fix failing tests 9 years ago
pichalite a3c05b2ea4 Send isMain to post.save filters 9 years ago
Peter Jaszkowiak aff53cccc5 Plugin language fallback support 9 years ago
Julian Lam 183fdf06cb Merge pull request #5356 from DomLennonZA/master
Adding more specific timings for session timeout
9 years ago
Dominic Lennon 3f116e7636 Fixing null ttl issue for MongoSession 9 years ago
Dominic Lennon b1f0f8fa8b Adding ttl value to the MongoStore options 9 years ago
Dominic Lennon 3507e4ce0e Adding closing <p> 9 years ago
Dominic Lennon a06e39528f Code review change 9 years ago
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
9 years ago
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=`
9 years ago
Peter Jaszkowiak e1a29f4aa8 Switch to `assets` route 9 years ago
Peter Jaszkowiak b4b3be3d97 Cache bust translations, query param name 9 years ago
Peter Jaszkowiak c97764ee6f Fix incomplete "group" search results 9 years ago
Peter Jaszkowiak 2f07c18c5a All hail the glorious translation prebuilding 9 years ago
Julian Lam 9dcbe875a0 Merge branch 'master' into develop 9 years ago
Julian Lam c99321a518 always setting app.previousUrl now, and passing cid into filter:category.topics.get hook 9 years ago
barisusakli 8f0f959d53 add `filter:categories.copyPrivilegesFrom`
https://github.com/Schamper/nodebb-plugin-poll/issues/77
9 years ago
Julian Lam 2a9088d571 updating checkGlobalPrivacySettings middleware to hook into write-api for auth 9 years ago
Julian Lam 10f270d016 adding byPid zset for flags 9 years ago
Julian Lam bef3da5b48 pass flagId into flag.update hook 9 years ago
Julian Lam 6c04e393b5 fire hooks for flag update 9 years ago
barisusakli 8f916343f0 closes #5361 9 years ago
barisusakli 938022a0f7 add postData to action:post.delete, closes #5360 9 years ago
barisusakli 274448426d helpers.setupAdminPageRoute 9 years ago
barisusakli 1e137636c9 closes #5359 9 years ago
Julian Lam d29361f4c9 added additional visibility masks for profile menu hook, also added isPrivileged user method, closes #5306 9 years ago
Julian Lam 8eb47e1987 added back missing next(), @baris 9 years ago
Julian Lam bbc02dcc5d lol wtf 9 years ago
Julian Lam a13c6f8c65 adding a safeguard into flags upgrade script @baris 9 years ago
barisusakli 367078056e add hook 9 years ago
barisusakli 0c8aa599a0 closes #5357 9 years ago
Dominic Lennon 04e5707143 Fixing lint issues 9 years ago
barisusakli 37bb6e9b6d action:user.removeUploadedPicture 9 years ago
Dominic Lennon ed19454eca Adding more specific timing for session timings 9 years ago
barisusakli dd9e286633 closes #5355 9 years ago
barisusakli 1e9fabc5db closes #5354 9 years ago
barisusakli 611be77361 closes #5353 9 years ago
Dominic Lennon d248ef95cd Fix for issue #5334. SessionStore now uses the correct value 9 years ago
barisusakli cc96e32970 closes #5352 9 years ago
Julian Lam 43056a4bfa Merge branch 'master' into develop 9 years ago
Peter Jaszkowiak ffa2bd14f8 Fix reverse proxies breaking admin translations 9 years ago
barisusakli c0a8fd7395 allow multiple tags 9 years ago
Julian Lam 81ca10d72e Merge pull request #5332 from pitaj/async@2
async v2 upgrade
9 years ago
Julian Lam 3861b2dd80 Merge remote-tracking branch 'origin/master' into develop 9 years ago
Julian Lam 541f51e947 restrict flags interface so that moderators only see flags from cids they can actually moderate 9 years ago
barisusakli ba1889f441 messaging refactor 9 years ago
barisusakli 6b2dde02b5 closes #5333 9 years ago
Peter Jaszkowiak 11f7cc4163 Pass tests 9 years ago
Peter Jaszkowiak ec544518e8 Use async v2 9 years ago
Barış Soner Uşaklı a08474a9fd Merge pull request #5319 from pichalite/issue-5317
Let global mods change user avatar
9 years ago
pichalite 8a68e1d918 Delete cover position data when cover photo is deleted 9 years ago
pichalite ab797b91a4 Let global mods change user avatar 9 years ago
Julian Lam 05fdd35818 removed menu item for flags management in ACP 9 years ago
Julian Lam 277f447f3e fix minSchemaDate in upgrade.js 9 years ago
Julian Lam 3ea927fa65 fix minSchemaDate in upgrade.js 9 years ago
Julian Lam db20df0110 Merge branch 'master' into develop 9 years ago
Barış Soner Uşaklı f225fc3e3d closes #5314 9 years ago
barisusakli 190b3759a0 fix tests 9 years ago
barisusakli a112655bd2 fix missing ; 9 years ago
barisusakli 4943832dd8 fix dupe code 9 years ago
barisusakli 306687ccaa remove old upgrade code 9 years ago