aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity
Commit message (Collapse)AuthorAgeFilesLines
* fix type hint for UserNicolas Lœuillet2015-10-061-1/+1
|
* move some files to UserBundleNicolas Lœuillet2015-10-033-3/+3
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-034-209/+9
|
* * public registrationNicolas Lœuillet2015-10-031-20/+2
| | | | | * remove WSSE implementation * add oAuth2 implementation
* Move readingTime & domainName in ContentProxyJeremy Benoist2015-09-281-3/+0
| | | | So, everything is centralized in one place when we save a new entry.
* Handle entry in languageJeremy Benoist2015-09-222-3/+33
| | | | Fix #1333
* implement FosUserNicolas Lœuillet2015-09-111-238/+12
|
* CSJeremy Benoist2015-08-241-3/+2
|
* Integrate grabyJeremy Benoist2015-08-241-0/+32
|
* assign tags to an entryNicolas Lœuillet2015-08-221-0/+5
|
* Remove unsed thingsJeremy Benoist2015-08-201-2/+2
|
* CSJeremy Benoist2015-08-202-7/+7
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* store domainName in databaseNicolas Lœuillet2015-08-121-0/+1
|
* store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-1/+3
|
* Add basic title editionJeremy Benoist2015-06-022-1/+7
| | | | | Fix #218 I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.
* CSJeremy Benoist2015-05-304-84/+102
|
* Merge pull request #1164 from wallabag/v2-remove-username-in-configNicolas Lœuillet2015-04-011-0/+4
|\ | | | | Remove ability to change username
| * Remove ability to change usernameJeremy2015-04-011-0/+4
| | | | | | | | | | | | | | | | | | | | Since password are linked to username it was hard to change username while checking that the password is the good one. Instead of doing crazy things to achieve that, I act that user won't be able to update username. Also, username (and email) must be unique, since people logged in using username and can request a new password using email. This should fix #1149
* | Ability to prefix tablesJeremy2015-04-014-5/+5
|/ | | | Will fix #799
* Add testsJeremy2015-03-311-0/+10
| | | | and fix few mistakes
* Add rss for entriesJeremy2015-03-312-9/+67
| | | | will fix #1000
* Handle forgot passwordJeremy2015-03-081-0/+56
|
* add getUser on Tag entityNicolas Lœuillet2015-03-061-0/+8
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-063-3/+40
|
* relation between tags and entriesNicolas Lœuillet2015-03-063-87/+14
|
* fixtures for tagNicolas Lœuillet2015-03-061-0/+81
|
* add relation between entry and tagNicolas Lœuillet2015-03-063-93/+37
|
* remove dumb codeNicolas Lœuillet2015-03-061-1/+3
|
* GET /api/tags/id_tag methodNicolas Lœuillet2015-03-061-1/+1
|
* remove isDeleted flagNicolas Lœuillet2015-03-061-23/+0
|
* first draft of hypermedia implementationNicolas Lœuillet2015-03-062-1/+9
|
* Add LiipThemeBundleJeremy2015-03-012-1/+28
| | | | | | | | 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 :))
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-6/+13
|
* Implement simple configJeremy2015-02-162-139/+89
|
* Update UserConfig schemaJeremy2015-02-162-29/+29
|
* Merge pull request #1063 from wallabag/v2-rename-tags-entityJeremy2015-02-092-18/+18
|\ | | | | Rename Tags entity
| * change settings for TagsEntries modelNicolas Lœuillet2015-02-091-4/+4
| |
| * restore TagsEntriesNicolas Lœuillet2015-02-091-0/+93
| |
| * rename Tags entityNicolas Lœuillet2015-02-092-107/+14
| | | | | | | | | | | | | | | | why did I delete this file? rename Tags entity rename Tags entity
* | Add custom auth encoder & providerJeremy2015-02-081-1/+5
| | | | | | | | These custom classes allow Wallabag v2 to be compatible with Wallabag v1 salted password
* | add a real relation between user and entryNicolas Lœuillet2015-02-082-26/+44
|/
* Remove temporary entitiesJeremy2015-02-067-824/+0
|
* rename User entityNicolas Lœuillet2015-02-062-12/+58
|
* rename Entries to EntryNicolas Lœuillet2015-02-061-34/+29
|
* normalize entries fieldsNicolas Lœuillet2015-02-051-20/+20
|
* PATCH method, boolean for some parameters and change entity methods nameNicolas Lœuillet2015-02-051-6/+6
|
* change database structure for EntriesNicolas Lœuillet2015-02-041-8/+172
|
* change type for isRead, isFav and isDeleted fields, as said @j0k3rNicolas Lœuillet2015-02-041-13/+13
|
* implement delete methodNicolas Lœuillet2015-02-041-0/+23
|
* CSJeremy2015-01-316-54/+44
|