Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1323 from wallabag/v2-1302-checkbox | Jeremy Benoist | 2015-08-12 | 1 | -0/+6 |
|\ | | | | | fix #1302: add 'stay connected' checkbox | ||||
| * | add 'stay connected' checkbox | Nicolas Lœuillet | 2015-08-12 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #1312 from wallabag/v2-fix-1311 | Jeremy Benoist | 2015-08-12 | 1 | -2/+2 |
|\ \ | |/ |/| | fix #1311, redirect after login | ||||
| * | fix #1311, redirect after login | Nicolas Lœuillet | 2015-08-10 | 1 | -2/+2 |
| | | |||||
* | | store estimated reading time / filters on reading time | Nicolas Lœuillet | 2015-08-12 | 4 | -4/+7 |
|/ | |||||
* | set material to default theme \o/ | Nicolas Lœuillet | 2015-08-04 | 1 | -1/+1 |
| | |||||
* | Fixes and improve css @media | Alexandr Danilov | 2015-08-04 | 1 | -0/+1 |
| | |||||
* | Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵ | Francois Gravelaine | 2015-07-28 | 1 | -4/+8 |
| | | | | for is_starred and is_archived | ||||
* | Remove phinx | Jeremy Benoist | 2015-06-02 | 1 | -0/+0 |
| | | | | Doctrine handle quite correctly database migration. Thanks to `doctrine:schema:update` | ||||
* | Update deps | Jeremy Benoist | 2015-06-01 | 1 | -3/+11 |
| | |||||
* | Update deps | Jeremy Benoist | 2015-05-30 | 1 | -15/+26 |
| | |||||
* | Move API stuff in ApiBundle | Jeremy | 2015-04-01 | 3 | -2/+7 |
| | |||||
* | Ability to prefix tables | Jeremy | 2015-04-01 | 2 | -1/+5 |
| | | | | Will fix #799 | ||||
* | Add tests | Jeremy | 2015-03-31 | 1 | -0/+1 |
| | | | | and fix few mistakes | ||||
* | Add rss for entries | Jeremy | 2015-03-31 | 1 | -0/+1 |
| | | | | will fix #1000 | ||||
* | Merge pull request #1152 from wallabag/v2-forgot-password | Nicolas Lœuillet | 2015-03-30 | 4 | -3/+13 |
|\ | | | | | Handle forgot password | ||||
| * | Handle forgot password | Jeremy | 2015-03-08 | 4 | -3/+13 |
| | | |||||
* | | Use doctrine cache for tests | Jeremy | 2015-03-27 | 2 | -3/+12 |
|/ | |||||
* | first draft of hypermedia implementation | Nicolas Lœuillet | 2015-03-06 | 1 | -1/+2 |
| | |||||
* | Simplify build system | Jeremy | 2015-03-03 | 2 | -76/+0 |
| | |||||
* | Only one pattern for LiipTheme | Jeremy | 2015-03-01 | 1 | -6/+6 |
| | | | | Others patterns aren't required (but I think it's still important to have them around) | ||||
* | Cleanup & simplify theme | Jeremy | 2015-03-01 | 223 | -8502/+0 |
| | |||||
* | Remove old themes | Jeremy | 2015-03-01 | 1 | -5/+0 |
| | |||||
* | Add LiipThemeBundle | Jeremy | 2015-03-01 | 4 | -4/+28 |
| | | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :)) | ||||
* | config for CORS | Nicolas Lœuillet | 2015-02-28 | 1 | -0/+24 |
| | |||||
* | enable CORS | Nicolas Lœuillet | 2015-02-27 | 1 | -0/+1 |
| | |||||
* | sqlite doesn't support getListDatabasesSQL | Jeremy | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | Handle default value for new user | Jeremy | 2015-02-22 | 1 | -1/+3 |
| | |||||
* | Handle password change | Jeremy | 2015-02-17 | 1 | -0/+1 |
| | |||||
* | Cleanup | Jeremy | 2015-02-16 | 3 | -28/+3 |
| | |||||
* | Quick fix in build.xml | Jeremy | 2015-02-10 | 1 | -1/+0 |
| | | | | We don't need to purge the database since it was just re-created | ||||
* | getSalt method | Nicolas Lœuillet | 2015-02-10 | 2 | -5/+1 |
| | |||||
* | log for authentication on API | Nicolas Lœuillet | 2015-02-09 | 1 | -0/+5 |
| | |||||
* | authentication on API | Nicolas Lœuillet | 2015-02-09 | 1 | -3/+5 |
| | |||||
* | Add some fixtures | Jeremy | 2015-02-08 | 2 | -0/+8 |
| | | | | | | Improve test, so user can login Fix some leftJoin Cleanup EntryController | ||||
* | Add custom auth encoder & provider | Jeremy | 2015-02-08 | 2 | -32/+33 |
| | | | | These custom classes allow Wallabag v2 to be compatible with Wallabag v1 salted password | ||||
* | Add some tests on EntryController | Jeremy | 2015-02-07 | 2 | -2/+8 |
| | | | | Also, create database schema on test initialisation | ||||
* | Do not display download progress in Travis | Jeremy | 2015-02-06 | 1 | -0/+1 |
| | |||||
* | remove unused files | Nicolas Lœuillet | 2015-02-05 | 3 | -170/+0 |
| | |||||
* | forgot one parameter | Nicolas Lœuillet | 2015-02-04 | 1 | -0/+1 |
| | |||||
* | restore full database settings | Nicolas Lœuillet | 2015-02-04 | 2 | -5/+9 |
| | |||||
* | disable authentication for the moment | Nicolas Lœuillet | 2015-02-02 | 1 | -29/+30 |
| | |||||
* | Installation should be launch manually | Jeremy | 2015-02-02 | 2 | -0/+15 |
| | | | | Also upadte readme for v2 and define a test database (for the future) | ||||
* | New wallabag installer | Jeremy | 2015-02-01 | 1 | -1/+0 |
| | | | | | | | | Instead of the legacy bin/install here is a symfony command that can initialize wallabag. There are still work to do on the requirements part (to be sure that wallabag can run like a charm). I've also added (but commented) the fixtures load part (which will need an extra doctrine package). We'll see that point later. | ||||
* | first implementation of security | Nicolas Lœuillet | 2015-01-31 | 2 | -38/+52 |
| | |||||
* | Tests are working again | Jeremy | 2015-01-31 | 2 | -5/+32 |
| | |||||
* | Move phpunit into app folder | Kimtrip | 2015-01-30 | 1 | -0/+26 |
| | |||||
* | finally fix phpunit and travis? | Nicolas Lœuillet | 2015-01-30 | 1 | -31/+0 |
| | |||||
* | fix phpunit | Nicolas Lœuillet | 2015-01-30 | 1 | -7/+1 |
| | |||||
* | fix config for rest bundle | Nicolas Lœuillet | 2015-01-29 | 1 | -1/+1 |
| |