Barış Soner Uşaklı
344575dde1
feat: add hooks to language loading ( #9426 )
...
and flushNamespace method
2021-03-25 20:21:47 -04:00
gasoved
a3e95e798f
feat: allow adding sorted-list items from forms outside of modal
2021-03-25 15:26:42 -04:00
gasoved
077330b764
feat: scheduled topics ( #9399 )
...
* feat: scheduled topics
* refactor: linting fixes
* fix: tests
* fix(test): race condition
* fix: make a single request
2021-03-24 14:28:02 -04:00
Julian Lam
d9e2029074
fix: hooks for alert animate, no more fadein/fadeout for reconnect alert
2021-03-23 13:42:18 -04:00
Barış Soner Uşaklı
3c4e93a3c1
fix : #9411
2021-03-20 15:51:17 -04:00
Barış Soner Uşaklı
cef58d1d6f
fix : #9412
2021-03-20 15:10:36 -04:00
Barış Soner Uşaklı
93c595d95e
fix : #9406 , update flag post tools
2021-03-19 19:39:24 -04:00
Barış Soner Uşaklı
262e059fa6
fix: inf scroll with subfolder install
2021-03-16 19:40:26 -04:00
Barış Soner Uşaklı
2041b8084f
fix: flicker on dashboard
2021-03-15 23:24:16 -04:00
Julian Lam
d1685600d3
refactor: deprecate action:script.load, use filter:script.load instead
2021-03-15 13:56:12 -04:00
Barış Soner Uşaklı
03e306349c
fix : #9387 , don't try to load undefined images
2021-03-14 15:57:08 -04:00
Barış Soner Uşaklı
617f4730a0
fix: crash if unreadTopics is undefined
2021-03-13 09:16:26 -05:00
Barış Soner Uşaklı
f45c0aab51
fix: dont crash if login el doesnt exist
2021-03-12 22:45:15 -05:00
Barış Soner Uşaklı
52082e1296
feat: add resolve flag to post tools
2021-03-12 16:38:05 -05:00
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
2021-03-12 14:22:16 -05:00
Julian Lam
4cbd13fd9c
feat: hide revert button in ACP > Privileges until privileges change
2021-03-12 13:25:58 -05:00
Julian Lam
8472513093
fix: change notification updateCount to use client-side hooks
2021-03-12 09:25:06 -05:00
Julian Lam
98bf4064e7
refactor: account edit logic and template, closes #9364
2021-03-10 13:01:56 -05:00
Barış Soner Uşaklı
e787e6ea22
fix: if no in passed use "titles" to match header search
2021-03-08 17:59:56 -05:00
Barış Soner Uşaklı
696c489524
feat: add back topic id input
2021-03-08 17:50:58 -05:00
Barış Soner Uşaklı
8a4c361ece
fix : #9354 , don't close quicksearch results if mouse is down on them
2021-03-06 15:42:04 -05:00
Julian Lam
c5e257888a
fix : #9351 bad logic when inserting rows to privilege tables, also a missing tfoot 🦶
2021-03-05 15:09:37 -05:00
Julian Lam
c265016944
fix: app.parseAndTranslate to always return promise
2021-03-05 14:27:32 -05:00
psychobunny
66196d2caf
feat: allow for settings.save/settings.load on client side
...
w/ optional data-socket-get / data-socket-set params on form element for custom calls
2021-03-04 20:48:29 -05:00
Barış Soner Uşaklı
48bc23c065
refactor: remove startsWith/endsWith
2021-03-04 13:18:29 -05:00
Julian Lam
b5a6a3149d
refactor: app.parseAndTranslate to return promise if no callback passed
2021-03-04 12:46:54 -05:00
Julian Lam
c1b3079d93
feat: category privilege API routes
...
closes #9342
2021-03-04 12:46:31 -05:00
Julian Lam
1e579428e7
fix: bug where fallback window trigger was not firing if there were no hook listeners attached
...
... so in essence the backwards compatibility was not working at all.
closes nodebb/nodebb-plugin-composer-default#147
2021-03-04 11:10:06 -05:00
Julian Lam
7d391d4789
feat: new client-side hook filter:api.options to allow plugins to modify api requests
2021-03-01 10:57:43 -05:00
preetykumar
2826c6986c
Update taskbar.js ( #9314 )
...
* Update taskbar.js
add aria-label to make the link text discernible to screen readers.
* place quotes around attribute value
Co-authored-by: Peter Jaszkowiak <p.jaszkow@gmail.com >
2021-02-28 17:57:19 -05:00
Julian Lam
114e3a1e76
fix: use components for toggleNavbar instead
2021-02-26 15:03:24 -05:00
Julian Lam
73dc64d9ff
feat: add dashboard sub-pages to ACP menu
2021-02-24 15:28:19 -05:00
Julian Lam
655e2c67ad
fix: timeago missing on table update
2021-02-24 12:52:05 -05:00
Julian Lam
e1ed514b10
feat: topics dashboard details subpage
2021-02-24 12:51:20 -05:00
Julian Lam
c57c77030e
feat: update user list in dashboard/users on graph update
2021-02-24 12:51:20 -05:00
Julian Lam
3fa2e3cef2
refactor: have Graph.init and Graph.update return promises
2021-02-24 12:51:20 -05:00
Julian Lam
f8e1a74c26
fix: wrong qs param, allow string to be passed to util.getDaysArray
2021-02-24 12:51:20 -05:00
Julian Lam
6fdcae7320
feat: req.query parsing and dynamically loading data instead
2021-02-24 12:51:20 -05:00
Julian Lam
f561799f74
refactor: abstract out some client side dashboard code into modules, analytics subpages for users, topics, and logins
2021-02-24 12:51:20 -05:00
Julian Lam
d0136074b6
feat: allow hook unregistration, and temporary page-based hooks
...
Temporary hooks automatically unregister themselves on the next ajaxify, making them perfect for in-page events.
2021-02-23 15:18:00 -05:00
Barış Soner Uşaklı
7ae7626c1b
Revert "feat: add logout to invalid session"
...
This reverts commit beb1427387 .
2021-02-23 08:38:23 -05:00
Peter Jaszkowiak
0d59fe3d2b
fix( #9315 ): api v3 post, put, del JSON
...
also allow `app.alertError` to be called without an argument
also fix `./nodebb build --dev` to actually build in dev mode
2021-02-22 21:19:46 -05:00
Julian Lam
beaac0a1ab
fix: allow hidden inputs in user settings page
2021-02-20 15:01:50 -05:00
Julian Lam
c96fd3b19b
feat: pass user picture object into change_picture_modal
2021-02-19 13:39:22 -05:00
Julian Lam
28f6931e16
refactor: move picture change client-side logic to its own rjs module
2021-02-19 11:54:48 -05:00
Barış Soner Uşaklı
beb1427387
feat: add logout to invalid session
2021-02-19 11:51:28 -05:00
Julian Lam
955021247e
feat(user): icon background selector in change picture modal
2021-02-19 11:38:48 -05:00
Julian Lam
b4c0b32b26
fix: use root context if buildAvatar context is undefined
2021-02-19 11:38:48 -05:00
Barış Soner Uşaklı
fa91525a6d
fix: use bootbox module
2021-02-17 21:24:24 -05:00
Barış Soner Uşaklı
9ce6f8ad93
feat: add tag filter to getSortedTopics
2021-02-16 23:12:10 -05:00