aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/EntryController.php
Commit message (Collapse)AuthorAgeFilesLines
* Add untagged entriesNicolas Lœuillet2016-08-281-0/+19
| | | | Fix #1631
* Update testJeremy Benoist2016-08-241-16/+14
| | | | and some cleanup
* Change share entry behaviorNicolas Lœuillet2016-08-231-4/+47
|
* Add Cache on Share ActionNicolas Lœuillet2016-08-231-0/+2
|
* Add migrationNicolas Lœuillet2016-08-231-3/+2
|
* Share entry with a public URLNicolas Lœuillet2016-08-231-0/+31
|
* Links on each tag in Tags viewNicolas Lœuillet2016-08-231-3/+3
|
* Fixed some translationsNicolas Lœuillet2016-08-181-1/+1
|
* Replaced favorite word/icon with star oneNicolas Lœuillet2016-08-181-1/+1
| | | | Fix #2041
* Try to find bad redirection after deleteJeremy Benoist2016-06-171-3/+4
| | | | | Instead of checking for the whole absolute url, we just check with the relative url. If the referer ends with the relative url of the deleted entry, don't redirect to the referer.
* Display a message when saving an entry failedJeremy Benoist2016-05-301-5/+12
| | | | | When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too.
* Fix redirect when delete entryNicolas Lœuillet2016-04-151-1/+1
|
* Redirect to homepage if referer is nullNicolas Lœuillet2016-04-151-3/+11
| | | | Fix #1924
* Convert array + phpDocJeremy Benoist2016-04-121-16/+16
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Change visibility of checkIfEntryAlreadyExists method to privateNicolas Lœuillet2016-04-101-1/+1
|
* Refactor EntryControllerNicolas Lœuillet2016-04-091-6/+14
|
* Fix duplicate article when added via the bookmarkletNicolas Lœuillet2016-04-081-1/+7
|
* Fix some Scrutinizer issuesJeremy Benoist2016-03-271-3/+1
|
* Add flashes messagesJeremy Benoist2016-03-201-8/+18
|
* Fix #1551 - Redirect to the last page when current page is out of rangeMaxime LECLERCQ2016-02-191-1/+8
|
* SensioLabsInsight fixesNicolas Lœuillet2016-01-221-1/+1
|
* [#1604] First draft to fix SensioLabsInsight reportNicolas Lœuillet2016-01-221-1/+1
|
* Fix bad type after using findByUrlAndUserIdJeremy Benoist2016-01-211-2/+2
| | | | | It returns an object since few commits this part of (untested) code still use an array. Also add test for that part of code.
* Merge pull request #1583 from wallabag/v2-fix-deleteNicolas Lœuillet2016-01-151-2/+1
|\ | | | | Fix `findOneByUrl` side effect in tests
| * Fix `findOneByUrl` side effect in testsJeremy Benoist2016-01-151-2/+1
| | | | | | | | Fix #1566
* | Merge pull request #1524 from wallabag/sf2.8Nicolas Lœuillet2016-01-151-7/+7
|\ \ | |/ |/| Upgrade to Symfony 3.0
| * Fix recent updateJeremy Benoist2016-01-151-1/+1
| | | | | | | | | | | | - some missing url parameters from WallabagRestController & EntryController - use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature) - update ImportBundle (url & form)
| * Update bundle & stock fileJeremy Benoist2016-01-151-3/+3
| | | | | | | | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler
| * Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-4/+4
| | | | | | | | symfony-upgrade-fixer fix src/Wallabag/
* | Quickstart for beginnersNicolas Lœuillet2016-01-151-1/+6
|/
* Change the way to check for an existing entryJeremy Benoist2016-01-021-7/+6
| | | | The repository method return the entry found or false if nothing exists.
* - remove importers configurationNicolas Lœuillet2016-01-021-4/+4
| | | | - add check on userId for findOneByURL for entries
* fix #1502 avoid duplicate entry and store pocket url in configNicolas Lœuillet2016-01-021-0/+14
|
* Merge pull request #1546 from wallabag/v2-reload-contentNicolas Lœuillet2016-01-021-0/+27
|\ | | | | v2 – Ability to reload an entry
| * Ability to reload an entryJeremy Benoist2015-12-301-0/+27
| | | | | | | | | | | | Could be useful when we want to update the content or when the content failed to be fetched. Fix #1503
* | Fix wrong if when deleting an entryJeremy Benoist2015-12-301-1/+1
|/ | | | Bad condition when deleting an entry returned `true` instead of the referer url
* Don't redirect to the content page after deletionJeremy Benoist2015-12-281-2/+12
| | | | | | Fix #1512 We generate the url of the removed content and compare it to the referer url. If they matche, we redirect user to the homepage otherwise to the referer url.
* redirect on last page after deletionNicolas Lœuillet2015-10-211-2/+2
|
* implement bookmarkletNicolas Lœuillet2015-10-081-6/+34
|
* Entries filter on languageJeremy Benoist2015-09-231-1/+1
| | | | + updated deps
* Move fetching content in a separate classJeremy Benoist2015-09-101-9/+1
|
* Update url from grabyJeremy Benoist2015-08-241-0/+1
|
* CSJeremy Benoist2015-08-241-1/+0
|
* Integrate grabyJeremy Benoist2015-08-241-4/+8
|
* Fix redirect after deletionJeremy Benoist2015-08-221-5/+4
| | | | Fix #1391
* Merge pull request #1385 from wallabag/v2-status-filterJeremy Benoist2015-08-211-0/+19
|\ | | | | filters: implement status filter and a new view (to display all entries)
| * filters: adapt queryBuilder for 'all' viewNicolas Lœuillet2015-08-211-28/+5
| |
| * filters: implement status filter and a new view (to display all entries)Nicolas Lœuillet2015-08-211-0/+42
| |
* | remove dead codeNicolas Lœuillet2015-08-211-23/+0
|/
* Refactorize the way to retrieve entriesJeremy Benoist2015-08-201-53/+52
| | | | | One place to retrieve entries in Entry & Rss controller. More simple and easy to maintain.