12629 Commits (f66eba293cc1998cadaf3b39c5992e7b44314e2c)

Author SHA1 Message Date
Barış Soner Uşaklı 94229688c2 Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı de2669a2c6 fix: only remove deleted tag, closes #11515 2 years ago
Barış Soner Uşaklı e8fb6711b8 fix: #11512, filter by cid 2 years ago
Barış Soner Uşaklı 7d7904b045 fix: closes #11511, reset skin if it was removed from bootswatch 2 years ago
Barış Soner Uşaklı 94f2e50883 feat: add hits/sec for cache 2 years ago
Barış Soner Uşaklı 5c26cb5888 fix: add composer:showHelpTab to api 2 years ago
Barış Soner Uşaklı f055b7fb74 refactor: get rid of floats in deleted-message.tpl 2 years ago
Barış Soner Uşaklı 6bed65dde6
fix: numeric strings in mongo (#11498) 2 years ago
Barış Soner Uşaklı af7ab9b468 Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı 05c96033ab fork at least 1 thread in minifer 2 years ago
Veronikya c931183287
fix: NodeBB#11482 thumbs Post Can not upload a thumbnail, only multip… (#11483)
* fix: NodeBB#11482 thumbs Post Can not upload a thumbnail, only multiple uploads

* Modify upload thumbnail test

* Modify upload thumbnail test +,

* Get rid of v2 uploads test

* edit times

* Modify amount of files associated post test

* edit post file amount
2 years ago
Julian Lam 2615c1e584 fix: #11426, proper v3 style error on maintenance mode [breaking]
The v3-style error only applies to v3 routes. Existing Read API and page routes are unaffected.
2 years ago
Barış Soner Uşaklı a0bac74e63 lint: remove chalk 2 years ago
Barış Soner Uşaklı 9806d89f15 refactor: remove log, to much noise 2 years ago
Barış Soner Uşaklı 59b149784f fix: closes #11466
show username instead of uid on history
2 years ago
Barış Soner Uşaklı 6eb1dd8687 fix: #11438, show flag history to mods
also prevent regular mods from seeing flags that are not in their category if they use direct link to flag
2 years ago
Brutus5000 ae5afdbc66 feat: name theme on error:theme-not-set-in-configuration 2 years ago
Barış Soner Uşaklı 132476d581 feat: update mkdirp to 3.x, closes #11455 2 years ago
Barış Soner Uşaklı 43c6087b34 feat: update rimraf to 5.x, closes #11456 2 years ago
Barış Soner Uşaklı c3cedefef3 feat: update lru-cache to 9.x, closes #11454 2 years ago
Barış Soner Uşaklı 0cd657ff2c fix: closes #11447, fix timestamp of fork event 2 years ago
Julian Lam 0fc9fdd53d fix: throw generic not-allowed error on groups.join if a non-owner tries to add another user to a group 2 years ago
Julian Lam 18447b06af fix: remove socketGroups.addMember; update admin checks to allow admin:groups privilege, hide add member controls if not admin 2 years ago
Julian Lam f043dcec96 fix: remove socketGroups.kick 2 years ago
Julian Lam 9d49ec60a1 fix: remove socketGroups.issueMassInvite 2 years ago
Julian Lam b53f92fa2e fix: handle client-side acceptAll and rejectAll 2 years ago
Julian Lam 18c45b4461 refactor: group invitations; issuing, accepting, rejecting; now via API 2 years ago
Julian Lam 0788fb5118 feat: #11420, add new GET routes to retrieve pending and invited members of a group, plus accept/reject pending 2 years ago
Barış Soner Uşaklı 8680ea4d3d fix: closes #11437, link to queued post from event 2 years ago
Barış Soner Uşaklı c0b62346f0 feat: update thumbs modal styling 2 years ago
Barış Soner Uşaklı d36aad073e refactor: replace rimraf glob doesn't work on windows 2 years ago
Julian Lam b551b0ad47 Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı 4d2d76897a fix: don't crash on objects with toString property 2 years ago
Barış Soner Uşaklı 7397873db3 fix: fire action:user.online on user login 2 years ago
Julian Lam 7cb2e02cd7 fix: #11396, removal of base_templates_path variable 2 years ago
Julian Lam 491487a1a2 Merge remote-tracking branch 'origin/master' into develop 2 years ago
Barış Soner Uşaklı 37b48b82a4 fix: don't crash if event name is not a string 2 years ago
Barış Soner Uşaklı a83734fb2b fix: dont show search input if user doesn't have tag search priv 2 years ago
Barış Soner Uşaklı 68db271dfd chore: remove logs 2 years ago
Barış Soner Uşaklı 2c5a5bf366 feat: change chat notification delivery
instead of checking if user is online in the past x minutes, check if the user has read the room, if they have already marked the chat as read don't send notification
2 years ago
Barış Soner Uşaklı 2a9b3ee464 fix: add missing delete 2 years ago
Barış Soner Uşaklı 9c0996e40a feat: add placeholder for category search 2 years ago
Julian Lam 03e05b5154 fix: #9397, trash the active session on account lockout, if there is one 2 years ago
Julian Lam 596db09f7e Merge branch 'master' into develop 2 years ago
Julian Lam ddcdaacc94 refactor: post-queue frontend logic 2 years ago
Julian Lam 402229845c feat: display when an api key was last used, in ACP, #10873 2 years ago
Julian Lam efa64032dd feat: log the last time a valid api token was seen, have v3 ping route go through setupApiRoute helper 2 years ago
Barış Soner Uşaklı 894f392bfc lint: whitespace 2 years ago
Barış Soner Uşaklı c2961ad4cd fix: closes #11173, move cache clear code
if 2 deps were updated only one of them was cleared from require.cache. ie commander & lru-cache both has major version bump then only commander would be cleared from cache since it throws first
2 years ago
Barış Soner Uşaklı 1502068eff
chore: up rimraf to 4.x (#11377)
* chore: up rimraf to 4.x

* chore: oops up rimraf

* test: fix rimraf in tests
2 years ago