alpha
Login
or
Join now
schlez.in
/
Machete
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/Schniz/Machete. Chat for your organization.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Commits
Author
Commit
Message
Date
Gal Schlezinger
f059631e
Removed unused imports
master
12y ago
Gal Schlezinger
25b3b4c3
Taken the chatmessagecontents out to its own file
12y ago
Gal Schlezinger
bef5b372
Added a key to the generators
12y ago
Gal Schlezinger
2ccc7f24
Removed old console.logs from the program and added a mention. plus, did a rework in the extracting stuff from the message
12y ago
Gal Schlezinger
5bbfe08c
Updated the screenshot
12y ago
Gal Schlezinger
5f7079b7
added the script to the readme
12y ago
Gal Schlezinger
be4f1826
added an install script through gulp
12y ago
Gal Schlezinger
f93a8c11
added autocomplete for emoji and mentions. need to make mentions clickable in the screen. plus, now it has bower so i added a simple installation process. probably add a script to do so.
12y ago
Gal Schlezinger
2fe43612
Added joe picture, and now ignores all the messages sent from the server by the user.
12y ago
Gal Schlezinger
7f0c4ad5
Added displayName to the React Componenets so the name will appear in the React Dev Tools.
12y ago
Gal Schlezinger
dfd64ebb
Updated readme and removed something that do not exist in the project.
12y ago
Gal Schlezinger
2f4be487
Added a basic user list and scroll bottom was modified so it will work better.
12y ago
Gal Schlezinger
1528f9fd
added a fucking semicolon to server.js. plus, created an helper for removing too much spaces that would fuck up the nice chat.
12y ago
Gal Schlezinger
2779e94a
We don't want to get a notification for every tab thats get opened in the chat for the same user..
12y ago
Gal Schlezinger
89fe09aa
Server messaging when user connects and authentication.
12y ago
Gal Schlezinger
e52b5bc3
Added more mocking to the server and now the client sends it via socket.io
12y ago
Gal Schlezinger
8ed6f895
Fixed the new message not showing in its own box after couple of minutes
12y ago
Gal Schlezinger
87006e4f
Removed the button. who uses the mouse these days? plus, added dir=auto for the texts
12y ago
Gal Schlezinger
8cd337ef
The build task is doing problems so i just watch everything. plus, the sending works, but without the server side. looks pretty neat.
12y ago
Gal Schlezinger
d8e6f9b4
gitignore now works
12y ago
Gal Schlezinger
52900e7c
Added a skeleton to the project and added the expandable too
12y ago
Gal Schlezinger
7d1e62fe
Added jquery and expanding plugin for textarea
12y ago
Gal Schlezinger
6d97cc88
Added a UserModel, /api/v1/users/:nickname/picture redirects to /images/gal.jpg... you all look like me.
12y ago
Gal Schlezinger
2b86369f
Refactored MessageModel#siblings
12y ago
Gal Schlezinger
f89093c7
Removed the addMessageWat method that i tested
12y ago
Gal Schlezinger
2ddabaa6
Added a chattab component
12y ago
Gal Schlezinger
3a878aca
Started to work on the ui. making some react components based on the ones that are in the README.md
12y ago
Gal Schlezinger
456fec7f
added a whitespace for readme
12y ago
Gal Schlezinger
e8f892ed
Added specification for the chattextbox
12y ago
Gal Schlezinger
f8882920
Added a react and url hirarchy
12y ago
Gal Schlezinger
374d6db3
Made the mongo url dynamic + drops the database at the end for not fucking my system.. + added readme with travis build icon.
12y ago
Gal Schlezinger
d7b6a992
repeated some vars in the MessageModel#siblings method.. refactored.
12y ago
Gal Schlezinger
84e0f781
Found the bug in the MessageModel#siblings method: it was fetching {limit} messages, including the self message. what means that if the imput limit was 5, it limited it to 4 instead of 5
12y ago
Gal Schlezinger
9b865b17
Removed the mention-helper.js since it is now in the client-server directory
12y ago
Gal Schlezinger
783c2f95
Checked the server side rendering of React + added travis.yml.. refactored the MessageModel#siblings method
12y ago
Gal Schlezinger
ba91b375
Added a watch task
12y ago
Gal Schlezinger
9cb43f75
The build task now changes the .cjsx to .js - yeah
12y ago
Gal Schlezinger
d9e62f01
Added gulp and browserify for using react and some methods in the server side and in the client side. the WAT.CSJX is a dumb file just for testing. oh yeah, I'm using the CJSX stuff for Coffee Script + React. trying it. should be nice.
12y ago
Gal Schlezinger
6064b00b
Added siblings rest api. will move to the linux machine for adding elasticsearch features.
12y ago
Gal Schlezinger
b6ce5f28
Removed unnecessary variable in the test suite
12y ago
Gal Schlezinger
7c02669e
Added a mentions helper. will be used in the client side also.
12y ago
Gal Schlezinger
bb45221c
Added a siblings method for getting the message siblings in the chat
12y ago
Gal Schlezinger
9efb98c5
Added test tools
12y ago
Gal Schlezinger
f7498582
Added tests
12y ago
Removed unused imports
master
f059631e
Gal Schlezinger
12y
Taken the chatmessagecontents out to its own file
25b3b4c3
Gal Schlezinger
12y
Added a key to the generators
bef5b372
Gal Schlezinger
12y
Removed old console.logs from the program and added a mention. plus, did a rework in the extracting stuff from the message
2ccc7f24
Gal Schlezinger
12y
Updated the screenshot
5bbfe08c
Gal Schlezinger
12y
added the script to the readme
5f7079b7
Gal Schlezinger
12y
added an install script through gulp
be4f1826
Gal Schlezinger
12y
added autocomplete for emoji and mentions. need to make mentions clickable in the screen. plus, now it has bower so i added a simple installation process. probably add a script to do so.
f93a8c11
Gal Schlezinger
12y
Added joe picture, and now ignores all the messages sent from the server by the user.
2fe43612
Gal Schlezinger
12y
Added displayName to the React Componenets so the name will appear in the React Dev Tools.
7f0c4ad5
Gal Schlezinger
12y
Updated readme and removed something that do not exist in the project.
dfd64ebb
Gal Schlezinger
12y
Added a basic user list and scroll bottom was modified so it will work better.
2f4be487
Gal Schlezinger
12y
added a fucking semicolon to server.js. plus, created an helper for removing too much spaces that would fuck up the nice chat.
1528f9fd
Gal Schlezinger
12y
We don't want to get a notification for every tab thats get opened in the chat for the same user..
2779e94a
Gal Schlezinger
12y
Server messaging when user connects and authentication.
89fe09aa
Gal Schlezinger
12y
Added more mocking to the server and now the client sends it via socket.io
e52b5bc3
Gal Schlezinger
12y
Fixed the new message not showing in its own box after couple of minutes
8ed6f895
Gal Schlezinger
12y
Removed the button. who uses the mouse these days? plus, added dir=auto for the texts
87006e4f
Gal Schlezinger
12y
The build task is doing problems so i just watch everything. plus, the sending works, but without the server side. looks pretty neat.
8cd337ef
Gal Schlezinger
12y
gitignore now works
d8e6f9b4
Gal Schlezinger
12y
Added a skeleton to the project and added the expandable too
52900e7c
Gal Schlezinger
12y
Added jquery and expanding plugin for textarea
7d1e62fe
Gal Schlezinger
12y
Added a UserModel, /api/v1/users/:nickname/picture redirects to /images/gal.jpg... you all look like me.
6d97cc88
Gal Schlezinger
12y
Refactored MessageModel#siblings
2b86369f
Gal Schlezinger
12y
Removed the addMessageWat method that i tested
f89093c7
Gal Schlezinger
12y
Added a chattab component
2ddabaa6
Gal Schlezinger
12y
Started to work on the ui. making some react components based on the ones that are in the README.md
3a878aca
Gal Schlezinger
12y
added a whitespace for readme
456fec7f
Gal Schlezinger
12y
Added specification for the chattextbox
e8f892ed
Gal Schlezinger
12y
Added a react and url hirarchy
f8882920
Gal Schlezinger
12y
Made the mongo url dynamic + drops the database at the end for not fucking my system.. + added readme with travis build icon.
374d6db3
Gal Schlezinger
12y
repeated some vars in the MessageModel#siblings method.. refactored.
d7b6a992
Gal Schlezinger
12y
Found the bug in the MessageModel#siblings method: it was fetching {limit} messages, including the self message. what means that if the imput limit was 5, it limited it to 4 instead of 5
84e0f781
Gal Schlezinger
12y
Removed the mention-helper.js since it is now in the client-server directory
9b865b17
Gal Schlezinger
12y
Checked the server side rendering of React + added travis.yml.. refactored the MessageModel#siblings method
783c2f95
Gal Schlezinger
12y
Added a watch task
ba91b375
Gal Schlezinger
12y
The build task now changes the .cjsx to .js - yeah
9cb43f75
Gal Schlezinger
12y
Added gulp and browserify for using react and some methods in the server side and in the client side. the WAT.CSJX is a dumb file just for testing. oh yeah, I'm using the CJSX stuff for Coffee Script + React. trying it. should be nice.
d9e62f01
Gal Schlezinger
12y
Added siblings rest api. will move to the linux machine for adding elasticsearch features.
6064b00b
Gal Schlezinger
12y
Removed unnecessary variable in the test suite
b6ce5f28
Gal Schlezinger
12y
Added a mentions helper. will be used in the client side also.
7c02669e
Gal Schlezinger
12y
Added a siblings method for getting the message siblings in the chat
bb45221c
Gal Schlezinger
12y
Added test tools
9efb98c5
Gal Schlezinger
12y
Added tests
f7498582
Gal Schlezinger
12y