Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Add migration | Nicolas Lœuillet | 2016-08-23 | 5 | -4/+16 | |
| | | | | | ||||||
| * | | | | Share entry with a public URL | Nicolas Lœuillet | 2016-08-23 | 4 | -1/+115 | |
| | | | | | ||||||
* | | | | | Merge pull request #2186 from wallabag/addRegistration | Jeremy Benoist | 2016-08-24 | 5 | -1/+51 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Add option to disable registration | |||||
| * | | | | CS | Jeremy Benoist | 2016-08-23 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | Proper parameter name, simplify logic & phpdoc | Thomas Citharel | 2016-08-23 | 2 | -5/+6 | |
| | | | | | ||||||
| * | | | | Add option to disable registration | Thomas Citharel | 2016-08-23 | 5 | -1/+50 | |
| | |_|/ | |/| | | ||||||
* | | | | Remove duplicate pager on baggy | Jeremy Benoist | 2016-08-23 | 1 | -14/+0 | |
| | | | | ||||||
* | | | | Add some tests | Jeremy Benoist | 2016-08-23 | 1 | -23/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, retrieve tag from the request instead of the query (which will be the same but it's more easy to test). Moved down `deleteTagAction` because it conflicted with the new action: api_delete_tag => /api/tags/{tag}.{_format} api_delete_tags_label => /api/tags/label.{_format} And finally, throw exception when a tag is not found before removing it. | |||||
* | | | | CS | Thomas Citharel | 2016-08-23 | 2 | -6/+5 | |
| | | | | ||||||
* | | | | Delete tag or tags by label | Thomas Citharel | 2016-08-23 | 2 | -0/+74 | |
| | | | | | | | | | | | | | | | | Tests not included | |||||
* | | | | Fix typos in field name | Jeremy Benoist | 2016-08-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | added name on client | Thomas Citharel | 2016-08-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add tests for tag list routes | Nicolas Lœuillet | 2016-08-23 | 2 | -1/+12 | |
| | | | | ||||||
* | | | | Translations and baggy view for tags | Nicolas Lœuillet | 2016-08-23 | 13 | -5/+44 | |
| | | | | ||||||
* | | | | Links on each tag in Tags view | Nicolas Lœuillet | 2016-08-23 | 7 | -6/+88 | |
|/ / / | ||||||
* | | | Merge remote-tracking branch 'origin/master' into 2.1 | Jeremy Benoist | 2016-08-22 | 31 | -133/+284 | |
|\| | | ||||||
| * | | Merge pull request #2222 from wallabag/add-date-on-article-view | Nicolas Lœuillet | 2016-08-22 | 13 | -0/+55 | |
| |\ \ | | | | | | | | | Added creation date and reading time on article view | |||||
| | * | | Display text on baggy | Jeremy Benoist | 2016-08-21 | 13 | -5/+20 | |
| | | | | | | | | | | | | | | | | Instead of using icons (which aren't available) display real text for reading time & creation date | |||||
| | * | | Changed code indentation | Nicolas Lœuillet | 2016-08-18 | 2 | -6/+14 | |
| | | | | ||||||
| | * | | Added creation date and reading time on article view | Nicolas Lœuillet | 2016-08-18 | 13 | -0/+32 | |
| | | | | | | | | | | | | | | | | Fix #2034 | |||||
| * | | | Merge pull request #2221 from wallabag/replace-favorite-star | Jeremy Benoist | 2016-08-21 | 16 | -22/+22 | |
| |\ \ \ | | | | | | | | | | | Replaced favorite word/icon with star one | |||||
| | * | | | Fixed some translations | Nicolas Lœuillet | 2016-08-18 | 3 | -4/+4 | |
| | | | | | ||||||
| | * | | | Replaced favorite word/icon with star one | Nicolas Lœuillet | 2016-08-18 | 16 | -22/+22 | |
| | |/ / | | | | | | | | | | | | | Fix #2041 | |||||
| * / / | Avoid breaking import when fetching fail | Jeremy Benoist | 2016-08-20 | 3 | -32/+63 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | graby will throw an Exception in some case (like a bad url, a restricted url or a secured pdf). Import doesn't handle that case and break the whole import. With that commit the import isn't stopped but the entry is just skipped. Also, as a bonus, I've added extra test on WallabagImportV2 when the json is empty. | |||||
| * | | CS | Jeremy Benoist | 2016-08-17 | 3 | -5/+7 | |
| | | | ||||||
| * | | Fix form user display for baggy theme | Nicolas Lœuillet | 2016-08-17 | 1 | -1/+2 | |
| | | | ||||||
| * | | Fix form user display when 2FA is disabled | Nicolas Lœuillet | 2016-08-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed typo in entry:notice:entry_saved | charno6 | 2016-07-23 | 1 | -1/+1 | |
| | | | | | | | | | "Eintag" to "Eintrag" | |||||
| * | | Merge pull request #2199 from Simounet/facto/social-links | Jeremy Benoist | 2016-07-21 | 8 | -52/+95 | |
| |\ \ | | | | | | | | | Handling socials links into a config file | |||||
| | * | | php-cs-fixer pass | Simounet | 2016-07-20 | 2 | -2/+4 | |
| | | | | ||||||
| | * | | Chrome extension URL updated | Simounet | 2016-07-20 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Handling socials links into a config file | Simounet | 2016-07-20 | 8 | -52/+93 | |
| | | | | ||||||
| * | | | FIX image inside a figure element max-width (baggy theme) | Simounet | 2016-07-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | FIX image inside a figure element max-width | Simounet | 2016-07-20 | 1 | -1/+2 | |
| |/ / | ||||||
* | | | Added name on client | Thomas Citharel | 2016-08-22 | 11 | -23/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171 | |||||
* | | | add some missing phpdoc parameters | Thomas Citharel | 2016-07-24 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'origin/master' into 2.1 | Jeremy Benoist | 2016-07-20 | 2 | -3/+3 | |
|\| | | ||||||
| * | | Fixed spelling Artúclos --> Artículos | benages | 2016-07-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Remove fr part | Thomas Citharel | 2016-07-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix 3rd-Party Apps links (Chrome & Firefox) | Thomas Citharel | 2016-07-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | Bring tags on entries view to baggy | Thomas Citharel | 2016-07-01 | 2 | -1/+11 | |
| | | | | | | | | | | | | Also, a couple of UI improvement and CSS fixing | |||||
* | | | fix merge issue | Thomas Citharel | 2016-06-29 | 1 | -1/+2 | |
| | | | ||||||
* | | | Add filter for tags on API | Thomas Citharel | 2016-06-29 | 2 | -2/+9 | |
| | | | ||||||
* | | | CS | Thomas Citharel | 2016-06-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add since parameter | Thomas Citharel | 2016-06-25 | 2 | -2/+8 | |
| | | | ||||||
* | | | add line to other languages | Thomas Citharel | 2016-06-24 | 9 | -0/+9 | |
| | | | ||||||
* | | | minor ui fixes | Thomas Citharel | 2016-06-23 | 1 | -5/+2 | |
| | | | ||||||
* | | | fix typo on icons | Thomas Citharel | 2016-06-23 | 1 | -2/+2 | |
| | | | ||||||
* | | | Add tags on entries view | Thomas Citharel | 2016-06-23 | 3 | -0/+21 | |
| | | | | | | | | | | | | Should be tested on old browsers | |||||
* | | | Merge branch 'master' into 2.1 | Jeremy Benoist | 2016-06-23 | 46 | -6063/+20 | |
|\| | |