aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4150 from ldidry/fix-3804Jérémy Benoist2019-11-191-0/+4
|\ | | | | 💄 Add untagged list link to filter menu
| * 💄 Add untagged list link to filter menuLuc Didry2019-10-101-0/+4
| | | | | | | | Fix #3804
* | Update depsJeremy Benoist2019-11-126-85/+9
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also CS (because cs-fixer got an update) Package operations: 0 installs, 26 updates, 0 removals - Updating twig/twig (v2.12.1 => v2.12.2) - Updating symfony/symfony (v3.4.33 => v3.4.34) - Updating doctrine/event-manager (v1.0.0 => 1.1.0) - Updating doctrine/collections (v1.6.2 => 1.6.3) - Updating doctrine/cache (v1.8.1 => 1.9.0) - Updating doctrine/persistence (1.1.1 => 1.2.0) - Updating doctrine/inflector (v1.3.0 => 1.3.1) - Updating symfony/mime (v4.3.5 => v4.3.7) - Updating swiftmailer/swiftmailer (v6.2.1 => v6.2.3) - Updating symfony/swiftmailer-bundle (v3.3.0 => v3.3.1) - Updating doctrine/dbal (v2.9.2 => v2.9.3) - Updating doctrine/instantiator (1.2.0 => 1.3.0) - Updating j0k3r/graby-site-config (1.0.93 => 1.0.94) - Updating phpoption/phpoption (1.5.0 => 1.5.2) - Updating symfony/http-client-contracts (v1.1.7 => v1.1.8) - Updating symfony/http-client (v4.3.5 => v4.3.7) - Updating sensiolabs/security-checker (v6.0.2 => v6.0.3) - Updating paragonie/constant_time_encoding (v2.2.3 => v2.3.0) - Updating scheb/two-factor-bundle (v4.7.1 => v4.8.0) - Updating symfony/phpunit-bridge (v4.3.6 => v4.3.7) - Updating composer/xdebug-handler (1.3.3 => 1.4.0) - Updating friendsofphp/php-cs-fixer (v2.15.3 => v2.16.0) - Updating doctrine/data-fixtures (v1.3.2 => 1.3.3) - Updating nette/schema (v1.0.0 => v1.0.1) - Updating nikic/php-parser (v4.2.4 => v4.3.0) - Updating sentry/sentry (2.2.2 => 2.2.4)
* Add ability to import/export tagging rulesJeremy Benoist2019-07-081-0/+62
| | | | | | | | | - Add missing translations - Add some tests - Add `/api/taggingrule/export` API endpoint - Add baggy theme - Add error message when importing tagging rules failed - Also fix all translations (I think we are good now)
* Use Twig 2.0Jeremy Benoist2019-06-211-1/+1
| | | | `mnapoli/piwik-twig-extension` locked Twig to the 1.10 version. The new version is compatible with Twig 2.0
* Show untagged entries count on tag list (#3993)Thomas Citharel2019-06-061-0/+3
|\ | | | | Show untagged entries count on tag list
| * Remove link when there are no untagged articlesJeremy Benoist2019-06-061-2/+2
| |
| * Fix typo & CSJeremy Benoist2019-06-051-1/+1
| |
| * Show untagged entries count on tag listKevin Decherf2019-06-051-0/+3
| | | | | | | | | | | | Closes #3235 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Add ability to revoke feed tokenJeremy Benoist2019-06-051-0/+28
|/
* Fix tests & cs & migrationJeremy Benoist2019-04-261-14/+13
|
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-252-49/+64
|
* Hash backup codes in the database using `password_hash`update-two-factor-bundleJeremy Benoist2019-01-231-7/+14
|
* CSJeremy Benoist2019-01-231-3/+1
|
* Change the way to enable 2FAJeremy Benoist2019-01-231-23/+109
| | | | And add a step to validate a generated code from the OTP app
* Add backup codesJeremy Benoist2019-01-231-0/+3
|
* Fix testsJeremy Benoist2019-01-231-10/+10
|
* Enable OTP 2FAJeremy Benoist2019-01-231-8/+27
| | | | | | | | | - Update SchebTwoFactorBundle to version 3 - Enable Google 2fa on the bundle - Disallow ability to use both email and google as 2fa - Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7) - use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add` - update admin to be able to create/reset the 2fa
* Move icon into the top menu barJeremy Benoist2019-01-191-1/+1
| | | | | | | Change the way to select a random entry: - select all ids from the given user (with filters) - choose randomly one in php - find that entry
* Redirect to the current view instead of homepageJeremy Benoist2019-01-191-2/+2
|
* Use only one method to randomizeJeremy Benoist2019-01-191-83/+14
| | | | Instead of one per type, one for all is ok.
* Fix testsJeremy Benoist2019-01-191-99/+89
|
* Added random featureNicolas Lœuillet2019-01-191-0/+105
|
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-151-1/+4
|\
| * EntriesExport: change authors and title when not single entry exportKevin Decherf2019-01-071-1/+4
| | | | | | | | | | | | | | | | | | | | Change '{method} authors' (which gives 'Tag_entries authors' when exporting a tag) to 'Various authors'. When exporting a tag (tag_entries), change the title from 'Tag_entries articles' to 'Tag {tag} articles'. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge pull request #3574 from shulard/feature/rename-tagsJérémy Benoist2018-10-151-0/+51
|\ \ | | | | | | Allow to rename tags from the web interface.
| * | Add RenameForm as tag list view parameters.Stéphane HULARD2018-09-251-0/+6
| | | | | | | | | | | | | | | This will help handling the CSRF protection token and use symfony HTML generation layer. Also a FormView instance is generated for each tag because we need to render a form for each tag and FormView are not reusable.
| * | Create a new Tag action to rename tags.Stéphane HULARD2018-09-251-0/+45
| | | | | | | | | | | | The current tag is removed from all the current logged user entries. Then the new one is created and attached.
* | | Ensure language is validJeremy Benoist2018-10-131-3/+6
| | | | | | | | | | | | | | | - Do not override locale if user has choosen a locale from the login screen. - Add some tests about locale url
* | | Added possibility to change locale from login/register pagesNicolas Lœuillet2018-10-131-0/+19
| | |
* | | Jump to Symfony 3.4Jeremy Benoist2018-10-047-16/+11
|/ / | | | | | | | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle
* / Sort archive page by archived atJeremy Benoist2018-09-211-2/+0
|/
* php-cs-fixerKevin Decherf2018-09-052-2/+2
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix testsJeremy Benoist2018-06-061-1/+0
|
* Fix empty title and domain_name when exception is thrown during fetchKevin Decherf2017-12-131-0/+8
| | | | | | | | | | Add a new helper to set a default title when it's empty: 1/ use basename part of entry's path, if any 2/ or use domain name Fixes #2053 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Disable controller access if feature disabledJeremy Benoist2017-11-221-0/+18
| | | | If `restricted_access` is disabled, accessing `/site-credentials/` must be disabled.
* CSJeremy Benoist2017-10-094-4/+4
|
* Set a starred_at field when an entry is starred.François D2017-08-251-0/+1
| | | | | | | | This date is used to sort starred entries. Can not use Entry::timestamps method otherwise starred_at will be updated each time entry is updated. Add an updateStar method into Entry class A migration script has been added in order to set starred_at field.
* Reduce number of queries on tag listNicolas Hart2017-08-061-19/+2
|
* add a dedicated title for all entries pageNicolas Hart2017-07-271-0/+1
|
* Use the article domain as author for export filesÉtienne Gilli2017-07-081-0/+2
| | | | | | | When exporting an entry, use the domain name as author name for epub, mobi and pdf formats, instead of 'wallabag'. Change the author from array to string, because for now, there is always only one author.
* Fix testsJeremy Benoist2017-07-031-1/+1
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-018-225/+216
|
* Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-212-4/+21
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix typoJeremy Benoist2017-06-211-3/+3
|
* Fix getContainer in commandJeremy Benoist2017-06-211-1/+0
|
* Add RSS tags feedsJeremy Benoist2017-06-211-7/+74
|
* User existing service instead of getDoctrineJeremy Benoist2017-06-214-29/+25
|
* Fix reviewsThomas Citharel2017-06-201-10/+28
| | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Crypt site credential passwordJeremy Benoist2017-06-201-0/+2
|