Julian Lam
7da1b43f2b
fix: script failure if client-side page script does not exist
2021-01-27 14:32:15 -05:00
Julian Lam
dc84559d0b
feat(topic-events): topic events GET route in write API
2021-01-27 13:16:49 -05:00
Julian Lam
8e93bf7362
feat(topic-events): client-side handling on topic event log
2021-01-27 13:16:49 -05:00
Julian Lam
df2fdd56ba
fix(topic-events): repeated invocations of Posts.addTopicEvents caused dupes to be added to DOM
2021-01-27 13:16:49 -05:00
Julian Lam
9559fad8ac
refactor(topic-events): expose addTopicEvents method in topic posts lib
...
+ allow it to accept an array of events, or fall back to ajaxify data otherwise
2021-01-27 13:16:49 -05:00
Julian Lam
882e6a159c
feat(topic-events): handle newest_to_oldest sort in topic events, WIP
2021-01-27 13:16:49 -05:00
Julian Lam
2293a07a06
feat(topic-events): generic css for timeline-event
2021-01-27 13:16:49 -05:00
Julian Lam
611d1f872d
feat(topic-events): support for uids in topic event payloads
2021-01-27 13:16:49 -05:00
Julian Lam
ab2e1ecb40
feat(topic-events): work in progress topic events logic and client-side implementation
2021-01-27 13:16:49 -05:00
Julian Lam
faf5960373
fix: bug where action:ajaxify.end was never called if there were no init scripts
2021-01-27 12:23:02 -05:00
Julian Lam
8e5687a4af
refactor(hooks): deprecate action:script.load client-side hook
...
Use `static:script.init` instead.
2021-01-27 12:23:02 -05:00
Julian Lam
efff8e2ae2
fix(hooks): bug where hook firing would fail if there were no listeners
2021-01-27 12:23:02 -05:00
Julian Lam
e7bd038db1
refactor(hooks): better error handling
...
Hook listeners can both throw and reject, and it will be handled appropriately (e.g. filters won't fail)
2021-01-27 12:23:02 -05:00
Julian Lam
1d77572117
feat(hooks): update action:ajaxify.end to use new hooks module
2021-01-27 12:23:02 -05:00
Julian Lam
412d285850
fix(hooks): fallback handling for core invocations of hooks.fire
...
+ .on() which is the same as .register()
2021-01-27 12:23:02 -05:00
Julian Lam
01c9b1847e
feat(hooks): client-side hooks module
...
Similar to server-side, comes with three hook types, filter, action, and static. Behaviour also mimics server-side.
2021-01-27 12:23:02 -05:00
Misty (Bot)
42c0f9ac52
Latest translations and fallbacks
2021-01-27 09:11:26 +00:00
Misty (Bot)
39bc741bca
Latest translations and fallbacks
2021-01-26 09:10:04 +00:00
Julian Lam
8b72479f62
fix: remove 'filters' and 'categories' from flag details API return [breaking]
...
These options were originally used when the flag filters were shown in the sidebar. This has seen been removed, and so the information is now superfluous
2021-01-25 12:13:09 -05:00
Julian Lam
6b1c97db79
feat: feature flag for auto-resolving a user's flags on ban [breaking]
...
The default behaviour has now been changed to 'off'. Going forward, a user's flags will no longer automatically resolve on ban.
2021-01-25 11:07:29 -05:00
Misty (Bot)
a396b1099c
Latest translations and fallbacks
2021-01-25 09:09:10 +00:00
Julian Lam
b2b1450e5d
fix : #9217 , render 400 error page on bad access to /register
2021-01-24 13:59:16 -05:00
Misty (Bot)
06e2ef1a8e
Latest translations and fallbacks
2021-01-24 09:06:49 +00:00
Misty (Bot)
65849d9b93
Latest translations and fallbacks
2021-01-23 09:06:25 +00:00
Misty (Bot)
d1f78cb8c0
Latest translations and fallbacks
2021-01-22 09:09:56 +00:00
Misty (Bot)
a55051de2f
Latest translations and fallbacks
2021-01-20 09:09:28 +00:00
Julian Lam
966c4117ec
refactor(api): post move to write API
2021-01-18 15:31:14 -05:00
Barış Soner Uşaklı
0fa4c11ea6
fix: don't chagne scrollTop if at the top of page
2021-01-18 14:52:52 -05:00
Julian Lam
e118e59ce0
refactor(api): post diffs to use write API
2021-01-18 14:26:22 -05:00
Barış Soner Uşaklı
1590cdf19f
fix : #9206 , fix double escaped arguments
2021-01-17 20:22:46 -05:00
Misty (Bot)
a972b5a77a
Latest translations and fallbacks
2021-01-15 09:08:26 +00:00
Barış Soner Uşaklı
3d36208877
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2021-01-13 11:37:22 -05:00
Barış Soner Uşaklı
0a471b76b5
fix: use max
2021-01-13 11:37:15 -05:00
Barış Soner Uşaklı
c30b40abe7
fix: keep 60 topics minimum on topic list
2021-01-13 11:35:18 -05:00
Misty (Bot)
fc3a0bd427
Latest translations and fallbacks
2021-01-13 09:08:53 +00:00
Misty (Bot)
a26bfb3fda
Latest translations and fallbacks
2021-01-12 09:08:47 +00:00
Julian Lam
a407a51da6
fix : #9178 missing language strings (and fallbacks) for post-queue
2021-01-11 14:47:09 -05:00
Misty (Bot)
d90c7ff43b
Latest translations and fallbacks
2021-01-11 09:08:27 +00:00
Misty (Bot)
6c855bf48e
Latest translations and fallbacks
2021-01-10 09:08:11 +00:00
Misty (Bot)
96280d76af
Latest translations and fallbacks
2021-01-09 09:07:47 +00:00
Barış Soner Uşaklı
d83d40cf9b
fix: missing error message
2021-01-08 12:01:44 -05:00
Julian Lam
0da2843281
feat(api): schema definition for new credential checking route
2021-01-07 15:11:45 -05:00
Julian Lam
87a7d85e89
fix: missing breadcrumbs in schema
2021-01-07 15:11:45 -05:00
Barış Soner Uşaklı
072a0e32d8
feat: #8813 , faster category search dropdown
...
when you have 4k+ categories manipulating DOM becomes very slow
clone the list and manipulate it outside of DOM, replace list on DOM when search is done
add utils.debounce so list is updated slower
2021-01-06 17:04:18 -05:00
Misty (Bot)
afe6d84710
Latest translations and fallbacks
2021-01-06 09:09:57 +00:00
Misty (Bot)
ebf1624a90
Latest translations and fallbacks
2021-01-02 09:07:42 +00:00
Misty (Bot)
d1700c40e2
Latest translations and fallbacks
2020-12-31 09:09:40 +00:00
Julian Lam
e5edbc6faf
feat: automatically attempt socket.io reconnection on ajaxify
...
Also, updated messaging and toaster to accurately reflect offline-mode state
2020-12-30 13:59:00 -05:00
Julian Lam
041d45c3d2
fix: genericise .necro-post, bump persona to latest
2020-12-29 16:34:05 -05:00
Julian Lam
edb8da1ef9
feat(api): closes #9123 category and topic routes migrated to Write API
2020-12-29 10:32:01 -05:00