aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #3060 from wallabag/search-usersThomas Citharel2017-05-0416-114/+234
|\ \ \ \ | |/ / / |/| | | Search & paginate users
| * | | Merged list and search methodsNicolas Lœuillet2017-05-0215-154/+99
| | | |
| * | | rename index to listThomas Citharel2017-05-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Fix testsThomas Citharel2017-05-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Add paginationThomas Citharel2017-05-023-12/+45
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Add filter to users management pageThomas Citharel2017-05-0217-28/+170
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #3047 from wallabag/add-notmatches-operatorNicolas Lœuillet2017-05-0318-5/+79
|\ \ \ \ | | | | | | | | | | Added notmatches operator for tagging rule
| * | | | Fixed @j0k3r reviewNicolas Lœuillet2017-04-222-2/+2
| | | | |
| * | | | Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-2018-5/+79
| | | | |
* | | | | Fixed sandwich menu position in entry view (material theme)Nicolas Lœuillet2017-05-021-5/+5
| |/ / / |/| | |
* | | | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-011-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Correct create_application en stringÉric Gillet2017-04-291-1/+1
| | |
* | | Fix testsJeremy Benoist2017-04-291-2/+0
| | |
* | | Added endpoint to handle URL list to add/delete tagsNicolas Lœuillet2017-04-242-26/+63
| | |
* | | Added API endpoint to handle a list of URL and to add/delete tagsNicolas Lœuillet2017-04-241-0/+68
| |/ |/|
* | Merge pull request #3024 from wallabag/store-dateNicolas Lœuillet2017-04-1816-3/+121
|\ \ | | | | | | Added publication date and author
| * | Added author of articleNicolas Lœuillet2017-04-0916-3/+64
| | |
| * | Added publication dateNicolas Lœuillet2017-04-0516-3/+60
| | |
* | | Removed is_public in Entry edit formNicolas Lœuillet2017-04-1314-22/+0
| | |
* | | Remove isPublic from Entry entity fix #2598Maxime2017-04-131-25/+0
| | |
* | | Merge branch 'master' into 2.3Nicolas Lœuillet2017-04-132-2/+4
|\ \ \ | |/ / |/| / | |/
| * Add export notice at the end of the epubMartin Trigaux2017-04-051-2/+2
| | | | | | | | | | | | | | | | | | The text "Produced by wallabag with PHPePub" is the first page of any epub. On ebooks reader, it is common (e.g. kobo) to use the first page as the cover of unread books, which makes it more difficult to differentiate the books. Move the Notices chapter at the end of the book.
| * Save alpha channel when downloading PNG imagesKevin Decherf2017-03-291-0/+2
| | | | | | | | | | | | Fixes #2805 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Renamed methodsNicolas Lœuillet2017-03-313-4/+4
| |
* | Refactored codeNicolas Lœuillet2017-03-311-24/+16
| |
* | Added delete button on Baggy themeNicolas Lœuillet2017-03-312-1/+7
| |
* | Allow to remove all archived entriesThomas Citharel2017-03-3117-1/+129
| | | | | | | | | | | | Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #3021 from wallabag/rename-methodJérémy Benoist2017-03-302-2/+2
|\ \ | | | | | | Rename method
| * | Rename method from *username to *userThomas Citharel2017-03-302-2/+2
| |/ | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Added migration for Scuttle sharingNicolas Lœuillet2017-03-282-3/+3
| |
* | Scuttle sharingFrenchHope2017-03-284-0/+29
| |
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-03-2813-291/+311
|\|
| * remove language on html-tagChristoph Doblander2017-03-061-1/+1
| |
| * Update Spanish translationngosang2017-02-201-161/+161
| |
| * Import: we now skip messages when user is nullNicolas Lœuillet2017-02-201-1/+2
| |
| * Merge pull request #2832 from Kdecherf/search-domainJeremy Benoist2017-02-191-1/+2
| |\ | | | | | | Search by term: extend to entries url
| | * Search by term: extend to entries urlKevin Decherf2017-02-161-1/+2
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Merge pull request #2830 from Kdecherf/striptags-titleNicolas Lœuillet2017-02-175-19/+19
| |\ \ | | | | | | | | Fix rendering of entry title in Twig views
| | * | views: cosmetic in share links hrefKevin Decherf2017-02-161-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| | * | Fix rendering of entry title in Twig viewsKevin Decherf2017-02-025-19/+19
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit provides some improvements on the rendering of entry title on entries list and entry views and refactors filter calls: - Remove escape filter from apparent title, striptags is enough - Move raw filter to the end of apparent title as it's ignored if not placed as the last filter - Replace raw filter with e('html_attr') for title used in attributes, fixing possible issue and/or glitch - Add striptags to entry.title used for link sharing to respect the apparent title Fixes #2802 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Update Spanish translationngosang2017-02-152-113/+124
| | |
| * | Merge pull request #2879 from matteocoder/matteocoder-patch-1Nicolas Lœuillet2017-02-141-1/+1
| |\ \ | | | | | | | | Fixed typo in "first_steps"
| | * | Fixed typo in "first_steps"matteocoder2017-01-241-1/+1
| | | | | | | | | | | | Changed "Pimi passi" to "Primi passi
| * | | Log restricted access valueJeremy Benoist2017-02-132-2/+9
| | | | | | | | | | | | | | | | It might help to figure out if we have enabled it or not
* | | | return id of article instead of true if entry existsThomas Citharel2017-02-241-2/+2
|/ / /
* | | fix misspells in polish translationMateusz Rumiński2017-02-061-6/+6
| | |
* | | Merge pull request #2842 from K-Phoen/update-rulerzJeremy Benoist2017-02-061-2/+2
|\ \ \ | | | | | | | | Update RulerZ
| * | | Update RulerZKévin Gomez2017-02-051-2/+2
| | | |
* | | | Show active list in the left menu during searchKevin Decherf2017-02-051-4/+16
|/ / / | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | / Update Oc versionQuent-in2017-02-041-60/+60
| |/ |/| | | I'll be ready for next train