gasoved
227456fb17
fix: no global bootbox ( #9879 )
...
* fix: require bootbox (easy ones)
* fix: require bootbox (ugly ones)
* fix(eslint): a lengthy line
2021-10-08 15:25:36 -04:00
Julian Lam
3e69bcdf1f
fix : #9872 update app badge with notification count if applicable
2021-10-08 11:32:54 -04:00
Barış Soner Uşaklı
176ed9199b
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2021-10-07 15:20:47 -04:00
Barış Soner Uşaklı
4f9717fb08
fix: escape thumbs, allow robots meta tag
2021-10-07 15:20:41 -04:00
gasoved
56d05b4e86
feat: confirm before deleting all events ( #9875 )
2021-10-07 14:53:51 -04:00
Barış Soner Uşaklı
543d85212b
refactor: remove unused colorpicker
2021-10-07 12:45:44 -04:00
Barış Soner Uşaklı
27e53b42f3
feat: use unread icon in mobile
2021-10-06 12:58:34 -04:00
Barış Soner Uşaklı
96f5312de9
fix : #9865 , don't display register messages after login
2021-10-05 10:41:26 -04:00
Barış Soner Uşaklı
a7668a7fb1
refactor: use utils.debounce
...
fixes socket message spam in chat resize
2021-10-04 10:58:32 -04:00
Barış Soner Uşaklı
4404e81991
fix: switch inf. scroll to xhr ( #9854 )
...
this fixes infinitescroll when url has custom query parameters
also fixes infinitescroll for plugins like QnA
fixes infinitescroll on tags page
deprecate topics.loadMoreSortedTopics
deprecate topics.loadMoreFromSet
2021-10-02 13:35:58 -04:00
Julian Lam
be43cd2597
Topic Linkbacks ( #9825 )
...
* feat: WIP topic linkbacks, + failing tests
* test: don't accidentally comment out all of the post tests
* fix: rename to "backlinks"
* feat: more stub code, more failing tests
* feat: backend methods and passing tests for topic backlinks
* test: uncomment test/posts.js again
* fix: missing quotation mark in topic event helper
* fix: superfluous usage of Promise.all
* test: fix broken test -- used hardcoded (and incorrect) url
* test: parseInt shenanigans
2021-09-29 12:26:15 -04:00
Barış Soner Uşaklı
0faa493745
fix: crossorigin not showing up on manifest link tag
2021-09-23 10:00:37 -04:00
Barış Soner Uşaklı
89af00d1d5
fix : #9827 , fix reward duplication
2021-09-22 23:56:34 -04:00
Barış Soner Uşaklı
9f0e55ad3e
fix : #9819 , show same time info for ban
2021-09-21 17:04:17 -04:00
Barış Soner Uşaklı
7a2f0ae15b
fix: show local time for ban
2021-09-21 16:10:37 -04:00
Barış Soner Uşaklı
75ebe78619
fix: escape moderation note before adding to dom
2021-09-20 10:16:16 -04:00
Julian Lam
66eaae44a6
feat: add client-side static hook to fire immediately before any topic action (hint: delete action to stop default behaviour)
2021-09-17 10:37:22 -04:00
Barış Soner Uşaklı
6a55c02702
fix : #9790 , get baseIndex on update for infinitescroll
2021-09-11 18:07:01 -04:00
Barış Soner Uşaklı
2657804c1f
fix : #9790 , fix sorting of more than one page of pinned topics
2021-09-11 17:57:42 -04:00
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 >
2021-09-08 17:17:25 -04:00
psychobunny
bf0c02a71e
feat: a slightly less ugly rewards panel
2021-09-07 11:49:43 -04:00
Julian Lam
0a41741b7e
refactor: deprecate picture update socket call, new API routes for picture update
2021-09-03 16:59:42 -04:00
Julian Lam
46e5e17d0f
fix: focus on save button on plugin activation
2021-09-03 11:34:09 -04:00
gasoved
fc0e655eef
refactor: consistent jquery element var naming
2021-09-01 22:41:41 -04:00
gasoved
760ea9df1e
fix: determine indeterminate checkboxes
2021-09-01 22:41:41 -04:00
gasoved
1272da6539
refactor: var to const
2021-09-01 22:41:41 -04:00
Julian Lam
ca9bae3a1c
fix: move app.alert back into the conditionals
2021-09-01 10:51:04 -04:00
Julian Lam
1bd1cc74a4
fix: only show email confirmation warning toast on pages that it applies
2021-09-01 10:51:04 -04:00
psychobunny
ae793b4a44
chore: found some hooks that don't play well docgen
2021-08-31 10:45:08 -04:00
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
2021-08-31 09:27:00 -04:00
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
2021-08-30 10:42:58 -04:00
Julian Lam
55693ec1b0
fix: lint
2021-08-25 10:24:02 -04:00
Julian Lam
e803737a4b
feat: add confirmation modal to topic event deletion
2021-08-25 10:12:50 -04:00
Julian Lam
1ee92c281d
fix: topic event deletion
2021-08-25 10:12:50 -04:00
Julian Lam
152f194aee
Server-side rendering of topic events ( #9733 )
...
* style: reformat list of helpers exported
* refactor: move topic events partial into a helper, invoke helper in topic.tpl (see persona), update how events are added to the DOM via addTopicEvents
closes #9731
* style: lint
2021-08-24 11:56:04 -04:00
Barış Soner Uşaklı
60bf564321
fix : #9729 , insert new posts after topic events
2021-08-23 12:31:11 -04:00
Barış Soner Uşaklı
77c3085a7b
fix : #9727 , addHandlers after hooks
2021-08-21 23:32:05 -04:00
Barış Soner Uşaklı
794bf01b21
feat: allow changing default search in
2021-08-18 20:35:39 -04:00
Julian Lam
cf4b78dbd3
Revert "fix: taskbar icon not pushed via composer/persona"
...
This reverts commit 3a81c8fd42 .
2021-08-18 10:09:39 -04:00
psychobunny
d2492ef48e
style: eslint
2021-08-17 18:16:43 -04:00
psychobunny
3a81c8fd42
fix: taskbar icon not pushed via composer/persona
...
@antosik, partially reverted your PR:
342503e07a
just specifically this file: 342503e07a/public/src/modules/taskbar.js
I'm not 100% sure, but it might be because this hook is called sooner than the hook being registered? https://github.com/NodeBB/nodebb-theme-persona/blob/master/public/persona.js#L100-L101 @julianlam
2021-08-17 17:49:06 -04:00
Barış Soner Uşaklı
382a4c2785
feat: #9705 , use radio buttons for flag reasons
2021-08-16 11:26:49 -04:00
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
2021-08-13 16:58:37 -04:00
Barış Soner Uşaklı
8bf2896d6c
fix: lint
2021-08-10 21:19:01 -04:00
Barış Soner Uşaklı
358ad74054
feat: closes #9684 , allow event deletion
...
fix: topic events appearing before necro messages
feat: add move topic event
feat: add ability to delete specific topic events via events.purge
2021-08-10 19:39:51 -04:00
Julian Lam
bbbacd86ab
feat: updated email confirmation alert to more closely reflect email usage, remembering dismissal
2021-07-30 13:29:13 -04:00
Julian Lam
58adb76246
feat: allow requirejs modules to be awaited
2021-07-30 13:29:13 -04:00
Julian Lam
0e05cbe1f7
feat: show instructional modal after email change request
2021-07-30 13:29:13 -04:00
gasoved
a917210c5b
feat: invites no longer require email
2021-07-30 13:29:13 -04:00
Julian Lam
69c96dd23c
refactor(emails): more work in update email interstitial, interstitial skipping, email change on confirmation, deprecation of requireEmailConfirmation
2021-07-30 13:29:13 -04:00