aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* remove dumb codeNicolas Lœuillet2015-03-061-112/+1
|
* remove GET /tags/idNicolas Lœuillet2015-03-061-0/+121
|
* remove isDeleted flagNicolas Lœuillet2015-03-061-9/+1
|
* first draft of hypermedia implementationNicolas Lœuillet2015-03-061-2/+1
|
* Implement simple configJeremy2015-02-161-0/+9
|
* Add more tests on Entry controllerJeremy2015-02-101-1/+0
| | | | Also add more fixtures
* Merge pull request #1069 from wallabag/v2-fix-return-entriesJeremy2015-02-101-2/+2
|\ | | | | GET /api/entries returns object, no more array
| * findEntries returns arrayNicolas Lœuillet2015-02-101-1/+1
| |
| * change phpdocNicolas Lœuillet2015-02-101-1/+1
| |
| * GET /api/entries returns object, no more arrayNicolas Lœuillet2015-02-101-1/+1
| |
* | log for authentication on APINicolas Lœuillet2015-02-091-6/+6
|/
* Add some fixturesJeremy2015-02-081-23/+40
| | | | | | Improve test, so user can login Fix some leftJoin Cleanup EntryController
* rename Entries to EntryNicolas Lœuillet2015-02-061-2/+1
|
* normalize entries fieldsNicolas Lœuillet2015-02-051-8/+8
|
* sort entries in repositoryNicolas Lœuillet2015-02-051-1/+9
|
* change delete status for GET /api/entries methodNicolas Lœuillet2015-02-041-2/+5
|
* for GET /api/entries, star, delete and archive status are no more necessaryNicolas Lœuillet2015-02-041-6/+12
|
* implement delete methodNicolas Lœuillet2015-02-041-0/+4
|
* CSJeremy2015-01-311-4/+3
|