5479 Commits (35ac64db7feb77e76d946f7a579f240984d61a85)

Author SHA1 Message Date
Barış Soner Uşaklı 35ac64db7f Merge pull request #4504 from BenLubar/unread-topics
Add /unread/new, which is the same as /unread but does not show topics that were already partially read by the user.
9 years ago
Danijel b7335c7a61 remove HTTP(S) schema for external bootstrap CSS file.
remove HTTP(S) schema from external bootstrap CSS file to avoid mixed content error.
9 years ago
NodeBB Misty a3e829e974 Latest translations and fallbacks 9 years ago
NodeBB Misty e551cbfa74 Latest translations and fallbacks 9 years ago
barisusakli 19bc6fa133 fix undefined callback in sounds 9 years ago
barisusakli e564260650 moved groupTitle from user settings to user profile/edit 9 years ago
Julian Lam 3390b7d7f6 closes #4516 9 years ago
pichalite aad64cad35 show post tools for global mod on delete 9 years ago
Ben Lubar 114e957b0f add client-side unread count support for the "new" filter 9 years ago
Julian Lam a9f966f23c closes #4503, /cc @BenLubar 9 years ago
NodeBB Misty 2e65e8ae7d Latest translations and fallbacks 9 years ago
Julian Lam 430adc366c fix #4498 9 years ago
Julian Lam 930c2b7472 Merge branch 'master' into fix-vendors 9 years ago
Julian Lam 053bbc06fa fixes apapadimoulis/what-bugs#84
closes #4496
9 years ago
Julian Lam 94a505a6bb removed symlink logic and using route bridging instead.
Also allowed plugins to define modules from their plugin.json
9 years ago
Julian Lam f91f705f90 Merge branch 'master' into fix-vendors 9 years ago
psychobunny cdbe535e13 closes #4491 9 years ago
NodeBB Misty 5480b45368 Latest translations and fallbacks 9 years ago
Julian Lam 06cd4cd406 only triggering topic infinite loader once a second, fixes #4477 9 years ago
NodeBB Misty 4b88a463fa Latest translations and fallbacks 9 years ago
barisusakli 07af4d10e7 closes #4488 9 years ago
barisusakli b948e031f6 closes #2779 9 years ago
Julian Lam 73c4feec20 fixes #4487 9 years ago
Barış Soner Uşaklı 8d86aecc83 Merge pull request #4479 from rbeer/ulModal-localSize
Check file size locally.
9 years ago
NodeBB Misty 8baa6f70af Latest translations and fallbacks 9 years ago
Raphael Beer 58cc25e385 Set default hasValidFileSize return to true 9 years ago
Julian Lam 1385d19f64 Further tweaks to viewport shuffling and dynamic image loading
@BenLubar
9 years ago
Julian Lam 8ae2afff05 Revert "more tweaks to threshold"
This reverts commit 1783a07067.
9 years ago
Julian Lam 7fe5346fe4 latest fallbacks for uploads resource @rbeer 9 years ago
psychobunny a978f763e3 fixes crash https://github.com/NodeBB/nodebb-theme-persona/issues/250 9 years ago
NodeBB Misty b534ba8cc1 Latest translations and fallbacks 9 years ago
psychobunny 6a74589e31 closes https://github.com/NodeBB/nodebb-theme-persona/issues/250 9 years ago
psychobunny b15e5a8d17 closes #4475 9 years ago
psychobunny 29b336ad9f closes #4480 9 years ago
barisusakli 5fa6686112 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	public/src/modules/navigator.js
9 years ago
barisusakli 3a27e7b0ea closes #4405 9 years ago
Raphael Beer ff09789812 Check file size locally. 9 years ago
Julian Lam 1783a07067 more tweaks to threshold 9 years ago
Julian Lam 31e70ac5a8 applying threshold detection only to topics
re: #4477
9 years ago
NodeBB Misty e0f6b4edf0 Latest translations and fallbacks 9 years ago
barisusakli 3b9120cd38 closes #4476 9 years ago
Julian Lam 6df78f8ad0 fixing some more jitteriness when scrolling upwards 9 years ago
Julian Lam cc60767eb0 removed console logging 🐶 9 years ago
Julian Lam add82ba6c9 Added threshold detection when scrolling upwards
... for less jolty upwards scrolling.
9 years ago
Julian Lam 28db642050 Fixing regression from 3e2231d2cb
@BenLubar
9 years ago
Julian Lam 3e2231d2cb Fixing viewport shuffling due to image load
Introduced new method ".loadImages()" in posts client side lib
to handle viewport height changes when loading images. Requires
nodebb-plugin-markdown@5.0.0

@BenLubar @boomzillawtf
9 years ago
Julian Lam 5d4f61ec96 Tweaked scrollToPostIndex logic
The old behaviour would scroll the post anchor to the midline, but
this was inferior UX for long posts since the top half of the
screen is essentially stuff you didn't want to see.

The new logic is as follows:
- If the target post is smaller than the browser viewport, it will
  scroll in such a way that the entire post is vertically centered
  (post midline matching viewport midline)
- If the target post is larger than the browser viewport, it will
  scroll in such a way that the top of the post is located just
  under the navbar, maximizing the target post's content.
- Updated themes to relocate their anchors to in between posts
9 years ago
NodeBB Misty 3b4b832f75 Latest translations and fallbacks 9 years ago
NodeBB Misty fa689250e4 Latest translations and fallbacks 9 years ago
Julian Lam 8013f124da fixes #4471 9 years ago