Barış Soner Uşaklı
41e0240010
fix: dont show previews on mobile
4 years ago
Barış Soner Uşaklı
054685265d
fix: category load more btn visibility
4 years ago
Barış Soner Uşaklı
f728abda06
fix: remove tooltip on ajaxify
4 years ago
Barış Soner Uşaklı
9fbb3b11ef
perf: only load posts once
4 years ago
Barış Soner Uşaklı
5a0efd2d42
fix: don't use # for previews
4 years ago
Barış Soner Uşaklı
8c67031609
feat: show posts previews if enabled on mouse over
4 years ago
Barış Soner Uşaklı
a7f235dbac
fix: topic events not rendered in infinitescroll
4 years ago
Barış Soner Uşaklı
e8c17feedb
refactor: use utils.debounce
4 years ago
Barış Soner Uşaklı
50b2ebf844
fix: remove unused code
4 years ago
Julian Lam
5a328485dd
Revert "fix: only show email confirmation warning toast on pages that it applies"
...
This reverts commit 1bd1cc74a4
.
4 years ago
Barış Soner Uşaklı
64192731a0
refactor: use search api for topic search
4 years ago
Barış Soner Uşaklı
47df62e700
fix: clicking outside postContainer should close tooltip
4 years ago
Barış Soner Uşaklı
fec7ebed04
fix: tooltip
4 years ago
Barış Soner Uşaklı
66fca4e066
feat: quote tooltip
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
Barış Soner Uşaklı
96f5312de9
fix : #9865 , don't display register messages after login
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ı
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
4 years ago
Barış Soner Uşaklı
9f0e55ad3e
fix : #9819 , show same time info for ban
4 years ago
Barış Soner Uşaklı
75ebe78619
fix: escape moderation note before adding to dom
4 years ago
Julian Lam
66eaae44a6
feat: add client-side static hook to fire immediately before any topic action (hint: delete `action` to stop default behaviour)
4 years ago
Barış Soner Uşaklı
6a55c02702
fix : #9790 , get baseIndex on update for infinitescroll
4 years ago
Barış Soner Uşaklı
2657804c1f
fix : #9790 , fix sorting of more than one page of pinned topics
4 years ago
Julian Lam
1bd1cc74a4
fix: only show email confirmation warning toast on pages that it applies
4 years ago
psychobunny
ae793b4a44
chore: found some hooks that don't play well docgen
4 years ago
Julian Lam
55693ec1b0
fix: lint
4 years ago
Julian Lam
e803737a4b
feat: add confirmation modal to topic event deletion
4 years ago
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
4 years ago
Barış Soner Uşaklı
60bf564321
fix : #9729 , insert new posts after topic events
4 years ago
Barış Soner Uşaklı
794bf01b21
feat: allow changing default search in
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ı
8bf2896d6c
fix: lint
4 years ago
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
4 years ago
Julian Lam
0e05cbe1f7
feat: show instructional modal after email change request
4 years ago
gasoved
a917210c5b
feat: invites no longer require email
4 years ago
Julian Lam
7c1d1c777b
refactor(emails): remove email validation on client and server side
4 years ago
Julian Lam
12b2a979a0
feat: removal of emailExists socket listener
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
Julian Lam
09bac6bd7e
fix: convert some hooks to use hooks module
...
re: julianlam/nodebb-plugin-markdown#130
4 years ago
Barış Soner Uşaklı
7b4c0a1683
fix: keep query params when switching chat
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
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
Mats
f9b248b87f
fix: updates navigation menu user icon
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
gasoved
cb1dd0a3db
fix: infinite scroll with small number of items #9524 ( #9525 )
4 years ago
gasoved
8faa6e4515
feat: filter flags by username #8489 ( #9451 )
...
* feat: filter flags by username #8489
* feat: toggle flag filter text
4 years ago
psychobunny
e50408b461
fix: restore original behavior for up/downvoting when logged out
4 years ago