Julian Lam
802878c371
Merge pull request #5455 from pichalite/cropper
...
Make cropper in to a module
8 years ago
barisusakli
e009ce5609
closes #5443
8 years ago
barisusakli
4d05e492cc
closes #5312
8 years ago
Peter Jaszkowiak
c75391f9f5
Sound system improvements
...
- Fix sound ACP uploads
- Display soundpack names with sound files
- Soundpacks can have sounds with identical names
- Link sounds during build step
- Generate map of sound name to file name during build step
- Change how soundpacks work. It's now done via a field in plugin.json
8 years ago
pichalite
2ca8f60e77
Finalize cropper module
8 years ago
pichalite
484891472e
Make cropper in to a module
8 years ago
barisusakli
dad5b135c3
lint
8 years ago
barisusakli
c285eb7fcd
closes #5450
8 years ago
Julian Lam
fcaefbadca
Merge remote-tracking branch 'origin/master' into develop
8 years ago
Anil Mandepudi
c25836b5fc
Option to upload without cropping ( #5447 )
...
* Option to upload without cropping
* Fix styling
* Fix styling
* Add missing semi-colon
* I fail at styling :fail:
8 years ago
psychobunny
570efb9e4b
Merge branch 'develop' into threads-enhancement
8 years ago
psychobunny
83cd960ffa
improved threaded view design
8 years ago
barisusakli
387110fecc
closes #5315
8 years ago
Julian Lam
8a0a74d95e
Merge remote-tracking branch 'origin/master' into develop
8 years ago
Julian Lam
b5daedb7a3
Merge remote-tracking branch 'origin/master' into develop
8 years ago
Peter Jaszkowiak
bb1bfb0449
Merge branch 'master' into assets-route
8 years ago
pichalite
2c5f8ed8e6
Add image options to cropper modal
8 years ago
psychobunny
dbc3113940
Merge pull request #5412 from pichalite/cropperjs
...
Ability to crop profile images before uploading
8 years ago
pichalite
b757f563df
Move tpl and less to core
8 years ago
pichalite
a808d1b4d9
Set aspect ratio to square and confine crop box to image
8 years ago
barisusakli
76254942b2
closes #5190
8 years ago
Peter Jaszkowiak
360a35d0a6
Resolve merge conflicts
8 years ago
pichalite
700e2cf800
linting
8 years ago
pichalite
de28ff5d43
Ability to crop profile images before uploading
8 years ago
Julian Lam
73879b824c
Merge branch 'master' into develop
8 years ago
Julian Lam
694f2382bf
fix issue where navigating back to a topic listing (category.tpl) would not scroll down to the topic you had clicked on, and in some cases would exclude topics that were beyond that particular 'page'
8 years ago
Julian Lam
08af924873
closes #5189
8 years ago
Julian Lam
82e9e1a05d
closes #5189
8 years ago
Peter Jaszkowiak
05b68391dd
Use `/assets` for client assets
...
- Route `/assets` -> `build/public`, falling back on `public`
- Moved destinations for `nodebb.min.js`, `acp.min.js`, `admin.css`, `stylesheet.css`, `templates`, and `sounds` to `build/public`
- r.js modules previously routed through express are now symlinked into `public/build/src/modules`
- minfiles no longer served from a memory cache
- use config `views_dir` setting everywhere template directory is used
- fix cache buster `v=v=`
8 years ago
Julian Lam
9dcbe875a0
Merge branch 'master' into develop
8 years ago
psychobunny
9797f69324
action:chat.sent
8 years ago
Julian Lam
3861b2dd80
Merge remote-tracking branch 'origin/master' into develop
8 years ago
pichalite
5b646495af
Confirm before removing user and group cover picture
8 years ago
Julian Lam
db20df0110
Merge branch 'master' into develop
8 years ago
barisusakli
190b3759a0
fix tests
8 years ago
barisusakli
827e4b4ffd
refactor post tools
8 years ago
Julian Lam
29c7ae7645
Merge remote-tracking branch 'origin/master' into develop
8 years ago
Barış Soner Uşaklı
c4d4d2385b
closes #3973 closes #5303
8 years ago
Julian Lam
c640bdf2b9
Merge branch 'master' into develop
8 years ago
barisusakli
1fed01fe43
ability to filter search by tags
8 years ago
Julian Lam
e6768ab572
some more fixes to flags, simplifying qs manipulation in flags search
...
re: #5232
8 years ago
Julian Lam
aaec71bc0c
added stepSize to flags chart, #5232
8 years ago
Julian Lam
ebc9abd773
upgrade script and graphs for #5232
8 years ago
Julian Lam
5dd892bd01
a bunch of changes here... allowing user profiles to be flagged, #5232
8 years ago
Julian Lam
a2fecf5ae4
Merge remote-tracking branch 'origin/master' into flagging-refactor
8 years ago
Julian Lam
9f9051026b
more work on #5232
8 years ago
Stuart Williams
647d0e0a75
Avoid encoding HTML in Twitter social share text
8 years ago
Julian Lam
88958049eb
added some more filters, and appending event to history on flag creation
...
issue #5232
8 years ago
Julian Lam
8e1d441e20
Added some quick filters, #5232
8 years ago
Julian Lam
753d4b0275
wrapped up basic functionality of list and detail for flags, filter support. #5232
8 years ago
Julian Lam
f1d144f15e
history appending, finished up notes, #5232
8 years ago
Julian Lam
d9d60c20bd
flag updating and note appending, #5232
8 years ago
barisusakli
2e28a8f7c7
closes #5239
8 years ago
Julian Lam
c987b8474e
fixing new post parsing to not add img-responsive to avatars
8 years ago
barisusakli
db14c29e41
socket.io/categories tests
8 years ago
Julian Lam
ede7a71db7
Fixes #5186
...
On socket.io connection, all clients join a room pertaining to
their express session id. We use this room to keep track of any
sessions in different browser windows (but the same cookie jar),
so if a login/logout occurs, we can throw a session mismatch
modal.
This room can also be used to emit messages across windows/tabs...
8 years ago
barisusakli
8294fc90e3
closes #5084
8 years ago
Barış Soner Uşaklı
b38a10f96a
add pagination to user profile
8 years ago
barisusakli
5cfe379841
fix recent for inf scroll
8 years ago
barisusakli
fb47bf3889
unread/recent changes closes #4774
8 years ago
barisusakli
90c2ca38f9
more nested reply fixes
8 years ago
barisusakli
c90f082c77
fix edit/vote/bookmark icons for nested replies
8 years ago
Ben Lubar
2185d8eb99
Ban UI fixes ( #5169 )
...
- Permanent bans assigned by global moderators no longer expire immediately
(does not apply retroactively)
- Bans with no reason given no longer have "undefined" as their reason
(applies retroactively)
- 0 is now a selectable value for "ban duration, select 0 for permanent"
8 years ago
barisusakli
eca850c4b1
nested reply improvements
...
on new post increase count and add nested reply if replies are expanded
on post purge reduce count and remove nested reply
8 years ago
barisusakli
8f76ebf972
don't start loading again if already loading
8 years ago
barisusakli
3d1d9b8bd5
fix test, process rendered replies
8 years ago
barisusakli
ff08cbf677
replies to posts
8 years ago
Ben Lubar
d74e2d0650
Don't hardcode fa-plus < https://github.com/NodeBB/NodeBB/pull/5050#issuecomment-256862345 >
8 years ago
Ben Lubar
81211887fc
make eslint happy
8 years ago
Ben Lubar
ea10f51f2e
UI for replies-to-post (needs theme update)
8 years ago
Julian Lam
0590a4f2cf
closes #5156
8 years ago
Sergii Paryzhskyi
e515b791da
Fix eslint rules ( #5117 )
...
* Fix semi linter rule
* Fix semi-spacing linter rule
* Fix no-undef-init linter rule
* Fix space-before-blocks linter rule
8 years ago
Julian Lam
d002c3eb76
fixing session revocation on account info page
8 years ago
barisusakli
b16671caa5
dont do IS if there is a search term
8 years ago
Julian Lam
83a0fff887
lint :rage2: @Psychobunny
8 years ago
psychobunny
ad52d1a1aa
latest chats design
8 years ago
Julian Lam
dd8759b0e9
fixes #5146
8 years ago
Barış Soner Uşaklı
cbd936c547
closes #5140
8 years ago
Julian Lam
8159c44df2
exposing pid, username, and userslug to flag modal
8 years ago
barisusakli
a0cf6046f1
new clientside hook action:profile.update
8 years ago
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
8 years ago
HeeL
3fa1c1f927
Fix space-infix-ops linter rule
8 years ago
barisusakli
9b59bc3247
closes #5103
8 years ago
pichalite
cd35c135cc
modify user edit password screen to match register page for displaying validations
8 years ago
barisusakli
6f86621e30
closes #5096
8 years ago
Barış Soner Uşaklı
804c7927a4
closes #5095
8 years ago
barisusakli
63f147786c
fix update cover to use correct uid
8 years ago
barisusakli
0da9bf2698
remove since in chat
8 years ago
barisusakli
fe50c8d124
closes #5078
8 years ago
barisusakli
a93ee97926
closes #5073
8 years ago
barisusakli
053906b76d
revert chat fix
8 years ago
barisusakli
c8e5f52d9f
fix chat route on mobile
8 years ago
Barış Soner Uşaklı
543a403fa8
Merge pull request #5062 from pichalite/patch-1
...
redirect main window to correct url on chat pop out
8 years ago
Anil Mandepudi
351504bd6c
fix error on icon to picture change in profile
8 years ago
Anil Mandepudi
eb61c4e267
redirect main window to correct url on chat pop out
8 years ago
Anil Mandepudi
2ef09de48d
fix route on chat search
8 years ago
Anil Mandepudi
9c646ce39c
redirect to correct route on Chats.leave
8 years ago
barisusakli
1ec5539adc
closes #5055
8 years ago
barisusakli
ae6305365e
dont set search term from localstorage
8 years ago
barisusakli
8326846c2f
closes #5043
8 years ago
barisusakli
ff29d0e826
closes #4290
8 years ago
barisusakli
aad1e54c37
closes #5041
8 years ago
barisusakli
15cae8d6ea
ability to set moderation note on users
8 years ago
barisusakli
55396ca442
inf scroll in chat-content
9 years ago
barisusakli
4be20799ec
fix getRecentChats
9 years ago
barisusakli
202edfa47e
chat history access
9 years ago
barisusakli
4ce8e2224a
optimize topics.markTopicNotificationsRead
...
let's not call it once for each tid
9 years ago
barisusakli
958fe3e72f
closes #3762
9 years ago
barisusakli
5e77b87a1e
removed scroll duration
9 years ago
barisusakli
a72ccfb067
only remove page # on IS
9 years ago
barisusakli
49bd03b8ec
closes #5004
9 years ago
psychobunny
30da4ac748
closes #5031
9 years ago
barisusakli
7f27a21441
new hook action:infinitescroll.loadmore
9 years ago
barisusakli
8868668daa
fix navigator displaying wrong index
...
related to #4998
9 years ago
barisusakli
7afd2925af
get sort setting from config
9 years ago
Julian Lam
194716cd68
re: #5002
9 years ago
barisusakli
532a543226
closes #4999
...
$(document).offset() crashes on jquery 3.0
9 years ago
Anil Mandepudi
0be557b846
fixes #4991 ( #4993 )
9 years ago
barisusakli
6e3d525ef4
closes #4704
9 years ago
barisusakli
843dc61e41
closes #4990
9 years ago
barisusakli
6d34bb4657
closes #2166
9 years ago
pichalite
05ad373b80
minor design tweaks to register page
9 years ago
pichalite
400da256f1
require translator instead of global
9 years ago
barisusakli
3c1a4876d7
removed unused vars
9 years ago
Julian Lam
da47f5675c
don't wrap images in links if the link is blank, fixes #4976
9 years ago
barisusakli
9eb64aa3fa
closes #4975
9 years ago
barisusakli
6a04e2909d
page param not used
9 years ago
barisusakli
84f88a6f15
refactor user search
...
use pagination on results
removed infinite scroll
changed the term and section to use the query param as well
pagination urls respect search
9 years ago
Mathias Schreck
ce9ee62fa0
Handle callback errors
9 years ago
barisusakli
d43c19c173
closes #4952
9 years ago
barisusakli
9207d6a74d
fix so the parent button doesn't ajaxify if the post is already on the screen
9 years ago
barisusakli
49bf27d985
closes #4944
9 years ago
barisusakli
a7ed5a0129
delete content
9 years ago
barisusakli
32320018ab
closes #4911
9 years ago
barisusakli
0efe315790
closes #4631
9 years ago
barisusakli
56d325bd86
privilege fixes
9 years ago
barisusakli
73e19fa13a
fix app.alertError
9 years ago
Barış Soner Uşaklı
e1c0a8f3b3
Merge pull request #4909 from BenLubar/self-topic-deletion
...
add edit/delete post, delete topic privileges per-category
9 years ago
Julian Lam
e019eb40c4
altering ajaxify abort behaviour to look for null instead of empty string, and triggering ajaxify.end when abort occurs
9 years ago
Ben Lubar
f62da5c4e9
see NodeBB/NodeBB#4909
9 years ago
Ben Lubar
26df552d55
Add edit, delete, and topics:delete permissions for users acting on their own posts
9 years ago
barisusakli
f222adb0a3
closes #4910
9 years ago
Julian Lam
e02134f981
closes #4911
9 years ago
Julian Lam
dd8e5edbd7
closes #4895
9 years ago
Anil Mandepudi
2f73807107
add missing comma
9 years ago
barisusakli
8e2e800e6d
fix streamed in topics on category page
9 years ago
Julian Lam
71a5e4a8a1
better error handling for session revocation if no login session is present, #4214
9 years ago
barisusakli
58ab76d3c2
action:category.loaded, sort qs on category page
9 years ago
Barış Soner Uşaklı
7804d3989e
Merge pull request #4858 from pichalite/change-recent
...
pass set as attribute for recent route
9 years ago
Ben Lubar
85e42aee6e
make ?page=[numbers] links work for users with pagination disabled. remove ?page when updating the URL for infinite scroll
9 years ago
pichalite
6249b9a6fb
rename dbset to set
9 years ago
pichalite
f72e00a1b5
pass dbset as attribute
9 years ago
Julian Lam
f3c1e75cca
fixes #4855
9 years ago
barisusakli
910e94a690
closes #4815
9 years ago
Ben Lubar
3214d00105
convert post parent button to a link
9 years ago
barisusakli
bb7303834f
remove csrf r.js module
9 years ago
pichalite
c204eac93a
translate language strings in votes modal
9 years ago
barisusakli
f6bec561bf
when post is deleted or restored clear the post tools menu
9 years ago
barisusakli
f084ff9a54
closes #4813
9 years ago
barisusakli
1a43b3482c
insert postbar after placeholder
9 years ago
Julian Lam
21caa82b61
ban controls on frontend, closes #4807
9 years ago
barisusakli
789a3736af
closes #4820
9 years ago
barisusakli
aadd883594
fix numbers on users infinite load
9 years ago
barisusakli
376e031928
closes #4809
9 years ago
barisusakli
688028c63b
closes #4802
9 years ago
barisusakli
14b067a838
closes #4800
9 years ago
Julian Lam
08dd19da17
removed some client-side logic that used to handle termsOfUse
9 years ago
barisusakli
871a247840
closes #4779
9 years ago
barisusakli
4bbc8110a9
closes #4772
9 years ago
barisusakli
1bf6054345
showStalewarning change
9 years ago
barisusakli
3bd93526cd
closes #4768
9 years ago
barisusakli
d227d526d1
closes #4341
9 years ago
barisusakli
abb1c1c010
closes #4758
9 years ago
pichalite
c60f571d2c
fixes #4727
9 years ago
psychobunny
4c2ee2e736
closes #4731
9 years ago
psychobunny
96a9b59419
action:topics.changeWatching
9 years ago
Barış Soner Uşaklı
71b3a42bed
closes #4698
9 years ago
Ben Lubar
c288ba0a17
fix replying on IE11 - see c50f228acc (commitcomment-17651064)
( #4699 )
9 years ago
barisusakli
2c5464760d
#4668
...
allow admins/mods to edit even after postEditDuration has expired
9 years ago
Barış Soner Uşaklı
86cab0787a
closes #4668
9 years ago
barisusakli
b02869b0f8
renamed reading to not-following
...
added more description text
9 years ago
barisusakli
a141f6f7ec
updated category watch control
9 years ago
barisusakli
bf2133ed7c
topic watching
9 years ago
barisusakli
825ecce0df
closes #4643
9 years ago
barisusakli
84a7b6690b
closes #4434
9 years ago
barisusakli
f4599e2ce2
closes #4629
9 years ago
Julian Lam
60e4ddc145
Fixed regression in registration/login pages
...
Error message was always the CSRF message, even when it wasn't
a CSRF issue. re: #4593
9 years ago
barisusakli
a9828a1465
closes #4611
9 years ago
barisusakli
b56aef22a9
empty pwd
9 years ago
barisusakli
e8650dcaa4
closes #4619
9 years ago
barisusakli
69e25fe4d5
closes #4612
9 years ago
Julian Lam
d8c21cc09d
fixes #4593
9 years ago
Julian Lam
f08a9c4def
fixes #4613
9 years ago
boomzilla
52e4a37df8
When forking a topic, updates user bookmarks in the topic to keep the last read position ( #4554 )
...
from inadvertently being too far down the topic due to post indices decreasing because
some posts were moved to a new topic.
9 years ago
barisusakli
f473e03f76
closes #4565
9 years ago
barisusakli
cef7fb545b
closes #1972
9 years ago
barisusakli
7365b9cc73
more chat refactors
9 years ago
barisusakli
ab70220499
fix indent
9 years ago
barisusakli
f67f408b2c
some chats refactor
9 years ago
Ben Lubar
37bd63ab75
wrap images in links even if the images aren't unloaded. handle resized images with no file extension (as seen on wtdwtf) ( #4561 )
9 years ago
barisusakli
c790373dfc
closes #4558
9 years ago
Julian Lam
352ef81e84
Merge pull request #4530 from BenLubar/delay-image-loading
...
don't delay image loading when "delay image loading" is unchecked
9 years ago
Julian Lam
5858d914bf
closes #4550
9 years ago
Julian Lam
674136423c
Merge branch 'new-chat-message' of https://github.com/pichalite/NodeBB into pichalite-new-chat-message
9 years ago
barisusakli
ff9b2bad49
closes #4512
9 years ago
Barış Soner Uşaklı
35ac64db7f
Merge pull request #4504 from BenLubar/unread-topics
...
Add /unread/new, which is the same as /unread but does not show topics that were already partially read by the user.
9 years ago
Danijel
b7335c7a61
remove HTTP(S) schema for external bootstrap CSS file.
...
remove HTTP(S) schema from external bootstrap CSS file to avoid mixed content error.
9 years ago
Ben Lubar
f18099b435
actually don't delay image loading when "delay image loading" is unchecked
9 years ago
pichalite
b5d798077f
remove log
...
:fail:
9 years ago
pichalite
30ce17ef73
mark room unread on new message
9 years ago
barisusakli
e564260650
moved groupTitle from user settings to user profile/edit
9 years ago
pichalite
aad64cad35
show post tools for global mod on delete
9 years ago
Ben Lubar
114e957b0f
add client-side unread count support for the "new" filter
9 years ago
Julian Lam
a9f966f23c
closes #4503 , /cc @BenLubar
9 years ago
Julian Lam
930c2b7472
Merge branch 'master' into fix-vendors
9 years ago
Julian Lam
053bbc06fa
fixes apapadimoulis/what-bugs#84
...
closes #4496
9 years ago
Julian Lam
f91f705f90
Merge branch 'master' into fix-vendors
9 years ago
Julian Lam
06cd4cd406
only triggering topic infinite loader once a second, fixes #4477
9 years ago
Julian Lam
73c4feec20
fixes #4487
9 years ago
Julian Lam
1385d19f64
Further tweaks to viewport shuffling and dynamic image loading
...
@BenLubar
9 years ago
Julian Lam
8ae2afff05
Revert "more tweaks to threshold"
...
This reverts commit 1783a07067
.
9 years ago
psychobunny
b15e5a8d17
closes #4475
9 years ago
barisusakli
5fa6686112
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# public/src/modules/navigator.js
9 years ago
barisusakli
3a27e7b0ea
closes #4405
9 years ago
Julian Lam
1783a07067
more tweaks to threshold
9 years ago
barisusakli
3b9120cd38
closes #4476
9 years ago
Julian Lam
6df78f8ad0
fixing some more jitteriness when scrolling upwards
9 years ago
Julian Lam
add82ba6c9
Added threshold detection when scrolling upwards
...
... for less jolty upwards scrolling.
9 years ago
Julian Lam
28db642050
Fixing regression from 3e2231d2cb
...
@BenLubar
9 years ago
Julian Lam
3e2231d2cb
Fixing viewport shuffling due to image load
...
Introduced new method ".loadImages()" in posts client side lib
to handle viewport height changes when loading images. Requires
nodebb-plugin-markdown@5.0.0
@BenLubar @boomzillawtf
9 years ago
Ben Lubar
395e71feee
fix topic reply button
9 years ago
Ben Lubar
c50f228acc
when clicking the reply button, limit the selection to the post's
...
content.
9 years ago
barisusakli
691802efad
removed params
9 years ago
barisusakli
e1a8c520ba
closes #4404
9 years ago
barisusakli
38c560019f
#4403
9 years ago
boomzillawtf
d4464f6ab1
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
public/src/client/topic/posts.js
9 years ago
boomzillawtf
6aa0f8eb8a
fix #4452 : default to scroll to my post
9 years ago
psychobunny
5d77e37a3c
closes #4403
9 years ago
barisusakli
e0f3ac8cb7
change to editedISO
9 years ago
RaceProUK
fd854b134d
Allow for a little scrolling before dismissing bookmark alert
...
This is just in case someone scrolls a little accidentally; the alert remains so they can still follow it if they want to
9 years ago
barisusakli
301f12d630
fix conditional
9 years ago
barisusakli
f665a1e353
closes #4394
9 years ago
psychobunny
9cb2f9e05f
removed JS fake link #4407
9 years ago
Barış Soner Uşaklı
fe7d4999c9
Merge pull request #4418 from BenLubar/post-tools-stream
...
fix post tools not showing up for other users on new posts
9 years ago
barisusakli
4eb7468dcd
already checked in scrollToPostIfSelf
9 years ago
Ben Lubar
bb88c82ffd
fix post tools not showing up for other users on new posts (src/topics/posts.js has this condition already)
9 years ago
boomzillawtf
3d0012d730
Loads posts if appropriate, but doesn't scroll to new post according to the scroll to my post setting. Addresses #4412 .
9 years ago
barisusakli
9e44bd3d21
up themes
9 years ago
Barış Soner Uşaklı
d5e875538b
Merge pull request #4374 from boomzillawtf/master
...
Setting to show new post after reply
9 years ago
barisusakli
c71ffed69c
closes #4362
9 years ago
boomzillawtf
eb7c2d5872
Use scrollToMyPost setting with both pagination and infinite scroll
9 years ago
boomzillawtf
ceb3b6ebe7
Add setting to avoid showing a post after it is submitted to keep the user's place on the page to address issue #4363
9 years ago
psychobunny
c8b179e492
better settings for birthday datepicker
9 years ago
Barış Soner Uşaklı
263b09f11a
fix typo in group cover upload
9 years ago
barisusakli
7441c181b4
closes #4312
9 years ago
barisusakli
7bf808d0f4
closes #4322
9 years ago
Barış Soner Uşaklı
6828d4c239
closes #4306
9 years ago
barisusakli
e03bacf032
fixes timeago
9 years ago
psychobunny
5d01060fbc
closes #4302
9 years ago
psychobunny
650890ad83
Revert "temp disable for #4302"
...
This reverts commit 974fa7b253
.
9 years ago
barisusakli
974fa7b253
temp disable for #4302
9 years ago
barisusakli
a67f3d2a15
closes #4299
9 years ago
barisusakli
07266eab9e
closes #3793
9 years ago
psychobunny
09e5f053f0
action:post.tools.load
9 years ago
barisusakli
df9558f1fa
closes #4268
9 years ago
pichalite
571f364922
fix for post menu display on newPost
9 years ago
Barış Soner Uşaklı
5f3473142e
fix reply as topic quoting
9 years ago
Julian Lam
99e9508131
fixed #4270
9 years ago
Julian Lam
13623a620b
fixed #4277
9 years ago
Julian Lam
432c3d777d
Merge branch 'master' into fix-vendors
9 years ago
Julian Lam
44aae7daa5
removed hammer, updated semver, added mousetrap
9 years ago
barisusakli
7ffbf35bcf
closes #4273
9 years ago
psychobunny
9e832e006a
closes #2920
9 years ago
barisusakli
8bc80abde6
removed notify typing code, not even working
9 years ago
barisusakli
78bb4776df
fix crazy indents
9 years ago
barisusakli
2fdb8fc5e1
closes #3709
9 years ago
barisusakli
34f68a029a
closes #4204
9 years ago
pichalite
991d85cae2
account for search input when calculating recent list height on expanded chats
9 years ago
psychobunny
1dba781923
closes #4203
9 years ago
psychobunny
a0a98e64b7
closes #4220
9 years ago
barisusakli
6951dc1fe2
closes #4211
9 years ago
Julian Lam
13dfe6cd51
Merge pull request #4243 from pichalite/issue-4241
...
don't mention guest on reply
9 years ago
Julian Lam
20103b64ce
Merge pull request #4219 from pichalite/groups
...
add missing translation in groups
9 years ago
pichalite
fba4e93cfe
remove translator
9 years ago
pichalite
872b33f0cc
fix typo
9 years ago
Julian Lam
a61fea862b
Merge pull request #4245 from pichalite/issue-4159
...
fixes #4159
9 years ago
pichalite
f22b218250
fixes #4235
9 years ago
pichalite
ca3fa023e8
fixes #4159
9 years ago
pichalite
a22d7290ec
fix logout on user delete
9 years ago
pichalite
3024d2e661
don't mention guest on reply
9 years ago
pichalite
f637521105
chat edit fixes
9 years ago
pichalite
9f760f9b55
translate string in groups
9 years ago
barisusakli
6b341a844d
remove notifyTyping
9 years ago
pichalite
42239e119d
search banned users only on /users/banned route
9 years ago
Barış Soner Uşaklı
573840ccbd
changed to title raw
9 years ago
barisusakli
2fc385f723
closes #4141 , closes #4149
9 years ago
psychobunny
759b183967
fixes a bug in instant updates on category view
9 years ago
Barış Soner Uşaklı
88e4591f88
closes #4194
9 years ago
Barış Soner Uşaklı
d851443ea7
closes #4187
9 years ago
Barış Soner Uşaklı
d2df63f9a5
Merge pull request #4165 from pichalite/initiate-chat
...
Initiate chat from chat page
9 years ago
pichalite
44d4c2bc7c
hopefully I got everything right this time!!
9 years ago
barisusakli
d7df6c0b06
remove more from config
9 years ago
barisusakli
5ac02a59ac
remove some more config from api/config
9 years ago
barisusakli
ebf820d571
remove from global config
9 years ago
pichalite
2723800628
indentation
9 years ago
pichalite
971c3eb0e1
indentation
9 years ago
pichalite
4b5d5b4bd9
search user and initiate chat from expanded chat page
9 years ago
psychobunny
46cfd03465
closes #4144
9 years ago
Barış Soner Uşaklı
303ac90dc5
Merge pull request #4155 from pichalite/master
...
use component
9 years ago
pichalite
776c60dc00
use component
9 years ago
Barış Soner Uşaklı
2ce22caa41
Merge pull request #4143 from pichalite/master
...
remove unused code and use components
9 years ago
barisusakli
1b9e18c6fc
allow global mods to see banned users
9 years ago
pichalite
ee47a13556
use components
9 years ago
pichalite
e6e4b5784d
remove unused code
9 years ago
psychobunny
2560e6345f
Merge pull request #4142 from pichalite/master
...
use ajaxify.data.username instead of getting html
9 years ago
pichalite
d133ff74bd
use ajaxify.data.username instead of getting html
...
use ajaxify.data.username instead of getting html for toggleFollow
9 years ago
barisusakli
5e86d9f804
closes #4131
9 years ago
barisusakli
2b5f9d075b
closes #4101
9 years ago
barisusakli
8220567b5b
added topics to `action:topics.loaded` also fire it on category view
9 years ago
barisusakli
86d70eca74
closes #4103
9 years ago
barisusakli
767c798b2f
log self account delete, logout on self account delete
9 years ago
Manuel Valle
4c43276fce
Update events.js
...
Tebbed indentation.
9 years ago
Manuel Valle
67d9323b9e
Update events.js
9 years ago
Manuel Valle
c9c761d70b
Update events.js
...
This optimize previous commit. See [#4078 ](https://github.com/NodeBB/NodeBB/pull/4078 ). Added ```translator``` module instead of global ```translator```.
This solves warnings editing posts with *composer*.
9 years ago
Manuel Valle
dbcb6f9796
Update events.js
...
Same problem as [#4069 ](https://github.com/NodeBB/NodeBB/pull/4069 ). Added a **translator** variable refering to **translator** module instead of global *translator*.
This solves warnings editing posts with *composer*.
9 years ago
Julian Lam
8608092bbb
on new uploaded image, refresh profile edit page
9 years ago
Julian Lam
5a92b1a5cf
change all instances of .avatar on new image upload
9 years ago
barisusakli
6802a76332
fix relative_path
9 years ago
barisusakli
cb91587567
closes #4063
9 years ago
barisusakli
ee9d0ac2da
cleanup search, removed socketuser.loadSearchPage, use regular route
9 years ago
psychobunny
b3a98515e9
fixed ban/unban components
9 years ago
psychobunny
7cc8390265
data.loggedIn for new posts
9 years ago
barisusakli
ab6c84471b
some search/sort changes
9 years ago
barisusakli
92f0e2d86a
closes #3586
...
added account/upvoted, account/downvoted, account/best
9 years ago
barisusakli
ae9606f5ee
closes #3738
9 years ago
barisusakli
da338a1341
fix typo
9 years ago
barisusakli
222ef14d7f
added chat:autocomplete:init
9 years ago
Julian Lam
d67efa3a5b
update core to allow composer to define static route
9 years ago
barisusakli
18013c5518
closes #3977
9 years ago
psychobunny
70bbf41dc3
popular/tab component
9 years ago
barisusakli
7ad90b4ef6
closes #2659
9 years ago
barisusakli
cf889b70bd
closes #3982
9 years ago
barisusakli
687d29a44b
closes #2134
9 years ago
Julian Lam
ad9a1d0f2c
closes #3989
...
Squashed commit of the following:
commit 23de0708708ed190eafbcd6ea93d43333cb87aa3
Author: Julian Lam <julian@designcreateplay.com>
Date: Wed Dec 23 10:48:16 2015 -0500
wired up session revocation, #3989
commit 45a3f18321b74a9b6893d404b6c870f1ec4d95cd
Author: Julian Lam <julian@designcreateplay.com>
Date: Wed Dec 23 09:49:27 2015 -0500
session deletion via session uuid
commit 2bf87338cf9bfa2df0b299639421d8da7553c69a
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 22 13:53:35 2015 -0500
WIP #3989
commit 623f45c3fa8b96f8b6eec0613eb7f9463348ab93
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 22 10:22:24 2015 -0500
saving more metadata and displaying sessions in UCP #3989
commit d0567ed7cc33a1aea66e921b657f782038f32191
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 22 10:21:38 2015 -0500
updated fontawesome to v4.5.0
commit 7131c97fe8ab42838eb2915a04e74f80f3d9a133
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 22 09:39:16 2015 -0500
saving user-agent metadata into user session #3989
commit 661b7e6dba774b80b5dc6d04f89a79f809ff791e
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 22 09:23:24 2015 -0500
New user auth methods to add/revoke sessions, #3989
9 years ago
barisusakli
ab0797a6d8
chat fixes
...
update bootstrap tags input
dont allow adding self to chat room
9 years ago
barisusakli
df605babff
closes #3983
9 years ago
barisusakli
abed319da2
closes #3996
9 years ago
barisusakli
738b17cae6
closes #3584
9 years ago
barisusakli
4bff714947
closes #3953
...
dont remove topics if selection is in progress
9 years ago
barisusakli
dff3d7f20e
various group chat fixes #3980
...
fix multiple modals using the same tagsinput
fix online user getting chat notification
fix owner not being able to remove users in the chat modal
9 years ago
barisusakli
5a26eb1c76
IS fix, timeago fix
9 years ago
barisusakli
3d79e0750b
fix edit delete for rooms
9 years ago
barisusakli
f71fd0a3ec
only allow users in the room to get raw message content
9 years ago
barisusakli
832a20e59e
markRead fixes
9 years ago
barisusakli
d8810ceae9
send messages
9 years ago
barisusakli
784ff07907
ability to add/remove users from chat rooms, tagsinput
9 years ago
barisusakli
2ac34ba391
fix recepientUid
9 years ago
barisusakli
29d8b9c181
more room changes app.openChat
9 years ago
barisusakli
5d1169e686
changed the chat route to /chats/:roomid?
9 years ago
Julian Lam
ea1b640435
calling translator in parseMessage
9 years ago
Barış Soner Uşaklı
530b0dc19e
use .text()
9 years ago
Barış Soner Uşaklı
7e1a84850c
closes #3948
9 years ago
Julian Lam
7b49dc9061
fixes #3935
9 years ago
Julian Lam
a4d8ab9d12
fixes #3950
9 years ago
Julian Lam
c04622506d
console.log removal
9 years ago
Julian Lam
0b735fad17
fixed #3936
9 years ago
Julian Lam
46571ccd77
closes #3930
9 years ago
Julian Lam
4cc4824087
Merge pull request #3908 from pitaj/master
...
Maximum invites and invites are stored
9 years ago
Julian Lam
2d203d7dca
Squashed commit of the following:
...
Closes #2668
commit 3d4f494ed3257bceda8f6f82057cab83f0f252b3
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Dec 11 12:06:42 2015 -0500
theme minvers for #2668
commit b608ce61854f8195143685bb9753b80d32b26e95
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Dec 11 12:01:03 2015 -0500
Allowing chat modal to edit and delete messages
re: #2668
commit 0104db90a4070582f3938b6929dae35f985bac35
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Dec 11 11:51:23 2015 -0500
Fixed issue where newSet calculations were off
... sometimes.
Also, rendering of edited messages now parses a template partial,
instead of just replacing the content.
commit 5cb6ca600425ca9320c599b32306e93dcc5aa4ce
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Dec 11 11:07:12 2015 -0500
If edited content matches existing content...
... then edit is aborted.
commit 6e7495247b1895589c716db29f919a934087b924
Author: Julian Lam <julian@designcreateplay.com>
Date: Fri Dec 11 11:05:08 2015 -0500
some linting and fixed issue where new msgs when deleted would crash server
commit db4a9e40d6dff44569c2437378121db8fdf75cf8
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 8 17:25:56 2015 -0500
Message deletion for #2668 , and fixed bug
Fixed bug where chat modal would spawn even though user was sitting
on the /chats page.
commit a5aa2498ab4a8bba02a6daa43a9dbed7b3e37976
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 8 14:55:23 2015 -0500
wiring up the edit button, #2668
commit 5f2afdcf6f2b9eae6b5873ca100149e65e3d385d
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 8 14:20:39 2015 -0500
added indicator to show if and when a message had been edited
commit e8301132d525c1b9fd46c98cdb282ac7ea7a0d7f
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 8 14:06:39 2015 -0500
Allowing editing of chat messages
commit bfd991be1cb1769599f7d5d2b1638e313c3c2dcb
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 8 10:33:49 2015 -0500
Added messageId to messages object return
commit 0306ee6657b3288dd4547c66869d7d4ece0b31ad
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Dec 8 08:20:17 2015 -0500
WIP #2668
9 years ago
barisusakli
0ffd5254ad
closes #3933 , closes #3934
9 years ago
Julian Lam
bc199d6872
By default, always switch chat in chats page
...
closes #3915
9 years ago
Julian Lam
2af11a23ce
fixes #3922
9 years ago
Peter Jaszkowiak
a3cfcd9a48
Maximum invites, invites stored
...
Added the ability for admins to restrict the maximum amount of invites
a user can make. Invites are stored and displayed in the registration
queue admin page.
9 years ago
Julian Lam
65ce8a50b3
Removed cant-vote-self-post
...
As suggested in nodebb/nodebb-theme-persona#203 , a positive
action has been applied when a user attempts to upvote
their own post. It will now open the upvoters modal
instead of throwing an alertError.
Closes nodebb/nodebb-theme-persona#203
9 years ago
Julian Lam
c2963a7ca9
Composer minver, #3693
9 years ago
Julian Lam
65396000d2
Updated modal to not be .confirm() but .dialog()
...
Also updated composer code to actually send a link back
to the other topic...
Closes #3693
9 years ago
barisusakli
20c8411287
closes #3767 closes #3774
9 years ago
barisusakli
e5cd928419
closes #3826
9 years ago
Julian Lam
8944856692
updated approval queue message to use modal
9 years ago
Julian Lam
ccf957f681
Added cancel button to picture change modal
9 years ago
barisusakli
323cc165b6
closes #3851
...
dont use post file upload for cover uploads
check cover upload file size against new setting
store cover uploads in profile folder
use `uid-profilecover` filename for cover uploads
9 years ago
barisusakli
356f1d38cb
fix image upload for other users
9 years ago
barisusakli
6e1f0b9e32
fix top post bar reply button, after IS
9 years ago
Julian Lam
2830538835
Cover photo removal for groups, #3832
9 years ago
Julian Lam
92be63ebe6
Update user account removeFn
...
As I did not realise both groups and users call the same
coverPhoto lib, the removeFn has to be in the user client js,
and not in the coverPhoto lib.
... of course, it *could* be in there, but it would be hacky.
9 years ago
barisusakli
3648f69f72
added uid
9 years ago
barisusakli
baa813a4cb
Merge remote-tracking branch 'refs/remotes/origin/master' into room-optimize
9 years ago
barisusakli
9753a6d489
fix user status change in topics
9 years ago
barisusakli
3ca618795f
remove browsing
9 years ago
barisusakli
46c2563164
removed rooms.js removed browsing users, removed chat syncing across sockets
...
use lastonline for online detection
9 years ago
barisusakli
1ecf27417a
removed commented out stuff removed topics.enter
9 years ago
yariplus
853aa37cd2
Add user home pages. #3616
9 years ago
psychobunny
dd8a77b949
components: account/ban, account/unban, account/delete
9 years ago
psychobunny
dc7be48121
account/follow, account/unfollow, account/chat components
9 years ago
psychobunny
aa373841e9
use ajaxify.data.uid instead of template element
9 years ago
Julian Lam
dc916c5e3c
closes #3817
9 years ago
psychobunny
8cf6fe3aa1
closes #3808
9 years ago
barisusakli
797b7f2ec1
remove quotes on both ends
9 years ago
psychobunny
4798647b8a
moved infinitescroll.parseAndTranslate to app.parseAndTranslate
9 years ago
psychobunny
ce4df8f22b
fixed cover image editing on all profile pages
9 years ago
Julian Lam
5473a4f3b4
added new client-side hook on thread tools open
9 years ago
Julian Lam
526afc0910
Merge remote-tracking branch 'origin/master' into user-icons
9 years ago
psychobunny
f19043d046
profile cover photos
9 years ago
psychobunny
02d1304185
removing groups.cover.get, seemingly it doesn't do anything
9 years ago
psychobunny
a4cae65732
fixed hardcoded group name in uploader + cleanup
9 years ago
psychobunny
7a6d6c2bd6
Merge branch 'master' of https://github.com/NodeBB/NodeBB
9 years ago
barisusakli
887358f045
closes #3784
9 years ago
barisusakli
aae393ebe1
closes #3794
9 years ago
psychobunny
69e43cd35a
modularized coverPhoto
9 years ago
Julian Lam
8ca1073be2
removed console logs
9 years ago
Julian Lam
68c3f9d849
Squashed commit of the following:
...
commit 56582bc9eee5d81a01f42a28808b617b9c96873a
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Oct 27 05:21:11 2015 -0400
added missing template
commit 6462a1626e7d8d77210b6e10eace5c9214335f33
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Oct 27 05:19:07 2015 -0400
sitemap index
commit 3cfd56f1fbc8e03405dc394375bf5ff6eef21322
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Oct 27 04:47:52 2015 -0400
sitemap routes, controllers, and library methods for pages, categories, and topics
commit e58e07c0881bdbe16d503b4679b85f761b02163c
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Oct 27 04:07:39 2015 -0400
added groups to sitemap
commit 7ee584b632
Author: Julian Lam <julian@designcreateplay.com>
Date: Tue Oct 27 01:43:06 2015 -0400
If notification dropdown is double-clicked, all notifications are marked read
commit 488f147bef
Author: barisusakli <barisusakli@gmail.com>
Date: Mon Oct 26 22:39:19 2015 -0400
closes #3781
commit 5e1bd58a02
Author: barisusakli <barisusakli@gmail.com>
Date: Mon Oct 26 22:28:30 2015 -0400
closes #3782
commit 57d3980267
Author: barisusakli <barisusakli@gmail.com>
Date: Mon Oct 26 22:16:08 2015 -0400
closes #3790
commit 555c5b82da
Author: barisusakli <barisusakli@gmail.com>
Date: Mon Oct 26 21:19:20 2015 -0400
check user settings
commit 5454862c1c
Author: barisusakli <barisusakli@gmail.com>
Date: Mon Oct 26 20:26:02 2015 -0400
wait for all callbacks when creating tags
commit 051c5077eb
Merge: 839fd93
e0e04ef
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date: Mon Oct 26 09:54:12 2015 -0400
Merge pull request #3792 from drlogout/master
Fixed wrong method name in socket.io/groups.js from isAdmin to isAdmi…
commit e0e04ef892
Author: Christian Nolte <hello@noltech.net>
Date: Mon Oct 26 14:50:32 2015 +0100
Fixed wrong method name in socket.io/groups.js from isAdmin to isAdministrator
commit 839fd935ad
Author: barisusakli <barisusakli@gmail.com>
Date: Sun Oct 25 21:54:35 2015 -0400
add back thread tools filter
commit 37060bf1a3
Merge: 5820a19
bf918bd
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date: Sun Oct 25 18:13:06 2015 -0400
Merge pull request #3787 from cubehouse/patch-1
Upgrade script fails on some consoles
commit 5820a193f6
Author: barisusakli <barisusakli@gmail.com>
Date: Sun Oct 25 17:04:46 2015 -0400
closes #3789
commit 0d88d52557
Author: barisusakli <barisusakli@gmail.com>
Date: Sun Oct 25 17:03:33 2015 -0400
up theme
commit 9bc43ba5e1
Author: barisusakli <barisusakli@gmail.com>
Date: Sun Oct 25 16:57:42 2015 -0400
closes #3788
commit aafd4b6984
Author: barisusakli <barisusakli@gmail.com>
Date: Sun Oct 25 15:56:17 2015 -0400
closes #3786
commit bf918bd016
Author: James Holding <cubehouse@users.noreply.github.com>
Date: Sun Oct 25 10:14:00 2015 +0000
Upgrade script fails on some consoles
The upgrade script errors/fails on some consoles if the stdout.columns isn't set (my console did this when upgrading a Docker instance of NodeBB).
Checking for stdout.columns before using, falling back to a couple of spaces for slightly prettiness if we can't work out the console width.
9 years ago
barisusakli
aafd4b6984
closes #3786
9 years ago
Julian Lam
f7f43de644
Merge remote-tracking branch 'origin/master' into user-icons
9 years ago
Julian Lam
b52475c270
Merge remote-tracking branch 'origin/master' into user-icons
...
Conflicts:
public/src/client/account/edit.js
src/middleware/middleware.js
src/socket.io/meta.js
src/socket.io/user/picture.js
src/user.js
src/views/admin/manage/group.tpl
9 years ago
barisusakli
7217fa7493
fix unread count increase
9 years ago
barisusakli
2a6f411eff
fix post-bar and post count
9 years ago
barisusakli
b6f6867b50
bottom bar change
9 years ago
barisusakli
e91b5f07b8
fix bottom bar events
9 years ago
barisusakli
5c2e78b1a6
parse topic tools on demand
9 years ago
barisusakli
6c9de29326
load post tools menu on demand
9 years ago
barisusakli
2064f20f94
fix tooltip positioning
9 years ago
barisusakli
5e5cafafd0
make one socket call to load unread counts
9 years ago
barisusakli
2ec0d3f376
dont make extra socket call on new post and IS
9 years ago
barisusakli
f17ba88c0f
closes #3765
9 years ago
barisusakli
6b1834d4ae
closes #3767
9 years ago
barisusakli
2f5eb248eb
fix postcount
9 years ago
barisusakli
cba871ec90
closes #3759
9 years ago
barisusakli
b556652582
fix chat redirect
9 years ago
barisusakli
f6fa0ace3c
closes #3732
9 years ago
barisusakli
e2a5440ae8
closes #3741
9 years ago
barisusakli
47e2dd9478
closes #3107
9 years ago
barisusakli
9ac4704848
more search cleanup
9 years ago
barisusakli
79d5eea46d
closes #3270
9 years ago
barisusakli
fca2cf0a10
closes #3745
9 years ago
barisusakli
8a51c5a023
fix tooltip
9 years ago
barisusakli
7854e67b7b
closes #1637
9 years ago
barisusakli
2d96cdba1c
closes #3720
9 years ago
Julian Lam
5c71bb5923
fixed user avatar modal again
9 years ago
Julian Lam
4c96f95330
Merge remote-tracking branch 'origin/master' into user-icons
...
Conflicts:
public/src/app.js
public/src/client/account/edit.js
9 years ago
Julian Lam
8b3f1684f7
Closes #3693
...
Fixes bug where hitting cancel didn't contain the old behaviour (opening the reply dialogue anyway), and instead just plain did nothing.
9 years ago
Julian Lam
99e5015083
closes #3690
9 years ago
Julian Lam
95129a1b40
closes #3693
9 years ago
barisusakli
fcf411a72b
small fixes
9 years ago
barisusakli
50c740ae09
fix tag display when reaching main post
9 years ago
barisusakli
5634c5417c
dont use toPid if "topic/reply" is clicked
9 years ago
barisusakli
0b26cfdd43
#3705
9 years ago
barisusakli
3be3ed4eb5
same selector
9 years ago
barisusakli
f4c5d3e159
parse picture modals when needed
...
https://github.com/NodeBB/nodebb-theme-persona/issues/161
9 years ago
barisusakli
5f3eb5934a
don't update bookmark on every scroll event
9 years ago
barisusakli
0b052171f0
dont update title if it hasn't changed
9 years ago