1209 Commits (ed2a0abd2230f6161fc1eb194660f49a58b4ac7f)

Author SHA1 Message Date
Barış Soner Uşaklı 70adcd64bc #5667 8 years ago
Julian Lam 6d392089e4 fixes #5660 - https://ecma-international.org/ecma-262/5.1/#sec-15.9.1.1 8 years ago
Barış Soner Uşaklı f3deef4931 closes #5656 8 years ago
Barış Soner Uşaklı 3a1eba2537 merge 8 years ago
Barış Soner Uşaklı 670a5d9ca0 fix timestamp not showing for replies, remove allowFuture @julianlam 8 years ago
psychobunny 6f8e7343e6 fix for "invalid date" re:threading when replying to yourself 8 years ago
Barış Soner Uşaklı 6fb90a17e0 closes #5613 8 years ago
Barış Soner Uşaklı 2f3aceb7d3 dont do anything if config is off 8 years ago
Barış Soner Uşaklı 82863a28f0 add the loaded topics after the last topic on the list 8 years ago
barisusakli 75e5f2da74 closes #5485 8 years ago
barisusakli 73700ed747 closes #5617 8 years ago
Peter Jaszkowiak 30b47d39f3 Fix #5536 8 years ago
barisusakli b45111d44b show max message length in error message 8 years ago
barisusakli 236758b712 Merge remote-tracking branch 'refs/remotes/origin/master' into develop 8 years ago
barisusakli fb3020f892 closes #5604 8 years ago
barisusakli 20eac0de94 closes #5518 8 years ago
Peter Jaszkowiak 484a800327 Merge branch master into develop 8 years ago
Julian Lam 126237e2c9 Merge pull request #5576 from pichalite/zxcvbn
Closes #5521
8 years ago
pichalite 4c89497cc4 Closes #5521 8 years ago
Anil Mandepudi da183e196a Fixes #5572 (#5575)
* Fixes #5572

* Adding trailing commas but in protest
8 years ago
Julian Lam b649eb95f8 Merge remote-tracking branch 'origin/master' into develop 8 years ago
Julian Lam 6060b8e13b fix tests 8 years ago
Barış Soner Uşaklı fe27d40ff6 closes #5542 8 years ago
Aziz Khoury 6682e048ea wrapImagesInLinks with <a download> attribute
if the `src` of the `img` does not have an extension, most browsers will trigger a download with whatever filename is set, also without an extension, so when it's opened in any OS, it wont have a default application to open it with.

So, In this case, if the `alt` attribute has an extension (meaning if it looks like filename) - we use that with the html5 [`download` attr](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-download)

