aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo on configuration pageNicolas Lœuillet2016-04-092-2/+2
|
* Merge pull request #1879 from wallabag/v2-tag-field-positionJeremy Benoist2016-04-081-4/+4
|\ | | | | Move tag form in Material theme
| * Move tag form in Material themeNicolas Lœuillet2016-04-071-4/+4
| |
* | Merge pull request #1804 from wallabag/j0k3r-patch-1Nicolas Lœuillet2016-04-081-1/+16
|\ \ | | | | | | Force user-agent for iansommerville.com
| * | Force user-agent for iansommerville.comJeremy Benoist2016-03-181-1/+16
| | | | | | | | | | | | | | | | | | | | | When using the default User Agent, the website returns a 403. By forcing the User Agent for this domain, we got the proper behavior: a 200 Since we can't _append_ new user agent to the default graby configuration, we need to rewrite all the default config + the new one. Fix #1801
* | | Merge pull request #1868 from wallabag/v2-tagrule-baggyJeremy Benoist2016-04-073-84/+156
|\ \ \ | |_|/ |/| | Remove keyboard shortcut and add tagging rule panel in baggy
| * | Remove keybaord shortcut and add tagging rule panel in baggyNicolas Lœuillet2016-04-053-84/+156
| | |
* | | Documentation about wallabag APINicolas Lœuillet2016-04-0612-2/+14
|/ /
* | Round estimated time and add reading speed for BaggyNicolas Lœuillet2016-04-052-11/+9
| |
* | Fix Archive page title translationNicolas Lœuillet2016-04-0410-10/+10
| |
* | Merge pull request #1835 from wallabag/v2-prepare-v22.0.0Thomas Citharel2016-04-036-28/+8
|\ \ | | | | | | :rocket: Prepare v2.0.0 :birthday:
| * | Remove useless CSSNicolas Lœuillet2016-04-031-14/+0
| | |
| * | :rocket: Prepare v2.0.0 :birthday:Nicolas Lœuillet2016-04-035-14/+8
| | |
* | | Hide search buttonsNicolas Lœuillet2016-04-032-4/+4
|/ /
* | Fix quotes for OCJeremy Benoist2016-04-011-6/+6
| |
* | Fix simple quoteJeremy Benoist2016-04-011-3/+3
| |
* | Update oc versionQuent-in2016-04-011-194/+194
| | | | | | Complet
* | Trad. OccitanQuent-in2016-03-301-0/+424
| | | | | | WIP
* | Update messages.es.ymljami72016-03-281-4/+4
| |
* | Update messages.es.ymljami72016-03-281-10/+10
| |
* | Fix Indentation problemMateusz Rumiński2016-03-261-15/+15
| |
* | Update messages.pl.ymlMateusz Rumiński2016-03-251-219/+219
| | | | | | Complete polish translation of messages file
* | Complete messages.de.ymlJulian Oster2016-03-241-225/+225
| |
* | fix type diaspora* shareNicolas2016-03-211-1/+1
| |
* | Translate flash message in baggy themeNicolas Lœuillet2016-03-211-1/+1
| |
* | Add reading time translationJeremy Benoist2016-03-2111-2/+73
| |
* | Convert more languagesJeremy Benoist2016-03-2014-1064/+2851
| |
* | Translation typosJeremy Benoist2016-03-201-3/+3
| | | | | | | | Fix #1793
* | Add missing developer pageJeremy Benoist2016-03-2010-70/+172
| |
* | Convert french translationJeremy Benoist2016-03-202-269/+346
| |
* | Add flashes messagesJeremy Benoist2016-03-201-0/+34
| |
* | Convert english translation fileJeremy Benoist2016-03-2028-500/+874
|/ | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Merge pull request #1767 from wallabag/v2-setting-for-reading-timeJeremy Benoist2016-03-184-2/+28
|\ | | | | Setting for reading time
| * Fix documentation and add help message in BaggyNicolas Lœuillet2016-03-181-1/+1
| |
| * Replace slider with selectNicolas Lœuillet2016-03-142-0/+7
| |
| * Translation and documentationNicolas Lœuillet2016-03-141-0/+1
| |
| * Fix default value and add baggy implementationNicolas Lœuillet2016-03-141-0/+9
| |
| * Added setting to have a personal reading timeNicolas Lœuillet2016-03-142-2/+11
| |
* | fix tabs display on mobile viewThomas Citharel2016-03-161-0/+11
|/
* Added 'wallabag' in page titleNicolas Lœuillet2016-03-081-1/+1
|
* Change documentation links in quickstartNicolas Lœuillet2016-03-082-10/+10
|
* Merge pull request #1675 from wallabag/v2-create-api-clientNicolas Lœuillet2016-03-0812-0/+407
|\ | | | | Ability to create new client for the API
| * Fix translations mistakeJeremy Benoist2016-03-072-7/+6
| | | | | | | | In Material template, move the developer link in the left menu (like in baggy)
| * Translate "how to" pageJeremy Benoist2016-03-073-16/+24
| |
| * Use external js & cssJeremy Benoist2016-03-074-144/+6
| |
| * Add translationsJeremy Benoist2016-03-057-14/+39
| |
| * Add listing clientsJeremy Benoist2016-03-056-10/+82
| | | | | | | | Rename route to be more consistive (ie: prefixed with developer_)
| * Cleanup formJeremy Benoist2016-03-0510-18/+14
| | | | | | | | | | | | | | - Avoid too much hidden data in the form (instead of manually define the submit button and hide the default, use the default one !) - Fix HTML syntax in client_parameters - Add developer link in baggy menu - Fix space between link in material footer
| * add testsNicolas Lœuillet2016-02-294-0/+150
| |
| * Enhance documentation and create a form to create a new clientNicolas Lœuillet2016-02-296-32/+198
| |