Commit Graph

15 Commits

Author SHA1 Message Date
Ng Yik Phang a3fed98de0 Use str_random instead of RandomHelper (#571)
Laravel has a built-in string randomiser function, no need to
hand-roll a custom one.

https://laravel.com/docs/5.4/helpers#method-str-random
2017-10-03 23:33:17 -04:00
Régis Freyd a3af477ebe Add new account limit for free accounts (#561) 2017-08-28 21:41:44 -04:00
Régis Freyd c196732750 Fix delete account bug (#536) 2017-08-14 20:23:22 -04:00
Régis Freyd 095ef1caa8 Significant other and kids can now be contacts (#524) 2017-08-14 17:14:46 -04:00
Régis Freyd a2172f0851 Add style CI (#503)
Hopefully this will result in slightly better code.
2017-07-26 21:02:55 -04:00
Régis Freyd 23384db2c2 Add support for tags (#424)
Close #99
2017-07-04 22:14:22 -04:00
Regis Freyd bd55b211dc Add debts in the list of things to reset 2017-06-29 23:34:32 -04:00
Régis Freyd fa190ec382 Add import from vCard from inside the application (#407) 2017-06-29 21:57:41 -04:00
Régis Freyd 4a0598b9d7 Add ability to define name order (#377)
Not everyone lives in the western culture. In some countries, names are not defined in the `firstname lastname` order, but rather the opposite, `lastname firstname`.

You can now define this order in your Settings panel.

Close #372
2017-06-22 16:43:19 -04:00
Régis Freyd 5b5b2da5f8 Add multi user support and subscriptions (#359)
This pull request adds support to multi users in one account. It also introduces the notion of subscriptions.

Accounts can now have multiple users.

Subscriptions are defined by a new env variable called REQUIRES_SUBSCRIPTION, and defaults to false. As promised, all the paid features on .com will be free if you download and host Monica on your own server.
2017-06-20 20:51:40 -04:00
Yamamoto Kadir 86fe1baeef Refactor SettingsController for readability (#308)
* Refactor SettingsController
* Fix issues with account deletion
2017-06-16 19:26:06 -04:00
Régis Freyd 690b0e50ba Add Export to SQL (#248) 2017-06-12 22:48:20 -04:00
Paul Anthony 503f38ee06 Add new currency table and make debt currency agnostic (#188)
* add new currency table and make debt currency agnostic

* removed currencytableseeder from production run job

* russian ruble added to currencies

* fix up default value

* fix down migration and remove seed
2017-06-10 21:34:15 -04:00
Marcos RJJunior 6da9eeafd7 Adding pt-br lang (#156)
* adding pt-br app lang

* adding pt-br dashboard lang

* adding pt-br people lang

* adding a pt-br lang

* set lang tweak

* header lang tweak

* adding a success lang at settings
2017-06-09 00:09:33 -04:00
Regis Freyd 2e6760e7db Migrate to organization 2017-02-16 19:21:44 -05:00