aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Change version to 2.2.0-devNicolas Lœuillet2016-11-191-1/+1
|
* Prepare wallabag 2.1.4 :rocket:Nicolas Lœuillet2016-11-181-1/+1
|
* Changed display for material themeNicolas Lœuillet2016-11-141-2/+1
|
* Added creation date on entries viewNicolas Lœuillet2016-11-142-2/+3
|
* Display a bigger image in case of image contentJeremy Benoist2016-11-081-1/+6
| | | | | | If the content is only an image, we can display a bigger preview image because we won’t have text to display. Also, split different card view to avoid too much complexity in the entries.html.twig
* Remove the left margin of tagJeremy Benoist2016-11-081-0/+4
| | | | In the entries list, the first tag below the link isn’t stick to the left. Now it is.
* Prepare wallabag 2.1.3 :rocket:Nicolas Lœuillet2016-11-041-1/+1
|
* Merge pull request #2460 from wallabag/ui-changesNicolas Lœuillet2016-11-042-22/+111
|\ | | | | UI Changes
| * Deal with more resolution issuesThomas Citharel2016-11-031-1/+17
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Fix resolution issues and 'title' issuesThomas Citharel2016-11-031-2/+9
| | | | | | | | | | | | Also, modify editorconfig for css files. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Re-add bottom paginationJeremy Benoist2016-10-221-1/+0
| | | | | | | | Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
| * remove padding on small widthsThomas Citharel2016-10-221-1/+0
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * WIPThomas Citharel2016-10-221-17/+85
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #2519 from Jibec/masterJeremy Benoist2016-11-021-1/+1
|\ \ | | | | | | Translation update - French
| * | Translation update - FrenchJean-Baptiste2016-10-301-1/+1
| | |
* | | Updated Capistrano configurationNicolas Lœuillet2016-10-291-8/+1
|/ /
* | Merge pull request #2473 from pmichelazzo/masterJeremy Benoist2016-10-253-0/+32
|\ \ | | | | | | Portuguese (Brazilian) translation
| * | Update Portuguese (Brazilian) translationPaulino Michelazzo2016-10-191-0/+1
| | | | | | | | | | | | Adding the config.yml on the package.
| * | Merge remote-tracking branch 'wallabag/master'Paulino Michelazzo2016-10-1867-35/+4247
| |\ \
| * | | Portuguese (Brazilian) translationPaulino Michelazzo2016-10-182-0/+31
| | | | | | | | | | | | | | | | This the Portuguese (Brazilian) for the Wallaby v2.
* | | | Removed the email partNicolas Lœuillet2016-10-241-1/+1
| | | |
* | | | Add relevant links to fetch content error pages.Baptiste Mille-Mathias2016-10-231-1/+2
| |_|/ |/| | | | | | | | We link to the troubleshooting guide and give the mail link.
* | | Merge pull request #2481 from wallabag/some-fixesNicolas Lœuillet2016-10-2111-11/+11
|\ \ \ | | | | | | | | Some fixes
| * | | Update translation for piwik_hostJeremy Benoist2016-10-2111-11/+11
| | |/ | |/|
* / | If reload content failed, don’t update itJeremy Benoist2016-10-201-0/+1
|/ / | | | | | | In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
* | Update wallabag version for master branchNicolas Lœuillet2016-10-171-1/+1
| |
* | Prepare wallabag 2.1.2 :rocket:Nicolas Lœuillet2016-10-171-1/+1
| |
* | Fixed hardcoded title for internal settingsNicolas Lœuillet2016-10-171-1/+1
| | | | | | | | Fix #2458
* | Merge pull request #2455 from wallabag/fix-material-config-tabsJeremy Benoist2016-10-161-1/+1
|\ \ | | | | | | Fix tabs on material
| * | Fix tabs on materialThomas Citharel2016-10-151-1/+1
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #2454 from wallabag/fix-baggy-small-widthJeremy Benoist2016-10-161-0/+8
|\ \ \ | | | | | | | | Fix baggy display on small screens
| * | | Fix baggy on small screensThomas Citharel2016-10-151-0/+8
| |/ /
* / / German: improve existing and add missing translationSven Fischer2016-10-161-4/+4
|/ /
* | Merge pull request #2450 from wallabag/new-improvement-viewThomas Citharel2016-10-151-1/+21
|\ \ | | | | | | View improvements
| * | fix stylelintThomas Citharel2016-10-151-1/+1
| | |
| * | Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-151-1/+21
| | | | | | | | | | | | add links on small screens
* | | Merge pull request #2412 from wallabag/fix-postgres-migrationThomas Citharel2016-10-154-14/+24
|\ \ \ | |/ / |/| | Fix PostgreSQL migrations
| * | Fix PostgreSQL migrationsJeremy Benoist2016-10-094-14/+24
| | |
* | | Define a dev version for the masterJeremy Benoist2016-10-101-1/+1
|/ / | | | | This is to be sure that user testing wallabag from the master will have the version defined as dev.
* | CSJeremy Benoist2016-10-091-1/+2
| |
* | Optimize the way tag list is renderedJeremy Benoist2016-10-091-2/+3
| | | | | | | | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design
* | Merge pull request #2351 from wallabag/fix-api-client-deletionNicolas Lœuillet2016-10-081-0/+5
|\ \ | | | | | | Changed relation between API client and refresh token
| * | Ensure access_token are removedJeremy Benoist2016-10-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | When we remove the client, we should ensure that access_token are also removed. To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error. Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)
* | | Use default locale for user configJeremy Benoist2016-10-081-1/+1
| | | | | | | | | | | | When creating a user, we set the language config “en” by default. We should use the defined locale (from `parameters.yml`) instead
* | | Add ability to use socketJeremy Benoist2016-10-072-0/+4
| | | | | | | | | | | | For Redis & MySQL
* | | better tags on materialThomas Citharel2016-10-051-0/+9
| | |
* | | better tags on baggyThomas Citharel2016-10-041-1/+15
| | |
* | | Prepare wallabag 2.1.1Nicolas Lœuillet2016-10-041-1/+1
| | |
* | | typo and build on testThomas Citharel2016-10-041-1/+1
| | |
* | | use airbnb base rules and update eslintThomas Citharel2016-10-042-3/+6
| | |