968 Commits (5a45087fc8a9d501d20de9fab4adc293e48f9967)

Author SHA1 Message Date
psychobunny 6b7b51eaf0 Merge pull request #5170 from pitaj/master
ACP search updated to support translations
8 years ago
Stuart Williams cafc5cd891 closes #5259 8 years ago
Peter Jaszkowiak 5843e8dd77 Fix Translator to work with namespace paths 8 years ago
Peter Jaszkowiak 5223bb5191 Merge branch 'master' of github.com:nodebb/nodebb 8 years ago
barisusakli 2291899f4f show chat room title in taskbar 8 years ago
Peter Jaszkowiak de6ced4e07 Tests for admin search, simplifications 8 years ago
Peter Jaszkowiak c5237443cd Standard language codes (#5218)
* Use standard language codes. Fallback for plugins.

* Fix transifex config

* Tab vs space here for some reason

* Remove redundancies

* config.relative_path instead of allcaps

* added upgrade script for existing users' accounts
8 years ago
barisusakli 1a9dd2311c closes #5175 8 years ago
barisusakli ff08cbf677 replies to posts 8 years ago
Peter Jaszkowiak 2824ce5587 Translator modules (#5135)
* Translator modules

* Fix language not being passed on creation

* fix test failures
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 9a0d81ef6b closes #5152 8 years ago
Julian Lam 9f226b2305 LINT :rage2: 8 years ago
Julian Lam 42b01060d7 up themes, allow chat modal to be minimised 8 years ago
psychobunny ad52d1a1aa latest chats design 8 years ago
Peter Jaszkowiak f519a36560 Fix #5112, translator now accepts keys with `/` (#5114) 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
HeeL 9a0d764bbd Fix wrap-iife linter rule 8 years ago
Peter Jaszkowiak 2ce33ba2b0 Fix #5102, translator made more safe (#5106) 8 years ago
Barış Soner Uşaklı 83a817a221 use navigator selector 8 years ago
barisusakli 6f86621e30 closes #5096 8 years ago
Anil Mandepudi dbbc24fab3 remove reference to undefined function 9 years ago
barisusakli aca0a893e7 remove since properly 9 years ago
barisusakli 0da9bf2698 remove since in chat 9 years ago
barisusakli a93ee97926 closes #5073 9 years ago
barisusakli 5c70e503aa closes #5022 9 years ago
barisusakli 1866f93e9c closes #5045 9 years ago
barisusakli 33306f6236 show stack on error 9 years ago
barisusakli 55396ca442 inf scroll in chat-content 9 years ago
barisusakli 202edfa47e chat history access 9 years ago
barisusakli e69ff93a49 dont translate non strings 9 years ago
barisusakli 9ba3612895 remove winston 9 years ago
Peter Jaszkowiak 59ed13b581 Rewrite translator for efficiency and clarity (#5013)
* Rewrite translator for efficiency and clarity

* Fixed failing tests

* Gorram tabs

* Move cache to Translator class, simplify creation

* Documentation and linting

* Use new translator API where it makes sense

* Revert 499fbe21fdd5b7f2735a27e76a300f69039cfbd3 (except translator.d.ts)

* promise polyfill for node<4

* Set `load` on the prototype

* Comment on Translator#translate

* Delete translator.d.ts

* Support translations added by plugins
9 years ago
Julian Lam 80d89a086e fixed issue where NodeBB was trying to JSON.parse [object Object]
re: #4982
9 years ago
Julian Lam bb80dc360e closes #4982 9 years ago
Julian Lam c9c60ef8ed fixes #4982 9 years ago
barisusakli 56f863e5b8 remove :rage2: console.log 9 years ago
barisusakli 8868668daa fix navigator displaying wrong index
related to #4998
9 years ago
barisusakli b84f36cc20 fix navigator method not getting removed 9 years ago
barisusakli 240682563d fix index error 9 years ago
barisusakli fea2267b58 fix navigator.scrollToPost()
pagination and alternate sort page calculation
9 years ago
barisusakli a9e4add8d2 closes #4998 9 years ago
barisusakli 6d34bb4657 closes #2166 9 years ago
Julian Lam 785f4fc5a0 updating to jQuery 3.x on frontend and ACP 9 years ago
barisusakli 276031cd6f closes #4585, closes https://github.com/NodeBB/nodebb-theme-persona/issues/299 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
Ben Lubar 598935b3bf
Fix null object in search for users with no preferences set.
localStorage.getItem returned null, and JSON.parse(null) is null.
9 years ago
Julian Lam 8d745ceb07 moving chat dropdown generation to tpl /cc @pichalite 9 years ago
Mathias Schreck ce9ee62fa0 Handle callback errors 9 years ago
barisusakli d43c19c173 closes #4952 9 years ago
Barış Soner Uşaklı b0c55c86ed Merge pull request #4842 from acardinale/master
Added new core component for topic with tid
9 years ago
Julian Lam e02134f981 closes #4911 9 years ago
Julian Lam e7386e20cf closes #4505 9 years ago
psychobunny 9e17d64d29 allow categories to choose "no icon" 9 years ago
barisusakli bb7303834f remove csrf r.js module 9 years ago
barisusakli 9dd8572b98 don't crash if anchorEl doesn't exist 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 9a19f61372 closes #4817 9 years ago
Julian Lam b4df9427d5 linting 9 years ago
barisusakli 4bbc8110a9 closes #4772 9 years ago
barisusakli 0d4949ea26 parts not used 9 years ago
pichalite 62fb092099 change post sharing to use /post/pid url 9 years ago
Leonardo Vieira e4afa67956 allow resizing chat from left/top as well 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
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
Julian Lam 621e0d145e closes #4617
Serving english timeago strings from server instead of round-trip
re-request on failure.
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
barisusakli 7365b9cc73 more chat refactors 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
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
Raphael Beer aaef2d4362 Use modal Element as traversing root 9 years ago
Raphael Beer ff2ca0f786 Add changeSelection to iconSelect 9 years ago
Raphael Beer dca9218ee9 Add .selected to currently set icon in modal 9 years ago
barisusakli 19bc6fa133 fix undefined callback in sounds 9 years ago
Julian Lam 430adc366c fix #4498 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
Barış Soner Uşaklı 8d86aecc83 Merge pull request #4479 from rbeer/ulModal-localSize
Check file size locally.
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
psychobunny a978f763e3 fixes crash https://github.com/NodeBB/nodebb-theme-persona/issues/250 9 years ago
psychobunny 6a74589e31 closes https://github.com/NodeBB/nodebb-theme-persona/issues/250 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 31e70ac5a8 applying threshold detection only to topics
re: #4477
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 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
psychobunny 0c1376c884 closes #4390 9 years ago
barisusakli 56ef1e9869 closes #4444 9 years ago