Commit Graph

20842 Commits (85aaededaeced4b155744330a712a7c72e2c6e4f)
 

Author SHA1 Message Date
Renovate Bot 35e725d17c chore(deps): update dependency mocha to v8.2.1
Julian Lam e66c1f4017 Revert "fix(deps): update dependency textcomplete to ^0.18.0"
This reverts commit 8fe954997c08f25304d3d2688058a56895e2d792.
Renovate Bot df5d66e5fe fix(deps): update dependency textcomplete to ^0.18.0
Renovate Bot 2fa78e4384 chore(deps): update dependency lint-staged to v10.5.1
Barış Soner Uşaklı b6d8687837 chore: add info log into tests
Barış Soner Uşaklı 4818ec377e fix: missing await
Julian Lam 1c8b8ce14a chore: update renovate config to automatically merge non-major version bumps #yolo
Misty (Bot) 1688294165 chore: update changelog for v1.15.0-rc.4
Misty (Bot) 57b4932074 chore: incrementing version number - v1.15.0-rc.4
Peter Jaszkowiak eddf4a4f33
feat: use github actions for ci ()
- test using minimum supported db versions
- ESLint will make review comments on PRs
- formatted configs
Peter Jaszkowiak a3fa313298
Github actions lint demo ()
* feat: use github actions for ci

- test using minimum supported db versions
- ESLint will make review comments on PRs
- formatted configs

* mess up eslint

* fix: lint maybe

Co-authored-by: Barış Soner Uşaklı <baris@nodebb.org>
Barış Soner Uşaklı 6e85920cb6 feat: allow mods/admins to see deleted posts on user profile
Misty (Bot) 841cbcc3e3 Latest translations and fallbacks
Julian Lam 87bff6cd65 fix: broken test
Renovate Bot 0c7d58605e fix(deps): update dependency nodebb-theme-persona to v10.2.65
Julian Lam a53d49a2b0 fix: updated commitlint config to allow longer subjects, because nobody anywhere uses an email client that limits subject lines to 72 characters
Julian Lam dda5d42610 fix: restore old behaviour of empty json w/ 401 code in admin middleware
Julian Lam 15e0731dd9 fix: deprecate middleware.isAdmin
Also, handle admin logout timer in middleware.admin.checkPrivileges
Julian Lam 4439864ce0 fix: post editing not taking plugin hook results into account
Misty (Bot) 2738041b38 chore: update changelog for v1.15.0-rc.3
Misty (Bot) 6de7760a1d chore: incrementing version number - v1.15.0-rc.3
Barış Soner Uşaklı a02ae6f5df refactor: simpler check in user.blocks.filter
Barış Soner Uşaklı 27016d221c feat: rearrange buttons on manage/users
Julian Lam 57ed6be78b fix: define our own name for write API v3
Julian Lam a08fb8e53b fix: removed superfluous assignment
Julian Lam 0b6ef61e40 fix: createNewPosts to build tpl with ajaxify.data
If the post template contains references to items outside of the scope of the post, then when the post is loaded via IS, the expected values are empty.

This was due to createNewPosts calling app.parseAndTranslate with a subset of the page payload. This works fine in Persona (and most other themes)
because they do not refer to properties outside of the post object, but it may be helpful to include the rest of the ajaxify data as well.
Julian Lam 266d7587b2 refactor: remove usage of middlewares
Specifically, middleware.isAdmin|exposePrivilegeSet|exposePrivileges
Julian Lam bff53de03f fix: handle ACP category enable/disable states after call success
Julian Lam a6a52430ce fix: remove setCategorySort and setTopicSort
Julian Lam aa8faf58a0 refactor: remove /users/{uid}/settings/{setting} route
@baris Also, I am now allowing the following properties to be saved in User.saveSettings:
- categoryTopicSort
- topicPostSort
- setCategorySort
- setTopicSort
Barış Soner Uşaklı e0b6781776 chore: bump persona
Barış Soner Uşaklı 9082062e90 fix: sort setting not using correct field name
renovate[bot] c4431294a5
fix(deps): update dependency jsesc to v3.0.2 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Julian Lam 2d29e603bd
fix: update readme to include psql
Renovate Bot 7d0d0005ff fix(deps): update dependency nodebb-plugin-composer-default to v6.4.5
Misty (Bot) 2baccd3ce2 Latest translations and fallbacks
renovate[bot] 224502d8c3
chore(deps): update dependency eslint to v7.12.1 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 1f2eca6a52
chore(deps): update dependency lint-staged to v10.5.0 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Barış Soner Uşaklı 6ac73ccb7e feat: , disable express compression by default
Julian Lam cc1c722092 fix: breaking test from 0db0231cff
Also lowered export timeout to 5s
Julian Lam 04185d94c1 fix: indentation
Julian Lam 8e7914ff72 fix: add back derpy 20 second sleep
Julian Lam 14e5c24ec5 fix(openapi): final fixes to schemas
Julian Lam b2e9e3e048 fix(writeapi): more tweaks to schema files
Julian Lam 9f9e3c1582 fix(writeapi): fix components, + tag object schema
Julian Lam 3ebb3a3479 fix: missing method in test error output
Julian Lam 3c98cd3d95 fix: topic object in post editing data return
Julian Lam a4f3270fc5 fix(writeapi): missing files for tests
Julian Lam 1392d064a1 fix(writeapi): normalizing data
Julian Lam b092f65d95 fix(writeapi): tests