12186 Commits (31e70ac5a8ef053ce3f44f0ef2207fb79cec98e6)
 

Author SHA1 Message Date
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
Barış Soner Uşaklı 2caae05f4b up themes 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
Julian Lam 5ebf22ca49 upped composer version 9 years ago
Julian Lam 5705681aa0 tweaked registration queue logic a bit
- encoding inputs during url construction
- limiting maximum # of parallel requests to 20
- using map instead of forEach
9 years ago
NodeBB Misty fa689250e4 Latest translations and fallbacks 9 years ago
Julian Lam 8013f124da fixes #4471 9 years ago
Julian Lam 97e440f990 Upped theme versions, closes #4464 9 years ago
Julian Lam b68058b093 Merge pull request #4473 from BenLubar/reply-quote-bounds-fix
fix topic reply button
9 years ago
Ben Lubar 395e71feee fix topic reply button 9 years ago
Julian Lam f4845631c0 Merge pull request #4472 from BenLubar/reply-quote-bounds
when clicking the reply button, limit the selection to the post's content
9 years ago
Ben Lubar c50f228acc when clicking the reply button, limit the selection to the post's
content.
9 years ago
Julian Lam b0f93f8525 Merge pull request #4439 from RaceProUK/master
Fixing 'Go to last read' popup text
9 years ago
NodeBB Misty 87bd0c69d7 Latest translations and fallbacks 9 years ago
Julian Lam 22f73a8f68 fixes #4463 9 years ago
barisusakli 691802efad removed params 9 years ago
barisusakli e1a8c520ba closes #4404 9 years ago
barisusakli ae8c40f8a8 dont pass non strings to validator.js #4462 9 years ago
psychobunny f277c66089 closes #4459 9 years ago
barisusakli a9cc12c667 retry failed upserts closes #4467 9 years ago
barisusakli 52cec92df8 some cleanup, dont send ip on newpost 9 years ago
psychobunny 0823cd9433 #4453 9 years ago
psychobunny bb85d99254 closes #4450 9 years ago
psychobunny 000d5b61c7 fix for retrieving css cache 9 years ago
psychobunny 5008e211e2 closes #4449 9 years ago
psychobunny baeed22f20 grunt: only compile ACP less if that was changed, and vice versa with theme/plugin less 9 years ago
barisusakli 78f4cbc9e4 fix indents 9 years ago
barisusakli 0f959c341b closes #4466 9 years ago
barisusakli 382fa265a4 up persona 9 years ago
barisusakli e8b8f115b7 closes #3652 9 years ago
Barış Soner Uşaklı e49c10d0ea Merge pull request #4465 from pichalite/topic-thumb-delete
fix for removing topic thumb on edit
9 years ago
pichalite 485db7a479 fix for removing topic thumb on edit 9 years ago
Julian Lam ae7dc134e3 latest translations and fallbacks 9 years ago
barisusakli d7b5ede3a7 up composer 9 years ago
barisusakli c6c1e2e217 closes #4289 9 years ago
barisusakli 76fcc9ec35 this is fine 9 years ago
barisusakli 38c560019f #4403 9 years ago
Barış Soner Uşaklı 21c451c3fe Merge pull request #4457 from boomzillawtf/master
Fix defaults for 'scroll to my post'
9 years ago
Barış Soner Uşaklı 5c5a6a08f7 Merge pull request #4455 from pichalite/issue-4454
fixes #4454
9 years ago
boomzillawtf d4464f6ab1 Merge remote-tracking branch 'upstream/master'
Conflicts:
	public/src/client/topic/posts.js
9 years ago
boomzillawtf 6aa0f8eb8a fix #4452: default to scroll to my post 9 years ago
pichalite c5e62f9a58 fixes #4454 9 years ago