aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
Commit message (Collapse)AuthorAgeFilesLines
* Added Material themeAlexandr Danilov2015-08-0455-0/+16830
|
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-282-2/+12
| | | | for is_starred and is_archived
* Add basic title editionJeremy Benoist2015-06-022-8/+15
| | | | | 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.
* 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-312-48/+122
| | | | will fix #1000
* Handle forgot passwordJeremy2015-03-085-5/+99
|
* Cleanup & simplify themeJeremy2015-03-0127-485/+140
|
* Remove old themesJeremy2015-03-01159-2668/+0
|
* Add LiipThemeBundleJeremy2015-03-01226-103/+724
| | | | | | | | 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-161-0/+41
|
* Fix indentation in templatesJeremy2015-02-165-55/+55
|
* Avoid raw javascript in templateJeremy2015-02-073-4/+1
| | | | It kills the Symfony Crawler :)
* normalize entries fieldsNicolas Lœuillet2015-02-052-4/+4
|
* CSJeremy2015-01-3124-34/+31
|
* first implementation of securityNicolas Lœuillet2015-01-314-25/+83
|
* routing for API, trying to respect #414Nicolas Lœuillet2015-01-299-383/+0
|
* fix themes symlinksNicolas Lœuillet2015-01-28221-0/+8485
|
* move WallabagBundle into Wallabag:CoreBundleNicolas Lœuillet2015-01-2313-0/+331