Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix reviews | Thomas Citharel | 2017-06-20 | 8 | -19/+41 |
| | | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Crypt site credential password | Jeremy Benoist | 2017-06-20 | 8 | -3/+121 |
| | |||||
* | Add a live test for restricted article | Jeremy Benoist | 2017-06-20 | 2 | -6/+3 |
| | | | | | | | It is not aimed to test if we can get the full article (since we aren't using real login/password) but mostly to test the full work (with authentication, etc.) Do not clean fixtured to avoid SQLite to re-use id for entry tag relation 😓 | ||||
* | Add menu access to site credentials CRUD | Jeremy Benoist | 2017-06-20 | 20 | -11/+71 |
| | |||||
* | Retrieve username/password from database | Jeremy Benoist | 2017-06-20 | 3 | -10/+49 |
| | | | | Inject the current user & the repo to retrieve username/password from the database | ||||
* | Update route & user verification | Jeremy Benoist | 2017-06-20 | 6 | -19/+34 |
| | |||||
* | Add CRUD for site credentials | Jeremy Benoist | 2017-06-20 | 23 | -13/+998 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-06-10 | 7 | -7/+7 |
|\ | |||||
| * | Update translations | Jeremy Benoist | 2017-06-10 | 1 | -1/+1 |
| | | |||||
| * | Config label improvement #3199 | Pierre de Vésian | 2017-06-09 | 6 | -6/+6 |
| | | |||||
* | | Merge pull request #3206 from wallabag/mruminski-patch-1 | Jérémy Benoist | 2017-06-10 | 1 | -1/+1 |
|\ \ | | | | | | | Update validators.pl.yml | ||||
| * | | Update validators.pl.yml | Mateusz Rumiński | 2017-06-10 | 1 | -1/+1 |
| | | | | | | | | | add "quote_length_too_high" translation | ||||
* | | | Merge pull request #3203 from wallabag/fix-tag-count-baggy | Jérémy Benoist | 2017-06-10 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix tags count in tags list on baggy | ||||
| * | | Fix tags count in tags list on baggy | Jeremy Benoist | 2017-06-10 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #3173 from wallabag/domain-name-param | Jérémy Benoist | 2017-06-10 | 3 | -4/+4 |
|\ \ \ | |/ / |/| | | remove craueconfig domain name setting and add a proper one in parame… | ||||
| * | | Review | Jeremy Benoist | 2017-06-08 | 3 | -4/+1 |
| | | | |||||
| * | | fix tests | Thomas Citharel | 2017-06-06 | 1 | -1/+1 |
| | | | |||||
| * | | add migration | Thomas Citharel | 2017-06-06 | 1 | -0/+1 |
| | | | |||||
| * | | remove craueconfig domain name setting and add a proper one in parameters | Thomas Citharel | 2017-06-06 | 5 | -3/+5 |
| | | | |||||
* | | | Merge pull request #3192 from wallabag/validate-content-fields | Jérémy Benoist | 2017-06-09 | 2 | -11/+73 |
|\ \ \ | | | | | | | | | Validate language & preview picture fields | ||||
| * | | | Convert - to _ in language | Jeremy Benoist | 2017-06-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Mostly to increase language supports | ||||
| * | | | Use Locale instead of Language | Jeremy Benoist | 2017-06-09 | 1 | -2/+2 |
| | | | | |||||
| * | | | CS | Jeremy Benoist | 2017-06-08 | 1 | -1/+2 |
| | | | | |||||
| * | | | Validate language & preview picture fields | Jeremy Benoist | 2017-06-08 | 2 | -11/+68 |
| | | | | | | | | | | | | | | | | | | | | Instead of saving the value of each field right into the content without any validation, it seems better to validate them. This might sounds obvious now we say that. | ||||
* | | | | Use a listener to catch auth failure | Jeremy Benoist | 2017-06-09 | 3 | -67/+45 |
| | | | | |||||
* | | | | CS | Jeremy Benoist | 2017-06-08 | 1 | -2/+2 |
| | | | | |||||
* | | | | Log an error level message when user auth fail | Jeremy Benoist | 2017-06-08 | 2 | -0/+70 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a user login using the form we know log an error level information with information about the user: - username used - IP - User agent For example: > Authentication failure for user "eza", from IP "127.0.0.1", with UA: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36". It’ll allows server admin using fail2ban to configure it to block these people if they generate too much failure authentication. | ||||
* | | | Add ability to name the client | Jeremy Benoist | 2017-06-08 | 1 | -3/+4 |
| | | | |||||
* | | | CS | Jeremy Benoist | 2017-06-07 | 1 | -4/+4 |
| | | | |||||
* | | | Create a client when creating a user using the api | Jeremy Benoist | 2017-06-07 | 4 | -13/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | While creating a new user using the API, we also create a new client for the current user. So the app which just create the user can use its newly created client to configure the app. That new client is only return after creating the user. When calling the endpoint /api/user to get user information, the new client information won’t be return. | ||||
* | | | Merge pull request #3093 from aaa2000/annotation-error-on-save | Nicolas LÅ“uillet | 2017-06-07 | 17 | -21/+119 |
|\ \ \ | | | | | | | | | Displays an error with an annotation with a too long quote | ||||
| * | | | Displays an error with an annotation with a too long quote | adev | 2017-06-04 | 17 | -21/+119 |
| | | | | | | | | | | | | | | | | Fix #2762 | ||||
* | | | | Merge pull request #3181 from wallabag/api-content-patch | Jérémy Benoist | 2017-06-07 | 2 | -76/+76 |
|\ \ \ \ | | | | | | | | | | | Add ability to patch an entry with more fields | ||||
| * | | | | Refactorize the way to save an Entry in the API | Jeremy Benoist | 2017-06-07 | 1 | -102/+70 |
| | | | | | |||||
| * | | | | Add ability to patch an entry with more fields | Jeremy Benoist | 2017-06-02 | 2 | -4/+36 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Like when we create an entry, we can now patch an entry with new fields: - content - language - preview_picture - published_at - authors | ||||
* | | | | Merge pull request #3184 from wallabag/better-way-image-extension | Jérémy Benoist | 2017-06-07 | 1 | -5/+45 |
|\ \ \ \ | | | | | | | | | | | Use an alternative way to detect images | ||||
| * | | | | Use an alternative way to detect image | Jeremy Benoist | 2017-06-05 | 1 | -5/+45 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | When parsing content to retrieve images to save locally, we only check for the content-type of the image response. In some case, that value is empty. Now we’re also checking for the first few bytes of the content as an alternative to detect if it’s an image wallabag can handle. We might get higher image supports using that alternative method. | ||||
* | | | | Merge pull request #3179 from wallabag/show-user-command | Jérémy Benoist | 2017-06-07 | 1 | -0/+77 |
|\ \ \ \ | |_|/ / |/| | | | Show user command | ||||
| * | | | Fix review | Thomas Citharel | 2017-06-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | | Add show user command | Thomas Citharel | 2017-06-02 | 1 | -0/+77 |
| |/ / | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Merge pull request #3177 from wallabag/api-create-user-update | Jérémy Benoist | 2017-06-06 | 5 | -327/+42 |
|\ \ \ | | | | | | | | | API user creation behing a toggle | ||||
| * | | | Return 201 on user creation | Jeremy Benoist | 2017-06-02 | 1 | -5/+12 |
| | | | | |||||
| * | | | Add translation | Jeremy Benoist | 2017-06-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | API user creation behing a toggle | Jeremy Benoist | 2017-06-02 | 5 | -322/+30 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge pull request #3165 from wallabag/it-translation-update | Jérémy Benoist | 2017-06-06 | 1 | -38/+38 |
|\ \ \ | |/ / |/| | | Update Italian translation | ||||
| * | | Update messages.it.yml | Jérémy Benoist | 2017-06-02 | 1 | -23/+23 |
| | | | |||||
| * | | Updated :it: translations | Nicolas LÅ“uillet | 2017-05-31 | 1 | -13/+13 |
| | | | | | | | | | | | | Thank you @matteocoder | ||||
| * | | Update :it: translation | Jérémy Benoist | 2017-05-30 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #2708 from jcharaoui/import-disablecontentupdate | Jérémy Benoist | 2017-06-02 | 16 | -70/+105 |
|\ \ \ | | | | | | | | | Import disableContentUpdate | ||||
| * | | | Fix option attributes | Jeremy Benoist | 2017-06-01 | 1 | -3/+3 |
| | | | |