Commit graph

  • 81ad57fe5b Docker: Fix gunicorn not using ihm system package 0livd 2018-01-30 23:11:52 +0100
  • 434ee8b852 Display sidebar scroll-bar only if required Jocelyn Delalande 2018-01-26 16:17:43 +0100
  • b93ea4830d API: Migrate from flask-rest to flask-restful (#315) 0livd 2018-01-25 17:41:28 +0100
  • 830718e1fe Make sidebar scrollable (#316) Richard Coates 2018-01-25 17:34:37 +0100
  • e7eddb80e1
    Update CHANGELOG.rst Richard Coates 2018-01-25 17:29:32 +0100
  • 7c4eb4de46 API: Migrate from flask-rest to flask-restful 0livd 2018-01-09 02:22:00 +0100
  • 4aef88bbce
    Make sidebar scrollable Richard Coates 2018-01-23 12:54:01 +0100
  • 230eafdf58 Use Jinja2 strict rendering. Alexis Métaireau 2018-01-14 16:52:52 +0100
  • 0504fd82f5 Fix the supervisord template. Alexis Métaireau 2018-01-05 22:36:31 +0100
  • 34a2161650
    Merge pull request #308 from spiral-project/almet/fix-template-inclusion-packaging JocelynDelalande 2018-01-07 23:01:34 +0100
  • c24ee6f1c4 Update the CHANGELOG. Alexis Métaireau 2018-01-07 22:46:07 +0100
  • 59ff2dd6b2 Merge branch 'almet/fix-template-inclusion-packaging' of github.com:spiral-project/ihatemoney into almet/fix-template-inclusion-packaging Alexis Métaireau 2018-01-07 21:44:33 +0100
  • f1e2a2d84c Add a changelog entry Alexis Métaireau 2018-01-07 21:43:35 +0100
  • 2019b398f1 manage commands testing (#313) JocelynDelalande 2018-01-07 00:27:42 +0100
  • 34ea784851 Run tests from pip-installed package Jocelyn Delalande 2018-01-06 02:54:25 +0100
  • 9bc1a3f09f Add tests for manage.py commands Jocelyn Delalande 2018-01-06 02:53:06 +0100
  • 7e60354c14 Rename manage.ConfigTemplate → manage.GenerateConfig Jocelyn Delalande 2018-01-06 02:50:45 +0100
  • c3b973b15e Do not enforce a check on sha256 hash algorithm. Alexis Métaireau 2018-01-05 22:57:31 +0100
  • b581865873 Fix the supervisord template. Alexis Métaireau 2018-01-05 22:36:31 +0100
  • 3b2e11ab63 Include all .j2 files in the packaged version. Alexis Métaireau 2018-01-05 22:06:11 +0100
  • 4ab8863eb2 Enable basic auth passthrough for API (#303) donkers 2018-01-05 22:32:46 +1100
  • 2d4538dcc8
    Revert the addition of "AuthType Basic" donkers 2018-01-05 11:25:28 +1100
  • 4bfdecbf64
    Enable basic auth passthrough for API donkers 2018-01-04 14:18:07 +1100
  • c002cdbf94 Allow to disable/enable member via API (#301) JocelynDelalande 2017-12-29 18:07:39 +0100
  • 27f4ed7563 Allow to disable/enable member via API Jocelyn Delalande 2017-12-27 21:21:01 +0100
  • 40e5a833a1 Fix tests layout so that API tests are not ran twice Jocelyn Delalande 2017-12-27 20:41:44 +0100
  • d03cc594b8 Fix tests layout so that API tests are not ran twice Jocelyn Delalande 2017-12-27 20:41:44 +0100
  • 8fdf6407eb Back to development: 2.1 Jocelyn Delalande 2017-12-27 19:10:00 +0100
  • b9d1a9c450 Preparing release 2.0 2.0 Jocelyn Delalande 2017-12-27 19:09:05 +0100
  • d00f99b7ef Add missing entry to ChangeLog Jocelyn Delalande 2017-12-27 19:04:47 +0100
  • 2dd7a0740a
    Merge pull request #299 from spiral-project/fix-duplicate-member-validation JocelynDelalande 2017-12-27 19:00:09 +0100
  • 1c9120e68b Silent stderr output during app init for some commands (#293) JocelynDelalande 2017-12-27 17:28:18 +0100
  • 867f77905b Require flask-rest 1.3 minimum. Alexis Métaireau 2017-12-27 17:26:09 +0100
  • 9fea0ffe2c Add tests for #294 Alexis Métaireau 2017-12-27 16:30:56 +0100
  • f2a53eb1e3 Position flash messages with CSS rather than JS (#292) JocelynDelalande 2017-12-27 16:10:29 +0100
  • 4d359ce11b Fix PUT api/project/:code/members/:id (#297) JocelynDelalande 2017-12-27 15:58:40 +0100
  • 10c7921e06 Remove redundant comment Jocelyn Delalande 2017-12-27 13:24:23 +0100
  • 9e2a4ce21b Fix PUT api/project/:code/members/:id Jocelyn Delalande 2017-12-27 13:18:15 +0100
  • e644620d04 Position flash messages with CSS rather than JS Jocelyn Delalande 2017-12-23 02:13:37 +0100
  • bafbd8628b Silent stderr output during app init for some commands Jocelyn Delalande 2017-12-25 15:57:01 +0100
  • 0189313c1f Remove un-needed sidebar block (#291) JocelynDelalande 2017-12-23 01:38:12 +0100
  • 07c04498a0 Remove un-needed sidebar block Jocelyn Delalande 2017-12-23 01:20:27 +0100
  • b65ee59b1b Remove API password (#290) JocelynDelalande 2017-12-22 17:39:48 +0100
  • fd7c5451b2 Add a test to check password change via API Jocelyn Delalande 2017-12-22 01:07:59 +0100
  • 739e5abccd Remove the password from API GET responses Jocelyn Delalande 2017-12-22 01:03:09 +0100
  • 5160dac4a5 Replace some CSS by some JS (#288) JocelynDelalande 2017-12-21 20:35:18 +0100
  • 6a3f358181 Replace some CSS by some JS Jocelyn Delalande 2017-12-21 17:09:13 +0100
  • c6f72e112b Use hashed passwords for projects (#286) 0livd 2017-12-21 13:57:01 +0100
  • 0dfb9c5f94 Add missing properties in API docs (#287) JocelynDelalande 2017-12-21 13:56:25 +0100
  • 7bc69cc4ee Mention balance property in API doc Jocelyn Delalande 2017-12-21 13:50:46 +0100
  • 21d3f2d895 Mention weights in API doc Jocelyn Delalande 2017-12-21 13:45:34 +0100
  • e4556f9976 Use hashed passwords for projects 0livd 2017-12-17 12:21:18 +0100
  • 8a68ac0d5b Use token based auth in invitation e-mails (#280) 0livd 2017-12-15 17:10:28 +0100
  • 2933ebdfd8 Skip invite page after project creation 0livd 2017-11-13 18:08:39 +0100
  • 2866c868d5 Fix some typos using codespell (#285) Alexandre Avenel 2017-11-11 18:11:15 +0100
  • 690b3935e9 Fix some typos using codespell Alexandre Avenel 2017-11-11 15:25:42 +0100
  • 974485690c Add a database revision makefile recipe (#281) 0livd 2017-11-02 22:38:58 +0100
  • 8c72a30a71 Add a database revision makefile recipe 0livd 2017-10-27 18:03:21 +0200
  • 5c645a5b0b Print out when pip is missing. Alexis Métaireau 2017-11-01 22:29:16 +0100
  • 16465846ce
    Merge pull request #279 from JocelynDelalande/jd-upgrade-doc JocelynDelalande 2017-11-01 21:52:08 +0100
  • 59fc6e0d78 Add an upgrade guide Jocelyn Delalande 2017-10-26 14:19:25 +0200
  • 9d67c32a84
    Parse requirements.txt in setup.py. Fix #273 (#284) Alexis Metaireau 2017-11-01 18:36:44 +0100
  • 9d7376d46b
    Add some information about Yunohost in the documentation. (#283) Alexis Metaireau 2017-11-01 18:36:25 +0100
  • e2fd9c468c Parse requirements.txt in setup.py. Fix #273 Alexis Métaireau 2017-11-01 16:36:14 +0100
  • c368035e7e Add some information about Yunohost in the documentation. Alexis Métaireau 2017-11-01 16:22:22 +0100
  • 0453599752 Update installation doc to include doc about production values, fix #266. (#282) Lucas Verney 2017-11-01 01:56:05 +0100
  • f6427d0683 Update installation doc to include doc about production values, fix #266. Phyks (Lucas Verney) 2017-10-30 03:41:04 +0100
  • e52fbbd239 Use token based auth in invitation e-mails 0livd 2017-10-27 17:57:11 +0200
  • b94bad829c Use token based auth to reset passwords (#269) 0livd 2017-10-26 19:46:34 +0200
  • 9e4e2425f8 Use token based auth to reset passwords 0livd 2017-09-06 17:56:57 +0200
  • b4961f646a Add a DockerFile (#272) 0livd 2017-10-25 23:37:55 +0200
  • b9ae259c27 Add a DockerFile 0livd 2017-09-15 17:54:15 +0200
  • 293735eca7 Make authentication logic simpler and safer (#270) 0livd 2017-10-23 23:03:44 +0200
  • f8f4956641 Merge branch 'master' into auth Alexis Metaireau 2017-10-23 23:00:02 +0200
  • 74e9af59e6 Fix Travis-CI integration (#276) Alexis Metaireau 2017-10-23 22:58:04 +0200
  • 61f7c6b21f Use tox-travis to simplify the whole thing Alexis Métaireau 2017-10-23 18:12:49 +0200
  • e3285bef36 Enhance install process by generating config files from templates (#275) JocelynDelalande 2017-10-23 18:05:50 +0200
  • 8dfded360a Mention templates dir URL in documentation Jocelyn Delalande 2017-10-23 16:10:55 +0200
  • bf42a05534 Fix doc settings table Jocelyn Delalande 2017-10-23 10:10:03 +0200
  • 27fc0dcb92 Use generate-config command in install doc Jocelyn Delalande 2017-10-23 10:00:46 +0200
  • e4074ccadd Add a command to generate configuration examples Jocelyn Delalande 2017-10-23 09:49:08 +0200
  • b542d35b0b another fix attempt Alexis Métaireau 2017-10-23 12:16:13 +0200
  • 56c6d22993 Attempt to fix Travis-CI Alexis Métaireau 2017-10-23 12:09:48 +0200
  • 50fc269f97 Simplify authentication logic 0livd 2017-09-06 18:57:39 +0200
  • efd2b66ac6 Do not import the whole werkzeug pkg (#271) 0livd 2017-09-07 11:02:12 +0200
  • d96e55e691 Do not import the whole werkzeug pkg 0livd 2017-09-06 19:17:12 +0200
  • 3a4a1b7357 Fixed exposed password in session 0livd 2017-09-06 18:49:15 +0200
  • 6ccf86919e Normalize changelog (#265) JocelynDelalande 2017-09-06 15:01:44 +0200
  • 2964b8958c BREAKING CHANGE: Rename supervisor program (#268) JocelynDelalande 2017-09-06 10:27:04 +0200
  • 40dda53607 Fix default SQLALCHEMY_DATABASE_URI value in doc (#267) JocelynDelalande 2017-09-06 10:26:48 +0200
  • b4b176e706 BREAKING CHANGE: Rename supervisor program Jocelyn Delalande 2017-09-05 23:55:21 +0200
  • fe1e08976f Fix default SQLALCHEMY_DATABASE_URI value in doc Jocelyn Delalande 2017-09-05 23:31:02 +0200
  • 7f217274e9 Remove redundant entry Jocelyn Delalande 2017-09-05 22:51:28 +0200
  • 1c77ce8478 Move changes to Changed section. Jocelyn Delalande 2017-09-05 22:48:46 +0200
  • 3f8b9663dc Rephrase changelog entries to be more succint Jocelyn Delalande 2017-09-05 22:45:55 +0200
  • 4cc0916b0a Mention Issue/PR numbers in ChangeLog Jocelyn Delalande 2017-09-05 22:31:20 +0200
  • 7c50674746 Fix RST markup Jocelyn Delalande 2017-09-05 22:28:52 +0200
  • 7a918c9349 Enhance the dashboard. (#262) 0livd 2017-09-04 15:44:20 +0200
  • ee1ecbf3e7 Add doc building instructions (#263) JocelynDelalande 2017-08-24 17:00:58 +0200
  • 2628815a43 Add doc building instructions Jocelyn Delalande 2017-08-23 20:02:51 +0200