The PR does not affect any src if they have an extension.
8 years ago
Julian Lam 7f8f197e60 Merge branch 'master' into develop 8 years ago
Julian Lam 23d4497c73 Merge pull request #5531 from NodeBB/patch_5491
Fix #5491
8 years ago
Peter Jaszkowiak 8c45411ccc Fix #5491 8 years ago
Julian Lam 1ebbbdd3f9 Merge remote-tracking branch 'origin/master' into develop 8 years ago
barisusakli 6a4b082080 closes #5524 8 years ago
barisusakli 5a2ff8ed0a closes #5527 8 years ago
Julian Lam 860999fa6c Merge remote-tracking branch 'origin/master' into develop 8 years ago
psychobunny a67d48e719 #5513 (#5520)
closes #5513
8 years ago
psychobunny fd8e647ef5 closes #5506 8 years ago
barisusakli f092b7754e only create 1 alert for chat spam error 8 years ago
barisusakli 6f49509645 fix newSet on redis 8 years ago
Julian Lam 04b66787ea removed hardcoded stepsize of 1 for chart, so it can space the ticks out properly 8 years ago
Julian Lam 793555a344 Merge branch 'master' into develop 8 years ago
barisusakli 1301fb1f34 on chat leave close the modal 8 years ago
barisusakli 992e3128bd closes #5499 8 years ago
Julian Lam af2d9fb85b Merge branch 'master' into develop 8 years ago
barisusakli 531df7bd09 closes #5504 8 years ago
barisusakli e85e35cf0c closes #5497 8 years ago
barisusakli 202bafa3e3 add images to bundle 8 years ago
barisusakli 5ca8456340 move image code to client/topic/images 8 years ago
Julian Lam 6e7b505ea7 more linting 8 years ago
Julian Lam ddea9f534e running eslint again 8 years ago
Julian Lam 72e77772db Merge branch 'master' into develop 8 years ago
Peter Jaszkowiak dd2b930824 Resolve merge conflicts, minify only `.js` files 8 years ago
Julian Lam 672d7352bb Merge branch 'master' into develop 8 years ago
Julian Lam e887dda37a Merge pull request #5461 from pichalite/image-dimension
Use ACP profile image dimension setting in cropper
8 years ago
Julian Lam e427f1663e Merge pull request #5456 from NodeBB/sounds-refactor
Sound system improvements
8 years ago
pichalite a99572fc48 Use ACP profile image dimension setting in cropper 8 years ago
Peter Jaszkowiak b227297ef3 ESlint no-use-before-define 8 years ago
Peter Jaszkowiak 4bb49a7171 ESlint no-unused-vars 8 years ago
Peter Jaszkowiak c18808fdeb ESlint no-useless-concat, no-mixed-spaces-and-tabs 8 years ago
Peter Jaszkowiak 144fa8698c Eslint no-lonely-if 8 years ago
Peter Jaszkowiak 57f89663aa ESlint radix 8 years ago
Peter Jaszkowiak 09e868ce5f ESlint no-useless-escape, no-else-return 8 years ago
Peter Jaszkowiak 11cb3a9554 ESlint operator-assignment, block-scoped-var 8 years ago
Peter Jaszkowiak c4bdb72941 ESlint no-unneeded-ternary
and no-extend-native, no-sequences
8 years ago
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing 8 years ago
Peter Jaszkowiak 1493afee2a ESlint indent 8 years ago
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks 8 years ago
Peter Jaszkowiak feb8405f95 ESlint eol-last 8 years ago
Peter Jaszkowiak a038c66549 ESlint quotes 8 years ago
Peter Jaszkowiak 604358ecc4 ESlint keyword-spacing, no-multi-spaces 8 years ago
Peter Jaszkowiak a5a3f3089a ESlint no-mixed-operators 8 years ago
Peter Jaszkowiak 2e031f3759 ESlint comma-spacing 8 years ago
Peter Jaszkowiak 277a7fb8b4 ESlint key-spacing, no-trailing-spaces 8 years ago
Peter Jaszkowiak 532951c24f ESlint space-in-parens, block-spacing 8 years ago
Peter Jaszkowiak b1b486f729 ESlint quote-props 8 years ago
Peter Jaszkowiak 3361a72725 ESlint no-plusplus
and no-empty, space-unary-ops
8 years ago
Peter Jaszkowiak 554075b312 ESlint no-continue 8 years ago
Peter Jaszkowiak d9c1f6f088 ESlint no-extra-semi 8 years ago
Peter Jaszkowiak 52f2028206 ESlint no-multiple-empty-lines 8 years ago
Peter Jaszkowiak b09b3aef7f ESlint no-undef, remove global comments 8 years ago
Peter Jaszkowiak 2ba46808a1 ESlint one-var, fix comma-dangle 8 years ago
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle 8 years ago
Julian Lam f7f5b2c8d9 Merge remote-tracking branch 'origin/master' into develop 8 years ago
Julian Lam 802878c371 Merge pull request #5455 from pichalite/cropper
Make cropper in to a module
8 years ago
barisusakli e009ce5609 closes #5443 8 years ago
barisusakli 4d05e492cc closes #5312 8 years ago
Peter Jaszkowiak c75391f9f5 Sound system improvements
- Fix sound ACP uploads
- Display soundpack names with sound files
- Soundpacks can have sounds with identical names
- Link sounds during build step
- Generate map of sound name to file name during build step
- Change how soundpacks work. It's now done via a field in plugin.json
8 years ago
pichalite 2ca8f60e77 Finalize cropper module 8 years ago
pichalite 484891472e Make cropper in to a module 8 years ago
barisusakli dad5b135c3 lint 8 years ago
barisusakli c285eb7fcd closes #5450 8 years ago
Julian Lam fcaefbadca Merge remote-tracking branch 'origin/master' into develop 8 years ago
Anil Mandepudi c25836b5fc Option to upload without cropping (#5447)
* Option to upload without cropping

* Fix styling

* Fix styling

* Add missing semi-colon

* I fail at styling :fail:
8 years ago
psychobunny 570efb9e4b Merge branch 'develop' into threads-enhancement 8 years ago
psychobunny 83cd960ffa improved threaded view design 8 years ago
barisusakli 387110fecc closes #5315 8 years ago
Julian Lam 8a0a74d95e Merge remote-tracking branch 'origin/master' into develop 8 years ago
Julian Lam b5daedb7a3 Merge remote-tracking branch 'origin/master' into develop 8 years ago
Peter Jaszkowiak bb1bfb0449 Merge branch 'master' into assets-route 8 years ago
pichalite 2c5f8ed8e6 Add image options to cropper modal 8 years ago
psychobunny dbc3113940 Merge pull request #5412 from pichalite/cropperjs
Ability to crop profile images before uploading
8 years ago
pichalite b757f563df Move tpl and less to core 8 years ago
pichalite a808d1b4d9 Set aspect ratio to square and confine crop box to image 8 years ago
barisusakli 76254942b2 closes #5190 8 years ago
Peter Jaszkowiak 360a35d0a6 Resolve merge conflicts 8 years ago
pichalite 700e2cf800 linting 8 years ago
pichalite de28ff5d43 Ability to crop profile images before uploading 8 years ago
Julian Lam 73879b824c Merge branch 'master' into develop 8 years ago
Julian Lam 694f2382bf fix issue where navigating back to a topic listing (category.tpl) would not scroll down to the topic you had clicked on, and in some cases would exclude topics that were beyond that particular 'page' 8 years ago
Julian Lam 08af924873 closes #5189 8 years ago
Julian Lam 82e9e1a05d closes #5189 8 years ago
Peter Jaszkowiak 05b68391dd Use `/assets` for client assets
- Route `/assets` -> `build/public`, falling back on `public`
- Moved destinations for `nodebb.min.js`, `acp.min.js`, `admin.css`, `stylesheet.css`, `templates`, and `sounds` to `build/public`
- r.js modules previously routed through express are now symlinked into `public/build/src/modules`
- minfiles no longer served from a memory cache
- use config `views_dir` setting everywhere template directory is used
- fix cache buster `v=v=`
8 years ago
Julian Lam 9dcbe875a0 Merge branch 'master' into develop 8 years ago
psychobunny 9797f69324 action:chat.sent 8 years ago
Julian Lam 3861b2dd80 Merge remote-tracking branch 'origin/master' into develop 8 years ago
pichalite 5b646495af Confirm before removing user and group cover picture 8 years ago
Julian Lam db20df0110 Merge branch 'master' into develop 8 years ago
barisusakli 190b3759a0 fix tests 8 years ago
barisusakli 827e4b4ffd refactor post tools 8 years ago
Julian Lam 29c7ae7645 Merge remote-tracking branch 'origin/master' into develop 8 years ago
Barış Soner Uşaklı c4d4d2385b closes #3973 closes #5303 8 years ago
Julian Lam c640bdf2b9 Merge branch 'master' into develop 8 years ago
barisusakli 1fed01fe43 ability to filter search by tags 8 years ago
Julian Lam e6768ab572 some more fixes to flags, simplifying qs manipulation in flags search
re: #5232
8 years ago
Julian Lam aaec71bc0c added stepSize to flags chart, #5232 8 years ago
Julian Lam ebc9abd773 upgrade script and graphs for #5232 8 years ago
Julian Lam 5dd892bd01 a bunch of changes here... allowing user profiles to be flagged, #5232 8 years ago
Julian Lam a2fecf5ae4 Merge remote-tracking branch 'origin/master' into flagging-refactor 8 years ago
Julian Lam 9f9051026b more work on #5232 8 years ago
Stuart Williams 647d0e0a75 Avoid encoding HTML in Twitter social share text 8 years ago
Julian Lam 88958049eb added some more filters, and appending event to history on flag creation
issue #5232
8 years ago
Julian Lam 8e1d441e20 Added some quick filters, #5232 8 years ago
Julian Lam 753d4b0275 wrapped up basic functionality of list and detail for flags, filter support. #5232 8 years ago
Julian Lam f1d144f15e history appending, finished up notes, #5232 8 years ago
Julian Lam d9d60c20bd flag updating and note appending, #5232 8 years ago
barisusakli 2e28a8f7c7 closes #5239 8 years ago
Julian Lam c987b8474e fixing new post parsing to not add img-responsive to avatars 8 years ago
barisusakli db14c29e41 socket.io/categories tests 8 years ago
Julian Lam ede7a71db7 Fixes #5186
On socket.io connection, all clients join a room pertaining to
their express session id. We use this room to keep track of any
sessions in different browser windows (but the same cookie jar),
so if a login/logout occurs, we can throw a session mismatch
modal.

This room can also be used to emit messages across windows/tabs...
8 years ago
barisusakli 8294fc90e3 closes #5084 8 years ago
Barış Soner Uşaklı b38a10f96a add pagination to user profile 8 years ago
barisusakli 5cfe379841 fix recent for inf scroll 8 years ago
barisusakli fb47bf3889 unread/recent changes closes #4774 8 years ago
barisusakli 90c2ca38f9 more nested reply fixes 8 years ago
barisusakli c90f082c77 fix edit/vote/bookmark icons for nested replies 8 years ago
Ben Lubar 2185d8eb99 Ban UI fixes (#5169)
- Permanent bans assigned by global moderators no longer expire immediately
  (does not apply retroactively)
- Bans with no reason given no longer have "undefined" as their reason
  (applies retroactively)
- 0 is now a selectable value for "ban duration, select 0 for permanent"
8 years ago
barisusakli eca850c4b1 nested reply improvements
on new post increase count and add nested reply if replies are expanded
on post purge reduce count and remove nested reply
8 years ago
barisusakli 8f76ebf972 don't start loading again if already loading 8 years ago
barisusakli 3d1d9b8bd5 fix test, process rendered replies 8 years ago
barisusakli ff08cbf677 replies to posts 8 years ago
Ben Lubar d74e2d0650
Don't hardcode fa-plus <https://github.com/NodeBB/NodeBB/pull/5050#issuecomment-256862345> 8 years ago
Ben Lubar 81211887fc
make eslint happy 8 years ago
Ben Lubar ea10f51f2e
UI for replies-to-post (needs theme update) 8 years ago
Julian Lam 0590a4f2cf closes #5156 8 years ago
Sergii Paryzhskyi e515b791da Fix eslint rules (#5117)
* Fix semi linter rule

* Fix semi-spacing linter rule

* Fix no-undef-init linter rule

* Fix space-before-blocks linter rule
8 years ago
Julian Lam d002c3eb76 fixing session revocation on account info page 8 years ago
barisusakli b16671caa5 dont do IS if there is a search term 8 years ago
Julian Lam 83a0fff887 lint :rage2: @Psychobunny 8 years ago
psychobunny ad52d1a1aa latest chats design 8 years ago
Julian Lam dd8759b0e9 fixes #5146 8 years ago
Barış Soner Uşaklı cbd936c547 closes #5140 8 years ago
Julian Lam 8159c44df2 exposing pid, username, and userslug to flag modal 8 years ago
barisusakli a0cf6046f1 new clientside hook action:profile.update 8 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 8 years ago
HeeL 3fa1c1f927 Fix space-infix-ops linter rule 8 years ago
barisusakli 9b59bc3247 closes #5103 8 years ago
pichalite cd35c135cc modify user edit password screen to match register page for displaying validations 8 years ago
barisusakli 6f86621e30 closes #5096 8 years ago
Barış Soner Uşaklı 804c7927a4 closes #5095 8 years ago
barisusakli 63f147786c fix update cover to use correct uid 8 years ago
barisusakli 0da9bf2698 remove since in chat 8 years ago
barisusakli fe50c8d124 closes #5078 8 years ago
barisusakli a93ee97926 closes #5073 8 years ago
barisusakli 053906b76d revert chat fix 8 years ago
barisusakli c8e5f52d9f fix chat route on mobile 8 years ago
Barış Soner Uşaklı 543a403fa8 Merge pull request #5062 from pichalite/patch-1
redirect main window to correct url on chat pop out
8 years ago
Anil Mandepudi 351504bd6c fix error on icon to picture change in profile 8 years ago
Anil Mandepudi eb61c4e267 redirect main window to correct url on chat pop out 9 years ago
Anil Mandepudi 2ef09de48d fix route on chat search 9 years ago
Anil Mandepudi 9c646ce39c redirect to correct route on Chats.leave 9 years ago
barisusakli 1ec5539adc closes #5055 9 years ago
barisusakli ae6305365e dont set search term from localstorage 9 years ago
barisusakli 8326846c2f closes #5043 9 years ago
barisusakli ff29d0e826 closes #4290 9 years ago
barisusakli aad1e54c37 closes #5041 9 years ago
barisusakli 15cae8d6ea ability to set moderation note on users 9 years ago
barisusakli 55396ca442 inf scroll in chat-content 9 years ago
barisusakli 4be20799ec fix getRecentChats 9 years ago
barisusakli 202edfa47e chat history access 9 years ago
barisusakli 4ce8e2224a optimize topics.markTopicNotificationsRead
let's not call it once for each tid
9 years ago
barisusakli 958fe3e72f closes #3762 9 years ago
barisusakli 5e77b87a1e removed scroll duration 9 years ago
barisusakli a72ccfb067 only remove page # on IS 9 years ago
barisusakli 49bd03b8ec closes #5004 9 years ago
psychobunny 30da4ac748 closes #5031 9 years ago
barisusakli 7f27a21441 new hook action:infinitescroll.loadmore 9 years ago
barisusakli 8868668daa fix navigator displaying wrong index
related to #4998
9 years ago
barisusakli 7afd2925af get sort setting from config 9 years ago
Julian Lam 194716cd68 re: #5002 9 years ago
barisusakli 532a543226 closes #4999
$(document).offset() crashes on jquery 3.0
9 years ago
Anil Mandepudi 0be557b846 fixes #4991 (#4993) 9 years ago
barisusakli 6e3d525ef4 closes #4704 9 years ago
barisusakli 843dc61e41 closes #4990 9 years ago
barisusakli 6d34bb4657 closes #2166 9 years ago
pichalite 05ad373b80 minor design tweaks to register page 9 years ago
pichalite 400da256f1 require translator instead of global 9 years ago
barisusakli 3c1a4876d7 removed unused vars 9 years ago
Julian Lam da47f5675c don't wrap images in links if the link is blank, fixes #4976 9 years ago
barisusakli 9eb64aa3fa closes #4975 9 years ago
barisusakli 6a04e2909d page param not used 9 years ago
barisusakli 84f88a6f15 refactor user search
use pagination on results
removed infinite scroll
changed the term and section to use the query param as well
pagination urls respect search
9 years ago
Mathias Schreck ce9ee62fa0 Handle callback errors 9 years ago
barisusakli d43c19c173 closes #4952 9 years ago
barisusakli 9207d6a74d fix so the parent button doesn't ajaxify if the post is already on the screen 9 years ago
barisusakli 49bf27d985 closes #4944 9 years ago
barisusakli a7ed5a0129 delete content 9 years ago
barisusakli 32320018ab closes #4911 9 years ago
barisusakli 0efe315790 closes #4631 9 years ago
barisusakli 56d325bd86 privilege fixes 9 years ago
barisusakli 73e19fa13a fix app.alertError 9 years ago
Barış Soner Uşaklı e1c0a8f3b3 Merge pull request #4909 from BenLubar/self-topic-deletion
add edit/delete post, delete topic privileges per-category
9 years ago
Julian Lam e019eb40c4 altering ajaxify abort behaviour to look for null instead of empty string, and triggering ajaxify.end when abort occurs 9 years ago
Ben Lubar f62da5c4e9 see NodeBB/NodeBB#4909 9 years ago
Ben Lubar 26df552d55 Add edit, delete, and topics:delete permissions for users acting on their own posts 9 years ago
barisusakli f222adb0a3 closes #4910 9 years ago
Julian Lam e02134f981 closes #4911 9 years ago
Julian Lam dd8e5edbd7 closes #4895 9 years ago
Anil Mandepudi 2f73807107 add missing comma 9 years ago
barisusakli 8e2e800e6d fix streamed in topics on category page 9 years ago
Julian Lam 71a5e4a8a1 better error handling for session revocation if no login session is present, #4214 9 years ago
barisusakli 58ab76d3c2 action:category.loaded, sort qs on category page 9 years ago
Barış Soner Uşaklı 7804d3989e Merge pull request #4858 from pichalite/change-recent
pass set as attribute for recent route
9 years ago
Ben Lubar 85e42aee6e make ?page=[numbers] links work for users with pagination disabled. remove ?page when updating the URL for infinite scroll 9 years ago
pichalite 6249b9a6fb rename dbset to set 9 years ago
pichalite f72e00a1b5 pass dbset as attribute 9 years ago
Julian Lam f3c1e75cca fixes #4855 9 years ago
barisusakli 910e94a690 closes #4815 9 years ago
Ben Lubar 3214d00105 convert post parent button to a link 9 years ago
barisusakli bb7303834f remove csrf r.js module 9 years ago
pichalite c204eac93a translate language strings in votes modal 9 years ago
barisusakli f6bec561bf when post is deleted or restored clear the post tools menu 9 years ago
barisusakli f084ff9a54 closes #4813 9 years ago
barisusakli 1a43b3482c insert postbar after placeholder 9 years ago
Julian Lam 21caa82b61 ban controls on frontend, closes #4807 9 years ago
barisusakli 789a3736af closes #4820 9 years ago
barisusakli aadd883594 fix numbers on users infinite load 9 years ago
barisusakli 376e031928 closes #4809 9 years ago
barisusakli 688028c63b closes #4802 9 years ago
barisusakli 14b067a838 closes #4800 9 years ago
Julian Lam 08dd19da17 removed some client-side logic that used to handle termsOfUse 9 years ago
barisusakli 871a247840 closes #4779 9 years ago
barisusakli 4bbc8110a9 closes #4772 9 years ago
barisusakli 1bf6054345 showStalewarning change 9 years ago
barisusakli 3bd93526cd closes #4768 9 years ago
barisusakli d227d526d1 closes #4341 9 years ago
barisusakli abb1c1c010 closes #4758 9 years ago
pichalite c60f571d2c fixes #4727 9 years ago
psychobunny 4c2ee2e736 closes #4731 9 years ago
psychobunny 96a9b59419 action:topics.changeWatching 9 years ago
Barış Soner Uşaklı 71b3a42bed closes #4698 9 years ago
Ben Lubar c288ba0a17 fix replying on IE11 - see c50f228acc (commitcomment-17651064) (#4699) 9 years ago
barisusakli 2c5464760d #4668
allow admins/mods to edit even after postEditDuration has expired
9 years ago
Barış Soner Uşaklı 86cab0787a closes #4668 9 years ago
barisusakli b02869b0f8 renamed reading to not-following
added more description text
9 years ago
barisusakli a141f6f7ec updated category watch control 9 years ago
barisusakli bf2133ed7c topic watching 9 years ago
barisusakli 825ecce0df closes #4643 9 years ago
barisusakli 84a7b6690b closes #4434 9 years ago
barisusakli f4599e2ce2 closes #4629 9 years ago
Julian Lam 60e4ddc145 Fixed regression in registration/login pages
Error message was always the CSRF message, even when it wasn't
a CSRF issue. re: #4593
9 years ago
barisusakli a9828a1465 closes #4611 9 years ago
barisusakli b56aef22a9 empty pwd 9 years ago
barisusakli e8650dcaa4 closes #4619 9 years ago
barisusakli 69e25fe4d5 closes #4612 9 years ago
Julian Lam d8c21cc09d fixes #4593 9 years ago
Julian Lam f08a9c4def fixes #4613 9 years ago
boomzilla 52e4a37df8 When forking a topic, updates user bookmarks in the topic to keep the last read position (#4554)
from inadvertently being too far down the topic due to post indices decreasing because
some posts were moved to a new topic.
9 years ago
barisusakli f473e03f76 closes #4565 9 years ago
barisusakli cef7fb545b closes #1972 9 years ago
barisusakli 7365b9cc73 more chat refactors 9 years ago
barisusakli ab70220499 fix indent 9 years ago
barisusakli f67f408b2c some chats refactor 9 years ago
Ben Lubar 37bd63ab75 wrap images in links even if the images aren't unloaded. handle resized images with no file extension (as seen on wtdwtf) (#4561) 9 years ago
barisusakli c790373dfc closes #4558 9 years ago
Julian Lam 352ef81e84 Merge pull request #4530 from BenLubar/delay-image-loading
don't delay image loading when "delay image loading" is unchecked
9 years ago
Julian Lam 5858d914bf closes #4550 9 years ago
Julian Lam 674136423c Merge branch 'new-chat-message' of https://github.com/pichalite/NodeBB into pichalite-new-chat-message 9 years ago
barisusakli ff9b2bad49 closes #4512 9 years ago
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
Ben Lubar f18099b435 actually don't delay image loading when "delay image loading" is unchecked 9 years ago
pichalite b5d798077f remove log
:fail:
9 years ago
pichalite 30ce17ef73 mark room unread on new message 9 years ago
barisusakli e564260650 moved groupTitle from user settings to user profile/edit 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
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 f91f705f90 Merge branch 'master' into fix-vendors 9 years ago
Julian Lam 06cd4cd406 only triggering topic infinite loader once a second, fixes #4477 9 years ago
Julian Lam 73c4feec20 fixes #4487 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