Commit Graph

6159 Commits (b230dbaff43d74d80c9c5418fc8f914065be5b84)

Author SHA1 Message Date
barisusakli c8e5f52d9f fix chat route on mobile
barisusakli 5c70e503aa closes
Barış Soner Uşaklı 543a403fa8 Merge pull request from pichalite/patch-1
redirect main window to correct url on chat pop out
Anil Mandepudi 351504bd6c fix error on icon to picture change in profile
Anil Mandepudi eb61c4e267 redirect main window to correct url on chat pop out
Barış Soner Uşaklı e2cbc8bc69 fix timeago on acp users
Anil Mandepudi 2ef09de48d fix route on chat search
Anil Mandepudi 9c646ce39c redirect to correct route on Chats.leave
barisusakli 1ec5539adc closes
barisusakli ae6305365e dont set search term from localstorage
barisusakli 8326846c2f closes
NodeBB Misty 4b14be80e3 Latest translations and fallbacks
barisusakli 1866f93e9c closes
NodeBB Misty a04a80b15a Latest translations and fallbacks
barisusakli ff29d0e826 closes
barisusakli c4f82a3f60 closes
NodeBB Misty 930f3b28a5 Latest translations and fallbacks
NodeBB Misty 5c045288ab Latest translations and fallbacks
barisusakli aad1e54c37 closes
barisusakli 15cae8d6ea ability to set moderation note on users
barisusakli 33306f6236 show stack on error
barisusakli 55396ca442 inf scroll in chat-content
NodeBB Misty 6c7fe6b5cf Latest translations and fallbacks
barisusakli 4be20799ec fix getRecentChats
barisusakli 202edfa47e chat history access
barisusakli 4ce8e2224a optimize topics.markTopicNotificationsRead
let's not call it once for each tid
NodeBB Misty 5bc9a5c533 Latest translations and fallbacks
barisusakli 958fe3e72f closes
NodeBB Misty c935e6a77c Latest translations and fallbacks
barisusakli 5e77b87a1e removed scroll duration
NodeBB Misty 3a21030437 Latest translations and fallbacks
barisusakli e69ff93a49 dont translate non strings
NodeBB Misty 4576e7c7dd Latest translations and fallbacks
barisusakli 2c140c2107 ability to filter flags by category
barisusakli 814c4103ad prevent default
Julian Lam 172702565e show username and email history
psychobunny cecdd205cd Merge pull request from phit/mixed-content
Fix mixed content warning on 503 status page and installer
barisusakli 72c75bd781 add pagination to flags page
barisusakli 282a0b0030 fix missing translator
barisusakli ef5e02534a fix missing translator, add flag reason
phit 2342d59e6f fix mixed content warning on 503 status page and installer
Julian Lam 4897e861fb handling errors :rage2:
Julian Lam b12607b1de added uid to flag history, fixed loading on IS, worked around tjs bug
Julian Lam 4e6b2555d0 moved flag history expansion to its own method, showing usernames in assignee history event
Julian Lam d04a10225c WIP showing updated flag data, history, updating flag data
Julian Lam 8dc57cba58 allowing updating of flag data
Julian Lam 7d53b778de WIP extending flags management interface with new options for state, assignee, notes, etc
barisusakli a72ccfb067 only remove page # on IS
NodeBB Misty c700ecbd49 Latest translations and fallbacks
barisusakli 49bd03b8ec closes
barisusakli 9ba3612895 remove winston
NodeBB Misty dc6e4bcb67 Latest translations and fallbacks
barisusakli ea6a1b7741 new language strings
psychobunny 30da4ac748 closes
Peter Jaszkowiak 59ed13b581 Rewrite translator for efficiency and clarity ()
* 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
NodeBB Misty 7d46265f29 Latest translations and fallbacks
NodeBB Misty 7d1bbaa42d Latest translations and fallbacks
barisusakli 7f27a21441 new hook action:infinitescroll.loadmore
NodeBB Misty 22ab41f998 Latest translations and fallbacks
barisusakli 8273dab368 ability to pass tags to new topics
NodeBB Misty 24e0c9f6fe Latest translations and fallbacks
NodeBB Misty a578840904 Latest translations and fallbacks
barisusakli c01a2bfa33 default sounds to off, show correct setting in user settings page
NodeBB Misty 481ecdd642 Latest translations and fallbacks
Mathias Schreck fef9ec7ad6 Fix unhandled callback errors
Julian Lam 81a4103d64 closes
Julian Lam 80d89a086e fixed issue where NodeBB was trying to JSON.parse [object Object]
re: 
Julian Lam bb80dc360e closes
NodeBB Misty 416186a2b6 Latest translations and fallbacks
Julian Lam c9c60ef8ed fixes
barisusakli 56f863e5b8 remove :rage2: console.log
Julian Lam 1d0edee358 showing ban reason on user login, closes
NodeBB Misty 7cd12b0ab4 Latest translations and fallbacks
barisusakli 162f14b229 closes
barisusakli 55c9e6f4b6 closes
set the value saved to empty string if the email is identical to
original
this causes the original to be used since empty string is falsy
barisusakli 6acfb02316 closes
barisusakli 9c064d8fac only process embedded tpls
Timothy Fike fc68b64fe0 New topic from anywhere.
Like on the navbar.
barisusakli 8868668daa fix navigator displaying wrong index
related to 
barisusakli b84f36cc20 fix navigator method not getting removed
barisusakli 7afd2925af get sort setting from config
barisusakli 240682563d fix index error
barisusakli fea2267b58 fix navigator.scrollToPost()
pagination and alternate sort page calculation
Julian Lam 194716cd68 re:
Julian Lam 20ae29cce3 fixes ()
* fixes 

