Commit Graph

17561 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
e97595756a Merge branch 'master' of https://github.com/NodeBB/NodeBB 2018-11-19 13:03:33 -05:00
Barış Soner Uşaklı
c36ddec08b promisify plugins 2018-11-19 13:03:31 -05:00
Renovate Bot
84d1013d60 fix(deps): update dependency nodebb-plugin-markdown to v8.8.4 2018-11-19 12:57:57 -05:00
Renovate Bot
fee7e33603 fix(deps): update dependency nodebb-plugin-composer-default to v6.1.8 2018-11-19 12:04:17 -05:00
Barış Soner Uşaklı
2416fb9352 Merge branch 'master' of https://github.com/NodeBB/NodeBB 2018-11-18 16:03:33 -05:00
Barış Soner Uşaklı
33986f38e3 closes #6954 2018-11-18 16:03:31 -05:00
Renovate Bot
b182a195aa fix(deps): update dependency nodebb-plugin-markdown to v8.8.3 2018-11-18 14:08:16 -05:00
Barış Soner Uşaklı
1ce15e69ab dont require search and moustrap on topic page until needed 2018-11-18 10:32:08 -05:00
Barış Soner Uşaklı
e17c4b2766 uid fixes 2018-11-17 22:31:39 -05:00
Barış Soner Uşaklı
c0a75d735b fix requires 2018-11-17 20:56:35 -05:00
Barış Soner Uşaklı
7a7eb65d92 Merge branch 'master' of https://github.com/NodeBB/NodeBB 2018-11-17 20:50:18 -05:00
Barış Soner Uşaklı
c02d584b53 reduce initial js payload/requests 2018-11-17 20:50:07 -05:00
renovate[bot]
1101f32793 fix(deps): update dependency nodebb-plugin-composer-default to v6.1.7 (#6966) 2018-11-17 20:40:47 -05:00
Baris Usakli
0fd5210d37 really fix pagination on mobile 2018-11-17 14:47:05 -05:00
Baris Usakli
2624e302ab fix navigator on mobile 2018-11-17 14:43:33 -05:00
Baris Usakli
c1ab753bc3 use paginationBlock 2018-11-17 14:22:33 -05:00
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
2018-11-17 14:07:56 -05:00
renovate[bot]
6ade156ba5 fix(deps): update dependency nodebb-theme-persona to v9.0.58 (#6964) 2018-11-17 14:03:28 -05:00
renovate[bot]
662215fa8a fix(deps): update dependency mongodb to v3.1.10 (#6962) 2018-11-17 09:01:05 -05:00
Misty (Bot)
6cf357f2fd Latest translations and fallbacks 2018-11-17 09:26:47 +00:00
Barış Soner Uşaklı
e82d3bc3b3 Merge branch 'master' of https://github.com/NodeBB/NodeBB 2018-11-16 14:43:00 -05:00
Barış Soner Uşaklı
f1a6d39537 dont crash if a loginStrategies is undefined 2018-11-16 14:42:57 -05:00
Renovate Bot
0ef451dd83 chore(deps): update node:8.12.0 docker digest to 5dae8ea 2018-11-16 11:23:24 -05:00
Barış Soner Uşaklı
c72299ad71 refactor widgets admin
so we dont load the widget-settings.tpl in the upgrade script and only load areas
2018-11-15 15:39:58 -05:00
Barış Soner Uşaklı
9fecad138c limit number of js files minified, dont crash upgrade script of widget-settings is not found 2018-11-15 14:54:12 -05:00
Barış Soner Uşaklı
29ccb37345 Merge branch 'master' of https://github.com/NodeBB/NodeBB 2018-11-14 16:33:24 -05:00
Barış Soner Uşaklı
ac549f8bc7 closes #6957 2018-11-14 16:33:22 -05:00
renovate[bot]
1bf1a439a6 fix(deps): update dependency nodebb-theme-persona to v9.0.57 (#6956) 2018-11-14 13:56:53 -05:00
Barış Soner Uşaklı
f0dead7aba more tooltip work 2018-11-14 13:53:35 -05:00
Barış Soner Uşaklı
4b6b3d5436 set duration to 0 2018-11-14 00:57:41 -05:00
Barış Soner Uşaklı
0fc28d11d2 up persona 2018-11-14 00:40:24 -05:00
Barış Soner Uşaklı
be61af7d8e Merge branch 'master' of https://github.com/NodeBB/NodeBB 2018-11-14 00:21:29 -05:00
Barış Soner Uşaklı
85c832fcc6 add tooltip 2018-11-14 00:21:27 -05:00
renovate[bot]
e06683f756 fix(deps): update dependency nodebb-theme-persona to v9.0.55 (#6955) 2018-11-13 23:26:07 -05:00
Barış Soner Uşaklı
fe8832ad5c dont update if index didnt change 2018-11-13 23:22:06 -05:00
Barış Soner Uşaklı
7b5c4f343a drag nav 2018-11-13 22:51:57 -05:00
Barış Soner Uşaklı
21402ba803 check joindate 2018-11-13 22:18:20 -05:00
Baris Usakli
d0b67b00db closes #6949 2018-11-13 16:19:30 -05:00
Baris Usakli
adb647a8ae export express app from webserver 2018-11-13 14:11:50 -05:00
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
2018-11-13 13:56:33 -05:00
Baris Usakli
e7f9cff7b5 remove node6 from tests 🔥 2018-11-13 13:20:24 -05:00
Renovate Bot
c51ceaf0ec fix(deps): update dependency nodebb-plugin-composer-default to v6.1.6 2018-11-13 12:51:24 -05:00
Renovate Bot
bb940b0140 fix(deps): update dependency nodebb-theme-persona to v9.0.54 2018-11-13 12:42:37 -05:00
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
2018-11-13 12:26:50 -05:00
Baris Usakli
c5a093e1f2 closes #6950 2018-11-13 11:10:09 -05:00
Renovate Bot
95d6ab0626 chore(deps): update dependency husky to v1.1.4 2018-11-13 10:52:31 -05:00
Misty (Bot)
7b6a62e247 Latest translations and fallbacks 2018-11-13 09:27:01 +00:00
Barış Soner Uşaklı
7dabd13fea remove unused 2018-11-12 17:39:22 -05:00
Barış Soner Uşaklı
de14102ee7 Merge branch 'master' of https://github.com/NodeBB/NodeBB 2018-11-12 17:10:00 -05:00
Barış Soner Uşaklı
d9452bf3d4 fix: custom navigation item not showing groups 2018-11-12 17:09:58 -05:00