aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless variableNicolas Lœuillet2016-09-051-2/+0
|
* Added tags counter in sidebar (material theme)Nicolas Lœuillet2016-09-042-24/+1
|
* Merge pull request #2002 from wallabag/feature-display-itemsNumberJeremy Benoist2016-09-031-0/+24
|\ | | | | Feature display items number
| * Store cache lifetime in configNicolas Lœuillet2016-09-031-2/+9
| |
| * Enable cache for queriesNicolas Lœuillet2016-09-011-0/+17
| |
* | Add untagged entriesNicolas Lœuillet2016-08-281-0/+16
| | | | | | | | Fix #1631
* | CSThomas Citharel2016-08-231-4/+4
| |
* | Delete tag or tags by labelThomas Citharel2016-08-231-0/+13
|/ | | | Tests not included
* add some missing phpdoc parametersThomas Citharel2016-07-241-0/+2
|
* fix merge issueThomas Citharel2016-06-291-1/+2
|
* Add filter for tags on APIThomas Citharel2016-06-291-1/+7
|
* Add since parameterThomas Citharel2016-06-251-1/+5
|
* Remove useless methodNicolas Lœuillet2016-05-031-15/+3
|
* Fix tags listingNicolas Lœuillet2016-05-021-18/+0
| | | | | Fix #1994 * Remove unused method in tag repository
* Convert array + phpDocJeremy Benoist2016-04-121-2/+2
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* improve test and change method name. Also, display number of entries for ↵Thomas Citharel2016-02-101-1/+1
| | | | each tag
* remove tag from entry #1377Thomas Citharel2016-02-101-0/+16
|
* Use translator interface instead of final classJeremy Benoist2016-01-171-1/+1
| | | | | | | | | Symfony use a different class when in dev mode and prod mode. Prod loads `Symfony\Bundle\FrameworkBundle\Translation\Translator`. Dev loads `Symfony\Component\Translation\DataCollectorTranslator` to gather information for the debug bar. Fix #1585
* Fix `findOneByUrl` side effect in testsJeremy Benoist2016-01-151-2/+1
| | | | Fix #1566
* Quickstart for beginnersNicolas Lœuillet2016-01-151-0/+19
|
* Fix the way to check for an existing entryJeremy Benoist2016-01-021-2/+2
| | | | Instead of requiring more than 1 entry (> 1) we have to check for at least one entry (> 0)
* Change the way to check for an existing entryJeremy Benoist2016-01-021-3/+11
| | | | The repository method return the entry found or false if nothing exists.
* - remove importers configurationNicolas Lœuillet2016-01-021-0/+17
| | | | - add check on userId for findOneByURL for entries
* Removed commentJeremy Benoist2015-12-291-9/+3
| | | | And move the SQL query inside the php doc
* Fix the way to remove a tag from all user entriesJeremy Benoist2015-12-291-8/+39
|
* Remove user reference in tagJeremy Benoist2015-12-292-13/+42
| | | | Fix #1543
* Add missing tagging rule repositoryKévin Gomez2015-11-111-0/+9
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-26/+0
|
* french translationNicolas Lœuillet2015-10-011-2/+2
|
* Fix tests for allJeremy Benoist2015-09-281-18/+0
|
* Fix Postgres testsJeremy Benoist2015-09-281-0/+36
|
* Entries filter on languageJeremy Benoist2015-09-231-0/+27
| | | | + updated deps
* Merge pull request #1372 from wallabag/v2-assign-tagsJeremy Benoist2015-08-221-0/+17
|\ | | | | assign tags to an entry
| * assign tags to an entryNicolas Lœuillet2015-08-221-0/+17
| |
* | filters: adapt queryBuilder for 'all' viewNicolas Lœuillet2015-08-211-0/+14
|/
* Refactorize the way to retrieve entriesJeremy Benoist2015-08-201-17/+30
| | | | | One place to retrieve entries in Entry & Rss controller. More simple and easy to maintain.
* CSJeremy Benoist2015-08-201-1/+1
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-27/+9
|
* Add tags list displayNicolas Lœuillet2015-08-071-0/+18
|
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-281-25/+13
| | | | for is_starred and is_archived
* CSJeremy Benoist2015-05-302-5/+5
|
* Sort by id is fasterJeremy2015-03-311-4/+4
| | | | Since it's the primary key
* Add rss for entriesJeremy2015-03-311-0/+26
| | | | will fix #1000
* Return pager into EntryRepository (for entries only)William Durand2015-03-061-3/+5
|
* replace Response with JsonResponseNicolas Lœuillet2015-03-062-17/+5
|
* remove debug linesNicolas Lœuillet2015-03-061-4/+0
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-2/+5
|
* POST entries/tags with testNicolas Lœuillet2015-03-061-0/+5
|
* relation between tags and entriesNicolas Lœuillet2015-03-061-0/+11
|
* add relation between entry and tagNicolas Lœuillet2015-03-061-0/+13
|