aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper
Commit message (Collapse)AuthorAgeFilesLines
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-3/+3
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Remove user reference in tagJeremy Benoist2015-12-291-7/+6
| | | | Fix #1543
* Add test on tagAllForUserJeremy Benoist2015-12-281-1/+0
| | | | And fix multiplication of entries returned by `tagAllForUser`.
* php csNicolas Lœuillet2015-12-082-6/+5
|
* Add a command to automatically tag all entries for a userKévin Gomez2015-11-111-3/+35
|
* Errors in the automatic tagging do not prevent the entry from being addedKévin Gomez2015-11-111-2/+12
|
* Add TaggingRule entityKévin Gomez2015-11-111-16/+10
|
* PoC of rule-based taggingKévin Gomez2015-11-112-2/+88
|
* Fix route parametersJeremy Benoist2015-11-091-2/+10
| | | | | Improve export tests Improve CSV export
* use JMS SerializerThomas Citharel2015-11-091-12/+5
|
* use the groups annotation instead of setIgnoredAttributesThomas Citharel2015-11-091-4/+7
|
* improved functionThomas Citharel2015-11-091-10/+6
|
* add json & xmlThomas Citharel2015-11-091-0/+55
|
* Rework on exportJeremy Benoist2015-11-091-91/+167
| | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
* Start work on exportThomas Citharel2015-11-091-0/+263
| | | | | | | | For now: - ebook - mobi - pdf - csv
* CSJeremy Benoist2015-11-071-2/+2
| | | | Also force SYMFONY_DEPRECATIONS_HELPER for travis
* Fix security.context deprecationJeremy Benoist2015-11-071-6/+6
|
* fix bug on detect active themeNicolas Lœuillet2015-10-061-1/+7
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-1/+1
|
* Move readingTime & domainName in ContentProxyJeremy Benoist2015-09-281-0/+3
| | | | So, everything is centralized in one place when we save a new entry.
* Handle entry in languageJeremy Benoist2015-09-221-0/+1
| | | | Fix #1333
* CSJeremy Benoist2015-09-101-4/+4
|
* Move fetching content in a separate classJeremy Benoist2015-09-101-0/+60
|
* Integrate grabyJeremy Benoist2015-08-242-62/+0
|
* Remove unsed thingsJeremy Benoist2015-08-202-140/+0
|
* store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-0/+12
|
* CSJeremy Benoist2015-05-301-5/+7
|
* Only one pattern for LiipThemeJeremy2015-03-011-1/+0
| | | | Others patterns aren't required (but I think it's still important to have them around)
* Cleanup & simplify themeJeremy2015-03-011-6/+19
|
* Add LiipThemeBundleJeremy2015-03-011-0/+47
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* rename Entries to EntryNicolas Lœuillet2015-02-061-1/+1
|
* CSJeremy2015-01-314-36/+31
|
* first implementation of securityNicolas Lœuillet2015-01-311-0/+10
|
* fix themes symlinksNicolas Lœuillet2015-01-281-17/+0
|
* replace legacy calls with new oneNicolas Lœuillet2015-01-272-0/+166
|
* refactoring for fetching contentNicolas Lœuillet2015-01-261-0/+34