aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3192 from wallabag/validate-content-fieldsJérémy Benoist2017-06-092-11/+73
|\
| * Convert - to _ in languageJeremy Benoist2017-06-091-0/+4
| * Use Locale instead of LanguageJeremy Benoist2017-06-091-2/+2
| * CSJeremy Benoist2017-06-081-1/+2
| * Validate language & preview picture fieldsJeremy Benoist2017-06-082-11/+68
* | Use a listener to catch auth failureJeremy Benoist2017-06-093-67/+45
* | CSJeremy Benoist2017-06-081-2/+2
* | Log an error level message when user auth failJeremy Benoist2017-06-082-0/+70
|/
* Add ability to name the clientJeremy Benoist2017-06-081-3/+4
* CSJeremy Benoist2017-06-071-4/+4
* Create a client when creating a user using the apiJeremy Benoist2017-06-074-13/+70
* Merge pull request #3093 from aaa2000/annotation-error-on-saveNicolas Lœuillet2017-06-0717-21/+119
|\
| * Displays an error with an annotation with a too long quoteadev2017-06-0417-21/+119
* | Merge pull request #3181 from wallabag/api-content-patchJérémy Benoist2017-06-072-76/+76
|\ \
| * | 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-022-4/+36
| |/
* | Merge pull request #3184 from wallabag/better-way-image-extensionJérémy Benoist2017-06-071-5/+45
|\ \
| * | Use an alternative way to detect imageJeremy Benoist2017-06-051-5/+45
| |/
* | Merge pull request #3179 from wallabag/show-user-commandJérémy Benoist2017-06-071-0/+77
|\ \
| * | Fix reviewThomas Citharel2017-06-041-3/+3
| * | Add show user commandThomas Citharel2017-06-021-0/+77
| |/
* | Merge pull request #3177 from wallabag/api-create-user-updateJérémy Benoist2017-06-065-327/+42
|\ \
| * | Return 201 on user creationJeremy Benoist2017-06-021-5/+12
| * | Add translationJeremy Benoist2017-06-021-1/+1
| * | API user creation behing a toggleJeremy Benoist2017-06-025-322/+30
| |/
* | Merge pull request #3165 from wallabag/it-translation-updateJérémy Benoist2017-06-061-38/+38
|\ \ | |/ |/|
| * Update messages.it.ymlJérémy Benoist2017-06-021-23/+23
| * Updated :it: translationsNicolas Lœuillet2017-05-311-13/+13
| * Update :it: translationJérémy Benoist2017-05-301-2/+2
* | Merge pull request #2708 from jcharaoui/import-disablecontentupdateJérémy Benoist2017-06-0216-70/+105
|\ \
| * | Fix option attributesJeremy Benoist2017-06-011-3/+3
| * | We don't need that getterJeremy Benoist2017-06-011-8/+0
| * | No need to catch that ExceptionJeremy Benoist2017-06-011-9/+2
| * | Rewrote code & fix testsJeremy Benoist2017-06-012-51/+22
| * | CSJeremy Benoist2017-06-011-3/+3
| * | Fix testsJeremy Benoist2017-06-015-33/+49
| * | CSJeremy Benoist2017-06-011-2/+1
| * | Replace Wallabag v1 error strings with v2 stringsJerome Charaoui2017-06-012-3/+17
| * | Add disableContentUpdate import optionJerome Charaoui2017-06-013-25/+84
| * | Put default fetching error title in global configJerome Charaoui2017-06-014-3/+4
| * | Avoid returning objects passed by reference.Jerome Charaoui2017-06-0110-21/+11
* | | CSJeremy Benoist2017-06-011-3/+2
* | | Replace images with &Jeremy Benoist2017-06-011-1/+7
* | | fixup! Set the right variable typeJeremy Benoist2017-06-011-2/+2
* | | Both parameter wasn't used in the function, removing themJeremy Benoist2017-06-011-2/+1
* | | Set the right variable typeJeremy Benoist2017-06-011-2/+2
* | | Page parameter was never used in the functionJeremy Benoist2017-06-013-7/+4
|/ /
* | Merge pull request #3137 from aaa2000/isolated-testsJérémy Benoist2017-06-013-14/+11
|\ \
| * | Isolated testsadev2017-05-313-14/+11
* | | Merge pull request #3077 from wallabag/add-tags-list-viewNicolas Lœuillet2017-05-312-17/+27
|\ \ \