3991 Commits (de49de3c568a49fbe740277ae3c3908d4d316c76)

Author SHA1 Message Date
Julian Lam d58657178f re-added deprecation notice for Settings.init, closes #4844 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 9dd8572b98 don't crash if anchorEl doesn't exist 9 years ago
Julian Lam 8fd5236641 closes #4844 9 years ago
acardinale 9321e565ad Added new core component for topic with tid
Added new core component for topic with a specific tid
To use
```javascript
var topicContainer = components.get('topic', 'tid', tid);
```javascript
in a view with more topics / posts
9 years ago
Julian Lam 7563873bd4 Merge branch 'master' of github.com:NodeBB/NodeBB 9 years ago
barisusakli f6bec561bf when post is deleted or restored clear the post tools menu 9 years ago
barisusakli 9a19f61372 closes #4817 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
Julian Lam ad9229fec2 lint. 9 years ago
Julian Lam 61fe9594d7 ban integration frontend for ACP, #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 b4df9427d5 linting 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
Julian Lam 51faa5496b closes #4776 9 years ago
barisusakli 4bbc8110a9 closes #4772 9 years ago
barisusakli 1bf6054345 showStalewarning change 9 years ago
barisusakli 3631a30061 update history on 40x/50x 9 years ago
barisusakli f475068010 closes #4759 9 years ago
barisusakli 3bd93526cd closes #4768 9 years ago
barisusakli d227d526d1 closes #4341 9 years ago
barisusakli abb1c1c010 closes #4758 9 years ago
barisusakli 0d4949ea26 parts not used 9 years ago
pichalite 62fb092099 change post sharing to use /post/pid url 9 years ago
Mega a834275465 Fix: utils.fileMimeType is always undefined 9 years ago
Julian Lam 8b03199d5c fixes issue where anchors to internal rss feeds would fail to resolve 9 years ago
pichalite c60f571d2c fixes #4727 9 years ago
barisusakli 0e92880dd4 fix previousUrl being set to current url 9 years ago
psychobunny 4c2ee2e736 closes #4731 9 years ago
psychobunny 1bcaf7bca3 up'd the timeout for both default alert toasters 9 years ago
psychobunny c44fa866e7 nprogress bar in ACP #4609 9 years ago
psychobunny 96a9b59419 action:topics.changeWatching 9 years ago
psychobunny e9921edb87 Merge remote-tracking branch 'refs/remotes/origin/topics-read-privileges' 9 years ago
psychobunny 38af8344cc missed a spot for topics:read priv 9 years ago
Barış Soner Uşaklı 71b3a42bed closes #4698 9 years ago
Leonardo Vieira e4afa67956 allow resizing chat from left/top as well 9 years ago
psychobunny b37b083a4d new privilege: Access Topic
differentiation between Access Category and Access Topic, ie. allows you
to see the category view but not actually enter the topic itself
9 years ago
Ben Lubar c288ba0a17 fix replying on IE11 - see c50f228acc (commitcomment-17651064) (#4699) 9 years ago
Julian Lam 34f2d25651 fixes #4696 9 years ago
Timothy Fike 6a4754efca Set switches appropriately on plugin settings pages. (#4521) 9 years ago
Julian Lam b4d14ef366 fixes #4687 9 years ago
Julian Lam a8f5000247 advising restart instead of reload on plugin toggle @pichalite 9 years ago
barisusakli 2c5464760d #4668
allow admins/mods to edit even after postEditDuration has expired
9 years ago
Julian Lam ba412f4a56 fully completed #4658 9 years ago
Julian Lam 149565169b closes #4658 9 years ago
Julian Lam 60af3b9b77 removed extra comma in object definition 9 years ago
barisusakli 5720dac803 #4175, #4298 9 years ago
barisusakli 54ccdf5262 closes #4651 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 b3fa5583f8 closes #4650 9 years ago
barisusakli 825ecce0df closes #4643 9 years ago
barisusakli 84a7b6690b closes #4434 9 years ago
barisusakli 9685290658 check responseJSON 9 years ago
barisusakli f4599e2ce2 closes #4629 9 years ago
barisusakli 1ec9fc7334 closes #4626 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
lex(a) mourek 2a7732789d Fixed czech translation for timeago (#4622)
When czech language is set, browser throws 404 Not Found error on jquery.timeago.cz.js
Thats because translation file were renamed 
81f072ebb2
https://github.com/NodeBB/NodeBB/blob/master/public/vendor/jquery/timeago/locales/jquery.timeago.cs.js

so that cs->cz override is no needed anymore.
9 years ago
barisusakli b56aef22a9 empty pwd 9 years ago
Julian Lam 621e0d145e closes #4617
Serving english timeago strings from server instead of round-trip
re-request on failure.
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
Julian Lam 39d9be787e fixes #4614 9 years ago
barisusakli decd853507 closes #4602 9 years ago
barisusakli b493b81dbd fix crash if category or children is invalid 9 years ago
barisusakli eb0aea6390 add /user/<uid> and /post/<pid> redirects
change notifications to use new redirects
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 c758f59014 closes #2302 9 years ago
barisusakli 77cf860c7a closes #4588 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 f61d0cb457 https://github.com/NodeBB/nodebb-plugin-composer-default/issues/24 9 years ago
barisusakli 3648d531fa closes #4545 9 years ago
barisusakli eb04dba96c closes #4568 9 years ago
barisusakli c790373dfc closes #4558 9 years ago
Barış Soner Uşaklı 9d6532fe7b moved to ajaxify.start 9 years ago
Julian Lam ea6d2c35f7 Fixed bug in settingsv1
If the saved value was an empty string, then textareas (and more
importantly, select boxes) would not be properly populated with
the saved value.
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 b2b99ce9f9 added new core component for topic teaser
/cc @rbeer
9 years ago
Barış Soner Uşaklı fecda8c051 Merge pull request #4286 from pichalite/chat-dropdown
don't show rooms without messages
9 years ago
Julian Lam 5858d914bf closes #4550 9 years ago
Raphael Beer ee2c178f2a Don't add .undefined if selection is empty 9 years ago
Raphael Beer c9b2011a11 Set input#fa-filter value to name of selected icon
- Set selected icon before modal is visible.
- Select input#fa-filter content to allow
  immediate typing/searching.
9 years ago