Commit graph

884 commits

Author SHA1 Message Date
Jérémie Astori 1671858e9c Be more explicit on the process workflow in the CONTRIBUTING file 2015-10-08 03:58:26 +00:00
Jérémie Astori 7e2daebd79 Merge pull request #481 from williamboman/fix/chat-clear-prevent-default
client/js/shout.js: prevent default action when clearing chat
2015-10-07 22:58:14 -04:00
Olivier Lambert 9e98d01255 remove useless Grunt instruction in the doc 2015-10-07 14:51:00 +02:00
JocelynDelalande 4c23b46390 Merge pull request #515 from astorije/astorije/verbatim-license
Switch license to verbatim, raw text format
2015-10-07 14:28:57 +02:00
Jérémie Astori 6f2b9d81d4 Switch license to verbatim, raw text format 2015-10-07 11:56:26 +00:00
Jérémie Astori 8b6167b227 Merge pull request #474 from astorije/astorije/user-list-icon
Replace menu icon with users icon for userlist toggle and smooth the 2 icons
2015-10-07 07:26:34 -04:00
William Boman c66a3917cb client/js/shout.js: prevent default action, don't overshadow native keyboard shortcut
Closes #453.
2015-10-07 12:34:25 +02:00
Jérémie Astori 9afa0ce2d1 Add a paragraph on documentation
Taken from #358
2015-10-07 03:30:53 +00:00
Jérémie Astori 9de191c8a4 Add second review needed label to the CONTRIBUTING label description 2015-10-07 03:28:01 +00:00
Jérémie Astori 201938cd71 Add CONTRIBUTING paragraphs on questions, issues and PRs 2015-10-07 03:28:01 +00:00
Jérémie Astori 96d500c2a9 Add descriptions for 2 new labels: quick and easy, and security 2015-10-07 03:20:12 +00:00
Jérémie Astori 5aae711bc6 Add label explanation to the CONTRIBUTING file 2015-10-07 03:20:12 +00:00
Jérémie Astori 933750be69 Add a small introduction to the CONTRIBUTING file 2015-10-07 03:20:12 +00:00
Jérémie Astori 51cdf6dc88 Merge pull request #499 from floogulinc/local-fonts
Replace Google hosted fonts with local ones
2015-10-06 22:41:51 -04:00
Jérémie Astori dcc03786a2 Switch to SVG version of npm badge in the README 2015-10-07 02:26:29 +00:00
Jérémie Astori de20c3170d Merge pull request #508 from Calinou/master
Add a copy of the MIT license
2015-10-06 22:14:35 -04:00
Olivier Lambert aed3c2e271 add npm build script and update the doc accordingly 2015-10-06 12:42:22 +02:00
Paul Friederichsen 35bd5531cf Add font licensing to README.md 2015-10-06 02:55:30 -05:00
Jérémie Astori df4a91fd05 Merge pull request #409 from kalaksi/fix_topic_on_ui
Fix topic on UI
2015-10-04 14:54:57 -04:00
JocelynDelalande 6237301522 Merge pull request #493 from williamboman/fix/tests
Fix tests
2015-10-04 20:42:23 +02:00
Calinou 95089ebd20 Add a copy of the MIT license 2015-10-04 12:43:29 +02:00
Paul Friederichsen 5ab44cbf31 Fix Morning and Zenburn themes on mobile 2015-10-03 23:10:34 -05:00
Olli Mäntylä 4293336f3e Move escaping of topic and improve UI for long topics
- Data should be handled as is and only do the escaping on
the view/template or wherever it is used and escaping is necessary.
Keeps things simple and the focus of escaping values in the right place.
- Remove topic capitalization
- For long topics: hide overflow and add a title to topic span
- Also, simplify the code a tiny bit.
2015-10-03 17:04:05 +03:00
William Boman 679e27fd97 .travis.yml: remove before_script
This is no longer needed since introduction of test fixtures.
2015-10-02 14:44:40 +02:00
William Boman d4322db5a8 package.json: fix tests 2015-10-02 14:44:40 +02:00
William Boman 181b78a02f test: add fixtures directory 2015-10-02 14:44:39 +02:00
JocelynDelalande 044f69f02a Merge pull request #494 from floogulinc/patch-1
Migrate from legacy to container-based infrastructure on Travis
2015-10-02 12:52:26 +02:00
Jérémie Astori 259085da38 Merge pull request #496 from JocelynDelalande/remove-prefetch-localhost-exception
Remove prefetching exception for localhost
2015-10-01 23:41:25 +02:00
JocelynDelalande e76b2cb2be Merge pull request #488 from erming/astorije/travis-node-versions
Add Node.js 0.12 and 4.x support to Travis CI
2015-10-01 09:44:06 +02:00
Paul Friederichsen 56871dd963 Replace Google hosted fonts with local ones 2015-09-30 01:34:39 -05:00
Jocelyn Delande 58aa236dcd Revert "Ignore localhost links" (on prefetch)
This reverts commit 29b66ff0ec.

