816 Commits (aaa6f752d0f91b9191bb5de947262fe3b0998e24)

Author SHA1 Message Date
Barış Soner Uşaklı 682f60890b lint: fix 4 years ago
Barış Soner Uşaklı 10e890e41f fix: targetBlank/dropdown not getting cleared
show caret if nav item is dropdown
4 years ago
Barış Soner Uşaklı 69c96078ea breaking: #10077, store nav items in objects 4 years ago
Barış Soner Uşaklı cc3f82bc83 breaking: remove socket.emit('admin.categories.setPrivilege') and socket.emit('admin.categories.getPrivilegeSettings') 4 years ago
Barış Soner Uşaklı cba78aee16 refactor: use alerts.error/success 4 years ago
Barış Soner Uşaklı 1980feed46 refactor: use alerts module 4 years ago
Barış Soner Uşaklı fb363957d1 refactor: tab rules 4 years ago
Barış Soner Uşaklı 4359e5c97c refactor: remove tabs after declaration 4 years ago
Barış Soner Uşaklı 8b4510cc70 refactor: deprecate app.logout
use logout module instead
move header related code out of app.js
4 years ago
Barış Soner Uşaklı c1cc35a949 refactor: display errors from category drag/drop 4 years ago
Barış Soner Uşaklı f4cf482a87 feat: show popular searches 4 years ago
gasoved b0a24d6dd5
refactor: var to const and let (#9885)
* refactor: var to const and let

* fix: missed global bootbox usage

* refactor: align with eslint expectations
4 years ago
gasoved 227456fb17
fix: no global bootbox (#9879)
* fix: require bootbox (easy ones)

* fix: require bootbox (ugly ones)

* fix(eslint): a lengthy line
4 years ago
gasoved 56d05b4e86
feat: confirm before deleting all events (#9875) 4 years ago
Barış Soner Uşaklı 543d85212b refactor: remove unused colorpicker 4 years ago
Barış Soner Uşaklı a7668a7fb1 refactor: use utils.debounce
fixes socket message spam in chat resize
4 years ago
Barış Soner Uşaklı 89af00d1d5 fix: #9827, fix reward duplication 4 years ago
gasoved 84ff1152f7
feat: headers for global privs #9717 (#9762)
* feat: headers for global privs #9717

* fix: don't spoil headers to adminPrivs

Co-authored-by: Julian Lam <julian@nodebb.org>
4 years ago
psychobunny bf0c02a71e feat: a slightly less ugly rewards panel 4 years ago
Julian Lam 46e5e17d0f fix: focus on save button on plugin activation 4 years ago
gasoved fc0e655eef refactor: consistent jquery element var naming 4 years ago
gasoved 760ea9df1e fix: determine indeterminate checkboxes 4 years ago
gasoved 1272da6539 refactor: var to const 4 years ago
gasoved 3df79683f5
feat: create folders in ACP uploads #9638 (#9750)
* feat: create folders in ACP uploads #9638

* fix: openapi

* test: missing tests

* fix: eslint

* fix: tests
4 years ago
gasoved 61f02f17d8
feat: column based view on wide priv. tables (#9699)
* feat: column based view on wide priv. tables

* fix: add group/user

* feat: copy buttons to work on visible privs

* feat: show what's being copied in modal

* feat: optional title and message for category selector modal
4 years ago
Anton Grigoryev 342503e07a
Feat: Client-side hooks - replace window.trigger (#9679)
* feat/clientside-hooks: replace window.trigger with hooks.fire

* feat(clientside-hooks): Move hooks require to the top

* fix: simplifying complex logical expression

* fix: client-side hook for translator - post-review fixes
4 years ago
Barış Soner Uşaklı 4a56388ec3
feat: store topic tags in topic hash (#9656)
* feat: store topic tags in topic hash

breaking: remove color info from tags (use css)

* fix: remove unused tag modal

* fix: tag search
4 years ago
Barış Soner Uşaklı 5fd190f7c4 feat: #9651, change category desc to multiline 5 years ago
Julian Lam b896484351 fix: #9634, re-jig top bar of Admin > Manage > Users 5 years ago
Barış Soner Uşaklı cc0cf99fed
feat: allow nested properties on category page (#9601)
* feat: allow nested properties on category page

* fix: remove debug

* fix: remove debug
5 years ago
Barış Soner Uşaklı 8ea58432c9 feat: show ip on acp manage users
update url on search
show matching ip when searching by ip
add ip to export csv
5 years ago
Barış Soner Uşaklı f5847f4f02 feat: #9559, set order help text 5 years ago
Barış Soner Uşaklı cef58d1d6f fix: #9412 5 years ago
Barış Soner Uşaklı 2041b8084f fix: flicker on dashboard 5 years ago
Julian Lam 2a939aad8d fix: regression via c1b3079d93
Also refactored privilege render logic so that it no longer needs a server-side hack to render column count
5 years ago
Julian Lam 4cbd13fd9c feat: hide revert button in ACP > Privileges until privileges change 5 years ago
Julian Lam c5e257888a fix: #9351 bad logic when inserting rows to privilege tables, also a missing tfoot 🦶 5 years ago
Julian Lam c1b3079d93 feat: category privilege API routes
closes #9342
5 years ago
Julian Lam 73dc64d9ff feat: add dashboard sub-pages to ACP menu 5 years ago
Julian Lam 655e2c67ad fix: timeago missing on table update 5 years ago
Julian Lam e1ed514b10 feat: topics dashboard details subpage 5 years ago
Julian Lam c57c77030e feat: update user list in dashboard/users on graph update 5 years ago
Julian Lam 3fa2e3cef2 refactor: have Graph.init and Graph.update return promises 5 years ago
Julian Lam f8e1a74c26 fix: wrong qs param, allow string to be passed to util.getDaysArray 5 years ago
Julian Lam 6fdcae7320 feat: req.query parsing and dynamically loading data instead 5 years ago
Julian Lam f561799f74 refactor: abstract out some client side dashboard code into modules, analytics subpages for users, topics, and logins 5 years ago
Peter Jaszkowiak cc9d6fd08b chore: eslint max-len 5 years ago
Peter Jaszkowiak 62869bae3d chore: eslint function-paren-newline 5 years ago
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
5 years ago
gasoved 53e0d4d2e0 feat: banned-users group 5 years ago