Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * public registration | Nicolas Lœuillet | 2015-10-03 | 25 | -490/+376 |
| | | | | | * remove WSSE implementation * add oAuth2 implementation | ||||
* | typo | Thomas Citharel | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | restore footer | Nicolas Lœuillet | 2015-10-01 | 1 | -0/+37 |
| | |||||
* | french translation | Nicolas Lœuillet | 2015-10-01 | 7 | -45/+21 |
| | |||||
* | flash messages translation | Nicolas Lœuillet | 2015-09-30 | 2 | -1/+12 |
| | |||||
* | french translation | Nicolas Lœuillet | 2015-09-30 | 7 | -16/+80 |
| | |||||
* | add french translation | Nicolas Lœuillet | 2015-09-30 | 2 | -15/+59 |
| | |||||
* | Merge pull request #1437 from wallabag/v2-clean-material | Jeremy Benoist | 2015-09-30 | 15 | -51/+2 |
|\ | | | | | some cleanup on material theme | ||||
| * | some cleanup on material theme | Nicolas Lœuillet | 2015-09-29 | 15 | -51/+2 |
| | | |||||
* | | remove www. on entries view | Nicolas Lœuillet | 2015-09-29 | 3 | -2/+25 |
|/ | |||||
* | Merge pull request #1434 from wallabag/travis-db | Nicolas Lœuillet | 2015-09-28 | 7 | -33/+66 |
|\ | | | | | Add multiple database tests on Travis | ||||
| * | Fix tests for all | Jeremy Benoist | 2015-09-28 | 3 | -29/+14 |
| | | |||||
| * | Fix Postgres tests | Jeremy Benoist | 2015-09-28 | 3 | -22/+52 |
| | | |||||
| * | Move readingTime & domainName in ContentProxy | Jeremy Benoist | 2015-09-28 | 4 | -7/+25 |
| | | | | | | | | So, everything is centralized in one place when we save a new entry. | ||||
* | | Enabled created user from Config | Jeremy Benoist | 2015-09-26 | 2 | -0/+10 |
|/ | | | | | | By default, creating user with FOSUser are disabled by default. Fix #1423 | ||||
* | Entries filter on language | Jeremy Benoist | 2015-09-23 | 7 | -8/+91 |
| | | | | + updated deps | ||||
* | Remove tab from baggy css | Jeremy Benoist | 2015-09-23 | 1 | -51/+51 |
| | | | | And add a border left on the filter slider | ||||
* | Handle entry in language | Jeremy Benoist | 2015-09-22 | 4 | -5/+56 |
| | | | | Fix #1333 | ||||
* | Adjust preview picture | Jeremy Benoist | 2015-09-20 | 2 | -2/+19 |
| | |||||
* | Merge pull request #1420 from modos189/v2_display_picture2.0.0-alpha.0 | Nicolas Lœuillet | 2015-09-14 | 2 | -16/+56 |
|\ | | | | | improved display pictures | ||||
| * | improved display pictures | Alexandr Danilov | 2015-09-14 | 2 | -16/+56 |
| | | |||||
* | | A little more width for filter view | Thomas Citharel | 2015-09-13 | 1 | -1/+1 |
| | | |||||
* | | Re-add preview picture on baggy | Jeremy Benoist | 2015-09-13 | 1 | -1/+6 |
| | | | | | | | | Which should has been removed on merge | ||||
* | | Filters view on side for baggy | Jeremy Benoist | 2015-09-13 | 2 | -16/+88 |
| | | |||||
* | | Fix tests | Jeremy Benoist | 2015-09-13 | 2 | -0/+40 |
| | | |||||
* | | Lower domain search length | Jeremy Benoist | 2015-09-13 | 1 | -1/+1 |
| | | | | | | | | When searching for "bbc" I got no result .. sigh. | ||||
* | | Handle filter form using some JS | Jeremy Benoist | 2015-09-13 | 3 | -15/+49 |
| | | | | | | | | Instead of displaying an ugly form | ||||
* | | Cleanup base layout | Jeremy Benoist | 2015-09-13 | 2 | -47/+56 |
| | | |||||
* | | Remove some global assets | Jeremy Benoist | 2015-09-13 | 13 | -3544/+4 |
| | | | | | | | | | | Some global assets where dedicated to baggy Remove some non-used css | ||||
* | | Move baggy theme in its folder | Jeremy Benoist | 2015-09-13 | 16 | -0/+0 |
|/ | |||||
* | Merge pull request #1417 from wallabag/v2-display-picture | Jeremy Benoist | 2015-09-13 | 6 | -2/+25 |
|\ | | | | | fix #972: add preview pictures | ||||
| * | add previewPicture on baggy theme | Nicolas Lœuillet | 2015-09-13 | 3 | -1/+12 |
| | | |||||
| * | add preview pictures | Nicolas Lœuillet | 2015-09-12 | 3 | -1/+13 |
| | | |||||
* | | Merge pull request #1418 from wallabag/v2-previewpicture-filter | Jeremy Benoist | 2015-09-13 | 3 | -2/+32 |
|\ \ | | | | | | | filter for entries with previewPicture | ||||
| * | | add test for previewPicture filter | Nicolas Lœuillet | 2015-09-13 | 2 | -3/+14 |
| | | | |||||
| * | | forgot case for previewPicture filter | Nicolas Lœuillet | 2015-09-13 | 1 | -0/+6 |
| | | | |||||
| * | | filter for entries with previewPicture | Nicolas Lœuillet | 2015-09-12 | 2 | -2/+15 |
| |/ | |||||
* | | Fix tests | Jeremy Benoist | 2015-09-12 | 4 | -10/+11 |
| | | | | | | | | | | | | | | Ensure that created use during install command will always be unique. We assume that the install command must be run to initialize a wallabag instance. NEVER to add more user. Also, use a better way to retrieve the real name of the database and not the one defined in parameters.yml (which isn't the same for test envi because the dbname isn't defined in parameters.yml but directly in config_test.yml) | ||||
* | | fix tests for FosUser | Nicolas Lœuillet | 2015-09-11 | 3 | -17/+16 |
| | | |||||
* | | implement FosUser | Nicolas Lœuillet | 2015-09-11 | 8 | -242/+20 |
|/ | |||||
* | Merge pull request #1397 from wallabag/v2-graby | Nicolas Lœuillet | 2015-09-11 | 10 | -171/+192 |
|\ | | | | | Integrate graby | ||||
| * | CS | Jeremy Benoist | 2015-09-10 | 3 | -9/+6 |
| | | |||||
| * | Move fetching content in a separate class | Jeremy Benoist | 2015-09-10 | 5 | -19/+156 |
| | | |||||
| * | Update url from graby | Jeremy Benoist | 2015-08-24 | 2 | -1/+2 |
| | | |||||
| * | CS | Jeremy Benoist | 2015-08-24 | 3 | -5/+2 |
| | | |||||
| * | Integrate graby | Jeremy Benoist | 2015-08-24 | 9 | -167/+56 |
| | | |||||
* | | typo | Thomas Citharel | 2015-08-26 | 1 | -1/+1 |
| | | |||||
* | | Use full size of the panel for domain-filtering | Thomas Citharel | 2015-08-26 | 1 | -1/+1 |
| | | | | | | For longer domains | ||||
* | | fix #1357, truncate domain name if it's too loooong | Nicolas Lœuillet | 2015-08-24 | 2 | -5/+5 |
|/ | |||||
* | Merge pull request #1395 from wallabag/v2-fix-1378 | Jeremy Benoist | 2015-08-24 | 4 | -5/+48 |
|\ | | | | | fix #1378: nice display for tags list |