22 Commits

Author SHA1 Message Date
Alexis Saettler 607a21b4e8 chore: fix vagrant build (#6265) 2022-08-14 18:31:49 +02:00
Alexis Saettler 5fc458478f refactor: remove imagick dependency (#5143) 2021-05-02 14:35:41 +02:00
Alexis Saettler 570dde1a13 refactor: remove assets from repository (#4759)
BREAKING CHANGE: The assets are no longer embedded in source code: javascript, css, font files. Run `yarn install` then `yarn run production` to recreate them from sources, or download a [release file](https://github.com/monicahq/monica/releases) that contains compiled files.

BREAKING CHANGE: For Heroku users: You'll have to manually go to `Settings` > `Buildpacks` and add buildpack: `nodejs`. See [this doc](https://github.com/monicahq/monica/blob/master/docs/installation/providers/heroku.md#update-from-2x-to-3x).

BREAKING CHANGE: See more information about how to install a Monica instance [here](https://github.com/monicahq/monica/tree/master/docs/installation).
2021-04-30 14:35:59 +02:00
Alexis Saettler 75cc20e19a refactor: update vagrant configuration (#5124) 2021-04-29 22:02:23 +02:00
Alexis Saettler 87af683c9b docs: fix php7.4 imagick version (#4937) 2021-03-07 18:08:04 +00:00
Alexis Saettler 991ff8a624 docs: remove ignore-platform-reqs from composer install (#4940) 2021-03-07 18:00:39 +00:00
Alexis Saettler 7235e023ec refactor: change minimum php version for 7.4 (#4900) 2021-02-20 16:06:12 +00:00
Alexis Saettler 379cf61df8 ci: fix test with php 7.3 (#4763) 2021-01-03 16:04:18 +01:00
Alexis Saettler 1b455d7fe9 chore: require redis php extension (#3690) 2020-03-21 13:30:49 +01:00
Alexis Saettler e01041475a chore(deps): upgrade to php7.3 (#2878) 2019-08-08 08:32:42 +02:00
Alexis Saettler 2c52de985c chore: improve changelog (#2869) 2019-08-06 22:18:01 +02:00
Alexis Saettler 29d8d4728d feat: update vagrant box create (#2697) 2019-05-19 01:26:01 +02:00
Alexis Saettler de3f3917bb fix(command): Cache configuration on Update in production (#1688) 2018-08-24 08:36:03 +02:00
Alexis Saettler e764f39377 Remove nbsp space use (#1569) 2018-07-14 14:57:45 +02:00
Alexis Saettler 26831328ef Fix vagrant box (#1278) 2018-05-05 22:54:03 +02:00
Alexis Saettler 89d91b6f8b Vagrant improvements (#1259) 2018-05-02 09:54:00 +02:00
Danny 3ba96cf18b Add UUID instead of actual ID to identify contacts (#777)
Close #381
2018-04-08 14:23:13 -04:00
Alexis Saettler 159bfa291a Fix vagrant install using bash (#1029) 2018-03-21 12:56:16 +01:00
Alexis Saettler 67aa882eee Open register page after a clean installation (#954)
* Redirect to /register if there is no account
* Remove default creation for admin@admin.com
2018-03-13 23:28:42 +01:00
Alexis Saettler 037988ea76 Build vagrant box on travis (#968) 2018-03-04 14:43:34 +01:00
Alexis Saettler a516248419 Create a vagrant box (#967) 2018-03-04 02:18:52 +01:00
Alexis Saettler 9188039da2 Update vagrant script and doc (#907) 2018-02-18 02:30:03 +01:00