You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Barış Soner Uşaklı 47299ea587
Categories refactor (#9257)
* feat: wip categories pagination

* feat: add subCategoriesPerPage setting

* feat: add load more sub categories button to category page

* fix: openapi spec

* feat: show sub categories left on category page

hide button when no more categories left

* breaking: rename categories to allCategories on /search

categories contains the search results

* fix: spec

* refactor: remove cidsPerPage

* fix: tests

* feat: use component for subcategories

* fix: prevent negative subCategoriesLeft

* feat: new category filter/search WIP

* feat: remove categories from /tag

* fix: dont load all categories when showing move modal

* feat: allow adding custom categories to list

* breaking: dont load entire category tree on post queue

removed unused code
add hooks to filter/selector
add options to filter/selector

* feat: make selector modal work again

* feat: replace old search module

* fix: topic move selector

* feat: dont load all categories on create category modal

* fix: fix more categorySelectors

* feat: dont load entire category tree on group details page

* feat: dont load all categories on home page and user settings page

* feat: add pagination to /user/:userslug/categories

* fix: update schemas

* fix: more tests

* fix: test

* feat: flags page, dont return entire category tree

* fix: flag test

* feat: categories manage page

dont load all categories
allow changing root category
clear caches properly

* fix: spec

* feat: admins&mods page

dont load all categories

* fix: spec

* fix: dont load all children when opening dropdown

* fix: on search results dont return all children

* refactor: pass all options, rename options.cids to options.selectedCids

* fix: #9266

* fix: index 0

* fix: spec

* feat: #9265, add setObjectBulk

* refactor: shoter updateOrder

* feat: selectors on categories/category

* fix: tests and search filter

* fix: category update test

* feat: pagination on acp categories page

show order in set order modal

* fix: allow drag&drop on pages > 1 in /admin/manage/categories

* fix: teasers for deep nested categories

fix sub category display on /category page

* fix: spec

* refactor: use eslint-disable-next-line

* refactor: shorter
4 years ago
..
jobs feat: #9232, add profile picture into exported zip 4 years ago
admin.js fix: #8969, export csv to file 5 years ago
approval.js fix: email testing and settings change from ACP 5 years ago
auth.js fix: #9007 revoke old sessions after adding 5 years ago
bans.js Categories refactor (#9257) 4 years ago
blocks.js refactor: move plugin hook methods to plugin.hooks.* 5 years ago
categories.js feat: #7964, change all categories at once 6 years ago
create.js fix: email testing and settings change from ACP 5 years ago
data.js feat: banned-users group 4 years ago
delete.js fix: 'already-deleting' error on subsequent account content deletions 5 years ago
digest.js fix: email testing and settings change from ACP 5 years ago
email.js chore: remove deprecated `User.emailConfirm` [breaking] 4 years ago
follow.js refactor: move plugin hook methods to plugin.hooks.* 5 years ago
index.js refactor: move plugin hook methods to plugin.hooks.* 5 years ago
info.js fix: #8962, dont show null for purged targets 5 years ago
invite.js fix: #9217, render 400 error page on bad access to /register 4 years ago
jobs.js feat: allow pins to expire (if set) (#8908) 5 years ago
notifications.js fix: #8939, fix username change notification getting filtered out 5 years ago
online.js fix: allow guests to see their replies immediately 5 years ago
password.js fix: #8974, with password login for approval queue 5 years ago
picture.js feat: #9005, use timestamp in profile/cover images 5 years ago
posts.js Admin/users (#8762) 5 years ago
profile.js fix: email testing and settings change from ACP 5 years ago
reset.js fix: email testing and settings change from ACP 5 years ago
search.js feat: banned-users group 4 years ago
settings.js fix: default values, clamp postsPerPage/topicsPerPage to max 5 years ago
topics.js feat: #7743, finish user module 6 years ago
uploads.js fix: delete upload 5 years ago