aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1672 from wallabag/v2-improve-baggy-themeNicolas Lœuillet2016-02-154-15/+38
|\ | | | | improve baggy theme (add new tag panel)
| * fix typosThomas Citharel2016-02-151-3/+3
| |
| * improve baggy theme (add new tag panel)Thomas Citharel2016-02-144-15/+38
| |
* | display pictures properlyThomas Citharel2016-02-141-0/+5
|/
* Merge pull request #1656 from wallabag/v2-fix-new-user-password-promptsJeremy Benoist2016-02-113-1/+7
|\ | | | | fix labels on new user prompt
| * fix labels on new user promptThomas Citharel2016-02-113-1/+7
| | | | | | | | | | | | | | | | fix tests nl add translation validation length
* | Merge pull request #1654 from wallabag/fix-add-button-mobile-viewJeremy Benoist2016-02-111-4/+6
|\ \ | | | | | | fix #1636
| * | fix #1636Thomas Citharel2016-02-081-4/+6
| |/
* | Better design of the close buttonAlexandr Danilov2016-02-112-1/+5
| |
* | Merge pull request #1663 from wallabag/v2-remove-tags-from-entryJeremy Benoist2016-02-116-3/+77
|\ \ | | | | | | remove tag from entry #1377
| * | improve test and change method name. Also, display number of entries for ↵Thomas Citharel2016-02-103-3/+5
| | | | | | | | | | | | each tag
| * | remove tag from entry #1377Thomas Citharel2016-02-105-2/+74
| |/
* | better translationThomas Citharel2016-02-111-1/+1
| |
* | lots of diverse translation stuff & some typosThomas Citharel2016-02-115-16/+57
|/
* Merge pull request #1650 from wallabag/v2-fix-duplicate-exportsJeremy Benoist2016-02-051-7/+8
|\ | | | | Exported entries were added twice in export file
| * Exported entries were added twice in export fileNicolas Lœuillet2016-02-051-7/+8
| |
* | User created via wallabag:install is now a SUPER_ADMIN :crown:Nicolas Lœuillet2016-02-051-0/+1
|/
* Adjust export orderJeremy Benoist2016-02-041-7/+7
| | | | | To be the same as on the entry page. Also, export name doesn't need to be translated.
* CSJeremy Benoist2016-02-041-4/+4
|
* put the equals bar outside the loopThomas Citharel2016-02-041-1/+2
|
* remove old dependancyThomas Citharel2016-02-041-1/+0
|
* fix testsThomas Citharel2016-02-041-2/+19
|
* better display for txtThomas Citharel2016-02-042-3/+3
|
* add txt exportThomas Citharel2016-02-042-1/+23
|
* Merge pull request #1642 from wallabag/v2-escape-previewJeremy Benoist2016-02-041-13/+15
|\ | | | | Unescape content for Material card
| * Unescape content for Material cardJeremy Benoist2016-02-031-13/+15
| | | | | | | | | | | | Using slice & striptags, the content is automatically escaped. If some html character need to be displayed, they'll be escape too, sth like `&`. Using |raw, the content isn't escape twice and is well displayed.
* | Fix #1643: fix the way to load the HTML template in 2factor authNicolas Lœuillet2016-02-041-1/+1
| |
* | Merge pull request #1612 from wallabag/v2-settings-pageNicolas Lœuillet2016-02-0419-60/+367
|\ \ | |/ |/| Settings page
| * Add new export configJeremy Benoist2016-01-313-7/+47
| |
| * Fix permission to settings pageJeremy Benoist2016-01-311-0/+32
| |
| * CSJeremy Benoist2016-01-312-2/+2
| |
| * Fix testsJeremy Benoist2016-01-311-0/+1
| |
| * Use alias to get container parametersJeremy Benoist2016-01-312-5/+5
| |
| * Create internal setting on install & fixturesJeremy Benoist2016-01-312-0/+203
| |
| * Add CraueConfig for internal settingsJeremy Benoist2016-01-3111-29/+45
| |
| * Always include warning messageJeremy Benoist2016-01-312-11/+9
| | | | | | | | We'll remove it later, on the stable release
| * Move default configuration out of parametersJeremy Benoist2016-01-315-12/+29
| | | | | | | | These default configuration value shouldn't be in parameters.yml.
* | Merge pull request #1605 from wallabag/v2-fix-sensiolabsinsightJeremy Benoist2016-02-0111-14/+8
|\ \ | |/ |/| [#1604] First draft to fix SensioLabsInsight report
| * SensioLabsInsight fixesNicolas Lœuillet2016-01-224-4/+4
| |
| * [#1604] First draft to fix SensioLabsInsight reportNicolas Lœuillet2016-01-2210-10/+4
| |
* | Merge pull request #1629 from wallabag/fixexportformatsNicolas Lœuillet2016-01-242-10/+11
|\ \ | | | | | | fix #1620 and introduce new parameters to export
| * | fix #1620 and introduce new parameters to exportThomas Citharel2016-01-242-10/+11
| |/
* / Add Turkish translationOgün Karakuş2016-01-241-0/+226
|/ | | | Signed-off-by: Ogün Karakuş <kirk5bucuk@gmail.com>
* Move public assets for themesJeremy Benoist2016-01-2289-54/+54
| | | | | So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
* CSJeremy Benoist2016-01-221-1/+1
|
* Add for deleting rule from an other userJeremy Benoist2016-01-221-6/+49
|
* Fix bad type after using findByUrlAndUserIdJeremy Benoist2016-01-212-5/+30
| | | | | It returns an object since few commits this part of (untested) code still use an array. Also add test for that part of code.
* Fix bad redirection when adding a new userJeremy Benoist2016-01-211-1/+1
|
* Add tests on TagAllCommandJeremy Benoist2016-01-212-1/+61
| | | | Some simple tests
* Use PHP7 random_bytes to generate RSS TokenJeremy Benoist2016-01-211-11/+4
| | | | random_bytes is a PHP 7 function wich has been ported to PHP 5 using paragonie/random_compat