Commit Graph

74 Commits (clearnet)

Author SHA1 Message Date
Ryan Miller 21665a9ce8
Add fedora and alternative linux install instructions to CONTRIBUTING.md 3 months ago
Audric Ackermann 56265a4310
Merge pull request #2994 from oxen-io/unstable
Session 1.11.5
5 months ago
Audric Ackermann 67f569e9e3
Merge pull request #2917 from RubenGarcia/RenameMultipleAttachments
Rename multiple attachments
7 months ago
Kee Jefferys 479fd5d342 docs: update I18n section 7 months ago
Ruben Garcia a992dd17c9 Merge branch 'clearnet' into RenameMultipleAttachments 8 months ago
Audric Ackermann ab556cdd4a chore: add cmake installation in contributing.md 8 months ago
William Grant 22036000a6 feat: added conventional commit requirement
use npx for husky hooks
9 months ago
Ruben Garcia db4939c92c Document additional packages needed in ubuntu 9 months ago
Audric Ackermann 3ecc89fab3 Merge remote-tracking branch 'upstream/master' into onboarding 1 year ago
Audric Ackermann 51df7d80bb chore: remove parcel completely and grunt 1 year ago
KeeJef 624433c318 WIP: Update Contributor/Building docs
Update error in contributing
1 year ago
mdPlusPlus 1d6ed17ac7 Fix typos via codespell 1 year ago
Kee Jefferys 98977e7828
Update CONTRIBUTING.md 2 years ago
Audric Ackermann d50413ce7c chore: cleanup package.json 2 years ago
audric e5dab2781e remove spectron dependency 3 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
3 years ago
Konstantin Ullrich fda6228613 Add --vs2015 to windows setup instructions 4 years ago
Audric Ackermann 3fe1e0e26e
clean package.json. use MULTI env variable to start different instances 4 years ago
Mikunj fa387b5dfa Linting and review fix 4 years ago
Mikunj 555db5e83b Update documentation 4 years ago
Mikunj 6d87904d18 Clean up config files.
Removed unused scripts.
Removed unused files.
4 years ago
Ryan Tharp ec34f50c48 update windows path 4 years ago
Ryan Tharp a85fc9d0ba loki-messenger => session-desktop 4 years ago
Vincent 9dcc851ebd Updated all icon references 4 years ago
Vincent a1a582d7ea Session branding fixes 4 years ago
Vincent 5fbbdc33c3 Signal branding 4 years ago
Mikunj 986d34bbd9 linting 5 years ago
Mikunj fbbf454c49 Merge branch 'development' into signal-1.24 5 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
5 years ago
Beaudan 7eabae18f5 Replaced more references to signal with loki and updated CONTRIBUTING.md 5 years ago
Scott Nonnenberg 6624e68350 A few updates to our Contributing.md and Pull Request template 5 years ago
sachaaaaa 4e8d00508e update contributing.md for hunspell on linux 5 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
6 years ago
Joshua Lund 80d5484325 Minor documentation cleanup - bug templates, readme, etc. (#2507) 6 years ago
Scott Nonnenberg 8cd3d545bf Fix formatting in contributing.md 6 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
6 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.
6 years ago
Daniel Gasienica 10c6561f5b Document how to pull translations 6 years ago
Daniel Gasienica c754722867 Remove documentation about Bower dependencies
We are now using yarn (npm).
6 years ago
Daniel Gasienica 40874972de Document how to reload app using developer tools 6 years ago
Daniel Gasienica 05cf27af2b Document installation on Windows 7 6 years ago
Scott Nonnenberg 322d307655 Turn on prettier support for markdown files, update all files 6 years ago
Vincent d520ba3b38 Mention correct branch to rebase off of 6 years ago
Vincent e0d0aa520e Fix typo contribution guide 6 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/
6 years ago
Scott Nonnenberg 7b49180bc0
Big update to new signal branding (#2018) 6 years ago
Scott Nonnenberg 9b2e2a4605
Readme: big install, Contributing: mention Next Steps project (#1956) 6 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
6 years ago
Jesse Li 752ef40d47
Document building/testing releases in Contributing.md (#1867)
* Document building/testing releases

* move instructions for testing releases to bottom
6 years ago