aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1323 from wallabag/v2-1302-checkboxJeremy Benoist2015-08-121-1/+6
|\ \ | |/ |/| fix #1302: add 'stay connected' checkbox
| * add translationNicolas Lœuillet2015-08-121-1/+1
| |
| * fix indentationNicolas Lœuillet2015-08-121-1/+1
| |
| * add 'stay connected' checkboxNicolas Lœuillet2015-08-121-1/+6
| |
* | fix #1303, add link to homepage on forgot password pageNicolas Lœuillet2015-08-121-1/+4
|/
* Merge pull request #1319 from wallabag/v2-form-headerJeremy Benoist2015-08-129-49/+51
|\ | | | | add new post form in material header
| * add new post form in material headerNicolas Lœuillet2015-08-129-49/+51
| |
* | store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-126-37/+39
|/
* fix link in howto pageNicolas Lœuillet2015-08-112-2/+2
|
* add focus to search formNicolas Lœuillet2015-08-111-1/+2
|
* Merge remote-tracking branch 'origin/v2' into v2_fix_materialAlexandr Danilov2015-08-103-2/+84
|\ | | | | | | | | # Conflicts: # src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
| * Merge pull request #1295 from wallabag/v2-howtoJeremy Benoist2015-08-103-0/+82
| |\ | | | | | | add howto page
| | * add howto pageNicolas Lœuillet2015-08-073-0/+82
| | |
* | | Merge remote-tracking branch 'origin/v2' into v2_fix_materialAlexandr Danilov2015-08-102-1/+14
|\| | | | | | | | | | | | | | # Conflicts: # src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
| * | Merge pull request #1292 from wallabag/v2-tags-routeJeremy Benoist2015-08-093-2/+15
| |\ \ | | | | | | | | Add tags list display
| | * | fix displayNicolas Lœuillet2015-08-071-16/+2
| | | |
| | * | Add tags list displayNicolas Lœuillet2015-08-073-2/+29
| | | |
| * | | rename favorite in starredNicolas Lœuillet2015-08-091-1/+1
| | |/ | |/|
* | | Preparation for adding linksAlexandr Danilov2015-08-082-1/+6
| | |
* | | fix #1281Alexandr Danilov2015-08-083-161/+76
| | |
* | | fix #1281 (notifications when we star articles are buggy)Alexandr Danilov2015-08-081-0/+8
| | | | | | | | | | | | All notification corrected
* | | fix #1281 (When I save 10 articles, I've got 4 lines: 3 articles on 1st ↵Alexandr Danilov2015-08-081-2/+3
| | | | | | | | | | | | line, 3 on 2nd one, only 1 on 3rd line and 3 on last lines (chrome and firefox))
* | | Title in navigation barAlexandr Danilov2015-08-073-0/+15
| | |
* | | fix #1282Alexandr Danilov2015-08-072-0/+10
|/ /
* / fix #1282: add title on wallabag logoNicolas Lœuillet2015-08-071-1/+1
|/
* Merge pull request #1286 from wallabag/v2-issue-1283Danilow Alexandr2015-08-061-1/+12
|\ | | | | fix #1283: display the good title for each category
| * change order of conditionNicolas Lœuillet2015-08-051-3/+3
| |
| * fix #1283: display the good title for each categoryNicolas Lœuillet2015-08-051-1/+12
| |
* | Many corrections material themeAlexandr Danilov2015-08-0611-23/+353
|/
* Fixes and improve css @mediaAlexandr Danilov2015-08-048-71/+91
|
* 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.
* Move API stuff in ApiBundleJeremy2015-04-012-16/+0
|
* Merge pull request #1164 from wallabag/v2-remove-username-in-configNicolas Lœuillet2015-04-011-8/+0
|\ | | | | Remove ability to change username
| * 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
* | Ability to prefix tablesJeremy2015-04-011-0/+4
|/ | | | Will fix #799
* 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
|