aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
Commit message (Collapse)AuthorAgeFilesLines
* Convert english translation fileJeremy Benoist2016-03-2080-864/+1141
| | | | | | | - 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
| | |
* | | add checkThomas Citharel2016-03-161-2/+6
| | |
* | | fix updating entry status through APIThomas Citharel2016-03-161-6/+2
| | |
* | | check if archive/star parameters without quotes workThomas Citharel2016-03-161-0/+49
| | |
* | | use integers for archived/starred statusThomas Citharel2016-03-163-22/+46
| | |
* | | fix api properties and typoThomas Citharel2016-03-163-5/+5
|/ /
* | Don't add entry through API if it already existsThomas Citharel2016-03-162-4/+26
| |
* | add tests on user in API responsesThomas Citharel2016-03-151-0/+6
|/
* 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
|/
* Fix hazardous bug with PostgresJeremy Benoist2016-03-122-1/+2
| | | | Instead of retrieving a random annotation, sort them to be sure they are all the same no matter the database used
* Improve testsJeremy Benoist2016-03-115-15/+66
| | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges
* Added 'wallabag' in page titleNicolas Lœuillet2016-03-084-4/+4
|
* Change documentation links in quickstartNicolas Lœuillet2016-03-082-10/+10
|
* Merge pull request #1761 from wallabag/v2-API-versionNicolas Lœuillet2016-03-082-0/+26
|\ | | | | V2 api version
| * typos & csThomas Citharel2016-03-082-5/+7
| |
| * write test for versionVincent2016-03-071-0/+11
| |
| * Add version in APIVincent2016-03-071-0/+13
| |
* | 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
| | |
* | | Merge pull request #1670 from wallabag/v2-mark-imported-articles-as-readNicolas Lœuillet2016-03-0416-8/+359
|\ \ \ | | | | | | | | Mark all imported articles as read
| * | | Adding testJeremy Benoist2016-03-0410-63/+219
| | | | | | | | | | | | | | | | Reformat json file (thanks pro.jsonlint.com)
| * | | cs & tests for wllbg v1 importThomas Citharel2016-03-037-5/+122
| | | |
| * | | french translation & pocketThomas Citharel2016-03-035-3/+54
| | | |
| * | | Mark all imported articles as readThomas Citharel2016-03-036-2/+29
| |/ /