aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes
Commit message (Collapse)AuthorAgeFilesLines
* Add new Ignore Origin rules tab, update ConfigControllerKevin Decherf2020-04-252-5/+71
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Added mass actions for Material design in list viewNicolas Lœuillet2020-04-243-0/+21
|
* Changed visibility for article statsNicolas Lœuillet2020-04-222-11/+11
|
* Improved tags list for material viewNicolas Lœuillet2020-04-201-11/+8
|
* Changed color for disable buttonNicolas Lœuillet2020-04-141-2/+2
|
* Added a button to disable 2FA when enabledNicolas Lœuillet2020-04-132-4/+4
|
* Merge pull request #4299 from wallabag/fix/4133Jérémy Benoist2020-03-281-1/+1
|\ | | | | Fix createdAt filter on material
| * tests: replace baggy theme used in EntryController testsKevin Decherf2020-03-221-1/+1
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | ExportController: fix entries export from search viewKevin Decherf2020-02-232-14/+24
|/ | | | | | Fixes #4240 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Use lang attributeSimounet2020-01-232-4/+4
|
* Entry action buttons displayed on page end reachedSimounet2020-01-211-1/+1
|
* Sticky nav on entry action button clickSimounet2020-01-211-2/+2
|
* Fixed URL to share entry via twitterNicolas Lœuillet2020-01-132-2/+2
|
* Change API URL used in dev docs to app.wallabag.itLiam McMenemie2019-12-311-2/+2
| | | | | | Currently the documentation uses the defunct v2.wallabag.org URL which can be confusing to someone configuring their first API client with wallabag.it.
* Merge pull request #4150 from ldidry/fix-3804Jérémy Benoist2019-11-192-0/+12
|\ | | | | 💄 Add untagged list link to filter menu
| * 💄 Add untagged list link to filter menuLuc Didry2019-10-102-0/+12
| | | | | | | | Fix #3804
* | 🐛 — Fix duplicated icons on "Search engine" and "new link" formsLuc Didry2019-10-092-4/+4
|/
* material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1Simounet2019-08-212-3/+3
|
* Upgrade to 4.0Jeremy Benoist2019-07-262-2/+2
|
* Copy client info to clipboardJeremy Benoist2019-07-092-9/+34
| | | | From the listing page and the create summary page, you can now copy client info to the clipboard using dedicated buttons.
* Merge pull request #4053 from wallabag/feature/manual-input-reading-speedJérémy Benoist2019-07-093-3/+3
|\ | | | | Add ability to manually define the reading speed
| * Add ability to manually define the reading speedJeremy Benoist2019-07-083-3/+3
| | | | | | | | Instead of using a select, let the user decide its own speed.
* | Add ability to import/export tagging rulesJeremy Benoist2019-07-082-20/+97
|/ | | | | | | | | - 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-122-1/+15
|\ | | | | Display login in config / user
| * Display login in config / userJeremy Benoist2019-06-062-1/+15
| | | | | | | | Just so the user can see its login
* | Show untagged entries count on tag list (#3993)Thomas Citharel2019-06-062-2/+10
|\ \ | |/ |/| Show untagged entries count on tag list
| * Remove link when there are no untagged articlesJeremy Benoist2019-06-062-2/+10
| |
| * Show untagged entries count on tag listKevin Decherf2019-06-052-2/+2
| | | | | | | | | | | | Closes #3235 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge pull request #3994 from wallabag/feature/revoke-feed-tokenKevin Decherf2019-06-052-12/+13
|\ \ | | | | | | Add ability to revoke feed token
| * | Add ability to revoke feed tokenJeremy Benoist2019-06-052-12/+13
| |/
* / Add quickstart into the menuJeremy Benoist2019-06-052-0/+4
|/ | | | Just in case people want to see that page again.
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-05-153-5/+5
|\
| * Remove preview picture from share view page for #1875Matt Burke2019-05-121-3/+0
| | | | | | | | | | | | | | Essentially, same as commit 038fccd for single entry views. From that commit: > Showing the preview picture usually leads to showing a duplicate > image, and frequently leads to showing duplicate images directly > adjacent to each other.
| * material: add metadata to list viewKevin Decherf2019-05-012-2/+5
| | | | | | | | | | | | | | | | | | Add reading time and creation date to rows of list view. Refactor styles using a sass mixin. Fixes #3838 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Fix tests & cs & migrationJeremy Benoist2019-04-262-2/+2
| |
* | Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-2510-97/+116
| |
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-04-011-5/+7
|\|
| * material: wrap card actions, remove class hiding of creation dateKevin Decherf2019-03-031-5/+7
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-02-072-2/+2
|\|
| * Add dedicated email for site config issueJeremy Benoist2019-01-182-2/+2
| | | | | | | | | | 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-232-2/+2
| |
* | Change the way to enable 2FAJeremy Benoist2019-01-234-69/+175
| | | | | | | | And add a step to validate a generated code from the OTP app
* | Add backup codesJeremy Benoist2019-01-232-10/+17
| |
* | Better translationsJeremy Benoist2019-01-231-7/+6
| | | | | | | | | | | | Replace “Google Authenticator” by “Google Authenticator, Authy or FreeOTP” in all text. Translate how to use the code / qr code.
* | Fix testsJeremy Benoist2019-01-232-8/+7
| |
* | Enable OTP 2FAJeremy Benoist2019-01-232-49/+84
| | | | | | | | | | | | | | | | | | - 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
* | Create a dedicated tab to reset dataJeremy Benoist2019-01-231-31/+32
| |
* | Update icon to `casino`Jeremy Benoist2019-01-222-2/+2
| |
* | Move icon into the top menu barJeremy Benoist2019-01-193-3/+13
| | | | | | | | | | | | | | 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
* | Better iconJeremy Benoist2019-01-191-1/+1
| |