Commit graph

83 commits

Author SHA1 Message Date
zorun
63c129c92c
Changelog: document new settings (#876)
Co-authored-by: Baptiste Jonglez <git@bitsofnetworks.org>
2021-10-20 01:29:25 +02:00
8657e7b386
5.0 stable (#874)
* Update changelog

* Preparing release 5.0.1

* Back to development: 5.0.2
2021-10-20 01:03:22 +02:00
3fd69f2267
Prepare 5.0 (#866)
* Update changelog.

Based on the work done in #570 and #834 by @Natim and @Glandos.

* Update contributing.rst release instructions.

* Update documentation configuration.

* Update translations

* Update translation strings

* Preparing release 5.0.0

* Back to development: 5.0.1
2021-10-19 23:01:29 +02:00
Baptiste Jonglez
d5981c014b Update changelog 2021-10-14 01:00:44 +02:00
Baptiste Jonglez
e626a1cbea Implement security best practices using Flask-Talisman 2021-10-10 22:06:33 +02:00
Baptiste Jonglez
c13c4c7e3c Fix duplicate entry in changelog 2021-10-10 11:56:28 +02:00
Baptiste Jonglez
a4d6877f04 Update changelog to prepare 5.0.0 release 2021-07-17 14:37:42 +02:00
Jocelyn Delalande
4ee47da131 Add missing 4.1.4 changelog entry 2021-07-14 13:40:11 +02:00
Jocelyn Delalande
01594b70ac Add some missing 5.0 ChangeLog entries 2021-07-14 13:40:11 +02:00
Jocelyn Delalande
d7bf7cfac4 Import 4.1 changelog from stable-4.1 branch 2021-07-14 13:40:11 +02:00
Baptiste Jonglez
def6dba825 Replace MySQL by MariaDB in all documentation / README / changelog
Also document the new requirement for MariaDB >= 10.3.2

Fixes: #632
Fixes: #743
2021-07-05 08:52:13 +02:00
Baptiste Jonglez
29dd0c3d99 Add 'pt_BR' and 'ta' to default languages, update changelog 2020-07-18 01:05:22 +02:00
Baptiste Jonglez
24860c4ac8 Add current changelog for 5.0.0 (extracted from #570)
Since stable-4.1 only has backports, all its changes also apply to the
latest version and do not need to be repeated in 5.0.0
2020-07-18 00:56:35 +02:00
Baptiste Jonglez
f70fa15f21 Import 4.1.4 changelog from stable-4.1 branch 2020-07-18 00:56:35 +02:00
Rémy HUBSCHER
5d3266873e
Update known working set. (#558)
* Update known working set.

* Pin dependencies in setup.cfg.

* Cleanup Makefile.

* Try the python_version trick.
2020-04-21 10:30:13 +02:00
am97
eea50b9b2c
Misc small updates (#536) 2020-02-23 19:27:39 +01:00
James Leong
1f62f18154 Statistics view #323
Remove header and table column of 'Balance' in statistics view
2020-02-08 23:17:02 +01:00
74c51be5a3 Fix #434 Use the debts lib to solve settlements. 2019-09-24 21:25:06 +02:00
8bdb8fb445 Add support for spanish language (es_419) 2019-09-24 17:13:20 +02:00
2ea7de3c16 Back to development: 4.2 2019-09-18 22:11:24 +02:00
f521b9eb4b Prepare 4.1.3 2019-09-18 22:10:51 +02:00
1c9745460b Fix CHANGELOG titles to be consistent with README 2019-09-18 21:49:30 +02:00
b301f3e670 Preparing release 4.1.2 2019-09-18 21:40:30 +02:00
c8396f50b9 Update translations to publish new point release. 2019-09-18 21:40:09 +02:00
b5d9855bf7 Back to development: 4.2 2019-09-18 21:33:12 +02:00
8f973ba1de Preparing release 4.1.1 2019-09-18 21:32:14 +02:00
aeb6b102a9 Prepare 4.1.1 2019-09-18 21:31:58 +02:00
bfdd56564b Reorganise changelog 2019-09-08 19:41:53 +02:00
fc7df8bdce Preparing release 4.1 2019-09-08 19:30:34 +02:00
1c0927b235 Fix changelog 2019-09-08 19:30:20 +02:00
c24e93c972 Update the CHANGELOG 2019-09-06 23:59:18 +02:00
Alexis Métaireau
5e51808b00 Back to development: 4.1 2019-01-24 13:20:07 +01:00
Alexis Métaireau
c31622b553 Preparing release 4.0 2019-01-24 13:19:00 +01:00
Alexis Métaireau
a4d613984e Prepare release 2019-01-24 13:12:09 +01:00
d55b996170
Do not allow negative weights on users (Fixes #362) (#366) 2019-01-03 13:29:56 +01:00
Byron Ullauri
04adfe4155 Provide basic math operations on bills (#413)
* allow basic math ops in amount field for bills form
* docs: changing compile-translations to build-translations
2019-01-03 10:03:13 +01:00
620596e32c
Add CORS to the API. Fix #404 (#407) 2018-12-25 18:13:58 +01:00
0livd
6ca99a340c Document database migrations
Closes #390
2018-12-25 17:40:06 +01:00
Jocelyn Delalande
04ad5de811 Back to development: 3.1 2018-11-25 19:52:24 +01:00
Jocelyn Delalande
1c8fde40c2 Preparing release 3.0 2018-11-25 19:47:06 +01:00
Jocelyn Delalande
5bd839e176 Add missing Change Log entries and group them
As there is a lot of stuff in « fixed », might be a bit clearer to group them
loosely.

Clean room for next release :-).
2018-10-13 00:57:39 +02:00
9d76144a83 Fix failing tests (#365)
* Remove unwanted space in utils.py

* Fix email validation when sending invites
2018-08-10 23:04:31 +02:00
Glandos
c1b5eb1375 Remove strict_slashes for /
I don't know why, but on my setup (nginx + uwsgi), the `strict_slashes` (default to `True`) was causing an infinite loop.
I think it could be safely removed for this route only.
2018-08-05 14:57:55 +02:00
Alexis Métaireau
633e3543b2 Merge branch 'master' into almet/fix-pbkdf2-check 2018-08-05 14:37:50 +02:00
Alexis Métaireau
08bcf702b8 Merge branch 'master' into almet/fix-supervisord-template 2018-08-05 14:27:30 +02:00
Alexis Métaireau
9ece687eb0 Update the changelog entry 2018-08-05 14:14:55 +02:00
JocelynDelalande
9caf213e1d Document MySQL setup (#357)
PyMySQL is more difficult to install since its version 0.9 since it now depends
on *cryptography* lib, which in turns depends on OpenSSL and Python dev files.

See https://github.com/PyMySQL/PyMySQL/issues/697
2018-07-17 00:22:23 +02:00
Jocelyn Delalande
026c1ec4aa Add missing ChangeLog entry 2018-07-16 23:00:31 +02:00
Adrien CLERC
26d1e03877 Add changelog entry 2018-06-19 22:35:23 +02:00
Jocelyn Delalande
c3b2af3df3 Back to development: 2.1.1 2018-02-16 23:21:36 +01:00