Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set a starred_at field when an entry is starred. | François D | 2017-08-25 | 1 | -0/+5 |
| | | | | | | | | This date is used to sort starred entries. Can not use Entry::timestamps method otherwise starred_at will be updated each time entry is updated. Add an updateStar method into Entry class A migration script has been added in order to set starred_at field. | ||||
* | Add reload entry command | Nicolas Hart | 2017-08-21 | 1 | -0/+115 |
| | |||||
* | add search argument and limit option to list users command | Nicolas Hart | 2017-07-31 | 1 | -1/+50 |
| | |||||
* | Add list user command | Nicolas Hart | 2017-07-30 | 1 | -0/+26 |
| | |||||
* | Better rendering for all core commands | Nicolas Hart | 2017-07-29 | 3 | -6/+8 |
| | |||||
* | Add a test for updatePublishedAt | Jeremy Benoist | 2017-07-24 | 1 | -0/+34 |
| | | | | | | | To avoid error when a content is re-submitted and it previously add a published date. Also, fix the `testPostSameEntry` | ||||
* | Put the final URL in data test | Jeremy Benoist | 2017-07-24 | 1 | -1/+1 |
| | |||||
* | Revert client_credentials grant types | Jeremy Benoist | 2017-07-08 | 1 | -21/+1 |
| | |||||
* | CS | Jeremy Benoist | 2017-07-03 | 2 | -20/+19 |
| | |||||
* | Fix validateAndSetPreviewPicture | Jeremy Benoist | 2017-07-03 | 1 | -0/+35 |
| | | | | Which wasn't covered by a test! | ||||
* | Fix PATCH method | Jeremy Benoist | 2017-07-03 | 2 | -15/+60 |
| | | | | | The PATCH method for the entry should only update what user sent to us and not the whole entry as it was before. Also, sending tags when patching an entry will now remove all current tags & assocatied new ones. | ||||
* | Fix tests | Jeremy Benoist | 2017-07-03 | 6 | -35/+30 |
| | |||||
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 60 | -1337/+1337 |
| | |||||
* | Return null instead of false | Jeremy Benoist | 2017-06-28 | 1 | -3/+3 |
| | |||||
* | Avoid BC on exists endpoint | Jeremy Benoist | 2017-06-23 | 1 | -4/+37 |
| | |||||
* | Merge pull request #3227 from wallabag/oauth-client-credentials | Nicolas Lœuillet | 2017-06-22 | 1 | -3/+24 |
|\ | | | | | Add client_credentials oAuth2 auth method | ||||
| * | Add client_credentials oAuth2 auth method | Thomas Citharel | 2017-06-14 | 1 | -3/+24 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Fix tests | Jeremy Benoist | 2017-06-21 | 1 | -1/+1 |
| | | |||||
* | | Add RSS tags feeds | Jeremy Benoist | 2017-06-21 | 1 | -8/+33 |
| | | |||||
* | | Merge pull request #2683 from wallabag/credentials-in-db | Jérémy Benoist | 2017-06-20 | 4 | -8/+283 |
|\ \ | | | | | | | Store credentials in DB | ||||
| * | | Fix reviews | Thomas Citharel | 2017-06-20 | 2 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -3/+42 |
| | | | |||||
| * | | Add a live test for restricted article | Jeremy Benoist | 2017-06-20 | 3 | -25/+78 |
| | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -3/+187 |
| | | | |||||
* | | | Fix empty language and preview pics | Thomas Citharel | 2017-06-12 | 1 | -3/+3 |
| |/ |/| | |||||
* | | Add public filter/field in the API | Jeremy Benoist | 2017-06-10 | 1 | -0/+52 |
| | | | | | | | | | | | | Listing entries can now be filtered by “public”. Creating or patching an entry can now set is to public or remove the public. Entry response now include “is_public” boolean field | ||||
* | | Add isPublic filter on entries | Jeremy Benoist | 2017-06-10 | 1 | -0/+14 |
|/ | |||||
* | Merge pull request #3173 from wallabag/domain-name-param | Jérémy Benoist | 2017-06-10 | 1 | -1/+1 |
|\ | | | | | remove craueconfig domain name setting and add a proper one in parame… | ||||
| * | Promote https | Jeremy Benoist | 2017-06-09 | 1 | -1/+1 |
| | | |||||
| * | Review | Jeremy Benoist | 2017-06-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3192 from wallabag/validate-content-fields | Jérémy Benoist | 2017-06-09 | 3 | -30/+202 |
|\ \ | | | | | | | Validate language & preview picture fields | ||||
| * | | Cleanup test | Jeremy Benoist | 2017-06-09 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | Looks like we didn't ALWAYS get a value for language from 20minutes. Ahem. | ||||
| * | | Convert - to _ in language | Jeremy Benoist | 2017-06-09 | 2 | -5/+9 |
| | | | | | | | | | | | | Mostly to increase language supports | ||||
| * | | Use Locale instead of Language | Jeremy Benoist | 2017-06-09 | 1 | -14/+78 |
| | | | |||||
| * | | Fix test | Jeremy Benoist | 2017-06-08 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | de_DE is not valid language. Zataz doesn’t send a valid language in their content (they use `fr-FR`). | ||||
| * | | Validate language & preview picture fields | Jeremy Benoist | 2017-06-08 | 1 | -12/+117 |
| | | | | | | | | | | | | | | | 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 | 1 | -0/+66 |
|/ / | |||||
* | | Add ability to name the client | Jeremy Benoist | 2017-06-08 | 1 | -1/+2 |
| | | |||||
* | | CS | Jeremy Benoist | 2017-06-07 | 2 | -4/+2 |
| | | |||||
* | | Create a client when creating a user using the api | Jeremy Benoist | 2017-06-07 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | 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 | 1 | -1/+33 |
|\ \ | | | | | | | 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 | 1 | -1/+33 |
| | | | | | | | | | | | | Fix #2762 | ||||
* | | | Merge pull request #3181 from wallabag/api-content-patch | Jérémy Benoist | 2017-06-07 | 1 | -0/+11 |
|\ \ \ | | | | | | | | | Add ability to patch an entry with more fields | ||||
| * | | | Add ability to patch an entry with more fields | Jeremy Benoist | 2017-06-02 | 1 | -0/+11 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+25 |
|\ \ \ | | | | | | | | | Use an alternative way to detect images | ||||
| * | | | Use an alternative way to detect image | Jeremy Benoist | 2017-06-05 | 2 | -0/+25 |
| |/ / | | | | | | | | | | | | | | | | | | | 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/+95 |
|\ \ \ | |_|/ |/| | | Show user command | ||||
| * | | Fix review | Thomas Citharel | 2017-06-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | Add show user command | Thomas Citharel | 2017-06-02 | 1 | -0/+95 |
| |/ | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Return 201 on user creation | Jeremy Benoist | 2017-06-02 | 1 | -2/+2 |
| | |