aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* Translation typosJeremy Benoist2016-03-201-3/+3
| | | | Fix #1793
* Add missing developer pageJeremy Benoist2016-03-2012-74/+176
|
* Convert french translationJeremy Benoist2016-03-202-269/+346
|
* CSJeremy Benoist2016-03-201-0/+2
|
* Add flashes messagesJeremy Benoist2016-03-205-26/+70
|
* Improve test failure readabilityJeremy Benoist2016-03-203-16/+18
| | | | | If the response content isn't the one expected, instead of checking into the whole DOM (with node tag, etc ..) we only check the text. So if it fails, phpunit will display only the text, not all node tag. It'll be easier to read.
* Convert english translation fileJeremy Benoist2016-03-2043-592/+1033
| | | | | | | - 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-1811-2/+76
|\ | | | | Setting for reading time
| * Improved testsNicolas Lœuillet2016-03-182-2/+3
| |
| * Fix documentation and add help message in BaggyNicolas Lœuillet2016-03-181-1/+1
| |
| * Replace slider with selectNicolas Lœuillet2016-03-144-7/+14
| |
| * Translation and documentationNicolas Lœuillet2016-03-141-0/+1
| |
| * Fix default value and add baggy implementationNicolas Lœuillet2016-03-142-1/+10
| |
| * Fixed fixtures for configNicolas Lœuillet2016-03-141-0/+3
| |
| * Added setting to have a personal reading timeNicolas Lœuillet2016-03-147-2/+55
| |
* | Merge pull request #1799 from wallabag/v2-fix-tabs-display-materialNicolas Lœuillet2016-03-181-0/+11
|\ \ | | | | | | fix tabs display on mobile view
| * | fix tabs display on mobile viewThomas Citharel2016-03-161-0/+11
| |/
* | use integers for archived/starred statusThomas Citharel2016-03-161-0/+24
| |
* | fix api properties and typoThomas Citharel2016-03-161-1/+1
|/
* Merge pull request #1786 from wallabag/v2-restrict-user-infosNicolas Lœuillet2016-03-141-0/+32
|\ | | | | API shows just what needed for user
| * API shows just what needed for userThomas Citharel2016-03-131-0/+32
| |
* | add refresh-token grant-typeThomas Citharel2016-03-131-1/+1
|/
* Improve testsJeremy Benoist2016-03-111-1/+0
| | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges
* 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-0815-0/+622
|\ | | | | 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-059-18/+49
| |
| * Add listing clientsJeremy Benoist2016-03-058-16/+162
| | | | | | | | Rename route to be more consistive (ie: prefixed with developer_)
| * Cleanup formJeremy Benoist2016-03-0512-20/+16
| | | | | | | | | | | | | | - 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
| * Remove commentsNicolas Lœuillet2016-02-291-6/+1
| |
| * Add password for authThomas Citharel2016-02-291-1/+1
| |
| * add testsNicolas Lœuillet2016-02-295-0/+179
| |
| * Enhance documentation and create a form to create a new clientNicolas Lœuillet2016-02-298-45/+267
| |
| * API: rename application to clientNicolas Lœuillet2016-02-292-7/+6
| |
| * Added developer documentationNicolas Lœuillet2016-02-295-3/+131
| |
| * Fix #1597: first draft to create new client for the APINicolas Lœuillet2016-02-294-0/+57
| |
* | Merge pull request #1750 from wallabag/v2-quickstart-documentationJeremy Benoist2016-03-042-5/+35
|\ \ | | | | | | Documentation about filters / Quickstart changes
| * | Add new links in quickstartNicolas Lœuillet2016-03-032-5/+35
| | |
* | | french translation & pocketThomas Citharel2016-03-031-0/+2
|/ /
* | Spanish translationJuanjo Benages2016-03-011-0/+3
| |
* | Spanish translationJuanjo Benages2016-03-011-131/+131
| |
* | Start of the spanish translationJuanjo Benages2016-03-011-0/+242
| |
* | Merge pull request #1738 from wallabag/v2-prepare-beta1Jeremy Benoist2016-03-011-1/+1
|\ \ | | | | | | Prepare wallabag for first beta :rocket:
| * | Prepare wallabag for first beta :rocket:Nicolas Lœuillet2016-02-291-1/+1
| |/
* / minor typofix + missing quotesgoofy-bz2016-02-291-6/+6
|/ | | Added quotes to be reviewed
* Skipping all Posgres test for wallabag:installJeremy Benoist2016-02-292-21/+19
| | | | | | | | | | | | | | We already faced this problem but we are facing it again. https://github.com/wallabag/wallabag/commit/d502762598db68ec822078642df8f6a8214202f7 It seems we can drop a database properly using wallabag:install. The server log keep saying: ERROR: source database "template1" is being accessed by other users DETAIL: There is 1 other session using the database. STATEMENT: CREATE DATABASE "wallabag_test" Which means, it can't remove the database wallabag_test because one other person is using it.
* added newlineMorten Juhl-Johansen Zölde-Fejér2016-02-271-1/+2
|