aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* use integers for archived/starred statusThomas Citharel2016-03-163-22/+46
|
* fix api properties and typoThomas Citharel2016-03-163-5/+5
|
* Merge pull request #1797 from wallabag/v2-fix-adding-entry-APIJeremy Benoist2016-03-162-4/+26
|\ | | | | Don't add entry through API if it already exists
| * Don't add entry through API if it already existsThomas Citharel2016-03-162-4/+26
|/
* Merge pull request #1792 from wallabag/v2-add-tests-for-api-userJeremy Benoist2016-03-161-0/+6
|\ | | | | add tests on user in API responses
| * 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
| |
* | Merge pull request #1784 from wallabag/v2-add-refresh-tokenNicolas Lœuillet2016-03-141-1/+1
|\ \ | |/ |/| add refresh-token grant-type
| * add refresh-token grant-typeThomas Citharel2016-03-131-1/+1
|/
* Merge pull request #1775 from wallabag/v2-few-fixesNicolas Lœuillet2016-03-126-16/+68
|\ | | | | Some fixes
| * 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
| * Use --prefer-dist to improve CI perfJeremy Benoist2016-03-111-1/+1
| | | | | | | | https://twitter.com/seldaek/status/708236348281495552
* | Merge pull request #1776 from wallabag/v2-doc-clarify-php7Nicolas Lœuillet2016-03-112-2/+2
|\ \ | |/ |/| clarify that wllbg is compatible php 7
| * clarify that wllbg is compatible php 7Thomas Citharel2016-03-112-2/+2
|/
* Merge pull request #1763 from wallabag/v2-prepare-beta2Jeremy Benoist2016-03-114-7/+17
|\ | | | | Prepare files for 2.0.0-beta.2
| * git clone with prefer-dist optionNicolas Lœuillet2016-03-103-5/+14
| |
| * Finally back to composer create-project but with --keep-vcs optionNicolas Lœuillet2016-03-103-15/+4
| |
| * Add -o option in composer install commandNicolas Lœuillet2016-03-103-3/+3
| |
| * French documentation for new installationNicolas Lœuillet2016-03-101-1/+5
| |
| * Prepare files for 2.0.0-beta.2Nicolas Lœuillet2016-03-103-4/+12
|/
* Merge pull request #1771 from wallabag/docker-timezoneNicolas Lœuillet2016-03-092-42/+53
|\ | | | | Docker timezone
| * Add comment about timezone definitiondjay2016-03-092-0/+2
| |
| * Add the timezone as an argument in the docker-compose.djay2016-03-092-43/+50
| | | | | | | | For that, need to use v2 of docker-compose (with version >= 1.6.0)
| * Add the timezone for PHP docker containerdjay2016-03-091-0/+2
|/
* Merge pull request #1766 from wallabag/v2-add-wallabag-in-titleJeremy Benoist2016-03-084-4/+4
|\ | | | | Fix #1756: Added 'wallabag' in page title
| * Added 'wallabag' in page titleNicolas Lœuillet2016-03-084-4/+4
|/
* Merge pull request #1762 from wallabag/v2-fix-quickstart-linksJeremy Benoist2016-03-082-10/+10
|\ | | | | Change documentation links in quickstart
| * Change documentation links in quickstartNicolas Lœuillet2016-03-082-10/+10
|/
* Merge pull request #1761 from wallabag/v2-API-versionNicolas Lœuillet2016-03-083-0/+27
|\ | | | | V2 api version
| * typos & csThomas Citharel2016-03-082-5/+7
| |
| * write test for versionVincent2016-03-071-0/+11
| |
| * Add version in APIVincent2016-03-072-0/+14
| |
* | 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
| |
* | Update filters picture in documentationNicolas Lœuillet2016-03-041-0/+0
| |
* | Merge pull request #1750 from wallabag/v2-quickstart-documentationJeremy Benoist2016-03-0412-18/+143
|\ \ | | | | | | Documentation about filters / Quickstart changes