* make jquery ui a r.js module

* require jqueryui in admin/extend/widgets
barisusakli 532a543226 closes
$(document).offset() crashes on jquery 3.0
NodeBB Misty 87c0f022d2 Latest translations and fallbacks
barisusakli a9e4add8d2 closes
pichalite af32d0ad40 require jqueryui in admin/extend/widgets
pichalite 3ef7c57a63 make jquery ui a r.js module
pichalite 11be46ec23 fixes
Anil Mandepudi 0be557b846 fixes ()
barisusakli 6e3d525ef4 closes
NodeBB Misty a9b68606a1 Latest translations and fallbacks
barisusakli 843dc61e41 closes
barisusakli 6d34bb4657 closes
NodeBB Misty 3545331a89 Latest translations and fallbacks
NodeBB Misty 3be71e9b37 Latest translations and fallbacks
barisusakli cbafbab107 closes
pichalite 05ad373b80 minor design tweaks to register page
pichalite 400da256f1 require translator instead of global
psychobunny d1b9d1be6a fixed acp/users + acp/tags
psychobunny 0afa55517f fixed app.loadJQueryUI; minified jquery-ui.js; removed jqueryui from cold load payload; fixed broken image paths
psychobunny 8b9f004b7b Revert "fixed app.loadJQueryUI and minified jquery-ui.js"
This reverts commit 2c9c14ff7d.
psychobunny 2c9c14ff7d fixed app.loadJQueryUI and minified jquery-ui.js
Julian Lam 7ca6bc25c7 removing commented out code
Julian Lam 785f4fc5a0 updating to jQuery 3.x on frontend and ACP
Julian Lam 25cd772e0e closes
Julian Lam e9770b6bd5 firing client-side hook when settingsv1 saves
Julian Lam 9198008907 forcing ACP settingsv1 to wait a beat before firing client-side hook so client-side scripts can register listeners first
barisusakli 3c1a4876d7 removed unused vars
barisusakli 5c83075806 moved variables parse to ajaxify.js
NodeBB Misty b7fbc7a531 Latest translations and fallbacks
barisusakli e5ecb333f9 closes
Julian Lam 275f5e32e8 adding back Bootswatch paper variables override
Julian Lam 2428d5e442 Update bootstrap in ACP
Also fixed  by moving user creation modal to root level
(outside of .panel)
barisusakli 2544287269 closes
barisusakli f7540a7edc closes
Julian Lam da47f5675c don't wrap images in links if the link is blank, fixes
barisusakli 5983235875 .translateAttr
barisusakli 276031cd6f closes , closes https://github.com/NodeBB/nodebb-theme-persona/issues/299
NodeBB Misty 5393a98e26 Latest translations and fallbacks
barisusakli 9eb64aa3fa closes
NodeBB Misty 15d9a5f4d5 Latest translations and fallbacks
barisusakli 6a04e2909d page param not used
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
Ben Lubar 598935b3bf
Fix null object in search for users with no preferences set.
localStorage.getItem returned null, and JSON.parse(null) is null.
NodeBB Misty 61efabf4ec Latest translations and fallbacks
Ben Lubar 862fd1a94a
ignore/watch categories recursively
Julian Lam 60ea7d5121 fixes
NodeBB Misty 3864e8044e Latest translations and fallbacks
barisusakli e4fa0289d6 closes
NodeBB Misty f4fafeb500 Latest translations and fallbacks
NodeBB Misty d5b8b1da56 Latest translations and fallbacks
Julian Lam 8d745ceb07 moving chat dropdown generation to tpl /cc @pichalite
Julian Lam 093b21fc31 fixes
NodeBB Misty bf3b270c77 Latest translations and fallbacks
psychobunny 59bd1d71f4 return roomId in optional callback when opening new chat
NodeBB Misty 32dea338b0 Latest translations and fallbacks
Mathias Schreck ce9ee62fa0 Handle callback errors
barisusakli d43c19c173 closes
barisusakli 9207d6a74d fix so the parent button doesn't ajaxify if the post is already on the screen
Julian Lam e26166a45b closes
barisusakli f77d9053ad closes
barisusakli 49bf27d985 closes
barisusakli a7ed5a0129 delete content
NodeBB Misty fd71b1afb6 Latest translations and fallbacks
NodeBB Misty a5c409c6f7 Latest translations and fallbacks
barisusakli 32320018ab closes
barisusakli 0efe315790 closes
barisusakli bc255110cc closes
barisusakli ed756f18f4 Merge branch 'master' of https://github.com/NodeBB/NodeBB
barisusakli e55043e5ab closes
NodeBB Misty 6067128493 Latest translations and fallbacks
NodeBB Misty 528964cbe4 Latest translations and fallbacks
barisusakli d7cda83c8e fix lang key
barisusakli 56d325bd86 privilege fixes
barisusakli 73e19fa13a fix app.alertError
barisusakli 037b901e85 closes
Barış Soner Uşaklı e1c0a8f3b3 Merge pull request from BenLubar/self-topic-deletion
add edit/delete post, delete topic privileges per-category
Julian Lam e019eb40c4 altering ajaxify abort behaviour to look for null instead of empty string, and triggering ajaxify.end when abort occurs
Julian Lam 9e7d90e314 allowing listeners to cancel an ajaxify request via ajaxify.start client-side hook
NodeBB Misty f394056b7c Latest translations and fallbacks
barisusakli a4c340fb69 Merge branch 'master' of https://github.com/NodeBB/NodeBB
barisusakli d469d77d5e closes
Anil Mandepudi c44c689ebf fixes ()
Ben Lubar f62da5c4e9 see
NodeBB Misty 9856cf282a Latest translations and fallbacks
NodeBB Misty 22e73b925f Latest translations and fallbacks
Ben Lubar 26df552d55 Add edit, delete, and topics:delete permissions for users acting on their own posts
Barış Soner Uşaklı b0c55c86ed Merge pull request from acardinale/master
Added new core component for topic with tid
NodeBB Misty 83be60e707 Latest translations and fallbacks
psychobunny af460426ad Merge branch 'master' of https://github.com/NodeBB/NodeBB
psychobunny 0e204f5ce5 missing lang key for zen mode
barisusakli 64d4addb02 Merge branch 'master' of https://github.com/NodeBB/NodeBB
barisusakli 9cbfaa89e7 closes
NodeBB Misty d400b1a37f Latest translations and fallbacks
Julian Lam 9d25d4bd44 revert last change to ajaxify.js
psychobunny 90cb9ec041 Merge branch 'master' of https://github.com/NodeBB/NodeBB
psychobunny e03922fffa minor language change, since not actually logged out
Julian Lam f593d925ae closes , modifying ajaxify so it does not override links with target set explicitly
barisusakli f222adb0a3 closes
Julian Lam e02134f981 closes
NodeBB Misty ff4fd8cf95 Latest translations and fallbacks
Julian Lam 7902987900 added jqueryUI to list of prefetched resources, and updated its loader to not use $.getScript(). Updated require.js files to use ?v= in the url argument for cache buster
NodeBB Misty d2888b7c9e Latest translations and fallbacks
Julian Lam 5667279763 closes
Julian Lam dd8e5edbd7 closes
psychobunny fb278dd146 fix reconnection spinner on ACP
NodeBB Misty 0f60245659 Latest translations and fallbacks
barisusakli 42835c6442 Merge branch 'master' of https://github.com/NodeBB/NodeBB
barisusakli dd37128dca closes
NodeBB Misty c3fc1347ec Latest translations and fallbacks
NodeBB Misty 79bdea868c Latest translations and fallbacks
NodeBB Misty d042c603bc Latest translations and fallbacks
pichalite b7b909bcc0 remove unused autosize lib
psychobunny c615d1b064 Merge branch 'chartjs-update' of https://github.com/pichalite/NodeBB
Anil Mandepudi 313cb7f26d indentation
pichalite 8ef7ca4bdb update chart.js to new version
Anil Mandepudi 2f73807107 add missing comma
barisusakli 8e2e800e6d fix streamed in topics on category page
barisusakli 2cc804084f closes
barisusakli 514c12aa68 closes
NodeBB Misty d9dc65720a Latest translations and fallbacks
barisusakli 2606844d98 closes
Julian Lam e7386e20cf closes
NodeBB Misty f47d60c930 Latest translations and fallbacks
NodeBB Misty eee3731832 Latest translations and fallbacks
Julian Lam 71a5e4a8a1 better error handling for session revocation if no login session is present,
NodeBB Misty 0827ef79ac Latest translations and fallbacks
barisusakli 58ab76d3c2 action:category.loaded, sort qs on category page
Ben Lubar b08696515f Fix restarted secondary instances waiting forever for the templates:compiled message. Fix update notification always appearing when an instance restarts even if there was no update. Closes ()
psychobunny a80801e856 updated fontawesome to 4.6.3
psychobunny 9e17d64d29 allow categories to choose "no icon"
Barış Soner Uşaklı 237a44cae3 Merge pull request from pichalite/fix-tooltips
fix header tooltips
Barış Soner Uşaklı 7804d3989e Merge pull request from pichalite/change-recent
pass set as attribute for recent route
pichalite 11ba5e2bcc fix header tooltips
Ben Lubar 85e42aee6e make ?page=[numbers] links work for users with pagination disabled. remove ?page when updating the URL for infinite scroll
NodeBB Misty 7b855cd418 Latest translations and fallbacks
NodeBB Misty f096975fa9 Latest translations and fallbacks
pichalite 6249b9a6fb rename dbset to set
pichalite f72e00a1b5 pass dbset as attribute
Julian Lam f3c1e75cca fixes
NodeBB Misty b4a8a76427 Latest translations and fallbacks
barisusakli 910e94a690 closes
Ben Lubar 3214d00105 convert post parent button to a link
psychobunny c95c7eefe6 Merge pull request from pichalite/update-bootstrapjs
update bootstrap js to latest
Julian Lam d58657178f re-added deprecation notice for Settings.init, closes
barisusakli bb7303834f remove csrf r.js module
Anil Mandepudi 5ecf88adef update require.js to latest ()
Anil Mandepudi 1d100e9f42 update tinycon to latest ()
pichalite bfa65601a0 update bootstrap js to latest
pichalite c204eac93a translate language strings in votes modal
NodeBB Misty f598bd52dc Latest translations and fallbacks
psychobunny 40433cd86f added "Pinned" and "Moved" lang keys
barisusakli 9dd8572b98 don't crash if anchorEl doesn't exist
NodeBB Misty 344c771e1c Latest translations and fallbacks
NodeBB Misty 42e60e4c79 Latest translations and fallbacks
Julian Lam 8fd5236641 closes
NodeBB Misty c790d24886 Latest translations and fallbacks
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
NodeBB Misty 1f5913c874 Latest translations and fallbacks
NodeBB Misty 77d12deb03 Latest translations and fallbacks
NodeBB Misty 4a012fb17f Latest translations and fallbacks
psychobunny 1a48f47e2b Merge pull request from pichalite/fix-mobile-menu
fixes 
NodeBB Misty 49f0aca7f6 Latest translations and fallbacks
Julian Lam d5961cfca3
NodeBB Misty f0eec5d3a2 Latest translations and fallbacks
Julian Lam 7563873bd4 Merge branch 'master' of github.com:NodeBB/NodeBB
NodeBB Misty 88477a6866 Latest translations and fallbacks
barisusakli f6bec561bf when post is deleted or restored clear the post tools menu
barisusakli 9a19f61372 closes
barisusakli f084ff9a54 closes
barisusakli 1a43b3482c insert postbar after placeholder
Julian Lam 21caa82b61 ban controls on frontend, closes
Julian Lam ad9229fec2 lint.
Julian Lam 61fe9594d7 ban integration frontend for ACP,
barisusakli 789a3736af closes
barisusakli aadd883594 fix numbers on users infinite load
NodeBB Misty 497d9455da Latest translations and fallbacks
NodeBB Misty 73a226e2ed Latest translations and fallbacks
barisusakli 376e031928 closes
Julian Lam 7da71976cf WIP temporary bans
barisusakli 688028c63b closes
NodeBB Misty 2bf1be82d6 Latest translations and fallbacks
barisusakli 14b067a838 closes
Julian Lam b4df9427d5 linting
NodeBB Misty 3bebc3ce09 Latest translations and fallbacks
NodeBB Misty 899ffa97a9 Latest translations and fallbacks
NodeBB Misty ca57dc2657 Latest translations and fallbacks
Kitsune Solar 347e287277 Update global.json
barisusakli 41af78dcd2 closes
Julian Lam 08dd19da17 removed some client-side logic that used to handle termsOfUse
Julian Lam a14263349b updated termsOfUse to use registration interstitial instead of being integrated into register template
Julian Lam 0ba0001f75 WIP registration interstitial
barisusakli 871a247840 closes
Julian Lam 51faa5496b closes
NodeBB Misty c75cfb494c Latest translations and fallbacks
barisusakli 4bbc8110a9 closes
barisusakli 1bf6054345 showStalewarning change
barisusakli 3631a30061 update history on 40x/50x
barisusakli f475068010 closes
barisusakli 3bd93526cd closes
barisusakli d227d526d1 closes
barisusakli abb1c1c010 closes
NodeBB Misty acae8c8ec6 Latest translations and fallbacks
barisusakli 0d4949ea26 parts not used
pichalite 62fb092099 change post sharing to use /post/pid url
NodeBB Misty a4307b83a9 Latest translations and fallbacks
barisusakli 1102a685d9 closes
NodeBB Misty c330b9f0d4 Latest translations and fallbacks
NodeBB Misty d272912e13 Latest translations and fallbacks
Mega a834275465 Fix: utils.fileMimeType is always undefined
NodeBB Misty a1b02d8356 Latest translations and fallbacks
NodeBB Misty 04f3c5b3f2 Latest translations and fallbacks
Julian Lam 8b03199d5c fixes issue where anchors to internal rss feeds would fail to resolve
NodeBB Misty ecaa3eadcb Latest translations and fallbacks
pichalite c60f571d2c fixes
NodeBB Misty 5494d9a8b8 Latest translations and fallbacks
barisusakli 0e92880dd4 fix previousUrl being set to current url