aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Remove ability to change usernameJeremy2015-04-011-8/+0
| | | | | | | | | | 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
* Force raw on contentJeremy2015-04-011-3/+3
| | | We don't want Symfony to escape html content
* Add testsJeremy2015-03-313-20/+24
| | | | and fix few mistakes
* Add rss for entriesJeremy2015-03-313-48/+129
| | | | will fix #1000
* Handle forgot passwordJeremy2015-03-086-5/+107
|
* Cleanup & simplify themeJeremy2015-03-0128-485/+139
|
* Remove old themesJeremy2015-03-01159-2668/+0
|
* Add LiipThemeBundleJeremy2015-03-01227-104/+739
| | | | | | | | 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 :))
* Adding new userJeremy2015-02-221-0/+32
|
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-1/+33
|
* Handle password changeJeremy2015-02-171-13/+45
|
* Implement simple configJeremy2015-02-162-1/+46
|
* Fix indentation in templatesJeremy2015-02-165-55/+55
|
* replace services.xml into services.ymlNicolas Lœuillet2015-02-092-29/+15
|
* log for authentication on APINicolas Lœuillet2015-02-091-0/+2
|
* Avoid raw javascript in templateJeremy2015-02-074-4/+3
| | | | It kills the Symfony Crawler :)
* normalize entries fieldsNicolas Lœuillet2015-02-052-4/+4
|
* CSJeremy2015-01-3127-38/+33
|
* first implementation of securityNicolas Lœuillet2015-01-315-26/+96
|
* routing for API, trying to respect #414Nicolas Lœuillet2015-01-2910-383/+4
|
* fix themes symlinksNicolas Lœuillet2015-01-28221-0/+8485
|
* move WallabagBundle into Wallabag:CoreBundleNicolas Lœuillet2015-01-2315-0/+351