Commit Graph

67 Commits (22036000a665532820904ab3ffc2df83c88f1369)

Author SHA1 Message Date
William Grant 22036000a6 feat: added conventional commit requirement
use npx for husky hooks
2 years ago
Audric Ackermann 3ecc89fab3 Merge remote-tracking branch 'upstream/master' into onboarding 2 years ago
Audric Ackermann 51df7d80bb chore: remove parcel completely and grunt 2 years ago
KeeJef 624433c318 WIP: Update Contributor/Building docs
Update error in contributing
2 years ago
mdPlusPlus 1d6ed17ac7 Fix typos via codespell 2 years ago
Kee Jefferys 98977e7828
Update CONTRIBUTING.md 3 years ago
Audric Ackermann d50413ce7c chore: cleanup package.json 3 years ago
audric e5dab2781e remove spectron dependency 4 years ago
Chris Buccella 1d3f04f9bc Replace loki -> oxen in UI
- update links on about page
- replace gross pixelated logo on about page
- update menu links for release notes, bug reports, and support
- update names and links in README and CONTRIBUTING
4 years ago
Konstantin Ullrich fda6228613 Add --vs2015 to windows setup instructions 5 years ago
Audric Ackermann 3fe1e0e26e
clean package.json. use MULTI env variable to start different instances 5 years ago
Mikunj fa387b5dfa Linting and review fix 5 years ago
Mikunj 555db5e83b Update documentation 5 years ago
Mikunj 6d87904d18 Clean up config files.
Removed unused scripts.
Removed unused files.
5 years ago
Ryan Tharp ec34f50c48 update windows path 5 years ago
Ryan Tharp a85fc9d0ba loki-messenger => session-desktop 5 years ago
Vincent 9dcc851ebd Updated all icon references 5 years ago
Vincent a1a582d7ea Session branding fixes 5 years ago
Vincent 5fbbdc33c3 Signal branding 5 years ago
Mikunj 986d34bbd9 linting 6 years ago
Mikunj fbbf454c49 Merge branch 'development' into signal-1.24 6 years ago
Mikunj 8808100796 Merge signal-1.24.0
# Conflicts:
#	.github/PULL_REQUEST_TEMPLATE.md
#	background.html
#	config/default.json
#	config/production.json
#	js/models/conversations.js
#	js/models/messages.js
#	js/views/conversation_view.js
#	js/views/inbox_view.js
#	js/views/settings_view.js
#	main.js
#	package.json
#	test/index.html
#	ts/components/conversation/ContactName.tsx
#	yarn.lock
6 years ago
Beaudan 7eabae18f5 Replaced more references to signal with loki and updated CONTRIBUTING.md 6 years ago
Scott Nonnenberg 6624e68350 A few updates to our Contributing.md and Pull Request template 6 years ago
sachaaaaa 4e8d00508e update contributing.md for hunspell on linux 6 years ago
Beaudan Campbell-Brown ebf9d28fba
Update CONTRIBUTING.md to reflect loki-messenger
Should probably have done this a while ago lol
6 years ago
Scott Nonnenberg 3105b77475 Migrate to SQLCipher for messages/cache
Quite a few other fixes, including:
  - Sending to contact with no avatar yet (not synced from mobile)
  - Left pane doesn't update quickly or at all on new message
  - Left pane doesn't show sent or error status

Also:
 - Contributing.md: Ensure set of linux dev dependencies is complete
7 years ago
Joshua Lund 80d5484325 Minor documentation cleanup - bug templates, readme, etc. (#2507) 7 years ago
Scott Nonnenberg 8cd3d545bf Fix formatting in contributing.md 7 years ago
riyapenn-signal 4f1df7377f Add another Windows 7 dev setup requirement (#2398)
Updated CONTRIBUTING.MD for an additional Windows 7 requirement for archived SDK's, specifically requested for Windows 7 is the Windows 8.1 SDK https://go.microsoft.com/fwlink/p/?LinkId=323507
7 years ago
Daniel Gasienica e010ff30a3 Use sequential numbering for ordered list
Using all `1.` is a workaround to allow reordering large lists without redoing
numbering.
7 years ago
Daniel Gasienica 10c6561f5b Document how to pull translations 7 years ago
Daniel Gasienica c754722867 Remove documentation about Bower dependencies
We are now using yarn (npm).
7 years ago
Daniel Gasienica 40874972de Document how to reload app using developer tools 7 years ago
Daniel Gasienica 05cf27af2b Document installation on Windows 7 7 years ago
Scott Nonnenberg 322d307655 Turn on prettier support for markdown files, update all files 7 years ago
Vincent d520ba3b38 Mention correct branch to rebase off of 7 years ago
Vincent e0d0aa520e Fix typo contribution guide 7 years ago
Daniel Gasienica 3f20feb96d
Ensure consistent builds using `yarn --frozen-lockfile` (#2098)
As recommended by documentation:
> If you need reproducible dependencies, which is usually the case with the
> continuous integration systems, you should pass `--frozen-lockfile` flag.
-- https://yarnpkg.com/lang/en/docs/cli/install/
7 years ago
Scott Nonnenberg 7b49180bc0
Big update to new signal branding (#2018) 7 years ago
Scott Nonnenberg 9b2e2a4605
Readme: big install, Contributing: mention Next Steps project (#1956) 7 years ago
Scott Nonnenberg d503d1ace3
Remove built assets from repo, updates to docs + GH templates (#1955)
* 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
7 years ago
Jesse Li 752ef40d47
Document building/testing releases in Contributing.md (#1867)
* Document building/testing releases

* move instructions for testing releases to bottom
7 years ago
Scott Nonnenberg bd78016120 script to build for electron on install, Electron docs refresh (#1491)
* Add new postinstall script for automatic electron builds

FREEBIE

* Documentation refresh for the world of electron

FREEBIE
8 years ago
lilia f0495a07b2
Fix code fencing in CONTRIBUTING.md
Add obligatory git/cd lines to make more clear that these are steps to setup
from scratch.

// FREEBIE
8 years ago
lilia 75f4c3c522
Update CONTRIBUTING.md
Add how-to for storageProfile config

// FREEBIE
8 years ago
lilia d12c94d44e
Update CONTRIBUTING.md 8 years ago
Jon Long 9f9db07484 Update TextSecure Staging URL instructions
Small change to clarify where the TextSecure server URL should be changed to the staging value in local builds. 

It looks like the Android variable has been updated from `TEXTSECURE_URL` to `SIGNAL_URL` (ae40715526 (diff-c197962302397baf3a4cc36463dce5eaR179)) and the iOS counterpart is named `textSecureServerURL`.

FREEBIE
8 years ago
WanderMore 6037d00da3 Add link to iOS build instructions
// FREEBIE
8 years ago
lilia 186c597e24 Use port 4433 on staging
Now with over 9000% more CA-signed cert!

// FREEBIE
9 years ago