Julian Lam
e02134f981
closes #4911
9 years ago
Julian Lam
e7386e20cf
closes #4505
9 years ago
psychobunny
9e17d64d29
allow categories to choose "no icon"
9 years ago
barisusakli
bb7303834f
remove csrf r.js module
9 years ago
barisusakli
9dd8572b98
don't crash if anchorEl doesn't exist
9 years ago
acardinale
9321e565ad
Added new core component for topic with tid
...
Added new core component for topic with a specific tid
To use
```javascript
var topicContainer = components.get('topic', 'tid', tid);
```javascript
in a view with more topics / posts
9 years ago
Julian Lam
7563873bd4
Merge branch 'master' of github.com:NodeBB/NodeBB
9 years ago
barisusakli
9a19f61372
closes #4817
9 years ago
Julian Lam
b4df9427d5
linting
9 years ago
barisusakli
4bbc8110a9
closes #4772
9 years ago
barisusakli
0d4949ea26
parts not used
9 years ago
pichalite
62fb092099
change post sharing to use /post/pid url
9 years ago
Leonardo Vieira
e4afa67956
allow resizing chat from left/top as well
9 years ago
Julian Lam
34f2d25651
fixes #4696
9 years ago
Timothy Fike
6a4754efca
Set switches appropriately on plugin settings pages. ( #4521 )
9 years ago
lex(a) mourek
2a7732789d
Fixed czech translation for timeago ( #4622 )
...
When czech language is set, browser throws 404 Not Found error on jquery.timeago.cz.js
Thats because translation file were renamed
81f072ebb2
https://github.com/NodeBB/NodeBB/blob/master/public/vendor/jquery/timeago/locales/jquery.timeago.cs.js
so that cs->cz override is no needed anymore.
9 years ago
Julian Lam
621e0d145e
closes #4617
...
Serving english timeago strings from server instead of round-trip
re-request on failure.
9 years ago
Julian Lam
39d9be787e
fixes #4614
9 years ago
barisusakli
decd853507
closes #4602
9 years ago
barisusakli
b493b81dbd
fix crash if category or children is invalid
9 years ago
barisusakli
eb0aea6390
add /user/<uid> and /post/<pid> redirects
...
change notifications to use new redirects
9 years ago
barisusakli
7365b9cc73
more chat refactors
9 years ago
Julian Lam
b2b99ce9f9
added new core component for topic teaser
...
/cc @rbeer
9 years ago
Barış Soner Uşaklı
fecda8c051
Merge pull request #4286 from pichalite/chat-dropdown
...
don't show rooms without messages
9 years ago
Raphael Beer
ee2c178f2a
Don't add .undefined if selection is empty
9 years ago
Raphael Beer
c9b2011a11
Set input#fa-filter value to name of selected icon
...
- Set selected icon before modal is visible.
- Select input#fa-filter content to allow
immediate typing/searching.
9 years ago
Raphael Beer
aaef2d4362
Use modal Element as traversing root
9 years ago
Raphael Beer
ff2ca0f786
Add changeSelection to iconSelect
9 years ago
Raphael Beer
dca9218ee9
Add .selected to currently set icon in modal
9 years ago
barisusakli
19bc6fa133
fix undefined callback in sounds
9 years ago
Julian Lam
430adc366c
fix #4498
9 years ago
Julian Lam
94a505a6bb
removed symlink logic and using route bridging instead.
...
Also allowed plugins to define modules from their plugin.json
9 years ago
Julian Lam
f91f705f90
Merge branch 'master' into fix-vendors
9 years ago
Barış Soner Uşaklı
8d86aecc83
Merge pull request #4479 from rbeer/ulModal-localSize
...
Check file size locally.
9 years ago
Raphael Beer
58cc25e385
Set default hasValidFileSize return to true
9 years ago
Julian Lam
1385d19f64
Further tweaks to viewport shuffling and dynamic image loading
...
@BenLubar
9 years ago
psychobunny
a978f763e3
fixes crash https://github.com/NodeBB/nodebb-theme-persona/issues/250
9 years ago
psychobunny
6a74589e31
closes https://github.com/NodeBB/nodebb-theme-persona/issues/250
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
Raphael Beer
ff09789812
Check file size locally.
9 years ago
Julian Lam
31e70ac5a8
applying threshold detection only to topics
...
re: #4477
9 years ago
Julian Lam
cc60767eb0
removed console logging 🐶
9 years ago
Julian Lam
add82ba6c9
Added threshold detection when scrolling upwards
...
... for less jolty upwards scrolling.
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
Julian Lam
5d4f61ec96
Tweaked scrollToPostIndex logic
...
The old behaviour would scroll the post anchor to the midline, but
this was inferior UX for long posts since the top half of the
screen is essentially stuff you didn't want to see.
The new logic is as follows:
- If the target post is smaller than the browser viewport, it will
scroll in such a way that the entire post is vertically centered
(post midline matching viewport midline)
- If the target post is larger than the browser viewport, it will
scroll in such a way that the top of the post is located just
under the navbar, maximizing the target post's content.
- Updated themes to relocate their anchors to in between posts
9 years ago
psychobunny
0c1376c884
closes #4390
9 years ago
barisusakli
56ef1e9869
closes #4444
9 years ago
barisusakli
e2f78a9585
closes #4432
9 years ago
psychobunny
489bdcced6
#4423
9 years ago
psychobunny
3e14606226
added roomId to match the other hook
9 years ago
barisusakli
c9cfe5b089
closes #4355
9 years ago
Julian Lam
b73af30a2b
added git ignore file for modules directory
9 years ago
barisusakli
3981e230c4
category children helper
9 years ago
barisusakli
d67ec1d096
fix indent
9 years ago
barisusakli
05cc3fe4ef
closes #4335
9 years ago
barisusakli
c156d1cb34
closes #4344
9 years ago
barisusakli
07c1a822db
closes #4318 closes #4309
9 years ago
barisusakli
b2b104dab3
closes #4306
9 years ago
barisusakli
a67f3d2a15
closes #4299
9 years ago
barisusakli
4b5ec512b9
refactor/cleanup uploader.js
9 years ago
barisusakli
65dda58e0c
renamed tpl
9 years ago
barisusakli
df9558f1fa
closes #4268
9 years ago
pichalite
cd99a46918
don't show rooms without messages
9 years ago
Barış Soner Uşaklı
3e46ef8c35
closes #4276
9 years ago
Julian Lam
44aae7daa5
removed hammer, updated semver, added mousetrap
9 years ago
pichalite
5f6a1a0acd
complete fixes for #4144
9 years ago
psychobunny
a320ec3efb
closes #4178
9 years ago
psychobunny
9e832e006a
closes #2920
9 years ago
barisusakli
8bc80abde6
removed notify typing code, not even working
9 years ago
barisusakli
3567f2ad55
closes #4208
9 years ago
pichalite
eba107cef4
fix Mac platform case
9 years ago
Julian Lam
322d4052b0
chat controls now hidden instead of taking up space in chat modal
9 years ago
Julian Lam
3b76b0343b
Revert "fixes NodeBB/nodebb-theme-persona#218"
...
This reverts commit ee529d92d3
.
9 years ago
Barış Soner Uşaklı
88e4591f88
closes #4194
9 years ago
barisusakli
bc9c564650
closes #4169
9 years ago
barisusakli
d7df6c0b06
remove more from config
9 years ago
psychobunny
46cfd03465
closes #4144
9 years ago
Ole R
91ec4c80c2
Oops, fix call of undefined
9 years ago
Ole R
2bcd4e1e3f
Fix undefined S within translator
...
If you `require(['string'], function (stringLib) { S = stringLib; })` it is an async call and thus you need to ensure any usage of `S` happens when this is resolved.
9 years ago
barisusakli
5e86d9f804
closes #4131
9 years ago
barisusakli
c2e1426e57
fix syntax error, and actually show error if minification fails
9 years ago
barisusakli
ae8837b44a
generate notification path on demand
9 years ago
Julian Lam
baaad13286
reverted latest change to translator match regex
...
- Fixes issue with parentheses in translations (closes #4107 )
- No longer marking translation keys invalid if they contain HTML,
as that was probably not performant. Instead, parameters will
simply be escaped via the StringJS library.
9 years ago
Julian Lam
5de0e74908
Notification paths are now sent back in socket call, so client-
...
side alert now shows more data and is clickable.
9 years ago
Julian Lam
32466d8bb1
tweaked paginator block to toggle when text is updated, and use ready class instead of invisible
9 years ago
Julian Lam
99315e1c73
updated translator so that language key parameters cannot contain
...
html in them (or more specifically, < and >)
9 years ago
Julian Lam
f1ed3ad659
allowing favicon updating to be disabled via client side hook
9 years ago
barisusakli
24c56eb80a
switch topic select to components
9 years ago
Julian Lam
2cabf7a3d1
Merge pull request #4066 from pichalite/master
...
fixes NodeBB/nodebb-theme-persona#218
9 years ago
Julian Lam
f18382a892
firing client-side hook on notification count update now
9 years ago
Julian Lam
2d48faf5df
Fixed #4033
...
Also related to regression first caused by the fix to #3695 from
fcb381f922
Also, added tests for translator. omg.
9 years ago
barisusakli
92b339ff1d
much whitespace so wow
9 years ago
pichalite
ee529d92d3
fixes NodeBB/nodebb-theme-persona#218
9 years ago
barisusakli
46f2faaa05
closes #4045
9 years ago
barisusakli
222ef14d7f
added chat:autocomplete:init
9 years ago
Julian Lam
fcb381f922
Fixes #3695
...
Guests now trigger topic notifications, and the translator has
been updated so that translations inside translations are
handled in a way that doesn't cause the translator to explode.
9 years ago
barisusakli
51154c8726
closes #3998
9 years ago
barisusakli
6be8675580
closes #4012
9 years ago
barisusakli
f8a114ba5c
closes #4010
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
abed319da2
closes #3996
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
f0b333e8a1
closes #3929
9 years ago
barisusakli
26ac05dd5c
Merge remote-tracking branch 'refs/remotes/origin/master' into group-chat
9 years ago
Julian Lam
a091067175
closes #3963
9 years ago
barisusakli
3d79e0750b
fix edit delete for rooms
9 years ago
barisusakli
992ca0a351
fix taskbar icon
9 years ago
barisusakli
d2b54ae0f8
display less derpy chat list
9 years ago
barisusakli
f71fd0a3ec
only allow users in the room to get raw message content
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
29d8b9c181
more room changes app.openChat
9 years ago
barisusakli
58d05f7c79
recent chat list with rooms
9 years ago
Julian Lam
7b49dc9061
fixes #3935
9 years ago
Julian Lam
c1460d36f0
Deprecated uploader.open, use uploader.show instead
...
... as it now takes a single Object argument instead of multiple
parameters.
Also, closes #3942 . Help text is just omitted now.
9 years ago
Julian Lam
84a039446c
updated modal to not show parentheses when max file size
...
is not defined...
Also fixing hideAlerts error in ACP when opening the upload modal.
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
Julian Lam
fc476ba168
Fixes #3906
...
Initially, the removed block of code was used to stop the chat modal
from popping up altogether, since the /chats page was usable on
mobile. Since the re-design, only the contact list is shown on
mobile, leaving the modal as the main way to communicate. So, this
intercepting code is actually interfering now.
9 years ago
barisusakli
20c8411287
closes #3767 closes #3774
9 years ago
Julian Lam
93c077dabd
closes #3825
9 years ago
Julian Lam
8a90afeed2
fixes #3859
9 years ago
barisusakli
3bd83cd732
remove dupe code
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
Julian Lam
f1412b6e9b
Fixed cover loading for subdirs and added removal
...
re: #3832
9 years ago
barisusakli
54901afe5e
removed toggleNew
9 years ago
barisusakli
46c2563164
removed rooms.js removed browsing users, removed chat syncing across sockets
...
use lastonline for online detection
9 years ago
Julian Lam
3314ab4b83
fixes #3809
9 years ago
psychobunny
b9316bfd23
removed alert.location
9 years ago
psychobunny
1982501985
toaster components + deprecated alert.location
9 years ago
psychobunny
ad0a7e0cb2
upping themes
9 years ago
psychobunny
ec434dfe95
user/picture component
9 years ago
Julian Lam
526afc0910
Merge remote-tracking branch 'origin/master' into user-icons
9 years ago
psychobunny
02d1304185
removing groups.cover.get, seemingly it doesn't do anything
9 years ago
psychobunny
973da9bdcc
up persona
9 years ago
psychobunny
a4cae65732
fixed hardcoded group name in uploader + cleanup
9 years ago
psychobunny
ef20141e8f
jshint
9 years ago
psychobunny
a6796479bf
fixed drag and drop image upload
9 years ago
psychobunny
61b1f5fe32
allow regular uploading (modal) of cover photo
9 years ago
psychobunny
69e43cd35a
modularized coverPhoto
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
Julian Lam
7ee584b632
If notification dropdown is double-clicked, all notifications are marked read
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
02abcf0da7
add newlines tabs to meta and link tabs
9 years ago
barisusakli
74b02ee096
dont crash if item is undefined
9 years ago
barisusakli
c426c7288f
find closest to middle in navigator
9 years ago
barisusakli
5e5cafafd0
make one socket call to load unread counts
9 years ago
barisusakli
edf545cd2c
dont load sound data on cold load
9 years ago
barisusakli
6b1834d4ae
closes #3767
9 years ago
barisusakli
d351d01490
fix sort on category page
9 years ago
barisusakli
2d96cdba1c
closes #3720
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
barisusakli
fcf411a72b
small fixes
9 years ago
barisusakli
848a14d861
fix typo
10 years ago
barisusakli
89439f2c14
fix upload hide
10 years ago
barisusakli
d4206c047d
select by class
10 years ago
Julian Lam
97dd5500a1
Merge remote-tracking branch 'origin/master' into user-icons
10 years ago
barisusakli
ca294fc6ec
closes #3663
10 years ago
psychobunny
714efd0d0e
scrollToPost / scrollToPostIndex offset isn't used anymore
10 years ago
psychobunny
81b3ae2597
cleanup
10 years ago
psychobunny
4c4d560f64
fixed f5 from in the middle of a big topic
10 years ago
psychobunny
e9d3f4278d
IS improvements
...
* simplify calculation (scrollTop vs elementInView)
* use post anchor rather than create big $ objs from post html
* pressing f5 repeatedly now always takes you to the correct pid
10 years ago
Julian Lam
730a62519f
Merge remote-tracking branch 'origin/master' into user-icons
10 years ago
barisusakli
d8c9c8d447
dont crash on null category
...
#3681
10 years ago
Julian Lam
e46496012a
chat dropdown
10 years ago
Julian Lam
f6d5b52a8b
WIP user-icons
10 years ago
barisusakli
1dc93f2446
closes #3677
10 years ago
barisusakli
30bc401797
parse upload picture modal on demand
10 years ago
barisusakli
c3a6b11939
fix first reply insertion
10 years ago
Julian Lam
ebed9d641c
Add new ACP option to upload Touch Icon, #3668
...
Also added a number of fixes for mobile enhancements, such
as serving a manifest.json file for Android devices, and
serving proper link tags for all uploaded touch icons.
This commit also creates a new template helper for link tags.
10 years ago
psychobunny
1dbfa65bc5
closes #3655
10 years ago
Julian Lam
fa109241cc
Update fontawesome picker module (iconSelect)
...
- Removed 'fa-doesnt-exist' icon
- Added a icon filter search input
- Added a "No Icon" button at the bottom
- Added link back to full FA list
- If icon is picked, it shows the icon class in the search input
10 years ago
barisusakli
da9a6ba399
missing ;
10 years ago
barisusakli
0a9f82e30d
removed some dupe code from chats
10 years ago
barisusakli
2f94307125
removed duplicated code in chats
10 years ago
barisusakli
1e3391ff12
closes #3617
10 years ago
barisusakli
501bfbfc47
closes #3611
10 years ago
barisusakli
22d6ceab59
closes #2427
10 years ago
barisusakli
0cac0692b6
closes #3532
10 years ago
barisusakli
ad685a0147
fix function in loops
10 years ago
barisusakli
a1c407acd0
closes #3530
10 years ago
psychobunny
d5cc37b166
notifications/list and notifications components
10 years ago
psychobunny
30c1001e5d
#3522 also for settings v2
10 years ago
barisusakli
794c218cb6
fix displayMenuItem
10 years ago
barisusakli
6810b529c9
prevent infinite loop on topic scroll to bottom
10 years ago
psychobunny
82d39753b7
hint
10 years ago
psychobunny
b10a7d4410
notifications/icon component
10 years ago
psychobunny
e9a42cdecb
fixed notifications on deskto
10 years ago
psychobunny
a44f467ebc
Notifications.loadNotifications()
10 years ago
psychobunny
a663f95669
chats.loadChats()
10 years ago
psychobunny
306964b4ea
chat/dropdown and chat/list component
10 years ago
psychobunny
d75f5574e0
#3499
10 years ago
psychobunny
6c44db9a0c
closes #3490
10 years ago
Julian Lam
3b3c383d93
adding a fallback for en_GB and en_US
10 years ago
Julian Lam
3d9415b65e
Fixes #3442
10 years ago
barisusakli
5e3e1f8781
#3430
10 years ago
barisusakli
6e630b3cfd
closes #3434 , thanks to @psychobunny
10 years ago
Julian Lam
1b812068ca
Fix bug where translator would split on all colons, and not just the first
10 years ago
Julian Lam
53a1e6106e
Fix bug where an empty chat message would appear in the chat modal
10 years ago
Julian Lam
98b74f848e
Fix newSet detection on chat messages
10 years ago
Julian Lam
2593f1b4d9
Fix bug where new chat messages would not append
...
... due to incorrect class and id assignment of the chat modal. Regression was caused by an earlier commit that moved the
typing span elsewhere.
10 years ago
Julian Lam
60a6775c72
Changed behaviour of the Chat Typing Notification
...
Instead of being placed at the bottom of the modal/list,
it will now be displayed at the top of the modal, and not
shown in the chats page at all (as it is already present
in the contact list)
10 years ago
Julian Lam
eac92b00c6
better error checking with socket broadcast method
10 years ago
Julian Lam
6348eb2bab
fixed #3359
10 years ago
Julian Lam
4f4e33eb15
Merge branch 'pichalite-master'
10 years ago
Julian Lam
eb5be2f671
fixed some whitespace issues and made the admin check return early, in its own block
10 years ago
Julian Lam
d10fd6248e
Merge branch 'master' of https://github.com/pichalite/NodeBB into pichalite-master
10 years ago
Axel
9c2d7a2468
new language keys
10 years ago
Julian Lam
474ff3ed35
fixed #3359
10 years ago
pichalite
d2bbca1de1
don't display leave/join buttons for admin group
10 years ago
Julian Lam
ee9390ee34
fixed #2949
10 years ago
pichalite
a5226c9423
don't display "Leave Group" button for admins in "administrators" system group on groups details page
10 years ago
barisusakli
954c25823e
closes #3352
10 years ago
psychobunny
fdc66eb607
fixes checkboxes for settingsv2 (deja vu)
10 years ago
Julian Lam
0c6b2b122e
fixed #3268
10 years ago
Julian Lam
b2a69758ee
added back multi-line support for translator
10 years ago
Julian Lam
eaa35c8057
making translator regex stricter, so it doesn't match language strings that won't ever exist
10 years ago
Julian Lam
534b13e089
fixed bug where ephemeral groups and the registered-users group wouldn't show in in ACP/category details page for privileges.
10 years ago
psychobunny
541fd474b3
fixes checkboxes for both settingsv1 and settingsv2
10 years ago
Barış Soner Uşaklı
4fc4a0ff3e
dont escape group.name, use displayName in tpls instead
10 years ago
Barış Soner Uşaklı
a12ecbc230
admin/manage/groups pagination
10 years ago
Julian Lam
b4e39374bb
firing 'change' event for all checkboxes after settingsv2 load
10 years ago
barisusakli
ffd22f50ff
closes #1999
10 years ago
Julian Lam
48af82659e
removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes #3288
10 years ago
psychobunny
5ff9a7f9a9
allow multiline support for translator
...
see: https://github.com/psychobunny/templates.js/issues/36
10 years ago
barisusakli
b89b4d066a
max chars
10 years ago
barisusakli
1d72a8f0ee
fix composer redirect on home page
10 years ago
barisusakli
0ef2ccc130
closes #3240
10 years ago
barisusakli
536c443c1e
closes #3231
10 years ago
barisusakli
1bbce82c23
duh #3192
10 years ago
barisusakli
8ff7ba82c2
closes #3192
10 years ago
psychobunny
28e1ae46c7
woops, committed some testing code by accident
10 years ago
psychobunny
7564881298
don't minify files in /client
...
adds an extra call to the client/route.js file on cold load but cuts a
ton of extra weight in nodebb.min.js
10 years ago
psychobunny
f8b3282295
closes #3141
10 years ago
Julian Lam
17ff083cc6
passing in available composer data into the composer.loaded client-side hook
10 years ago
Barış Soner Uşaklı
b717da0229
Merge pull request #3110 from pitaj/master
...
Fixed translator backwards compatibility issue
10 years ago
barisusakli
045d9df81f
closes #3203
10 years ago
Julian Lam
8f7416d1cb
updated acp category privilege settings so that not all groups are shown in privilege table, closes #3036
10 years ago
psychobunny
f698d28dfb
one last fix for #3169
10 years ago
psychobunny
7b81c5db9f
#3169
10 years ago
psychobunny
79fd5a4d8e
closes #3169
10 years ago
psychobunny
63a2a20fd3
remove the old history.pushState hack for mobile composer
10 years ago
psychobunny
55bed3464e
if mobile, go to /compose route #3090
10 years ago
Ole R.
22e227a6cd
fixed error-report within translator.js
...
reported by [rex-huang](https://community.nodebb.org/user/rex-huang ), see https://community.nodebb.org/topic/4520/error-handling-is-wrong-in-translator-js
10 years ago
barisusakli
b292aeea72
closes #3120
...
also dont allow loading posts of a topic if its deleted via
topics.loadMore
10 years ago
Peter Jaszkowiak
ad7b561dd4
Fixed translator backwards compatibility issue
...
Also removed the _clearMenus global object because populating the global namespace is bad, bad, bad
10 years ago
psychobunny
533193fa79
send in data to action:taskbar.pushed as well
10 years ago
psychobunny
1556365712
call taskbar.push regardless of whether it's a new chat or not
...
there's logic in taskbar.push to not create the element anyways
10 years ago
psychobunny
c13e14d2c8
pass in element to filter:taskbar.push; taskbar.push cleanup
10 years ago
Barış Soner Uşaklı
21b634e03f
closes #3081
10 years ago
Julian Lam
15265bf36e
Merge pull request #3071 from yariplus/settingsobject2
...
Enhance settings object plugin
10 years ago
Julian Lam
5a0ea28633
better fix for #3040
10 years ago
barisusakli
72f80dd330
closes #3052
10 years ago
barisusakli
dd92b06f16
#3064
10 years ago
yariplus
9d3a9f4493
Enhance settings object plugin
...
Use an array to declare the object properties so that the order is always the same.
Add a data-new attribute for individual properties. (You can still use a whole object in the data-new attribute of a parent array.)
Add data-prepend and data-append attributes to properties for inserting html before or after that property. (This may also be useful for the array plugin.)
10 years ago
Julian Lam
821c9f12d6
updated scrollToPost behaviour to no longer ajaxify loudly. Also updated call to checkPagePresence to fire before the topicDOM events begin, so if an in-topic search is conducted on a different topic from the current topic, the topicDOM behaviour continues. closes #3040
10 years ago
Julian Lam
65b2523b0f
closed #3050
10 years ago
barisusakli
da5909349b
closes #3053
10 years ago
psychobunny
5d04cd0bef
ability to add class to taskbar; new action hook; send touid in chat
10 years ago
psychobunny
23c4ecfe60
filter:taskbar.push
...
not really a filter, but does the job as long as its synchronous
10 years ago
Julian Lam
5587233e78
fixed quoting and highlighted-text auto-quote for composer when composer is minimized, closes #2870
10 years ago
psychobunny
1d94b6a96f
closes #3000
10 years ago
Julian Lam
ee7d356781
Merge pull request #2825 from yariplus/settingsobject
...
Add object setting plugin
10 years ago
Barış Soner Uşaklı
c9b5948034
closes #2927
10 years ago
Julian Lam
2000947cd6
fixed #3030
10 years ago
barisusakli
8c7ded3062
closes #3026
10 years ago
barisusakli
cf825d02b7
escape title
10 years ago
psychobunny
3ec99b8021
#3011
10 years ago
psychobunny
1201425db2
hint
10 years ago
psychobunny
e78fc98146
cross-browser support for composer resize animation
10 years ago
psychobunny
4d414d0b63
.category-box and .post-preview now components
10 years ago
barisusakli
427dda654a
temp fix for #2994
10 years ago
psychobunny
59909894fc
closes #2981
10 years ago
psychobunny
f601bdee5e
Merge branch 'master' of https://github.com/NodeBB/NodeBB
10 years ago
psychobunny
97419bbdd9
closes #2980
10 years ago
barisusakli
b2fad172e5
closes #2966
10 years ago
Barış Soner Uşaklı
5fda8422c5
fix focus
10 years ago
barisusakli
0d515803e4
fix post edit
10 years ago
barisusakli
9d026919ac
closes #2953
10 years ago
Barış Soner Uşaklı
dadbda98b7
closes https://github.com/NodeBB/nodebb-theme-persona/issues/52
10 years ago
barisusakli
5f2271e4e0
closes #2903
10 years ago
barisusakli
0d839bdb2c
parantheses
10 years ago
psychobunny
7563e9aba1
added localStorage for preview toggled state
10 years ago
psychobunny
e1ff3deaf0
move preview toggle function into composer/preview.js
10 years ago
psychobunny
bc4e5371d7
Merge pull request #2907 from MegaGM/fixcategory.images
...
fix: category images (helpers.generateCategoryBackground)
10 years ago
psychobunny
232d1aae31
helpers.getBookmarkFromIndex
10 years ago
Julian Lam
47a7ab15be
refactored translator system to be a require.js module, and not a global
10 years ago
Julian Lam
16c6578bdb
updated components to be a require.js module, not a global (:rage2:)
10 years ago
Julian Lam
c706638b5d
updating groups access control so:
...
1. Guests can no longer receive the moderate bit
2. If you attempt to grant the moderate privilege to a public group, a confirmation modal appears
3. A lock icon is present next to all private groups
10 years ago
barisusakli
d27ec057c5
closes #2910
10 years ago
Julian Lam
d249a46fae
fixed around event handling for composer submit button, and upped vanilla minver
10 years ago
barisusakli
65bdeba385
helpers.js fix maybe
10 years ago
Mega
8b48a1e3af
fix: category images (helpers.generateCategoryBackground)
10 years ago
psychobunny
7c7b43d295
semicolon
10 years ago
psychobunny
789418f987
stripTags and escape template helpers
...
use it like so {function.stripTags, title}
see vanilla or persona topics_list.tpl for more info
10 years ago
Julian Lam
d95f5a9ae0
added help block to category purge button, updated iconSelect library to use templates in a better way, hooked up iconSelect for category mgmt, #2463
10 years ago
Julian Lam
9b84a887d3
a huge frickin' number of changes for #2887 . This is part of #2463
10 years ago
Julian Lam
a1621145d5
Merge branch 'master' into categories_revamp
...
Conflicts:
public/less/admin/admin.less
public/src/admin/manage/categories.js
src/controllers/admin.js
src/views/admin/manage/categories.tpl
src/views/config.json
10 years ago
psychobunny
d39c2924e4
found a rogue topic class selector
10 years ago
barisusakli
4c31535c4b
closes #2799
10 years ago
psychobunny
4ca6364dd4
removed .category-item selectors
10 years ago
psychobunny
10eb617c6d
category and category/topic components; removed #topic-container selectors
10 years ago
Barış Soner Uşaklı
0cc900bdcf
closes #2878
10 years ago
barisusakli
5bc2e7dac2
closes #2309
10 years ago
psychobunny
51745568df
removed the rest of the .post-row selectors in favour for components system
10 years ago
psychobunny
567d171d2f
jshint
10 years ago
psychobunny
6439147586
updated core to point #post_container and .post-row to its respective components
10 years ago
psychobunny
eba0f32913
post/anchor component
10 years ago
psychobunny
e08f34e79d
function.generateTopicClass
10 years ago
psychobunny
412c5360a6
allow timeago to be cast on other elements as well, ex. small
10 years ago
psychobunny
82ac542f55
helpers.generateCategoryBackground
10 years ago
psychobunny
f7f048f06a
when toggling composer preview, autofocus on composer
10 years ago
barisusakli
2f688136d1
closes #2852
10 years ago
barisusakli
b37bcc6dfe
closes #2853
10 years ago
psychobunny
dfe48fffb1
composer fixes when resizing window horizontally
10 years ago
psychobunny
2f05ec7de0
closes #2839 and #2840
10 years ago
psychobunny
8d313d2f16
return composing state to normal after discard/posting
10 years ago
psychobunny
9262c8b9f6
after selecting a category in composer, auto-select the next field
10 years ago
psychobunny
83f89e9537
made action bar button less restrictive
10 years ago
psychobunny
31368ac974
on mobile, resize composer textarea as you type so it doesn't constrain the editable view
10 years ago
psychobunny
7227dfd704
add composing mobile classes if composing on mobile
10 years ago
psychobunny
7282bbafb2
removing composer-mobile.tpl
...
was totally a bad idea.
10 years ago
Barış Soner Uşaklı
940c33c426
fix js error removed dupe code
10 years ago
psychobunny
eb733fdb6f
toggle preview button on composer
10 years ago
psychobunny
daf9999a29
prevent composer from going too low
10 years ago
psychobunny
6059165a54
if composer:resizePercentage hasn't been set, default to half the page
10 years ago
psychobunny
0913dbbade
added a border effect on max'd composer
10 years ago
psychobunny
49a173bdf0
last bit of fixes to composer
10 years ago
psychobunny
bc9d7f2922
fix so that mouse is always on the handle
10 years ago
psychobunny
5b56157403
composer refactor part 1
...
removed lots of hardcoded values; used translate 3d instead of height
for smoother dragging; various optimizations; snap to top functionality
10 years ago
psychobunny
bd99124fb9
refactored write preview code
10 years ago
psychobunny
da758c429a
remove hardcoded z-index; give composer a "maximized" class if maximized
10 years ago
psychobunny
b56e862838
removed hardcoded fa-chevron icons from client js
10 years ago
psychobunny
1ec1c5a366
fixes composer maximizing
10 years ago
psychobunny
fcc8093fa6
#1642 show discard prompt
10 years ago
psychobunny
e47c375e69
closes #1642
10 years ago
Julian Lam
4360069859
fixing buttons on mobile composer, and updating format so tags button only appears on mobile
10 years ago
barisusakli
2a8437f08f
removed templates config and mapping 🐑
10 years ago
yariplus
1102f40873
Add object setting plugin
...
Allows objects to be added to a plugin's settings using a tag with a JSON-like syntax in data-attributes.
A complex object can be created by using an array or another object as a parent, the object will be added to the parent array or the parent object's declared property instead of as it's own data-key.
10 years ago
psychobunny
9bf55c96d2
closes #2818
10 years ago
barisusakli
01b012d89d
#1642
10 years ago
psychobunny
a59b932020
displayUsersLink deprecated
10 years ago
barisusakli
f7f453f8cd
closes #2794
10 years ago
Julian Lam
6a32a0f399
closes #2775
10 years ago
Julian Lam
a3bc5d2037
fixing bug where the nav dropdown didn't close when a chat was opened
10 years ago
Julian Lam
5173fd7138
#2796
10 years ago
Julian Lam
a2c6f58782
fixed issue where an updated alert didn't contain changes to the clickfn, closes #2798
10 years ago
Julian Lam
339619fc9d
#2799
10 years ago
Julian Lam
00f3084b8e
closes #2792 , closes #2791 , closes #2788 , closes #2787 , closes #2786 , closes #2785 , closes #2784 , closes #2783
...
Squashed commit of the following:
commit ca5064a4effa3904ce936b521b169bba8d24f1a1
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 26 08:19:32 2015 -0500
Revert "added ajaxify popstate cache, so back/forward will just put back the already loaded page"
This reverts commit 77d154bb8b
.
commit ae07fc56c156074de8048bb627f5d9be849c8ad1
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 26 08:19:24 2015 -0500
Revert "on click, topics are marked read from the unread page. Also fixed an issue where isPopState kept getting set to true, causing issues"
This reverts commit d8c9ec0d40
.
Conflicts:
public/src/client/unread.js
commit 96ee3631d7e4e1fc2c1b7632d86684fecd1e430f
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 26 08:18:25 2015 -0500
Revert "actually fixed isPopState error"
This reverts commit e6701c5a1f
.
10 years ago
psychobunny
241f5b0224
linted client side modules
10 years ago
barisusakli
a0c3ddc555
fix navigator
10 years ago
psychobunny
b1f835b053
Merge remote-tracking branch 'origin/master' into sortable-menu
10 years ago
psychobunny
2ff59278c9
navigation cleanup
10 years ago
Julian Lam
f00589c8ba
removing 'see all chats' from chats list, as it is in menu.tpl now
10 years ago
psychobunny
a9f175a2bb
ability to sort navigation
10 years ago
psychobunny
a2e3179ea4
nav - enable / disable
10 years ago
Julian Lam
e6701c5a1f
actually fixed isPopState error
10 years ago
Julian Lam
d8c9ec0d40
on click, topics are marked read from the unread page. Also fixed an issue where isPopState kept getting set to true, causing issues
10 years ago
Julian Lam
77d154bb8b
added ajaxify popstate cache, so back/forward will just put back the already loaded page
10 years ago
psychobunny
40008a9e85
Merge remote-tracking branch 'origin/master' into sortable-menu
10 years ago
psychobunny
6cea047518
loading navigation, complete
10 years ago
Julian Lam
3202a52a61
refactored notif dropdown, #2771
10 years ago
psychobunny
ecad9d54ed
tjs 0.1.19 for undefined key cleanups
10 years ago
psychobunny
6dacaf6bb5
helpers.displayMenuItem
10 years ago
Julian Lam
29873f1c5c
removed unused .getAll method, and sorting notifications client-side so that unread notifs don't all appear at the top, #2772
10 years ago
Julian Lam
948cd22e9c
triggering full-screen composer on short viewports as well as narrow, #2763
10 years ago
Julian Lam
03e39f7b9b
isInvited mechanic for #2758
10 years ago
Julian Lam
58094d2b3b
removed console logs, and requiring markdown 1.0.0 plugin
10 years ago
Julian Lam
ceb18fe73d
added new hook and method for plugins to introduce their own formatting options, #2743
10 years ago
Barış Soner Uşaklı
743cd20441
closes #2267
10 years ago
Julian Lam
350acde379
ability to mark a notification read/unread from dropdown list, made styling less bootstrap-locked, using FA icon in theme instead of hardcoded in template
10 years ago
barisusakli
aa94dafac1
closes #725
10 years ago
barisusakli
60efeb8561
fix nid
10 years ago
barisusakli
31a44a9982
dont use fa icon
10 years ago
Barış Soner Uşaklı
276cd51836
closes #2467
10 years ago
Barış Soner Uşaklı
0421b6ef06
closes #2639
10 years ago
Barış Soner Uşaklı
d20628a8d4
closes #2539
10 years ago
Barış Soner Uşaklı
c98720ee4c
show results as WIP
10 years ago
barisusakli
eff1256dfb
search sort, search in posts, titles, posts& titles
10 years ago
Julian Lam
957415463f
Merge branch '0.7.0'
...
Conflicts:
package.json
src/search.js
10 years ago
barisusakli
38dd3d4281
search newer/older than and better pagination
10 years ago
barisusakli
161b934827
reply count filter atleast/atmost
10 years ago
barisusakli
def600e927
search in categories and children
10 years ago
barisusakli
255f50343c
closes #2685
10 years ago
Julian Lam
8bc2d97352
stringify helper for t.js
10 years ago
barisusakli
ddee93beab
Merge remote-tracking branch 'origin/master' into 0.7.0
10 years ago
Julian Lam
a3cadff1d3
updated settings module (v2) to fix multiple selects and checkboxes using name instead of id, which isn't always guaranteed to be set.
10 years ago
Julian Lam
d096a639d6
fixed #2657 -- there's a slight chance this might break other ACP pages, but my limited testing tells me it is ok so far
10 years ago
Julian Lam
093e499bf8
defining module name in iconSelect module
10 years ago
Julian Lam
56200b0fdf
defining module name in iconSelect module
10 years ago
barisusakli
ea3d7d610a
Merge remote-tracking branch 'origin/master' into 0.7.0
10 years ago
Julian Lam
99dc37bd9c
removed relativeTime util method, utils.js better be a C now.
10 years ago
barisusakli
b333653464
prevent js crash if responseJSON is undefined
10 years ago
Julian Lam
50ac813388
Merge branch 'private-groups', closed #2588
10 years ago
barisusakli
02dbce57fb
relative path fix missing ;
10 years ago
barisusakli
200f74f1c7
closes #2592
10 years ago
barisusakli
456b844e61
closes #2596
10 years ago
Julian Lam
612b8f01b6
Merge remote-tracking branch 'origin/master' into private-groups
10 years ago
Julian Lam
69ed8ac45d
icon selection interface -- moved iconSelect module out of admin space, #2588
10 years ago
barisusakli
0305ad989c
match uploader return
10 years ago
barisusakli
f74383bba4
changed userPhoto to files[]
10 years ago
Julian Lam
71b41239ac
attempting to join a private group causes the join to be pending, #2588
10 years ago
barisusakli
a77a761433
closes #1917
10 years ago
barisusakli
ce9c17f8e5
ability to search posts by user
10 years ago
Julian Lam
b685194dae
updated helper loading so it loads all helpers in helpers local var
10 years ago
Julian Lam
aa62c52580
closed #2583
10 years ago
barisusakli
60f1b9679a
search filters
10 years ago
Julian Lam
9b8cc9fe6c
partial revert of 659d0f68cb
, #2417
10 years ago
Julian Lam
835886998b
having composer/resize call findBootstrapEnvironment only on the first resize method call, and not right when library is required, #2417
10 years ago
Julian Lam
659d0f68cb
possibly fixing issue where mobile composer textarea is not properly sized when initially opened. Sort of related to #2417
10 years ago
Julian Lam
23b9b21cdd
better handling of guest handles in frontend, #2569
10 years ago
Julian Lam
9befa6aca7
proper handling of post editing, integration with ACP toggle, #2569
10 years ago
Julian Lam
325815a78d
showing guest handles in frontend UI #2569
10 years ago
Julian Lam
7dc309fc16
template in composer #2569
10 years ago
barisusakli
3bdb98e747
closes #2530
10 years ago
barisusakli
81a5a4cfe0
removed global var
10 years ago
barisusakli
7ae7c50f56
app.user
10 years ago
Julian Lam
0b58e2fea3
minor tweaks to in-topic searching UI, #2442
10 years ago
Julian Lam
067d1ae404
adding client-side hook whenever composer renders a preview
10 years ago
Julian Lam
b06ff89e02
adding missing file, re: #2424
10 years ago
Julian Lam
deac12c540
closed #2424
10 years ago
barisusakli
32e08ba419
closes #2070
10 years ago
psychobunny
2a88e08977
and one last derp
10 years ago
psychobunny
556d817cc5
forgot to return
10 years ago
psychobunny
458ee7cca8
acute ocd attack
10 years ago
psychobunny
bfaeee2531
linting
10 years ago
psychobunny
b511bc37fb
don't initialize taskbar until dom is ready
10 years ago
Barış Soner Uşaklı
36ac6f849f
Merge pull request #2397 from joe1chen/bug-fix-topic-search
...
Bug fix - Topic search broken due to encodeURIComponent being called too early
10 years ago
psychobunny
b480bff3fd
moved taskbar markup out of JS and into modules/taskbar.tpl
10 years ago
barisusakli
d9d44aee2b
#2334
10 years ago
barisusakli
b3544f644a
relative path upload fixes #2403
10 years ago
Joseph Chen
f02fd88eaf
Bug fix - Topic search broken due to encodeURIComponent being called too early.
10 years ago
barisusakli
2e1a098cfa
fix multi selection if category has sub categories
10 years ago
Julian Lam
74630b3a79
closed #2360
10 years ago
Julian Lam
93f414892b
closed #2361
10 years ago
Julian Lam
e0436d73c3
#2361
10 years ago
Julian Lam
8e0e2a04be
restored the toolbar on mobile composer, #2293
10 years ago
Julian Lam
dfc7c7aa7f
#2350 :shipit:
10 years ago
Julian Lam
0e9fdc9a09
fixed #2350 -- chat modal now opens, but input is disabled
10 years ago
barisusakli
e09328c74d
#2346
...
dont bring modal to front if u receive a message
10 years ago
barisusakli
38874345b7
closes #2346
10 years ago
barisusakli
6353ed57a9
duh fixing my fail from last night
10 years ago
barisusakli
e97bfc139b
#1848
10 years ago
Julian Lam
adfb89a2ad
closed #2321
10 years ago
barisusakli
433769eb36
closes #2146
...
first tab (recent) shows last 50 messages instead of just last 24 hours
10 years ago
barisusakli
1b268c94c0
if there is no postData.tid dont notify, ie topic post
10 years ago
barisusakli
4c90c9a759
closes #2291
10 years ago
barisusakli
f295083a08
fix upload error messages
10 years ago
psychobunny
a24dde863b
moved src/client/modules/admin/selectable to src/admin/modules/selectable #2250
10 years ago
barisusakli
e95c68e7d6
fix bookmark
10 years ago
psychobunny
8abf2835a5
removed modules/admin and moved mousetrap + keybindings out of client #2245
11 years ago
barisusakli
e1f67052d0
closes #2244
11 years ago
psychobunny
7396c363d7
press / to highlight search input box
11 years ago
psychobunny
ba4392cda0
selectable - shift clicking deselects items in a group
11 years ago
psychobunny
eb5630caa7
refactored selectable to use 'selected' instead of 'dropped'; fixed position relative bug
11 years ago
psychobunny
7a2ccf6031
hardcoded parentElement by accident
...
so that's why it doesn't work on other pages. derp
11 years ago
psychobunny
9c67d5742e
added event callbacks for onSelected and onUnselected
11 years ago
psychobunny
13c9da6bff
selectable - click/shiftclick to select as well
11 years ago
psychobunny
bcdb87f488
fixed selectable
11 years ago
psychobunny
2db93c9219
created selectable module for selecting / grouping elements
11 years ago
barisusakli
6a996bd718
closes #2210
11 years ago
Julian Lam
1eb9016a77
fixed #2207
11 years ago
barisusakli
b8df95da98
check message
11 years ago
Schamper
883422760d
Fix settings save message
11 years ago
Julian Lam
625247611b
closed #1959
11 years ago
barisusakli
cd99654477
closes #2046
11 years ago
psychobunny
d081ecf368
fixed chatModal centering
11 years ago
psychobunny
da0eff6a4e
double click the chat header to maximize
11 years ago
barisusakli
48c3619028
lowered chat zindex
11 years ago
barisusakli
8c600ae15d
stop tag autocomplete ajaxify
11 years ago
Julian Lam
aee8b87385
composer tweaks, hiding navbar when mobile composer is open
11 years ago
barisusakli
f377868764
closes #2064
11 years ago
barisusakli
63a7766ac1
closes #2027
11 years ago
barisusakli
0f258859a7
closes #2067
11 years ago
barisusakli
4066607388
closes #2052
11 years ago
Julian Lam
8bac0bf361
Merge branch 'csrf-excision' into hashtalk
11 years ago
Julian Lam
a061079995
fixed all POST routes to use new csrf middleware
11 years ago
psychobunny
ca7f35dd5e
trimming alert title/message
11 years ago
barisusakli
9a96458f79
closes #2053
11 years ago
barisusakli
493d0dea1e
part 1 of notif refactor
11 years ago
Julian Lam
40e5ad075f
started work on #2082
11 years ago
barisusakli
273db693e7
closes #2051
11 years ago
barisusakli
b7ee875b12
user.isOnline fix
...
wont hit db on every user socket connect or user disconnect
11 years ago
barisusakli
6b39e328f5
chat fix
11 years ago
barisusakli
e495db3065
dont make a copy of chat message
11 years ago
barisusakli
625766ba85
dont send typing notif on each keyup
11 years ago
barisusakli
171f02101d
closes #2035 , closes #2036
11 years ago
barisusakli
ae6d5e72f4
closes #2015
11 years ago
Julian Lam
1f06e4f5a2
added secret key bindings for admins to reload and restart their NodeBBs :shipit:
11 years ago
Julian Lam
063a4e5628
finished up UX integration for in-topic searching, added mousetrap lib to capture ctrl-F only in topic view, closed #1800
11 years ago
Julian Lam
5d22806ded
more topic searching work (working example, needs UX tie-in)
11 years ago
Julian Lam
cd10248226
basic topic searching via search bar working
11 years ago
barisusakli
fdf19f9025
closes #2022
11 years ago
barisusakli
69ce425ae5
closes #2021
11 years ago
Julian Lam
e497290dbc
removed commented-out code
11 years ago
Julian Lam
fcbdc5e271
added recompilation of templates to NodeBB Reloading - #2010
11 years ago
barisusakli
c57b0a2199
closes #2013
11 years ago
barisusakli
ca90afd544
#1992
...
(drunk) not even done yet
11 years ago
barisusakli
d852f284da
closes #1948
11 years ago
barisusakli
1cf5c3145a
doing it properly this time
...
mainPost always has index 0
11 years ago
barisusakli
41ed52a414
moved newlines from language file to core
11 years ago
psychobunny
eb297d7eab
client side hooks: action:composer.topics.post, action:composer.posts.reply, action:composer.posts.edit
11 years ago
Filips Alpe
378fd095eb
Leave the chat window within the screen
...
On smaller screens, the top of the chat window can appear so high that it is outside the screen, this fixes that.
11 years ago
Julian Lam
77e0cb170f
removed console.log
11 years ago
barisusakli
da780cdee7
closes #1920
11 years ago
barisusakli
6e335ff29a
removed debug
11 years ago
barisusakli
f71bd41408
more fixes
11 years ago
barisusakli
d7520508e3
#1375 part1
11 years ago
barisusakli
297f523f18
closes #1899
11 years ago
barisusakli
e961e3c552
reduced hightlight duration by 2 seconds
11 years ago
Barış Soner Uşaklı
485f14ef7f
Merge pull request #1873 from frissdiegurke/patch-2
...
[Settings] fixed data-empty usage within checkboxes
11 years ago
barisusakli
89bb11a58c
closes #1880
11 years ago
frissdiegurke
021e5bfcc5
[Settings] fixed data-empty usage within checkboxes
11 years ago
barisusakli
a4975cab33
closes #1825 , closes #1674
11 years ago
Julian Lam
bf2cba028d
fixed #1851
11 years ago
barisusakli
8ff34e4dc2
parseint tid
11 years ago
barisusakli
161069c390
closes #1840
11 years ago
barisusakli
6d8cc5648c
some tag hooks/filters
11 years ago
Julian Lam
23c4b8ca35
only showing ACP setting saved alert if no callback is passed in
11 years ago
Julian Lam
cac3ebc9e5
vertically centering modal when opened
11 years ago
Julian Lam
c259e0407e
closed #1807
11 years ago
Julian Lam
4404387218
Merge branch 'master' into chat-route
11 years ago
barisusakli
bb9caa7228
removed dupe
11 years ago
Julian Lam
95102f7e74
jshinting
11 years ago
Julian Lam
71916f0691
marathon bugfixing with @barisusakli re: #1788
11 years ago
Julian Lam
55afa17651
getting chats working between both page and modal, yay #1788
11 years ago
Julian Lam
a031bc2721
highlighting of the user with whom you are currently chatting with #1788
11 years ago
Julian Lam
07a82ec12c
more WIP
11 years ago
barisusakli
c5ccf4333b
translate helpers
11 years ago
barisusakli
dcbed4e935
closes #1763
...
show alert if email not confirmed, clicking alert will send confirmation
email
11 years ago
barisusakli
684f858415
closes #1772
11 years ago
barisusakli
64f680a0a3
action:chat.loaded hook
11 years ago
barisusakli
1b31f5b2ca
single arrows wont go all the way to bottom
11 years ago
barisusakli
c9c68f8cbe
move cursor to end
11 years ago
barisusakli
105acc0197
not used
11 years ago
barisusakli
56830d773e
cleaned up resizeStop
11 years ago
Julian Lam
b338ac2a4c
fixing space-indentation, modifying behaviour a little bit so that the maximized position is not saved, and minimizing can return back to the previous saved position
11 years ago
Julian Lam
517c70951f
Merge branch 'patch-3' of github.com:mani95lisa/NodeBB into mani95lisa-patch-3
11 years ago
barisusakli
a9e5e82431
closes #1758
11 years ago
Mani Wang
1050efbe65
make expand postContainer more easier
...
If user don't know drag to expand and move 0 after down, then think user clicked and toggle postContainer's height between max and default 400.
11 years ago
barisusakli
1cabf885a2
closes #1730
...
postCount != lastPostIndex unfortunately, that will need some rethinking
11 years ago
barisusakli
b822e8babc
render preview on image upload
11 years ago
barisusakli
67186edda7
fix drag drop
11 years ago
barisusakli
9240f65f20
moved resize code, removed old tab code
11 years ago
barisusakli
c3e4d11f69
closes #1719
11 years ago
barisusakli
1296cd58b9
closes #1723
11 years ago
barisusakli
c296aaeb8a
discard language string
11 years ago
barisusakli
36ed21ad72
closes #1739
11 years ago
barisusakli
35d1aacc45
no success alert on posting and editing #1721
11 years ago
barisusakli
7d1ba0eb7c
closes #1718
11 years ago
barisusakli
6303ac4a90
closes #1716 , #1717
11 years ago
Julian Lam
c41bb05711
final pass #1720 , closed #1720
11 years ago
barisusakli
9151040250
side by side preview
11 years ago
barisusakli
13854e8774
closes #1603
11 years ago
barisusakli
bf18e70d66
small fix to title escape
11 years ago
barisusakli
4c2765a79c
closes #1679
11 years ago
barisusakli
ce1934e566
closes #1684
11 years ago
barisusakli
b9139ef263
some escaping and fixed uploads in progress
11 years ago
barisusakli
3f9fa0137c
taskbar text incase <script> is title
11 years ago
psychobunny
b43602f5b6
closes https://github.com/NodeBB/NodeBB/issues/1631
11 years ago
psychobunny
35e72dbb37
load composer-mobile.tpl if in xs/sm environment, for https://github.com/NodeBB/NodeBB/issues/1657
11 years ago
barisusakli
b9c30aa42d
possible fix to #1660
...
modified the tagsinput source to use keypress instead of keydown for the
confirmKeys
11 years ago
barisusakli
178f567659
closes #1655
11 years ago
barisusakli
6bd4524a79
fixed share for category
11 years ago
barisusakli
573cb4b4d7
fixed share links
11 years ago
barisusakli
55dbc5c823
closes #1612
...
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
11 years ago
barisusakli
aa0b9f9029
semicolon
11 years ago
barisusakli
09d4f4b47b
leaving tags box will create tag
11 years ago
psychobunny
3ba51b05f7
fixing the minified version of string.js instead
11 years ago
psychobunny
65f3fa1bbc
fixing string.js compatibility
11 years ago
psychobunny
281aa0049c
init, attempt to increase cold load speed
11 years ago
barisusakli
e1ad2537b6
fixes navigator progress bar
11 years ago
barisusakli
dbf07f786d
closes #1565
11 years ago
barisusakli
66701afdaa
closes #1559
...
fixes the notification image too, the property was called image not
picture
11 years ago
barisusakli
fa1275c03a
closes #1557
11 years ago
barisusakli
90cea84af9
max 5 tags per topic
...
asdasd
11 years ago
barisusakli
df73ceaeb7
closes #1556
...
added tag input box to composer when creating a topic
added new routes for viewing tags 'tags' and 'tags/:tagname'
respectively
post_bar.tpl shows the tags of the topic
can edit the main post to remove or add new tags
added a new menu item to header to go to the tags page
11 years ago
barisusakli
b30dee2601
no need to store titleEl
11 years ago
barisusakli
9ba0dc3363
closes #1539
11 years ago
barisusakli
20a707e6c1
uploads cleanup
11 years ago
barisusakli
e869a6a15a
composer refactor
11 years ago
Julian Lam
b1534b7798
removing allowGuestPosting logic in NodeBB
11 years ago
barisusakli
629648bc7d
closes #1535
11 years ago
Julian Lam
7dffc2a2e9
moving chat timestamp to top of message, not end
11 years ago
barisusakli
c5d9a68b4b
closes #1445
11 years ago
psychobunny
240932dd80
add cursor: pointer if alert's clickfn is defined
11 years ago
psychobunny
f2a692add7
some linting of settings.js
11 years ago
psychobunny
c3e4c7dea1
using var instead of const for < IE10 compatibility
...
@frissdiegurke
11 years ago
psychobunny
2b4da7ebcd
Merge pull request #1514 from frissdiegurke/master
...
added number-type to settings framework. persist expanded object on serv...
11 years ago
Julian Lam
65dd79c84e
socket logic for #1149 -- handling of help tab in ACP
11 years ago
psychobunny
f7fe0aa680
moved documentation out of alerts
11 years ago
barisusakli
d0be73a4d4
closes #1503
11 years ago
FrissDieGurke
ab2c0cfa9f
added number-type to settings framework. persist expanded object on server-side sync if changed
11 years ago
barisusakli
8ee866fc9d
closes #1513
11 years ago
barisusakli
4c28de659c
closes #1504
11 years ago
barisusakli
d304bab4f1
dont change height if sizing horizontally #1508
11 years ago
psychobunny
2ba2ef5320
closes #1498
11 years ago
psychobunny
a0fcdfe629
closes #1502
11 years ago
barisusakli
933aa5dfcb
#1501
11 years ago
FrissDieGurke
c4606e7009
minified settings-framework wrapper-length
11 years ago
FrissDieGurke
c23df60e1b
removed unnecessary method + doc within Settings Framework
11 years ago
barisusakli
ab15dba0de
closes #1472
11 years ago
barisusakli
f3d0d70867
closes #1471
11 years ago
psychobunny
6f0e749b60
Merge pull request #1462 from frissdiegurke/master
...
added new settings-system
11 years ago
psychobunny
882589acae
moved findBootstrapEnvironment into utils
11 years ago
Ole Reglitzki
4da8121827
jsbeautify
11 years ago
Ole Reglitzki
d76ba519d4
added new settings-system
11 years ago
psychobunny
4b18403fa6
moving controls object into its own module
11 years ago
psychobunny
775e6ec8ce
comopser bugfix
11 years ago
psychobunny
090ecaffd1
closes #1444
11 years ago
barisusakli
caa0c45a11
closes #1441
11 years ago
barisusakli
6f2ea3eafc
closes #1439
11 years ago
Julian Lam
46c281db3d
Merge pull request #1409 from miksago/formatting-dispatch-table
...
Composer: Implement formatting bar dispatch table
11 years ago
psychobunny
ad8239aa31
alerts - parse globals before translating
11 years ago
Micheil Smith
ae9f675b80
Composer: Use formatting dispatch table for inserting uploads and pictures
11 years ago
Micheil Smith
bf7de0d051
Composer: Switch to using a dispatch table for buttons
...
Note: for now, it looks a little messy, but once I merge wrapSelectionInTextareaWith and insertIntoTextarea, it won't be. Promise.
11 years ago
barisusakli
d431c94ed8
added variable to replying to string
11 years ago
barisusakli
e12beccc09
closes #1371
...
adds a dropdown to category view to move/pin/lock/delete multiple topics
11 years ago
barisusakli
f9897daad1
all notifications are translated now closes #1388
11 years ago
barisusakli
04488a9a14
closes #1139
11 years ago
barisusakli
d832a6f805
closes #1381
11 years ago
psychobunny
3c711d72fb
regex - no need to escape special characters inside []
11 years ago
psychobunny
e5486db1ae
Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
...
Conflicts:
src/database.js
11 years ago
barisusakli
8aa4f053e8
converted translator.get to translator.translate
11 years ago
barisusakli
fc8e97448c
load sounds on demand, refactored sounds
11 years ago
Julian Lam
29ec14efa0
fixed #1365
11 years ago
barisusakli
a091e06fe3
more work for #1368
11 years ago
Micheil Smith
8da45b72a9
Composer: Rework formatting bar logic
11 years ago
Micheil Smith
78e1e4fbac
Composer: simplify code with early returns
11 years ago
Micheil Smith
3e82cab398
Add missing new lines at end of files.
11 years ago
Micheil Smith
66d1f2505f
Composer: Pass radix argument to parseInt
11 years ago
Micheil Smith
85cab3aec8
Composer: Escape special characters in regex
11 years ago
Micheil Smith
e860b0dd4c
Composer: Remove unused variables
11 years ago
barisusakli
e2d0d4db5c
added error and success language files
...
removed some code from server side that was emitting alerts
11 years ago
barisusakli
5ddf70a671
closes #1273
11 years ago
barisusakli
0cd13b7b66
closes #1273
11 years ago
barisusakli
6b7049cdae
closes #1333
11 years ago
barisusakli
5209c614fc
add taskbar to body
11 years ago
barisusakli
b5f4503e9f
fixed share url
11 years ago
barisusakli
e7a791ab74
removed unused globals from share module
11 years ago
barisusakli
273f499cc2
moved the duplicated sharing code to requirejs module
11 years ago
barisusakli
1d3c25fdcc
moved alert to its own requirejs module
11 years ago
barisusakli
35eebbf20a
chat message fix
11 years ago
psychobunny
7678eaf528
fixes #1296
11 years ago
psychobunny
4f04bd82a6
some fixes
11 years ago
barisusakli
3a69a191ff
closes #1285
11 years ago
barisusakli
3493be4ef0
closes #1268
11 years ago
barisusakli
abc7fd54f3
added class to chat messages
11 years ago
barisusakli
0c744a947e
chat will use timeago
11 years ago