Rationale:

1) It's not a security feature (abuse of prefetch can be on any server it's not
   more/less risky on localhost), it's pseudo-security measure
2) It's not to us to judge if it has no use-case (in fact it has, ex: two dev
   speaking and experimenting about urls of their local site/app instance,
   local web apps...)

refs #388
2015-09-29 22:22:45 +02:00
Paul Friederichsen 913b827c24 Enable container-based infrastructure on Travis 2015-09-29 09:07:55 -05:00
Ben Evans 7c54a97fad Expressive Entrypoint in Dockerfile
Updated to https://github.com/erming/shout/pull/477#issuecomment-143636577 comment
2015-09-29 00:24:47 +01:00
Jérémie Astori d65f75c8b7 Add Node.js 0.12 and 4.x support to Travis CI 2015-09-28 21:50:03 +02:00
Jérémie Astori 98344b2cac Merge pull request #469 from astorije/astorije/fix-travis-build
Fix #466: Have Travis CI create config folder
2015-09-27 10:47:34 +02:00
Ben Evans 3982aac845 Add a Dockerfile
Building:

    docker build -t shout .

Running:

    docker run --name shout -d --publish 9000:9000 shout
2015-09-25 18:34:27 +01:00
Jérémie Astori a4d3911a3f Replace menu icon with users icon for userlist toggle and smooth the 2 icons 2015-09-23 21:18:26 +00:00
Mattias Erming 956807b325 Update version 2015-09-18 22:11:25 +02:00
Mattias Erming feebaa440e Set prefetch default to 'false' 2015-09-18 22:11:17 +02:00
Mattias Erming e0e20e5eef Merge pull request #455 from ohaal/master
Fix XSS vulnerability
2015-09-18 22:06:05 +02:00
The Bastard Operator 5656244e60 Included changes to shout.templates.js after grunt 2015-09-18 11:10:25 +02:00
Christine Dodrill c2e2e1c1e2 Fix #466: Have Travis CI create config folder 2015-09-16 23:04:26 +00:00
The Bastard Operator 7ef2da0c83 Fix XSS vulnerability 2015-08-16 03:28:21 +02:00
Duncan 3f65ff77dc Prevent browsers leaking referrer headers 2015-07-23 11:48:49 +12:00
Mattias Erming 2cee0ea6ef Increase process.setMaxListeners 2015-04-29 12:55:34 -07:00
Olli Mäntylä dc79d71ae5 Revert "Fix topic exploit"
This reverts commit ef041d6612.
To show topic again. Commit was just disabling the topic.
2015-04-26 23:03:11 +03:00
Mattias Erming 7138ca6bda Bump version 2015-04-16 01:18:27 -07:00
Mattias Erming 0ea6890e87 Fix undefined 'displayNetwork' in template 2015-04-16 01:14:37 -07:00
Mattias Erming eb608611d5 Fix Crypto theme top margin 2015-04-16 01:09:34 -07:00
Mattias Erming 71846dbadc Revert fonts 2015-04-16 01:07:13 -07:00