Commit Graph

43 Commits

Author SHA1 Message Date
Alexis Saettler 37e8039c93 Remove old documentation (#1108) 2018-04-05 23:39:31 +02:00
Régis Freyd 9f8d340d42 Replace logo in README (#1027) 2018-03-20 23:18:12 -04:00
Fidel Castro 6b04089c7b Fix typo on readme.md (#1000) 2018-03-15 18:57:32 +01:00
Alexis Saettler c804ec8cc0 Switching doc to the wiki (#969) 2018-03-04 16:21:38 +01:00
Régis Freyd e96b70f95c Add concept of notifications for reminders (#894) 2018-02-25 17:42:14 -05:00
Alexis Saettler 9188039da2 Update vagrant script and doc (#907) 2018-02-18 02:30:03 +01:00
Alexis Saettler b6e8c044a9 Update installation docs (#903) 2018-02-17 01:25:48 +01:00
Sergei Filippov b036e476bf Tiny typo fix (#900) 2018-02-16 13:11:50 +01:00
Alexis Saettler 12598769f9 Fix heroku deploy (#901)
default login created after installation : 'admin@admin.com' / 'admin'
2018-02-16 08:28:11 +01:00
Alexis Saettler 8d6daa5051 Launch browser tests with Dusk (#892)
* And remove old (steward) tests
2018-02-12 22:53:50 +01:00
Alexis Saettler e57c68499f Build assets on travis and deploy them on bintray (#884) 2018-02-07 18:08:51 +01:00
Régis Freyd e78e140b9e Add support for custom genders (#879) 2018-02-04 15:44:26 -05:00
Alexis Saettler b9c6adf754 Set DB_PREFIX to a real empty string (#873) 2018-02-02 08:37:56 +01:00
Régis Freyd cc754ca35d Add Annual plan (#861) 2018-01-28 13:22:55 -05:00
Régis Freyd 9ae4f20ce5 Add documentation about deployment of the application (#814) 2018-01-14 19:02:40 -05:00
Régis Freyd 9ec5a347b2 Add check to prevent sending reminder to a contact that does not exist (#812) 2018-01-14 18:33:48 -05:00
Alexis Saettler ccd63b7e99 Add browser tests (#796)
* Add lmc/steward package and other dependencies
2018-01-13 23:30:37 +01:00
Régis Freyd 4dfa29f8a2 Add information on what can be merged in the documentation (#786) 2018-01-09 22:48:02 -05:00
Bart ten Brinke 860f646a91 Add missing bit about docker-compose.yml in documentation (#745) 2018-01-06 11:46:57 -05:00
Charlie Tank 649dd467f3 Change link to repository in the documentation (#728)
Change to git clone URL as the git@ will not work without a granted private key.
2018-01-02 09:57:29 -05:00
Daniel Pellarini b62a70f32c Add installation instructions on Vagrant (#711) 2017-12-22 13:46:36 -05:00
Régis Freyd e779f0018e Clean docker instructions a bit (#700) 2017-12-14 13:10:21 -05:00
Régis Freyd 50fd7b29e6 Add open source mention in README (#699) 2017-12-14 10:37:41 -05:00
Régis Freyd c8c1dd598d Add default user account on setup (#694) 2017-12-13 23:05:29 -05:00
Régis Freyd f21bd4748e Update documentation (#692) 2017-12-13 21:58:26 -05:00
Régis Freyd d8bed11785 Add ability to add dates without a year (#677) 2017-12-13 15:38:05 -05:00
Régis Freyd 8e575735d5 Add support for multiple contact fields and addresses (#657)
This requires to run the migrations `php artisan migrate` which might take some time.
2017-11-26 09:36:20 -05:00
Régis Freyd f776aec510 Add notion of how you met (#633) 2017-11-02 12:36:37 -04:00
Régis Freyd 7e1cd96bf5 Add API (#606)
This is the first part of the API. It supports most of contacts, as well as the
journal. This PR also brings Monica to Laravel 5.5, as the API required it with
the new concept of resources. It needs to run `php artisan migrate` as well as
`php artisan passport:keys` to generate the access tokens needed for the API.
2017-10-30 08:38:15 -04:00
Régis Freyd 79d73cb6c0 Add more details about queues and sync (#599) 2017-10-04 11:37:43 -04:00
Tim Robinson d01fa7de35 Fix install composer steps on Debian (#585)
The verification hash was incorrect because composer had been updated. It would be better in the long term to link to their documentation.
2017-10-03 23:41:54 -04:00
Regis Freyd 57b372553b Notice about how install Gulp and Bower 2017-10-03 23:09:17 -04:00
Adrian Sadłocha ce91cb51ab Fix typo in docs (#572) 2017-09-06 08:59:14 -04:00
Régis Freyd 7156630173 Simplify README (#491) 2017-07-20 22:17:44 -04:00
Yongmin Hong cb9a56b5b9 Add notice about updating Heroku instance (#385)
Fix #374

Signed-off-by: Yongmin Hong <revi@pobox.com>
2017-06-25 22:08:54 -04:00
Andreas Zweili 349b2fc986 Remove some old sections and extend the apache configuration (#340)
I extended the apache configuration to match what is described in the
laravel documentation.
2017-06-20 20:11:29 -04:00
Andreas Zweili ef6cda33f1 Update the debian setup guide (#314) 2017-06-15 15:13:14 -04:00
Taryn Hill 9db75894d3 Add a file documenting how to connect to the MySQL database in a Docker container (#300)
* Add a file documenting how to connect to the MySQL database in a Docker container
* Link to docs/database/connecting.md from the main readme and the docker setup instructions
2017-06-15 15:08:26 -04:00
jeremydenoun 21ae66d444 Breaking: Add timezone as an env variable (#170)
The idea is that the instance owner can decide what should be the default timezone for every new user on the system. Also:

* change default APP_KEY to 32 char (avoid warning on specif openssl version) and update readme to remember 'php artisan key:generate' usage
2017-06-14 21:46:55 -04:00
Chris Castle e22c420fd3 Fix/improve Heroku Deploy button and instructions (#292)
- Fix deploy button URL
- Specify that email configuration isn't required
- Suggest free Mailgun add-on to setup email
2017-06-14 21:23:13 -04:00
Taryn Hill 653f35d1e6 Add a note regarding Apache for macOS to the Docker instructions (#296) 2017-06-14 21:07:28 -04:00
Regis Freyd 3966bfd6bc Put installation instructions on its own folder 2017-06-12 23:39:04 -04:00
Andreas Zweili ac9cadc4b0 Debian stretch setup guide (#246) 2017-06-12 23:24:40 -04:00