aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* Added logger when we match Tagging rulesNicolas Lœuillet2017-05-122-1/+9
|
* Replaced json_array with arrayNicolas Lœuillet2017-05-111-4/+4
| | | | And fixed failing test due to @j0k3r :trollface:
* Added headers field in EntryNicolas Lœuillet2017-05-112-1/+34
|
* Handle empty configurationJeremy Benoist2017-05-101-1/+1
|
* Skip auth when no credentials are foundJeremy Benoist2017-05-093-9/+31
| | | | If we can’t find a credential for the current host, even if it required login, we won’t add them and website will be fetched without any login.
* Merge pull request #2751 from bdunogier/2.2-guzzle_subscribers_improvementJérémy Benoist2017-05-093-11/+48
|\ | | | | Improved Guzzle subscribers extensibility
| * CSJeremy Benoist2017-05-091-1/+1
| |
| * Changed parsing of login_extra_fields in guzzle authBertrand Dunogier2017-05-041-1/+27
| |
| * Improved Guzzle subscribers extensibilityBertrand Dunogier2017-05-042-9/+20
| | | | | | | | Allows 3rd parties to register new guzzle subscribers by adding extra calls to the http_client_factory service.
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-093-2/+7
|\ \
| * | Update graby* licensesJérémy Benoist2017-05-091-2/+2
| | |
| * | Fix display the form errors correctlyadev2017-05-053-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use `property_path` form option to map underscored form fields to object properties @see https://github.com/symfony/symfony/issues/9162#issuecomment-25431148 Fix #3067
* | | Merge pull request #3022 from wallabag/webpackThomas Citharel2017-05-098-75/+77
|\ \ \ | | | | | | | | Adds Webpack support and remove Grunt
| * | | Fix review againThomas Citharel2017-05-071-36/+38
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Fix reviewsAline2017-05-073-8/+7
| | | | | | | | | | | | | | | | Signed-off-by: Aline <chetta.aline@gmail.com>
| * | | Fix according to reviewThomas Citharel2017-05-041-1/+1
| | | |
| * | | fix theme changesThomas Citharel2017-05-041-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Adds Webpack support and removes the use for GruntThomas Citharel2017-05-046-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
* | | | Merge pull request #3088 from wallabag/execute-migrations-after-installJérémy Benoist2017-05-051-7/+16
|\ \ \ \ | | | | | | | | | | Added migrations execution after fresh install
| * | | | Added migrations execution after fresh installNicolas Lœuillet2017-05-051-7/+16
| | | | |
* | | | | Merge pull request #2920 from wallabag/cleanduplicatescommandJérémy Benoist2017-05-052-0/+149
|\ \ \ \ \ | |/ / / / |/| | | | Clean Duplicates Command
| * | | | Fixed @j0k3r reviewNicolas Lœuillet2017-05-051-3/+1
| | | | |
| * | | | Added test for deduplicationNicolas Lœuillet2017-05-051-0/+19
| | | | |
| * | | | Add Clean Duplicates CommandThomas Citharel2017-05-012-0/+132
| | | | |
* | | | | Merge pull request #3053 from wallabag/api-bulk-addNicolas Lœuillet2017-05-052-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | Added API endpoint to handle a list of URL
| * | | | Added limitNicolas Lœuillet2017-05-012-0/+4
| |/ / /
* | | | Merge pull request #3060 from wallabag/search-usersThomas Citharel2017-05-0412-69/+93
|\ \ \ \ | |_|/ / |/| | | Search & paginate users
| * | | Merged list and search methodsNicolas Lœuillet2017-05-0212-82/+70
| | | |
| * | | Add filter to users management pageThomas Citharel2017-05-0212-0/+36
| | | | | | | | | | | | | | | | 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
| |
* | 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-312-3/+3
| |
* | Refactored codeNicolas Lœuillet2017-03-311-24/+16
| |
* | Added delete button on Baggy themeNicolas Lœuillet2017-03-311-0/+5
| |
* | Allow to remove all archived entriesThomas Citharel2017-03-3116-1/+113
| | | | | | | | | | | | 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
| |