Commit Graph

17569 Commits (375ab7693afa17edddf0b3f07c1b4d6a6b0e3d05)
 

Author SHA1 Message Date
renovate[bot] 375ab7693a fix(deps): update dependency lru-cache to v4.1.4 ()
Baris Usakli b83e50f286 remove delayImageLoading from api @julianlam
Julian Lam 98c14e0e68 fix: removal of scroll anchoring code in favour of browser handling
closes 
renovate[bot] e1597b8337 fix(deps): update dependency connect-mongo to v2.0.2 ()
Baris Usakli 1454fdceff closes
Barış Soner Uşaklı 94e10c8c32 closes
Barış Soner Uşaklı f4a00f0b5f only init unread topics for loggedin users
dont call isFollowed
Barış Soner Uşaklı f75e2ed1ee fix lint
Barış Soner Uşaklı e97595756a Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı c36ddec08b promisify plugins
Renovate Bot 84d1013d60 fix(deps): update dependency nodebb-plugin-markdown to v8.8.4
Renovate Bot fee7e33603 fix(deps): update dependency nodebb-plugin-composer-default to v6.1.8
Barış Soner Uşaklı 2416fb9352 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı 33986f38e3 closes
Renovate Bot b182a195aa fix(deps): update dependency nodebb-plugin-markdown to v8.8.3
Barış Soner Uşaklı 1ce15e69ab dont require search and moustrap on topic page until needed
Barış Soner Uşaklı e17c4b2766 uid fixes
Barış Soner Uşaklı c0a75d735b fix requires
Barış Soner Uşaklı 7a7eb65d92 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı c02d584b53 reduce initial js payload/requests
renovate[bot] 1101f32793 fix(deps): update dependency nodebb-plugin-composer-default to v6.1.7 ()
Baris Usakli 0fd5210d37 really fix pagination on mobile
Baris Usakli 2624e302ab fix navigator on mobile
Baris Usakli c1ab753bc3 use paginationBlock
Baris Usakli c343b93a37 optimize ajaxify
- do not call $.timeago twice on topic load and for widgets
- do not use toLocaleString for each timeago string, use a single
Intl.DateTimeFormat instance instead
- do not call format for empty timeago strings, ie a post that isnt
edited doesnt have a timeago string
- do not call isTouchDevice for every element
- remove app.replaceSelfLinks, this is superceded with /me route
- store references to jquery objects in navigator instead of creating
them on every scroll
renovate[bot] 6ade156ba5 fix(deps): update dependency nodebb-theme-persona to v9.0.58 ()
renovate[bot] 662215fa8a fix(deps): update dependency mongodb to v3.1.10 ()
Misty (Bot) 6cf357f2fd Latest translations and fallbacks
Barış Soner Uşaklı e82d3bc3b3 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı f1a6d39537 dont crash if a loginStrategies is undefined
Renovate Bot 0ef451dd83 chore(deps): update node:8.12.0 docker digest to 5dae8ea
Barış Soner Uşaklı c72299ad71 refactor widgets admin
so we dont load the widget-settings.tpl in the upgrade script and only load areas
Barış Soner Uşaklı 9fecad138c limit number of js files minified, dont crash upgrade script of widget-settings is not found
Barış Soner Uşaklı 29ccb37345 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı ac549f8bc7 closes
renovate[bot] 1bf1a439a6 fix(deps): update dependency nodebb-theme-persona to v9.0.57 ()
Barış Soner Uşaklı f0dead7aba more tooltip work
Barış Soner Uşaklı 4b6b3d5436 set duration to 0
Barış Soner Uşaklı 0fc28d11d2 up persona
Barış Soner Uşaklı be61af7d8e Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı 85c832fcc6 add tooltip
renovate[bot] e06683f756 fix(deps): update dependency nodebb-theme-persona to v9.0.55 ()
Barış Soner Uşaklı fe8832ad5c dont update if index didnt change
Barış Soner Uşaklı 7b5c4f343a drag nav
Barış Soner Uşaklı 21402ba803 check joindate
Baris Usakli d0b67b00db closes
Baris Usakli adb647a8ae export express app from webserver
Julian Lam f96208a0c8 fix(uploads): ugly filenames on uploaded asset downloading
During regular processing, a timestamp is prepended to the filename
for any uploaded files. We don't want this to be part of the filename
if an end-user elects to download the file.

This commit adds a middleware to strip out that portion of the
basename and adds the appropriate Content-Disposition header for
files in /uploads/files

Fixes 
Baris Usakli e7f9cff7b5 remove node6 from tests 🔥
Renovate Bot c51ceaf0ec fix(deps): update dependency nodebb-plugin-composer-default to v6.1.6