Misty (Bot)
8826e7a858
Latest translations and fallbacks
4 years ago
Misty (Bot)
6650c0bbf7
Latest translations and fallbacks
4 years ago
Misty (Bot)
b837e04ae0
Latest translations and fallbacks
4 years ago
Misty (Bot)
84830bf7c8
Latest translations and fallbacks
4 years ago
Misty (Bot)
9efdbecc00
Latest translations and fallbacks
4 years ago
Julian Lam
21359eabac
feat: convert _fireStaticHook to async function (auto-refactor by vscode)
4 years ago
Julian Lam
6bc090f8bb
docs: some hook deprecation notices
4 years ago
Julian Lam
ef4e74bfc8
refactor: client-side to use flag notes API
4 years ago
Julian Lam
cc6cbfcdc4
Flags API ( #9666 )
...
* feat: new routes for flags API
+ flag get
+ flag creation, migration from socket method
+ flag update, migration from socket method
* fixed bug where you could not unassign someone from a flag
* feat: tests for new flags API
added missing files for schema update
* fix: flag tests to use Write API instead of sockets
* feat: flag notes API + tests
* chore: remove debug line
* test: fix breaking test on mongo
4 years ago
Misty (Bot)
71bc258731
Latest translations and fallbacks
4 years ago
psychobunny
acb11cc764
fix: use hooks module instead of window trigger
4 years ago
Misty (Bot)
c4be0078ed
Latest translations and fallbacks
4 years ago
Misty (Bot)
f9a89adc97
Latest translations and fallbacks
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
psychobunny
522291726d
style: lint
4 years ago
psychobunny
e0db904b0e
feat: new hook `action:topics.loading` (in the same format as `action:posts.loading`)
4 years ago
psychobunny
8ae4c30029
feat: schedule deprecation for `action:category.loaded` and `action:category.loading`. Use `action:topics.loaded/ing` instead
...
(or action:ajaxify.end if you are using it to check cid on page load)
4 years ago
psychobunny
07f25d8c47
fix: made TopicList.onTopicsLoaded private [breaking]
4 years ago
Misty (Bot)
62cd5f669b
Latest translations and fallbacks
4 years ago
Misty (Bot)
98b685d9c5
Latest translations and fallbacks
4 years ago
Julian Lam
7036c3751e
feat: internationalize API error messages
4 years ago
Barış Soner Uşaklı
5fd190f7c4
feat: #9651 , change category desc to multiline
4 years ago
Misty (Bot)
7da8f12173
Latest translations and fallbacks
4 years ago
Misty (Bot)
5fe074c133
Latest translations and fallbacks
4 years ago
Misty (Bot)
d9ea704731
Latest translations and fallbacks
4 years ago
Misty (Bot)
f7f008a779
Latest translations and fallbacks
4 years ago
Misty (Bot)
7b20cd304b
Latest translations and fallbacks
4 years ago
Misty (Bot)
b3658329da
Latest translations and fallbacks
4 years ago
Julian Lam
b896484351
fix : #9634 , re-jig top bar of Admin > Manage > Users
4 years ago
Misty (Bot)
4d6421bb76
Latest translations and fallbacks
4 years ago
Julian Lam
849049765b
fix : #9636 , sanitize all attributes in meta and link tags
4 years ago
Julian Lam
09bac6bd7e
fix: convert some hooks to use hooks module
...
re: julianlam/nodebb-plugin-markdown#130
4 years ago
Misty (Bot)
a76eab1ca2
Latest translations and fallbacks
4 years ago
Misty (Bot)
e6f30d2a36
Latest translations and fallbacks
4 years ago
Misty (Bot)
366b36a560
Latest translations and fallbacks
4 years ago
Barış Soner Uşaklı
561ce7d30a
fix : #9629 , translate content property of meta tags
4 years ago
Barış Soner Uşaklı
9a9250338a
Merge branch 'master' of https://github.com/NodeBB/NodeBB
4 years ago
Barış Soner Uşaklı
2fe30b6fa0
feat: #9628 , allow setting custom icon names
4 years ago
Misty (Bot)
eacd00e9a4
Latest translations and fallbacks
4 years ago
Barış Soner Uşaklı
84e065752f
fix : #9622 ( #9623 )
...
dont allow regular user to remove system tags
4 years ago
Misty (Bot)
50e1a1a7ca
Latest translations and fallbacks
4 years ago
Barış Soner Uşaklı
c92fc19b5c
fix : #9619 , add group chat filter to /notifications
4 years ago
Misty (Bot)
ab5e2a4163
Latest translations and fallbacks
4 years ago
Barış Soner Uşaklı
7b4c0a1683
fix: keep query params when switching chat
4 years ago
Misty (Bot)
dc613835e1
Latest translations and fallbacks
4 years ago
Misty (Bot)
8f58c97c6d
Latest translations and fallbacks
4 years ago
Barış Soner Uşaklı
be19f27f40
feat: add filter:categories.categorySearch
4 years ago
Misty (Bot)
3cc3ef6e70
Latest translations and fallbacks
4 years ago
Misty (Bot)
db5f988324
Latest translations and fallbacks
4 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
4 years ago
Misty (Bot)
8f00abc838
Latest translations and fallbacks
4 years ago
Barış Soner Uşaklı
39e1359142
fix: schema
4 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
4 years ago
Misty (Bot)
1709139200
Latest translations and fallbacks
4 years ago
psychobunny
2db77b0cd2
docs: add undoTimeout
4 years ago
psychobunny
e588948ff5
feat: add undoTimeout to moving posts as well #9599
4 years ago
psychobunny
05cc7ccb60
feat: make undoTimeout configurable, closes #9599
4 years ago
Julian Lam
93d94564c1
fix : #9596 , incorrect placeholder string in some translations
4 years ago
Mats
c448ba6f5a
Fixes flag note editing, deletion, and template update ( #9581 )
...
* Fixes flag note editing, deletion, and template update
Flag note datetime should be int.
Corrects argument order for note reloading.
* Chore: add missing radix
* fix: empty append bug
This line results in an error message popping up when clicking the flag notes text box, as the 'appendNote' case fires with no text. I can't tell that it serves any function.
4 years ago
Misty (Bot)
21c992242e
Latest translations and fallbacks
4 years ago
Misty (Bot)
866a53088b
Latest translations and fallbacks
4 years ago
Mats
f9b248b87f
fix: updates navigation menu user icon
4 years ago
Misty (Bot)
e6c3840a4d
Latest translations and fallbacks
4 years ago
Misty (Bot)
b9482e3c87
Latest translations and fallbacks
4 years ago
Julian Lam
d2960aeb09
feat: added GET user route for api v3
4 years ago
Misty (Bot)
925883bf4c
Latest translations and fallbacks
4 years ago
Misty (Bot)
609e579442
Latest translations and fallbacks
4 years ago
Misty (Bot)
99472e7652
Latest translations and fallbacks
4 years ago
Mats
e6ef094079
Re-enable "change username" button after failed attempt ( #9568 )
...
* Re-enable "change username" button after failed attempt
* chore: proper indentation
4 years ago
Misty (Bot)
0a5f165371
Latest translations and fallbacks
4 years ago
Misty (Bot)
573a6e11e3
Latest translations and fallbacks
4 years ago
Misty (Bot)
d81ce3e566
Latest translations and fallbacks
4 years ago
Barış Soner Uşaklı
f5847f4f02
feat: #9559 , set order help text
4 years ago
Misty (Bot)
728db64485
Latest translations and fallbacks
4 years ago
Misty (Bot)
70852c24de
Latest translations and fallbacks
4 years ago
Misty (Bot)
2e6a01a7c8
Latest translations and fallbacks
4 years ago
Misty (Bot)
f645a96d18
Latest translations and fallbacks
4 years ago
Julian Lam
8cc61f1197
feat: automatically attempt reconnection on window focus
4 years ago
Julian Lam
ec6d1e2321
fix : #9507 session reroll causes socket.io to become confused ( #9534 )
...
* fix : #9507 session reroll causes socket.io to become confused
* fix: added return
* fix: simpler logic for error handling
* fix: overly sensitive catch
4 years ago
Julian Lam
6ef0c8e950
docs: update API docs to better outline authentication options
4 years ago
Misty (Bot)
b4c31f78ec
Latest translations and fallbacks
4 years ago
Misty (Bot)
7f7d5a8f79
Latest translations and fallbacks
4 years ago
Misty (Bot)
230bbf01fc
Latest translations and fallbacks
4 years ago
Misty (Bot)
d8a8864cee
Latest translations and fallbacks
4 years ago
Misty (Bot)
3cfd8f7671
Latest translations and fallbacks
4 years ago
Misty (Bot)
45a4bb4174
Latest translations and fallbacks
4 years ago
Misty (Bot)
32d67666cd
Latest translations and fallbacks
4 years ago
gasoved
ce5fea2abd
fix: do not register SW for Safari until upstream fixes #9193
4 years ago
gasoved
cb1dd0a3db
fix: infinite scroll with small number of items #9524 ( #9525 )
4 years ago
Misty (Bot)
9950602eff
Latest translations and fallbacks
4 years ago
Julian Lam
db48b9527d
fix : #9519 unable to properly ajaxify to home on subfolder installs if anchor did not have a trailing slash
4 years ago
Misty (Bot)
8789716ae4
Latest translations and fallbacks
4 years ago
Misty (Bot)
ac1a272321
Latest translations and fallbacks
4 years ago
Misty (Bot)
55e3f5c1db
Latest translations and fallbacks
4 years ago
Julian Lam
d08d0c42e9
docs: update API authentication verbiage
4 years ago
Barış Soner Uşaklı
b40fc4b64d
feat: #9511 send notifications on accept/reject
4 years ago
psychobunny
2bfa63aecf
feat: `hidden` class to FOUC
4 years ago
Misty (Bot)
3b98d83a6b
Latest translations and fallbacks
4 years ago
Misty (Bot)
56f6b98b80
Latest translations and fallbacks
4 years ago
Misty (Bot)
a90f123b50
Latest translations and fallbacks
4 years ago