aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add client_credentials as grant_typeoauth-changesThomas Citharel2017-06-1447-696/+4467
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Therefore, username and password are no longer needed Signed-off-by: Thomas Citharel <tcit@tcit.fr> Allow to have global clients, auth through direct token or auth code and bring scopes Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix review Signed-off-by: Thomas Citharel <tcit@tcit.fr> remove redirect uri requirement on specific clients add back password and depreciate it enforce state Signed-off-by: Thomas Citharel <tcit@tcit.fr> Allow apps to register themselves A handful of changes Signed-off-by: Thomas Citharel <tcit@tcit.fr> change timeout values Signed-off-by: Thomas Citharel <tcit@tcit.fr> set access_token lifetime to 1 year and double for refresh_token Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #3220 from wallabag/remove-paddingNicolas Lœuillet2017-06-135-5/+5
|\ | | | | Removed padding on entry view
| * Updated production filesNicolas Lœuillet2017-06-134-4/+4
| |
| * Removed padding on entry viewNicolas Lœuillet2017-06-131-1/+1
|/
* Merge pull request #3213 from wallabag/fix-internal-settings-formNicolas Lœuillet2017-06-131-2/+1
|\ | | | | Fixed internal settings form
| * Fixed internal settings formNicolas Lœuillet2017-06-121-2/+1
|/
* Merge pull request #3208 from wallabag/is-publicNicolas Lœuillet2017-06-1219-6/+165
|\ | | | | Add ability to filter public entries & use it in the API
| * CSJeremy Benoist2017-06-101-1/+1
| |
| * Few fixesJeremy Benoist2017-06-103-3/+4
| |
| * Add public filter/field in the APIJeremy Benoist2017-06-104-6/+88
| | | | | | | | | | | | 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 entriesJeremy Benoist2017-06-1016-0/+76
|/
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-06-107-7/+7
|\
| * Merge pull request #3202 from pVesian/masterJérémy Benoist2017-06-107-7/+7
| |\ | | | | | | Config label improvement #3199
| | * Update translationsJeremy Benoist2017-06-102-2/+2
| | |
| | * Config label improvement #3199Pierre de Vésian2017-06-097-7/+7
| |/
* | Merge pull request #3206 from wallabag/mruminski-patch-1Jérémy Benoist2017-06-101-1/+1
|\ \ | | | | | | Update validators.pl.yml
| * | Update validators.pl.ymlMateusz Rumiński2017-06-101-1/+1
| | | | | | | | | add "quote_length_too_high" translation
* | | Merge pull request #3203 from wallabag/fix-tag-count-baggyJérémy Benoist2017-06-101-1/+1
|\ \ \ | |/ / |/| | Fix tags count in tags list on baggy
| * | Fix tags count in tags list on baggyJeremy Benoist2017-06-101-1/+1
| | |
* | | Merge pull request #3173 from wallabag/domain-name-paramJérémy Benoist2017-06-1018-20/+60
|\ \ \ | |/ / |/| | remove craueconfig domain name setting and add a proper one in parame…
| * | Promote httpsJeremy Benoist2017-06-092-2/+2
| | |
| * | ReviewJeremy Benoist2017-06-088-9/+5
| | |
| * | fix testsThomas Citharel2017-06-062-1/+2
| | |
| * | add migrationThomas Citharel2017-06-063-4/+53
| | |
| * | remove craueconfig domain name setting and add a proper one in parametersThomas Citharel2017-06-0618-14/+8
| | |
* | | Merge pull request #3192 from wallabag/validate-content-fieldsJérémy Benoist2017-06-095-41/+275
|\ \ \ | | | | | | | | Validate language & preview picture fields
| * | | Cleanup testJeremy Benoist2017-06-091-1/+0
| | | | | | | | | | | | | | | | | | | | Looks like we didn't ALWAYS get a value for language from 20minutes. Ahem.
| * | | Convert - to _ in languageJeremy Benoist2017-06-093-5/+13
| | | | | | | | | | | | | | | | Mostly to increase language supports
| * | | Use Locale instead of LanguageJeremy Benoist2017-06-092-16/+80
| | | |
| * | | Fix testJeremy Benoist2017-06-082-5/+5
| | | | | | | | | | | | | | | | | | | | de_DE is not valid language. Zataz doesn’t send a valid language in their content (they use `fr-FR`).
| * | | CSJeremy Benoist2017-06-081-1/+2
| | | |
| * | | Validate language & preview picture fieldsJeremy Benoist2017-06-083-23/+185
| | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #3195 from wallabag/authentication-errorJérémy Benoist2017-06-093-0/+114
|\ \ \ \ | |/ / / |/| | | Log an error level message when user auth fail
| * | | Use a listener to catch auth failureJeremy Benoist2017-06-095-68/+111
| | | |
| * | | CSJeremy Benoist2017-06-081-2/+2
| | | |
| * | | Log an error level message when user auth failJeremy Benoist2017-06-083-0/+71
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #3187 from wallabag/api-client-credentialsJérémy Benoist2017-06-087-19/+88
|\ \ \ | | | | | | | | Create (and return) a client after creating a new user using the API
| * | | Add ability to name the clientJeremy Benoist2017-06-082-4/+6
| | | |
| * | | CSJeremy Benoist2017-06-073-8/+6
| | | |
| * | | Create a client when creating a user using the apiJeremy Benoist2017-06-075-13/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #3189 from wallabag/add-discourseNicolas Lœuillet2017-06-081-1/+1
|\ \ \ \ | |/ / / |/| | | Added link to community in issue template
| * | | Added link to community in issue templateNicolas Lœuillet2017-06-081-1/+1
|/ / /
* | | Merge pull request #3093 from aaa2000/annotation-error-on-saveNicolas Lœuillet2017-06-0723-26/+270
|\ \ \ | | | | | | | | Displays an error with an annotation with a too long quote
| * | | Fix postgresql migrationadev2017-06-071-2/+2
| | | |
| * | | Displays an error with an annotation with a too long quoteadev2017-06-0423-26/+270
| | | | | | | | | | | | | | | | Fix #2762
* | | | Merge pull request #3181 from wallabag/api-content-patchJérémy Benoist2017-06-073-76/+87
|\ \ \ \ | | | | | | | | | | Add ability to patch an entry with more fields
| * | | | Refactorize the way to save an Entry in the APIJeremy Benoist2017-06-071-102/+70
| | | | |
| * | | | Add ability to patch an entry with more fieldsJeremy Benoist2017-06-023-4/+47
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-extensionJérémy Benoist2017-06-073-5/+70
|\ \ \ \ | | | | | | | | | | Use an alternative way to detect images
| * | | | Use an alternative way to detect imageJeremy Benoist2017-06-053-5/+70
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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.