10068 Commits (bf2c429a1825c1fa08d84f3db995536e3313d727)

Author SHA1 Message Date
Barış Soner Uşaklı bf2c429a18 fix: #11787 2 years ago
Julian Lam 7415b16d2a refactor: use fetch() throughout, instead of jQuery .ajax() 2 years ago
Julian Lam 8a53182657 fix: fetch handler not passing back errors or success payloads 2 years ago
Julian Lam ed99ea20cb feat: allow FormData object to be passed in to the API module
Currently, only objects can be passed in, and it is automatically serialized into json and sent via jQuery .ajax().

This PR extends the module so a FormData object can be passed in, and updates the module so it uses Fetch API instead of jQuery.

At this time regular requests continue to use jQuery for backwards compatibility.

Use case: file uploads via API.
2 years ago
Barış Soner Uşaklı a12a9bab7a Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı 21b510bf24 spec 2 years ago
Barış Soner Uşaklı bf114c1106 fix: #11786 fix selector for upgradable plugins 2 years ago
Misty Release Bot 60fea51b36 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı 0a7f52475e fix member IS 2 years ago
Barış Soner Uşaklı 5a42d37e0f fix reconnect logic 2 years ago
Misty Release Bot 8fc1744232 Latest translations and fallbacks 2 years ago
Misty Release Bot 6fd444eefd Latest translations and fallbacks 2 years ago
Misty Release Bot 6e745b882a Latest translations and fallbacks 2 years ago
Misty Release Bot 7370d986a4 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı cf3ca1ae30 Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı 64d3018286 fix: #11773, fix create token button 2 years ago
Misty Release Bot 9df3ccaaa6 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı 8cc19fac6c add no replies class to navigator 2 years ago
Barış Soner Uşaklı 8b2b4fce37 add no replies class to navigator 2 years ago
Misty Release Bot 48a006533e Latest translations and fallbacks 2 years ago
Misty Release Bot 58bdedaf8b chore(i18n): fallback strings for new resources: nodebb.admin-admin 2 years ago
Barış Soner Uşaklı 311b8b2494 add new string 2 years ago
Misty Release Bot 32dd6c4983 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı aefef763db fix: use btn instead of icon 2 years ago
Misty Release Bot 354c2aebc5 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı fa4fd5e905 remove unused css 2 years ago
Barış Soner Uşaklı daa5ac85e9 refactor: show both emails in user list
if user has a confirmed email and a pending email change show both in the acp
2 years ago
Barış Soner Uşaklı 9e75068da2 expand json buttons 2 years ago
Misty Release Bot 097bbc926f Latest translations and fallbacks 2 years ago
Misty Release Bot bc7e878ae2 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı 94f0630133 test: fix spec 2 years ago
Barış Soner Uşaklı 299f8864a2 hide nav if only one post, show after reply
hide after purge if only one post left
2 years ago
Barış Soner Uşaklı cbd98c1b28 fix: closes #11731, set postIndex on pagination 2 years ago
Barış Soner Uşaklı cfedd0877f fix: pinned topic ordering if parent element has non topic elements
for example
<ul component="category" class="topic-list" itemscope itemtype="http://www.schema.org/ItemList" data-nextstart="{nextStart}" data-set="{set}">
	<meta itemprop="itemListOrder" content="descending">
	{{{each topics}}}
	<!-- IMPORT partials/topics_list_item.tpl -->
	{{{ end }}}
</ul>
2 years ago
Barış Soner Uşaklı 86faed6fd3
feat: add vote privs to topic (#11734)
* feat: add vote privs to topic

* add missing awaits
2 years ago
Misty Release Bot aff40b2fda Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı ed01753d2a Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2 years ago
Barış Soner Uşaklı 281078f5ce fix: delete events not working 2 years ago
Misty Release Bot 118a66f050 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı b7a4ce6c1e less margin on copy code btn 2 years ago
Misty Release Bot 0dde5d5fc7 Latest translations and fallbacks 2 years ago
Misty Release Bot 7ca85c6065 chore(i18n): fallback strings for new resources: nodebb.admin-appearance-skins 2 years ago
Barış Soner Uşaklı 556fd65d51 feat: custom skins panel in acp 2 years ago
Misty Release Bot 45df009c07 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı 9198a95173 add again 2 years ago
Barış Soner Uşaklı f6059726e8 remove dupe code 2 years ago
Barış Soner Uşaklı 2f94eb21fb test: openapi 2 years ago
Barış Soner Uşaklı 304f9b6eef remove ?page when changing filters 2 years ago
Barış Soner Uşaklı 3080eb7e01 feat: #11714, add registrationQueue flag 2 years ago
Barış Soner Uşaklı bc74afaf51 test: openapi 2 years ago