Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | material: replace card activator with article link on card preview | Kevin Decherf | 2017-11-06 | 1 | -0/+1 |
| | | | | | | Fixes #2424 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | material: disable editing of entry url input when submitting new url | Kevin Decherf | 2017-11-05 | 2 | -0/+10 |
| | | | | | | Fixes #1871 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | webpack & views: replace bundles/wallabagcore with wallassets | Kevin Decherf | 2017-10-24 | 1 | -2/+2 |
| | | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Prepare wallabag 2.3.0 | Nicolas Lœuillet | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3373 from wallabag/change-readingtime-notnull | Nicolas Lœuillet | 2017-10-18 | 1 | -0/+64 |
|\ | | | | | Changed reading_time field to prevent null values | ||||
| * | Fixed @Kdecherf's review | Nicolas Lœuillet | 2017-10-13 | 1 | -0/+1 |
| | | |||||
| * | CS | Jeremy Benoist | 2017-10-13 | 1 | -3/+3 |
| | | |||||
| * | Changed reading_time field to prevent null values | Nicolas Lœuillet | 2017-10-13 | 1 | -0/+63 |
| | | |||||
* | | Update prod assets | Kevin Decherf | 2017-10-16 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | webpack: handle _global img folder | Kevin Decherf | 2017-10-16 | 2 | -1/+16 |
| | | | | | | | | | | | | | | | | Fixes missing image files after composer cleaning assets Source of requireAll(): https://stackoverflow.com/a/30652110 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Fix non-centered login form | Kevin Decherf | 2017-10-16 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes #3343 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Merge pull request #3382 from nclsHart/replace-kernel-rootdir | Jérémy Benoist | 2017-10-15 | 8 | -16/+11 |
|\ \ | | | | | | | Replace kernel.root_dir by kernel.project_dir | ||||
| * | | Replace kernel.root_dir by kernel.project_dir | Nicolas Hart | 2017-10-14 | 8 | -16/+11 |
| |/ | | | | | | | | | kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3. See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information. | ||||
* / | Enable WebServerBundle in dev environment | Nicolas Hart | 2017-10-13 | 1 | -0/+1 |
|/ | | | | Since #3376, the web server console commands were not available. | ||||
* | Merge pull request #3376 from wallabag/symfony-3.3 | Jérémy Benoist | 2017-10-11 | 6 | -7/+14 |
|\ | | | | | Symfony 3.3 | ||||
| * | CS | Jeremy Benoist | 2017-10-09 | 5 | -7/+7 |
| | | |||||
| * | Jump to Symfony 3.3 & update others deps | Jeremy Benoist | 2017-10-09 | 1 | -0/+7 |
| | | | | | | | | Also update tests urls | ||||
* | | update Russian language | Олег | 2017-10-10 | 1 | -28/+28 |
| | | |||||
* | | add Russian language | Олег | 2017-10-10 | 1 | -0/+1 |
| | | |||||
* | | Add Russian language in CoreBundle Resources and CraueConfigBundle | Олег | 2017-10-10 | 1 | -0/+35 |
|/ | |||||
* | Merge pull request #3347 from Kdecherf/entry-stats | Nicolas Lœuillet | 2017-09-16 | 1 | -2/+7 |
|\ | | | | | Entry view: update .stats margins and color | ||||
| * | Entry view: update .stats margins and color | Kevin Decherf | 2017-09-09 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | Decreasing margin of .stats, increasing vertical margin of .stats li, increasing right margin of material icons and reducing contrast of material icons. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Fix webpack error on comments | Kevin Decherf | 2017-09-06 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Merge pull request #3333 from Quent-in/2.3 | Jérémy Benoist | 2017-09-03 | 1 | -1/+1 |
|\ | | | | | Update OC | ||||
| * | Update CraueConfigBundle.oc.yml | Quent-in | 2017-08-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3139 from Kdecherf/2502-tag-case | Jérémy Benoist | 2017-09-03 | 1 | -0/+103 |
|\ \ | | | | | | | Ignore tag's case | ||||
| * | | php-cs-fixer on DoctrineMigrations/Version20170719231144 | Kevin Decherf | 2017-08-27 | 1 | -24/+24 |
| | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | | Add migration to change case of tags | Kevin Decherf | 2017-08-27 | 1 | -0/+103 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This migration does not support SQLite as long as this engine does not support Unicode in LOWER(). This migration starts by retrieving the list of lowercase tags which need to be migrated. Then it retrieves the list of tags for each tags from the previous step in order to migrate entries. It handles deletion of empty tags. At the end the migration makes a full scan to update the label of all remaining tags. WARNING: THIS MIGRATION IS IRREVERSIBLE. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | | Translate missing strings, add quotation marks | Tobias Strobel | 2017-09-01 | 1 | -36/+36 |
| |/ |/| | |||||
* | | Set a starred_at field when an entry is starred. | François D | 2017-08-25 | 1 | -0/+63 |
|/ | | | | | | | | This date is used to sort starred entries. Can not use Entry::timestamps method otherwise starred_at will be updated each time entry is updated. Add an updateStar method into Entry class A migration script has been added in order to set starred_at field. | ||||
* | Update registration using API | Quent-in | 2017-08-05 | 1 | -2/+2 |
| | |||||
* | Disallow html for templating formats | Jeremy Benoist | 2017-07-09 | 1 | -1/+1 |
| | | | | Using html template format will then put the html format in the allowed list for the api doc which we don’t want since the api doesn’t response for html format. | ||||
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 31 | -256/+250 |
| | |||||
* | Add css on share public page | Thomas Citharel | 2017-06-22 | 2 | -0/+2 |
| | |||||
* | Add share.scss file | Jeremy Benoist | 2017-06-22 | 1 | -0/+407 |
| | | | | Still needs to include it in the twig template | ||||
* | Fix linter issue on webpack config files | Jeremy Benoist | 2017-06-22 | 3 | -42/+40 |
| | |||||
* | Add RSS tags feeds | Jeremy Benoist | 2017-06-21 | 1 | -0/+1 |
| | |||||
* | Merge pull request #2683 from wallabag/credentials-in-db | Jérémy Benoist | 2017-06-20 | 3 | -3/+62 |
|\ | | | | | Store credentials in DB | ||||
| * | Fix reviews | Thomas Citharel | 2017-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | Crypt site credential password | Jeremy Benoist | 2017-06-20 | 2 | -1/+2 |
| | | |||||
| * | Force sequence creation for postgresql | Jeremy Benoist | 2017-06-20 | 1 | -1/+6 |
| | | |||||
| * | Retrieve username/password from database | Jeremy Benoist | 2017-06-20 | 1 | -3/+0 |
| | | | | | | | | Inject the current user & the repo to retrieve username/password from the database | ||||
| * | Add CRUD for site credentials | Jeremy Benoist | 2017-06-20 | 1 | -0/+56 |
| | | |||||
* | | Fix mobile view and update asset deps | Thomas Citharel | 2017-06-15 | 3 | -14/+10 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Removed padding on entry view | Nicolas Lœuillet | 2017-06-13 | 1 | -1/+1 |
| | | |||||
* | | Fixed internal settings form | Nicolas Lœuillet | 2017-06-12 | 1 | -2/+1 |
|/ | |||||
* | Merge pull request #3173 from wallabag/domain-name-param | Jérémy Benoist | 2017-06-10 | 14 | -15/+55 |
|\ | | | | | remove craueconfig domain name setting and add a proper one in parame… | ||||
| * | Promote https | Jeremy Benoist | 2017-06-09 | 1 | -1/+1 |
| | | |||||
| * | Review | Jeremy Benoist | 2017-06-08 | 4 | -4/+3 |
| | | |||||
| * | fix tests | Thomas Citharel | 2017-06-06 | 1 | -0/+1 |
| | |