aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
...
* Added list viewNicolas Lœuillet2016-11-281-0/+21
|
* Add RSS paginationJeremy Benoist2016-11-201-7/+29
| | | | Following https://tools.ietf.org/html/rfc5005#page-4
* Added translations and currentRoute parameterNicolas Lœuillet2016-11-191-2/+4
|
* Added a simple search engineNicolas Lœuillet2016-11-192-3/+32
| | | | Fix #18
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Changed behavior when we change languageNicolas Lœuillet2016-11-101-0/+2
| | | | | | | | No need to disconnect to apply the language substitution
* | CleanupJeremy Benoist2016-11-031-2/+0
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-032-6/+18
|\|
| * Fixed entries export filtered with a tagNicolas Lœuillet2016-10-291-6/+17
| | | | | | | | Fix #2505
| * Added tag label in the page titleNicolas Lœuillet2016-10-261-0/+1
| | | | | | | | Fix #2472
* | Merge pull request #2180 from wallabag/download-picturesJeremy Benoist2016-11-031-0/+14
|\ \ | | | | | | Download pictures
| * | Use custom event instead of Doctrine onesJeremy Benoist2016-11-011-0/+14
| | | | | | | | | | | | This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry.
* | | Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-311-0/+1
|/ /
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-241-0/+9
|\|
| * If reload content failed, don’t update itJeremy Benoist2016-10-201-0/+9
| | | | | | | | In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
* | Use statements & update translationJeremy Benoist2016-10-221-5/+5
| |
* | CSJeremy Benoist2016-10-221-3/+4
| |
* | Avoid orphan tagsJeremy Benoist2016-10-221-2/+14
| |
* | Add custom doctrine subscriber for SQLiteJeremy Benoist2016-10-221-11/+30
| | | | | | | | | | | | Since SQLite doesn’t handle cascade remove by default, we need to handle it manually. Also some refacto
* | Add ability to reset some datasJeremy Benoist2016-10-221-0/+42
| | | | | | | | | | | | - annotations - tags - entries
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-112-105/+21
|\|
| * Optimize the way tag list is renderedJeremy Benoist2016-10-091-2/+17
| | | | | | | | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design
| * Merge pull request #2351 from wallabag/fix-api-client-deletionNicolas Lœuillet2016-10-081-101/+0
| |\ | | | | | | Changed relation between API client and refresh token
| | * Ensure access_token are removedJeremy Benoist2016-10-081-101/+0
| | | | | | | | | | | | | | | | | | | | | | | | When we remove the client, we should ensure that access_token are also removed. To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error. Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)
| * | Ensure orphan tag are remove in APIJeremy Benoist2016-10-071-2/+4
| |/ | | | | | | | | | | When the association between a tag and an entry is removed, if the tag doesn’t have other entries, we can remove it. Also add more tests for that part and ensure TagControllerTest is isolated from the rest of the test suite (finally!)
* | CSJeremy Benoist2016-10-081-11/+11
| |
* | Logout user before deleting itJeremy Benoist2016-10-081-20/+23
| | | | | | | | And add a smal description
* | Added check if there is only one userNicolas Lœuillet2016-10-081-0/+14
| | | | | | | | Added translations and documentation
* | CSThomas Citharel2016-10-081-7/+7
| |
* | workThomas Citharel2016-10-081-0/+20
|/
* Cleanup & add link on baggy menuJeremy Benoist2016-10-021-2/+0
|
* Add users management UIJeremy Benoist2016-10-021-27/+0
| | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* CSJeremy Benoist2016-10-011-2/+2
|
* Introduce validateRuleActionJeremy Benoist2016-10-011-5/+13
|
* Add ability to edit a tagging ruleJeremy Benoist2016-10-011-1/+33
|
* Merge pull request #2322 from wallabag/v2-404Nicolas Lœuillet2016-10-011-0/+40
|\ | | | | Customize errors templates
| * Customize errors templatesJeremy Benoist2016-10-011-0/+40
| | | | | | | | All error goes to the same template which only display the error message and the status code.
* | Create user config in one placeJeremy Benoist2016-09-301-11/+7
|/ | | | | | | | Using a listener, user config is now created when a user: - is created from the command line - register (with or without email confirmation) - is created from the config panel
* Removed duplicated templates filesNicolas Lœuillet2016-09-304-9/+9
|
* CSJeremy Benoist2016-09-251-1/+1
|
* Fix tags count in menuJeremy Benoist2016-09-251-18/+10
| | | | Move enable cache for Tag in the Entity because function `find*` should return result and not a Query
* Merge pull request #1941 from wallabag/v2-asynchronous-jobsJeremy Benoist2016-09-191-21/+29
|\ | | | | Use asynchronous jobs for imports
| * Avoid losing entry when fetching failJeremy Benoist2016-09-171-21/+29
| | | | | | | | Instead of just say “Failed to save entry” we’ll save the entry at all cost and try to fetch content. If fetching content failed, the entry will still be saved at least, but without content.
* | Remove FooterControllerNicolas Lœuillet2016-09-151-27/+0
|/
* Added tags counter in sidebar (material theme)Nicolas Lœuillet2016-09-041-1/+3
|
* Instead of selecting the whole data, just count itJeremy Benoist2016-09-031-2/+2
| | | | | | Instead of performing a complex select (to retrieve all data for entry, etc...) just select the counter and retrieve it. Down from ~50ms to ~30ms on the unread page (with 500 items)
* Add untagged entriesNicolas Lœuillet2016-08-282-1/+20
| | | | 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
|