aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Add CraueConfig for internal settingsJeremy Benoist2016-01-316-25/+30
|
* Always include warning messageJeremy Benoist2016-01-312-11/+9
| | | | We'll remove it later, on the stable release
* Move default configuration out of parametersJeremy Benoist2016-01-311-4/+4
| | | | These default configuration value shouldn't be in parameters.yml.
* Merge pull request #1629 from wallabag/fixexportformatsNicolas Lœuillet2016-01-242-10/+11
|\ | | | | fix #1620 and introduce new parameters to export
| * fix #1620 and introduce new parameters to exportThomas Citharel2016-01-242-10/+11
| |
* | Add Turkish translationOgün Karakuş2016-01-241-0/+226
|/ | | | Signed-off-by: Ogün Karakuş <kirk5bucuk@gmail.com>
* Move public assets for themesJeremy Benoist2016-01-2289-54/+54
| | | | | So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
* remove flattr on about pageNicolas Lœuillet2016-01-154-7/+1
|
* Merge pull request #1524 from wallabag/sf2.8Nicolas Lœuillet2016-01-152-23/+19
|\ | | | | Upgrade to Symfony 3.0
| * Fix recent updateJeremy Benoist2016-01-151-0/+8
| | | | | | | | | | | | - some missing url parameters from WallabagRestController & EntryController - use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature) - update ImportBundle (url & form)
| * Update bundle & stock fileJeremy Benoist2016-01-152-16/+4
| | | | | | | | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler
| * Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-11/+11
| | | | | | | | symfony-upgrade-fixer fix src/Wallabag/
* | Quickstart for beginnersNicolas Lœuillet2016-01-154-8/+122
|/
* Merge pull request #1563 from wallabag/v2-fix-1394Jeremy Benoist2016-01-102-2/+2
|\ | | | | #1394 Fixed 'mark as read' and 'mark as unread' links
| * Fixed 'mark as read' and 'mark as unread' linksNicolas Lœuillet2016-01-092-2/+2
| |
* | add import link on baggy themeNicolas Lœuillet2016-01-091-0/+1
|/
* Merge pull request #1493 from wallabag/v2-pocket-import2.0.0-alpha.1Jeremy Benoist2016-01-074-1/+19
|\ | | | | v2 – 1st draft for Pocket import via API & Wallabag v1 import
| * updated testsNicolas Lœuillet2016-01-071-1/+1
| |
| * Added french translationsNicolas Lœuillet2016-01-051-0/+12
| |
| * Add tagged services for importJeremy Benoist2016-01-021-1/+5
| | | | | | | | | | | | | | | | | | - list services in /import - add url to import service - ImportBundle routing are now prefixed by /import - optimize flush in each import (flushing each 20 contents) - improve design of each import - add more tests
| * Update after previous mergeJeremy Benoist2016-01-021-30/+0
| | | | | | | | PR #1443 was merged into this branch to handle all import type in the same place.
| * Change the way to check for an existing entryJeremy Benoist2016-01-021-0/+1
| | | | | | | | The repository method return the entry found or false if nothing exists.
| * add docs for Import featureNicolas Lœuillet2016-01-021-13/+20
| |
| * form to upload fileNicolas Lœuillet2016-01-021-0/+23
| |
| * create controller to launch import commandNicolas Lœuillet2016-01-021-0/+1
| |
* | Hide export button if we are not on entries listNicolas Lœuillet2016-01-061-0/+3
|/
* Backport all icomoon from v1Jeremy Benoist2015-12-306-37/+42
| | | | And add a reload icon
* Ability to reload an entryJeremy Benoist2015-12-302-0/+9
| | | | | | Could be useful when we want to update the content or when the content failed to be fetched. Fix #1503
* Add custom email for 2FAJeremy Benoist2015-12-292-0/+14
| | | | Related #1490
* Merge pull request #1478 from K-Phoen/rule-based-tagsJeremy Benoist2015-12-063-2/+214
|\ | | | | Rule based tags
| * Clean the tagging rule creation formKévin Gomez2015-11-161-2/+2
| |
| * Document the matches operator in the FAQKévin Gomez2015-11-131-2/+7
| |
| * Add matches operatorKévin Gomez2015-11-131-0/+10
| |
| * Improve the tagging rules documentationKévin Gomez2015-11-111-3/+47
| |
| * Fix the creation of the repository servicesKévin Gomez2015-11-111-4/+2
| |
| * Update baggy themeKévin Gomez2015-11-112-2/+35
| |
| * Provide a way to delete tagging rulesKévin Gomez2015-11-111-0/+3
| |
| * Add a command to automatically tag all entries for a userKévin Gomez2015-11-111-0/+8
| |
| * Errors in the automatic tagging do not prevent the entry from being addedKévin Gomez2015-11-111-0/+1
| |
| * Rename the « Tags » tab to « Tagging rules »Kévin Gomez2015-11-111-1/+1
| |
| * Add a table explaining the available variablesKévin Gomez2015-11-111-1/+56
| |
| * Display the tagging rules in the configKévin Gomez2015-11-111-0/+12
| |
| * Add a form to create tagging rulesKévin Gomez2015-11-111-1/+30
| |
| * PoC of rule-based taggingKévin Gomez2015-11-111-0/+14
| |
* | TypoThomas Citharel2015-12-041-1/+1
|/
* add json & xmlThomas Citharel2015-11-092-11/+13
|
* Rework on exportJeremy Benoist2015-11-091-0/+6
| | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
* Start work on exportThomas Citharel2015-11-094-4/+33
| | | | | | | | For now: - ebook - mobi - pdf - csv
* Quoted entity to avoid reserved keywordJeremy Benoist2015-11-071-2/+4
| | | | Should fix #1498
* Fix form_enctype deprecationJeremy Benoist2015-11-072-14/+10
| | | | Use form_start instead