aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources
Commit message (Collapse)AuthorAgeFilesLines
* 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 #4151 from ldidry/fix-4060Jérémy Benoist2019-11-191-0/+1
|\ | | | | ✨ Allow custom styles system wide
| * ✨ Allow custom styles system wideLuc Didry2019-10-111-0/+1
| | | | | | | | Should fix #4060
* | 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
* | Added elCurator importNicolas Lœuillet2019-11-1514-0/+42
| |
* | 🐛 — Fix duplicated icons on "Search engine" and "new link" formsLuc Didry2019-10-092-4/+4
|/
* Merge pull request #4141 from SofLesc/portuguese-translationsJérémy Benoist2019-10-082-193/+193
|\ | | | | Updating portuguese translations
| * Updating portuguese translationsSofia Lescano2019-10-072-193/+193
| |
* | Update spanish translationsSofia Lescano2019-10-072-111/+111
|/
* Fixed some :fr: typosNicolas Lœuillet2019-09-271-2/+2
|
* material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1Simounet2019-08-212-3/+3
|
* Merge pull request #4068 from ↵Jérémy Benoist2019-07-262-2/+2
|\ | | | | | | | | wallabag/dependabot/composer/scheb/two-factor-bundle-4.4.0 Bump scheb/two-factor-bundle from 3.21.0 to 4.4.0
| * Upgrade to 4.0Jeremy Benoist2019-07-262-2/+2
| |
* | Update of Occitan languageQuentí2019-07-261-48/+48
|/
* Add logger to FileCookieJarJeremy Benoist2019-07-241-1/+3
|
* Use a custom cookiejar to avoid error when the cookie is badly savedJeremy Benoist2019-07-241-1/+1
| | | | | | | It happens sometimes on wallabag.it, the json inside the cookie is badly saved and the json isn't valid. It generates an exception and avoid people to use the api and import contents. To fix that, we use a dedicated `FileCookieJar`, which extends the default one from Guzzle to fix these issues. Also updated deps
* Update translationsJeremy Benoist2019-07-0914-14/+14
| | | | Remove log
* Copy client info to clipboardJeremy Benoist2019-07-0916-9/+48
| | | | 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-0917-73/+17
|\ | | | | Add ability to manually define the reading speed
| * Add ability to manually define the reading speedJeremy Benoist2019-07-0817-73/+17
| | | | | | | | Instead of using a select, let the user decide its own speed.
* | Add ability to import/export tagging rulesJeremy Benoist2019-07-0816-33/+357
|/ | | | | | | | | - 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-1216-8/+36
|\ | | | | Display login in config / user
| * TypoJérémy Benoist2019-06-121-1/+1
| |
| * Update translationsJeremy Benoist2019-06-0614-14/+14
| |
| * Display login in config / userJeremy Benoist2019-06-0616-8/+36
| | | | | | | | Just so the user can see its login
* | Show untagged entries count on tag list (#3993)Thomas Citharel2019-06-0616-2/+24
|\ \ | |/ |/| Show untagged entries count on tag list
| * Remove link when there are no untagged articlesJeremy Benoist2019-06-0616-2/+24
| |
| * 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-0516-12/+40
|\ \ | | | | | | Add ability to revoke feed token
| * | Add ability to revoke feed tokenJeremy Benoist2019-06-0516-12/+40
| |/
* / Add quickstart into the menuJeremy Benoist2019-06-0516-0/+19
|/ | | | Just in case people want to see that page again.
* Use httplugadev2019-05-281-6/+5
|
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-05-1516-17/+18
|\
| * Merge pull request #3922 from burkemw3/patch-5Jérémy Benoist2019-05-131-3/+0
| |\ | | | | | | Remove preview picture from share view page for #1875
| | * 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.
| * | Enable no-referrer on img tags, enable strict-origin-when-cross-origin by ↵Kevin Decherf2019-05-101-0/+1
| |/ | | | | | | | | | | | | | | default Fixes #3889 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * 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>
| * Add ability to match many domains for credentialsJeremy Benoist2019-04-2312-12/+12
| | | | | | | | | | Instead of fetching one domain, we use the same method as in site config (to retrieve the matching file) and handle api.example.org, example.org, .org (yes the last one isn’t useful). If one of these match, we got it and use it.
* | Fix tests & cs & migrationJeremy Benoist2019-04-264-18/+18
| |
* | Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-2535-217/+235
| |
* | 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-2318-154/+427
| | | | | | | | And add a step to validate a generated code from the OTP app