aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy
Commit message (Collapse)AuthorAgeFilesLines
* views: Add doc and translations on ignore origin rules formsKevin Decherf2020-04-253-0/+129
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add controller, views and translations for ignore origin instance rulesKevin Decherf2020-04-254-0/+124
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add new Ignore Origin rules tab, update ConfigControllerKevin Decherf2020-04-251-0/+27
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Added a button to disable 2FA when enabledNicolas Lœuillet2020-04-131-2/+2
|
* ExportController: fix entries export from search viewKevin Decherf2020-02-231-7/+12
| | | | | | Fixes #4240 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Use lang attributeSimounet2020-01-231-2/+2
|
* Fixed URL to share entry via twitterNicolas Lœuillet2020-01-131-1/+1
|
* 💄 Add untagged list link to filter menuLuc Didry2019-10-101-0/+6
| | | | Fix #3804
* material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1Simounet2019-08-211-1/+1
|
* Upgrade to 4.0Jeremy Benoist2019-07-261-1/+1
|
* Merge pull request #4053 from wallabag/feature/manual-input-reading-speedJérémy Benoist2019-07-092-2/+2
|\ | | | | Add ability to manually define the reading speed
| * Add ability to manually define the reading speedJeremy Benoist2019-07-082-2/+2
| | | | | | | | Instead of using a select, let the user decide its own speed.
* | Add ability to import/export tagging rulesJeremy Benoist2019-07-081-0/+28
|/ | | | | | | | | - 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)
* Merge pull request #3995 from wallabag/feature/config-display-loginJérémy Benoist2019-06-121-1/+6
|\ | | | | Display login in config / user
| * Display login in config / userJeremy Benoist2019-06-061-1/+6
| | | | | | | | Just so the user can see its login
* | Show untagged entries count on tag list (#3993)Thomas Citharel2019-06-061-1/+5
|\ \ | |/ |/| Show untagged entries count on tag list
| * Remove link when there are no untagged articlesJeremy Benoist2019-06-061-1/+5
| |
| * Show untagged entries count on tag listKevin Decherf2019-06-051-1/+1
| | | | | | | | | | | | Closes #3235 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge pull request #3994 from wallabag/feature/revoke-feed-tokenKevin Decherf2019-06-051-8/+8
|\ \ | | | | | | Add ability to revoke feed token
| * | Add ability to revoke feed tokenJeremy Benoist2019-06-051-8/+8
| |/
* / Add quickstart into the menuJeremy Benoist2019-06-051-0/+1
|/ | | | Just in case people want to see that page again.
* Fix tests & cs & migrationJeremy Benoist2019-04-261-1/+1
|
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-253-26/+26
|
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-02-071-1/+1
|\
| * Add dedicated email for site config issueJeremy Benoist2019-01-181-1/+1
| | | | | | | | | | Instead of sending an email to the devs, it now creates an issue on GitHub using a zap from zapier.
* | Hash backup codes in the database using `password_hash`update-two-factor-bundleJeremy Benoist2019-01-231-1/+1
| |
* | Change the way to enable 2FAJeremy Benoist2019-01-232-34/+82
| | | | | | | | And add a step to validate a generated code from the OTP app
* | Add backup codesJeremy Benoist2019-01-231-8/+11
| |
* | Fix testsJeremy Benoist2019-01-231-5/+4
| |
* | Enable OTP 2FAJeremy Benoist2019-01-231-34/+54
| | | | | | | | | | | | | | | | | | - 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
* | Update icon to `casino`Jeremy Benoist2019-01-221-1/+1
| |
* | Move icon into the top menu barJeremy Benoist2019-01-191-1/+3
| | | | | | | | | | | | | | 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
* | Use only one method to randomizeJeremy Benoist2019-01-191-1/+1
| | | | | | | | Instead of one per type, one for all is ok.
* | Added random featureNicolas Lœuillet2019-01-191-3/+4
| |
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-152-5/+2
|\|
| * Update entries.html.twigEloi Coutant2019-01-101-2/+2
| | | | | | Should fix https://github.com/wallabag/wallabag/issues/3832
| * Merge pull request #3765 from burkemw3/patch-2Jérémy Benoist2018-11-261-3/+0
| |\ | | | | | | Remove preview picture from single entry view page for #1875
| | * Remove preview picture from single entry view page for #1875Matt Burke2018-11-241-3/+0
| | | | | | | | | | | | | | | | | | Showing the preview picture usually leads to showing a duplicate image, and frequently leads to showing duplicate images directly adjacent to each other.
* | | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2018-11-252-9/+9
|\| | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # web/wallassets/baggy.js # web/wallassets/manifest.json # web/wallassets/material.css # web/wallassets/material.js
| * | Add rel=noopener to target=_blank linksMatt Burke2018-11-072-9/+9
| |/ | | | | | | | | | | | | From https://developers.google.com/web/tools/lighthouse/audits/noopener: - new pages will run in separate processes, avoiding any performance intermingling impacts - new pages won't have access to current page's window object via JavaScript
* / Update tag list template to allow renaming.Stéphane HULARD2018-09-251-3/+15
|/ | | | | | | | * Add a form on each tag to handle rename action. * Add JavaScript to handle action on the corresponding page inside the global index.js file. * Add support for the 2 active themes : material / baggy The form solution is cleaner than an Ajax one because it let the browser validate input data and make the POST easier without the need to handle JSON response.
* Fix title card HTML parsingSimounet2018-02-122-3/+3
|
* Added default value for title on entry viewNicolas Lœuillet2017-12-261-2/+2
|
* Updated baggy theme for the no-title fixNicolas Lœuillet2017-12-261-1/+1
|
* Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-251-1/+1
| | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Replace hardcoded 'Provided by' string with i18n stringKevin Decherf2017-11-191-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add support of originUrl field in baggy entry viewKevin Decherf2017-11-191-0/+8
|
* webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-242-4/+4
| | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3294 from wallabag/export-tag-nullJérémy Benoist2017-08-301-1/+1
|\ | | | | Empty currentTag should be null
| * Empty currentTag should be nullJeremy Benoist2017-07-281-1/+1
| | | | | | | | And when a parameter is null, it won't appear in the url like `?tag=`.