Commit Graph

49 Commits (f1dbafc7ef97a6af365751337ac6fcd025478956)

Author SHA1 Message Date
sachaaaaa 4b9fcb98d4 Linting and other housekeeping stuff
KeeJef d26a4f4547 Change Signal readme
Update Signal readme with basic Loki Messenger information
Joshua Lund 80d5484325 Minor documentation cleanup - bug templates, readme, etc. ()
Scott Nonnenberg 2576c3fabe
Clarify beta install instructions ()
Scott Nonnenberg 322d307655 Turn on prettier support for markdown files, update all files
Ayman Nedjmeddine 995851dce7 Updated copyright year to 2018
Bisaloo 89d3078e2a Fix beta install instructions for debian-based linux ()
Daniel Gasienica e64a08657d
Update links to community forum ()
Scott Nonnenberg 7b49180bc0
Big update to new signal branding ()
Scott Nonnenberg 9b2e2a4605
Readme: big install, Contributing: mention Next Steps project ()
Scott Nonnenberg d503d1ace3
Remove built assets from repo, updates to docs + GH templates ()
* Revamp issue and pull request templates, other docs tweaks

`yarn test` now runs all of our tests.

* Remove generated files from the repository

* Update to new Signal support URL

* Prevent the 'Test failed 2 == 1' from test-release in CI

* Another attempt to fix grunt test-release on Appveyor

* grunt test-release: Fail build if test fails

* Lint fix, and move jshint earlier in CI process
Andrey D 2199a86f10 Update readme.md to use signal.org URLs ()
Nicholas Rizzio 4431fae6bc Remove references to BitHub ()
As of WhisperSystems/Signal-Android@258910504c, BitHub is not working
anymore.
Scott Nonnenberg bd78016120 script to build for electron on install, Electron docs refresh ()
* Add new postinstall script for automatic electron builds

FREEBIE

* Documentation refresh for the world of electron

FREEBIE
Zane b73955a912 Update copyright year
// FREEBIE
lilia 34eb2fef17 Add bithub badge to readme
Lucas Amorim a7f492fabc Updates README with link for Signal for iOS
// FREEBIE
Jake McGinty 4e12be374a update release status in README
// FREEBIE
lilia ca188f1449 Update copyright year in README
Closes 

// FREEBIE
2-4601 0a366a5e87 Update README.md
- remove reference to the mailing list (as suggested by Riya)
- add link to the community forum

//FREEBIE
lilia 49285ba280 Add transifex link to README
// FREEBIE
lilia 84fc2883c7 Update readme
Add link to support and re-order some sections

// FREEBIE
lilia 37edf47800 Add link to blog post / beta signup in README
// FREEBIE
lilia 8d243738f3 Update README
Remove scarey warnings

// FREEBIE
lilia 5a71d150aa Update README
// FREEBIE
Max Muth ce97aaa72d Added Bug, Ideas and Fund Sections to the Readme
I added the following sections based on the Android Repository:
- Contributing Bug reports
- Contributing Ideas
- Contributing Funds

The first two should be in the readme, so the issue tracker stays an issue tracker and does not mutate into a discussion forum.
The contributing funds additionally links to the BitHub blog post, so people can understand what it is and where their money goes.

// FREEBIE (although it looks like, BitHub isn't set up for this repo yet?)
lilia 055fc4f685 Update README and CONTRIBUTING
Mostly naming and terminology changes.

// FREEBIE
lilia f89340a4e8 Turn up the volume on README warnings
Closes 
lilia a91739aec6 Micro edits to README and CONTRIBUTING
lilia bea19e7997 Update README, add CONTRIBUTING
Move the development setup instructions to CONTRIBUTING.md and add
some guidelines for pull requests and such.

README now contains crypto export notice, license, etc... Borrowed
heavily from the Signal-iOS readme.
Markus Rothe bcff1cf991 README.md: make links clickable
Arlo Breault 693e9a1e0e Add the build status
lilia 6b034e951a Make the concat list explicit
Since I decided to preen mocha and chai, we can no longer generate the
concat file list from the preen config. We must instead explicitly list
the modules we want to concatenate. I placed this config in bower.json
so that most of the time, we won't need to change the Gruntfile.

Also added a concatenation task for test page dependencies.
lilia 508c59e05c Rename bower_components
To components. Because tab-completion works better when there aren't two
things starting with bower, and shorter names are nicer to deal with in
general.
lilia 0c1ef92795 README note about deps and wrap some lines
lilia a79fb363aa Let npm install bower
One less step for new contributors who need to add dependencies.
lilia e02098eefb README updates
lilia 73f4f64351 Grunt preen and concat
Set up grunt with tasks for:
  * preen - deletes unused files from bower_components, configured in
      bower.json
  * concat - concatenates preened bower components, configured
      automagically from the preen config

It's worth noting that this setup assumes the order of files within a
package doesn't matter. This is usually true since we often include only
one file from the package.
lilia c8ad65efe0 Switch to bower dependencies
Checks in only the files we actually need from bower_components.
Adam Prescott ea85e41cac Add some initial development setup instructions.
Matt Corallo 82d04e347c Update readme
lilia 74d5fc1f43 Correction to url
lilia 396857ee23 Fix typo and add links to mocha and chai docs
lilia 3accf69725 Add a note about running tests locally
Matt Corallo 53a58f5b39 Update README (closes )
James Firth 6a00e8e348 Random things from James-Firth incl update icon
James Firth a9dd59ddba Fixed typo so list is a proper bullet list now.
James Firth 5c3d1f927f Updated README
Added info on how to develop
Matt Corallo 6842f5331f Add README describing current state.