17910 Commits (a083d5f429001e8b6c826679d0a3753722132860)
 

Author SHA1 Message Date
Barış Soner Uşaklı c36ddec08b promisify plugins 6 years ago
Renovate Bot 84d1013d60 fix(deps): update dependency nodebb-plugin-markdown to v8.8.4 6 years ago
Renovate Bot fee7e33603 fix(deps): update dependency nodebb-plugin-composer-default to v6.1.8 6 years ago
Barış Soner Uşaklı 2416fb9352 Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı 33986f38e3 closes #6954 6 years ago
Renovate Bot b182a195aa fix(deps): update dependency nodebb-plugin-markdown to v8.8.3 6 years ago
Barış Soner Uşaklı 1ce15e69ab dont require search and moustrap on topic page until needed 6 years ago
Barış Soner Uşaklı e17c4b2766 uid fixes 6 years ago
Barış Soner Uşaklı c0a75d735b fix requires 6 years ago
Barış Soner Uşaklı 7a7eb65d92 Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı c02d584b53 reduce initial js payload/requests 6 years ago
renovate[bot] 1101f32793 fix(deps): update dependency nodebb-plugin-composer-default to v6.1.7 (#6966) 6 years ago
Baris Usakli 0fd5210d37 really fix pagination on mobile 6 years ago
Baris Usakli 2624e302ab fix navigator on mobile 6 years ago
Baris Usakli c1ab753bc3 use paginationBlock 6 years ago
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
6 years ago
renovate[bot] 6ade156ba5 fix(deps): update dependency nodebb-theme-persona to v9.0.58 (#6964) 6 years ago
renovate[bot] 662215fa8a fix(deps): update dependency mongodb to v3.1.10 (#6962) 6 years ago
Misty (Bot) 6cf357f2fd Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı e82d3bc3b3 Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı f1a6d39537 dont crash if a loginStrategies is undefined 6 years ago
Renovate Bot 0ef451dd83 chore(deps): update node:8.12.0 docker digest to 5dae8ea 6 years ago
Barış Soner Uşaklı c72299ad71 refactor widgets admin
so we dont load the widget-settings.tpl in the upgrade script and only load areas
6 years ago
Barış Soner Uşaklı 9fecad138c limit number of js files minified, dont crash upgrade script of widget-settings is not found 6 years ago
Barış Soner Uşaklı 29ccb37345 Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı ac549f8bc7 closes #6957 6 years ago
renovate[bot] 1bf1a439a6 fix(deps): update dependency nodebb-theme-persona to v9.0.57 (#6956) 6 years ago
Barış Soner Uşaklı f0dead7aba more tooltip work 6 years ago
Barış Soner Uşaklı 4b6b3d5436 set duration to 0 6 years ago
Barış Soner Uşaklı 0fc28d11d2 up persona 6 years ago
Barış Soner Uşaklı be61af7d8e Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı 85c832fcc6 add tooltip 6 years ago
renovate[bot] e06683f756 fix(deps): update dependency nodebb-theme-persona to v9.0.55 (#6955) 6 years ago
Barış Soner Uşaklı fe8832ad5c dont update if index didnt change 6 years ago
Barış Soner Uşaklı 7b5c4f343a drag nav 6 years ago
Barış Soner Uşaklı 21402ba803 check joindate 6 years ago
Baris Usakli d0b67b00db closes #6949 6 years ago
Baris Usakli adb647a8ae export express app from webserver 6 years ago
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 #6953
6 years ago
Baris Usakli e7f9cff7b5 remove node6 from tests 🔥 6 years ago
Renovate Bot c51ceaf0ec fix(deps): update dependency nodebb-plugin-composer-default to v6.1.6 6 years ago
Renovate Bot bb940b0140 fix(deps): update dependency nodebb-theme-persona to v9.0.54 6 years ago
Peter Jaszkowiak 57b39d5ba2 fix(acp): small UI fixes for ACP privileges category selector (#6946)
- Add dropdown chevron
- Change translations
- Safety against `category` not an object
6 years ago
Baris Usakli c5a093e1f2 closes #6950 6 years ago
Renovate Bot 95d6ab0626 chore(deps): update dependency husky to v1.1.4 6 years ago
Misty (Bot) 7b6a62e247 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı 7dabd13fea remove unused 6 years ago
Barış Soner Uşaklı de14102ee7 Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı d9452bf3d4 fix: custom navigation item not showing groups 6 years ago
Julian Lam b3f96d28aa fix(acp): hard-to-discover dropdown selector in ACP
Made the dropdown an MDL button fab with better positioning via
a p.lead so that it is more easily discoverable and obvious that
it is a button that can be pressed.

Fixes #6899
6 years ago