Commit Graph

12 Commits

Author SHA1 Message Date
be9d693e74 remove craueconfig domain name setting and add a proper one in parameters 2017-06-06 15:36:21 +02:00
426bb453d2 API user creation behing a toggle
I've added a toggle feature (in internal settings) so that user api creation can be disabled while form registration still can be enabled.
Also, the /api/user endpoint shouldn't require authentication. Even if we check the authentication when sending a GET request, to retrieve current user information.

I've moved all the internal settings definition to config to avoid duplicated place to define them.
I don't know why we didn't did that earlier.
2017-06-02 11:32:38 +02:00
1c5da417e4 Put default fetching error title in global config 2017-06-01 09:43:01 +02:00
efd351c98f Added limit 2017-05-01 09:26:12 +02:00
24879db1f7 Add default value for list_mode 2016-12-12 17:41:03 +01:00
2297d60f10 If reload content failed, don’t update it
In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
2016-10-20 22:49:46 +02:00
b3f4a11a81 Store cache lifetime in config 2016-09-03 14:02:50 +02:00
db1d4b1e19 Fix default value and add baggy implementation 2016-03-14 13:01:31 +01:00
bca5485946 Added setting to have a personal reading time 2016-03-14 13:01:31 +01:00
63e40f2d7c Add CraueConfig for internal settings 2016-01-31 14:48:26 +01:00
bc78968764 Move default configuration out of parameters
These default configuration value shouldn't be in parameters.yml.
2016-01-31 14:37:19 +01:00
c89d35e851 Language selection on config screen 2015-10-15 21:42:29 +02:00