25691 Commits (5eedd8eba23a32544cfbea087a0292d822cd71b9)
 

Author SHA1 Message Date
Barış Soner Uşaklı 09d42076be chore: up persona 2 years ago
Misty Release Bot aff40b2fda Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı 5e696c9046 change to console.error 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ı 090a792168 fix: #11729, only check registered users
ignore guests(uid 0) & spiders(uid -1)
2 years ago
Barış Soner Uşaklı cce42fec4f chore: up harmony 2 years ago
Barış Soner Uşaklı 4107d6b848 chore: up markdown 2 years ago
Barış Soner Uşaklı b7a4ce6c1e less margin on copy code btn 2 years ago
Barış Soner Uşaklı 1abe1d5e01
testing thumb fix (#11727)
* testing thumb fix

* one more test

* remove logs
2 years ago
Misty Release Bot 0dde5d5fc7 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı 0f29ae5568 Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı 4e146eb50b fix: #11723, fix pagination on following/follower page 2 years ago
renovate[bot] 7beadb6b3f
chore(deps): update dependency eslint to v8.43.0 (#11722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı b2f70a2efe chore: up themes 2 years ago
Barış Soner Uşaklı 36e7675553 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2 years ago
Barış Soner Uşaklı 4768d06b27 lint: fix whitespace 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
renovate[bot] ae34900417
fix(deps): update dependency esbuild to v0.18.4 (#11721)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı 68ddca1e02 feat: add req and socket to als, closes https://github.com/NodeBB/NodeBB/pull/10304 2 years ago
Barış Soner Uşaklı 21919524bb chore: up composer 2 years ago
renovate[bot] d454c5c470
fix(deps): update dependency commander to v11 (#11719)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] b3bdb9d0d9
fix(deps): update dependency lru-cache to v10 (#11716)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] 770021e0b1
fix(deps): update dependency semver to v7.5.2 (#11718)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı 9ee1d7b063 fix: if reply is in different topic dont hide in parent 2 years ago
Misty Release Bot 45df009c07 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı 644416026d chore: up harmony 2 years ago
Barış Soner Uşaklı 2360d2966b refactor: remove script 2 years ago
Barış Soner Uşaklı 8812e08b10 fix key in upgrade script 2 years ago
Barış Soner Uşaklı 6d5f6a159e fix: web 2 years ago
Barış Soner Uşaklı 9198a95173 add again 2 years ago
Barış Soner Uşaklı a7375a85ba Merge branch 'master' into develop 2 years ago
Misty Release Bot f10a2d2e98 chore: update changelog for v3.1.6 2 years ago
Misty Release Bot 35efc444ce chore: incrementing version number - v3.1.6 2 years ago
Barış Soner Uşaklı 8620a2cd0a fix: #11717 prevent crash in messaging 2 years ago
Barış Soner Uşaklı f6059726e8 remove dupe code 2 years ago
Barış Soner Uşaklı 95bbd1fdef grow users table so it doesnt clip dropdowns 2 years ago
Barış Soner Uşaklı b48a6e26cd fix: var name 2 years ago
Barış Soner Uşaklı b4aed4314c Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2 years ago
Barış Soner Uşaklı 2f94eb21fb test: openapi 2 years ago
renovate[bot] 9f94b56f2e
fix(deps): update dependency esbuild to v0.18.3 (#11715)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı 304f9b6eef remove ?page when changing filters 2 years ago
renovate[bot] f95929b258
fix(deps): update dependency webpack to v5.87.0 (#11713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı 1a5e18cd37 feat: #11714, add page title 2 years ago
Barış Soner Uşaklı 61420fdcc2 chore: up themes 2 years ago
Barış Soner Uşaklı 3080eb7e01 feat: #11714, add registrationQueue flag 2 years ago
Barış Soner Uşaklı 73c808683f only load postData for main post 2 years ago
Barış Soner Uşaklı 0b2feb9e45 perf: make less db calls to load indices
pass in postData array to getPostReplies which has the indices already
look at the passed in array of posts to find the index of nested replies before calling getPidIndex, most of the time the direct replies are close to the target so they are already in postData array.
only load indices if direct reply count is1
2 years ago