]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - index.php
Prepare settings for the API in the admin page and during the install
authorArthurHoaro <arthur@hoa.ro>
Sun, 31 Jul 2016 08:46:17 +0000 (10:46 +0200)
committerArthurHoaro <arthur@hoa.ro>
Mon, 12 Dec 2016 02:54:10 +0000 (03:54 +0100)
commitcbfdcff2615e901bdc434d06f38a3da8eecbdf8b
treede0d67591015f1bd6d35bd8490adfc8981d3355c
parent624f999fb75ceeefbc690276f42e5a545ad35357
Prepare settings for the API in the admin page and during the install

API settings:
   - api.enabled
   - api.secret

The API settings will be initialized (and the secret generated) with an update method.
application/Updater.php
application/Utils.php
index.php
tests/Updater/UpdaterTest.php
tests/UtilsTest.php
tpl/configure.html
tpl/install.html