714 Commits (8e80eca449db260f22e4e980d61d2d83cd5ca807)

Author SHA1 Message Date
Julian Lam 60a6775c72 Changed behaviour of the Chat Typing Notification
Instead of being placed at the bottom of the modal/list,
it will now be displayed at the top of the modal, and not
shown in the chats page at all (as it is already present
in the contact list)
10 years ago
Julian Lam eac92b00c6 better error checking with socket broadcast method 10 years ago
Julian Lam 6348eb2bab fixed #3359 10 years ago
Julian Lam 4f4e33eb15 Merge branch 'pichalite-master' 10 years ago
Julian Lam eb5be2f671 fixed some whitespace issues and made the admin check return early, in its own block 10 years ago
Julian Lam d10fd6248e Merge branch 'master' of https://github.com/pichalite/NodeBB into pichalite-master 10 years ago
Axel 9c2d7a2468 new language keys 10 years ago
Julian Lam 474ff3ed35 fixed #3359 10 years ago
pichalite d2bbca1de1 don't display leave/join buttons for admin group 10 years ago
Julian Lam ee9390ee34 fixed #2949 10 years ago
pichalite a5226c9423 don't display "Leave Group" button for admins in "administrators" system group on groups details page 10 years ago
barisusakli 954c25823e closes #3352 10 years ago
psychobunny fdc66eb607 fixes checkboxes for settingsv2 (deja vu) 10 years ago
Julian Lam 0c6b2b122e fixed #3268 10 years ago
Julian Lam b2a69758ee added back multi-line support for translator 10 years ago
Julian Lam eaa35c8057 making translator regex stricter, so it doesn't match language strings that won't ever exist 10 years ago
Julian Lam 534b13e089 fixed bug where ephemeral groups and the registered-users group wouldn't show in in ACP/category details page for privileges. 10 years ago
psychobunny 541fd474b3 fixes checkboxes for both settingsv1 and settingsv2 10 years ago
Barış Soner Uşaklı 4fc4a0ff3e dont escape group.name, use displayName in tpls instead 10 years ago
Barış Soner Uşaklı a12ecbc230 admin/manage/groups pagination 10 years ago
Julian Lam b4e39374bb firing 'change' event for all checkboxes after settingsv2 load 10 years ago
barisusakli ffd22f50ff closes #1999 10 years ago
Julian Lam 48af82659e removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes #3288 10 years ago
psychobunny 5ff9a7f9a9 allow multiline support for translator
see: https://github.com/psychobunny/templates.js/issues/36
10 years ago
barisusakli b89b4d066a max chars 10 years ago
barisusakli 1d72a8f0ee fix composer redirect on home page 10 years ago
barisusakli 0ef2ccc130 closes #3240 10 years ago
barisusakli 536c443c1e closes #3231 10 years ago
barisusakli 1bbce82c23 duh #3192 10 years ago
barisusakli 8ff7ba82c2 closes #3192 10 years ago
psychobunny 28e1ae46c7 woops, committed some testing code by accident 10 years ago
psychobunny 7564881298 don't minify files in /client
adds an extra call to the client/route.js file on cold load but cuts a
ton of extra weight in nodebb.min.js
10 years ago
psychobunny f8b3282295 closes #3141 10 years ago
Julian Lam 17ff083cc6 passing in available composer data into the composer.loaded client-side hook 10 years ago
Barış Soner Uşaklı b717da0229 Merge pull request #3110 from pitaj/master
Fixed translator backwards compatibility issue
10 years ago
barisusakli 045d9df81f closes #3203 10 years ago
Julian Lam 8f7416d1cb updated acp category privilege settings so that not all groups are shown in privilege table, closes #3036 10 years ago
psychobunny f698d28dfb one last fix for #3169 10 years ago
psychobunny 7b81c5db9f #3169 10 years ago
psychobunny 79fd5a4d8e closes #3169 10 years ago
psychobunny 63a2a20fd3 remove the old history.pushState hack for mobile composer 10 years ago
psychobunny 55bed3464e if mobile, go to /compose route #3090 10 years ago
Ole R. 22e227a6cd fixed error-report within translator.js
reported by [rex-huang](https://community.nodebb.org/user/rex-huang), see https://community.nodebb.org/topic/4520/error-handling-is-wrong-in-translator-js
10 years ago
barisusakli b292aeea72 closes #3120
also dont allow loading posts of a topic if its deleted via
topics.loadMore
10 years ago
Peter Jaszkowiak ad7b561dd4 Fixed translator backwards compatibility issue
Also removed the _clearMenus global object because populating the global namespace is bad, bad, bad
10 years ago
psychobunny 533193fa79 send in data to action:taskbar.pushed as well 10 years ago
psychobunny 1556365712 call taskbar.push regardless of whether it's a new chat or not
there's logic in taskbar.push to not create the element anyways
10 years ago
psychobunny c13e14d2c8 pass in element to filter:taskbar.push; taskbar.push cleanup 10 years ago
Barış Soner Uşaklı 21b634e03f closes #3081 10 years ago
Julian Lam 15265bf36e Merge pull request #3071 from yariplus/settingsobject2
Enhance settings object plugin
10 years ago
Julian Lam 5a0ea28633 better fix for #3040 10 years ago
barisusakli 72f80dd330 closes #3052 10 years ago
barisusakli dd92b06f16 #3064 10 years ago
yariplus 9d3a9f4493 Enhance settings object plugin
Use an array to declare the object properties so that the order is always the same.
Add a data-new attribute for individual properties. (You can still use a whole object in the data-new attribute of a parent array.)
Add data-prepend and data-append attributes to properties for inserting html before or after that property. (This may also be useful for the array plugin.)
10 years ago
Julian Lam 821c9f12d6 updated scrollToPost behaviour to no longer ajaxify loudly. Also updated call to checkPagePresence to fire before the topicDOM events begin, so if an in-topic search is conducted on a different topic from the current topic, the topicDOM behaviour continues. closes #3040 10 years ago
Julian Lam 65b2523b0f closed #3050 10 years ago
barisusakli da5909349b closes #3053 10 years ago
psychobunny 5d04cd0bef ability to add class to taskbar; new action hook; send touid in chat 10 years ago
psychobunny 23c4ecfe60 filter:taskbar.push
not really a filter, but does the job as long as its synchronous
10 years ago
Julian Lam 5587233e78 fixed quoting and highlighted-text auto-quote for composer when composer is minimized, closes #2870 10 years ago
psychobunny 1d94b6a96f closes #3000 10 years ago
Julian Lam ee7d356781 Merge pull request #2825 from yariplus/settingsobject
Add object setting plugin
10 years ago
Barış Soner Uşaklı c9b5948034 closes #2927 10 years ago
Julian Lam 2000947cd6 fixed #3030 10 years ago
barisusakli 8c7ded3062 closes #3026 10 years ago
barisusakli cf825d02b7 escape title 10 years ago
psychobunny 3ec99b8021 #3011 10 years ago
psychobunny 1201425db2 hint 10 years ago
psychobunny e78fc98146 cross-browser support for composer resize animation 10 years ago
psychobunny 4d414d0b63 .category-box and .post-preview now components 10 years ago
barisusakli 427dda654a temp fix for #2994 10 years ago
psychobunny 59909894fc closes #2981 10 years ago
psychobunny f601bdee5e Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
psychobunny 97419bbdd9 closes #2980 10 years ago
barisusakli b2fad172e5 closes #2966 10 years ago
Barış Soner Uşaklı 5fda8422c5 fix focus 10 years ago
barisusakli 0d515803e4 fix post edit 10 years ago
barisusakli 9d026919ac closes #2953 10 years ago
Barış Soner Uşaklı dadbda98b7 closes https://github.com/NodeBB/nodebb-theme-persona/issues/52 10 years ago
barisusakli 5f2271e4e0 closes #2903 10 years ago
barisusakli 0d839bdb2c parantheses 10 years ago
psychobunny 7563e9aba1 added localStorage for preview toggled state 10 years ago
psychobunny e1ff3deaf0 move preview toggle function into composer/preview.js 10 years ago
psychobunny bc4e5371d7 Merge pull request #2907 from MegaGM/fixcategory.images
fix: category images (helpers.generateCategoryBackground)
10 years ago
psychobunny 232d1aae31 helpers.getBookmarkFromIndex 10 years ago
Julian Lam 47a7ab15be refactored translator system to be a require.js module, and not a global 10 years ago
Julian Lam 16c6578bdb updated components to be a require.js module, not a global (:rage2:) 10 years ago
Julian Lam c706638b5d updating groups access control so:
1. Guests can no longer receive the moderate bit
  2. If you attempt to grant the moderate privilege to a public group, a confirmation modal appears
  3. A lock icon is present next to all private groups
10 years ago
barisusakli d27ec057c5 closes #2910 10 years ago
Julian Lam d249a46fae fixed around event handling for composer submit button, and upped vanilla minver 10 years ago
barisusakli 65bdeba385 helpers.js fix maybe 10 years ago
Mega 8b48a1e3af fix: category images (helpers.generateCategoryBackground) 10 years ago
psychobunny 7c7b43d295 semicolon 10 years ago
psychobunny 789418f987 stripTags and escape template helpers
use it like so {function.stripTags, title}
see vanilla or persona topics_list.tpl for more info
10 years ago
Julian Lam d95f5a9ae0 added help block to category purge button, updated iconSelect library to use templates in a better way, hooked up iconSelect for category mgmt, #2463 10 years ago
Julian Lam 9b84a887d3 a huge frickin' number of changes for #2887. This is part of #2463 10 years ago
Julian Lam a1621145d5 Merge branch 'master' into categories_revamp
Conflicts:
	public/less/admin/admin.less
	public/src/admin/manage/categories.js
	src/controllers/admin.js
	src/views/admin/manage/categories.tpl
	src/views/config.json
10 years ago
psychobunny d39c2924e4 found a rogue topic class selector 10 years ago
barisusakli 4c31535c4b closes #2799 10 years ago
psychobunny 4ca6364dd4 removed .category-item selectors 10 years ago