Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | [RSS] introducing query param 'limit' to restrict the number of items to ↵ | Vincent Malley | 2015-01-16 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | display in RSS feeds. | |||||
* | | | | Add ability to mark all articles from a tag as read | moparisthebest | 2015-01-12 | 1 | -2/+15 | |
| | | | | ||||||
* | | | | Add ability to delete all articles matching a search | moparisthebest | 2015-01-12 | 1 | -9/+22 | |
| | | | | ||||||
* | | | | Add ability to tag an article on creation | moparisthebest | 2015-01-12 | 1 | -0/+7 | |
|/ / / | ||||||
* | / | don't call flattr if flattr is disabled | Thomas Citharel | 2014-12-22 | 1 | -4/+7 | |
| |/ |/| | ||||||
* | | implementing carrot into wallabag | Thomas Citharel | 2014-11-19 | 1 | -1/+1 | |
|/ | ||||||
* | add about page | Nicolas Lœuillet | 2014-11-03 | 1 | -0/+2 | |
| | ||||||
* | translation fix finished for #871 and bring add tag from search feature to ↵ | tcit | 2014-10-27 | 1 | -1/+1 | |
| | | | | all themes | |||||
* | get up to date for merge | tcit | 2014-09-28 | 1 | -2/+3 | |
|\ | ||||||
| * | added email field | tcit | 2014-07-25 | 1 | -2/+3 | |
| | | ||||||
* | | Merge branch 'dev' of https://github.com/wallabag/wallabag into dev | Thomas Citharel | 2014-08-21 | 1 | -0/+8 | |
|\ \ | ||||||
| * \ | Merge pull request #783 from wallabag/message-after-login | Nicolas Lœuillet | 2014-08-18 | 1 | -0/+8 | |
| |\ \ | | | | | | | | | #763 fix to display the login successful message with the translation | |||||
| | * | | fix to display the login successful message with the translation | Nicolas Lœuillet | 2014-07-22 | 1 | -0/+8 | |
| | | | | ||||||
* | | | | merge fix 776 | Thomas Citharel | 2014-08-16 | 1 | -37/+36 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | minimum of control on server side added | Maryana Rozhankivska | 2014-08-15 | 1 | -1/+4 | |
| |/ / | ||||||
* | / | security issue | Maryana Rozhankivska | 2014-07-24 | 1 | -2/+2 | |
| |/ |/| | ||||||
* | | Refactor | Nicolas Lœuillet | 2014-07-12 | 1 | -309/+198 | |
| | | ||||||
* | | WHAT. A. BIG. REFACTOR. + new license (we moved to MIT one) | Nicolas Lœuillet | 2014-07-11 | 1 | -402/+51 | |
|/ | ||||||
* | I removed my previous commit. We have to create a new branch for that. | Nicolas Lœuillet | 2014-07-10 | 1 | -0/+8 | |
| | ||||||
* | new fields in database, reading time / date and domain name are stored | Nicolas Lœuillet | 2014-07-08 | 1 | -8/+0 | |
| | ||||||
* | up to date | tcit | 2014-06-07 | 1 | -22/+22 | |
|\ | ||||||
| * | small xss vulnerability and translation ability fix | Maryana Rozhankivska | 2014-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | small xss vulnerability and translation ability fix | Maryana Rozhankivska | 2014-05-30 | 1 | -21/+20 | |
| | | ||||||
| * | add dailymotion videos, issue #708 | Maryana Rozhankivska | 2014-05-26 | 1 | -5/+6 | |
| | | ||||||
* | | do not debug inside an epub | tcit | 2014-06-07 | 1 | -5/+5 | |
|/ | ||||||
* | Cleaned epub fonction | tcit | 2014-05-16 | 1 | -6/+4 | |
| | ||||||
* | Merge branch 'epub' into dev | tcit | 2014-05-16 | 1 | -0/+117 | |
|\ | | | | | | | | | Conflicts: themes/baggy/home.twig | |||||
| * | Better names for epub files and epub in all themes now | tcit | 2014-05-15 | 1 | -5/+10 | |
| | | ||||||
| * | Fix bugs and improved epub rendering | tcit | 2014-05-14 | 1 | -19/+21 | |
| | | ||||||
| * | Merge branch 'dev' of https://github.com/wallabag/wallabag into epub | tcit | 2014-05-14 | 1 | -4/+4 | |
| |\ | ||||||
| * | | Added translation capabilities for epub system | tcit | 2014-05-07 | 1 | -6/+6 | |
| | | | ||||||
| * | | Many improvements to epub produced : better cover, better tags | tcit | 2014-05-07 | 1 | -8/+15 | |
| | | | ||||||
| * | | Big changes for epub export. Now possible to do it from a tag, a category ↵ | tcit | 2014-04-25 | 1 | -18/+38 | |
| | | | | | | | | | | | | and a search. Also, improved ebook rendering. | |||||
| * | | Added epub export function | tcit | 2014-04-24 | 1 | -0/+83 | |
| | | | ||||||
* | | | Simplifed function which does tag cleanup | tcit | 2014-05-14 | 1 | -2/+4 | |
| | | | ||||||
* | | | Removed unnecessary function for cleaning tags | tcit | 2014-05-11 | 1 | -7/+0 | |
| | | | ||||||
* | | | Clean old unused tags when deleting a tag | tcit | 2014-04-30 | 1 | -1/+12 | |
| | | | ||||||
* | | | Remove unnecessary line | tcit | 2014-04-30 | 1 | -1/+0 | |
| | | | ||||||
* | | | Added save search as tag functionality | tcit | 2014-04-30 | 1 | -32/+45 | |
| |/ |/| | ||||||
* | | fix of putenv warning under safe mode, issue #646 | Maryana Rozhankivska | 2014-04-25 | 1 | -4/+4 | |
|/ | ||||||
* | Merge branch 'dev' of https://github.com/wallabag/wallabag into dev | tcit | 2014-04-23 | 1 | -10/+15 | |
|\ | ||||||
| * | config.inc.php.new renamed in config.inc.default.php | Maryana Rozhankivska | 2014-04-22 | 1 | -8/+1 | |
| | | ||||||
| * | print view fixed in baggy; print link added; read percent added in default ↵ | Maryana Rozhankivska | 2014-04-22 | 1 | -2/+14 | |
| | | | | | | | | theme; archive and favorite re-factored to be ajax action in article view | |||||
* | | Fixed Multi-user system | tcit | 2014-04-23 | 1 | -0/+54 | |
|/ | ||||||
* | error with empty content by import fixed. Also youtube and vimeo videos are ↵ | Maryana Rozhankivska | 2014-04-11 | 1 | -6/+14 | |
| | | | | allowd in content now. | |||||
* | logging by import added; error by creation table if exists in postgresql fixed. | Maryana Rozhankivska | 2014-04-11 | 1 | -0/+7 | |
| | ||||||
* | code formatting changes: tabs replaced with spaces, some other small ↵ | Maryana Rozhankivska | 2014-04-08 | 1 | -48/+47 | |
|\ | | | | | | | formatting enhancements | |||||
| * | in RSS feed, add link to wallabag URL #556 | Nicolas Lœuillet | 2014-04-06 | 1 | -32/+33 | |
| | | ||||||
* | | remove duplicates by import, code changes: tabs replaced with spaces | Maryana Rozhankivska | 2014-04-08 | 1 | -36/+37 | |
|/ | ||||||
* | import w/o cron | Maryana Rozhankivska | 2014-04-03 | 1 | -270/+46 | |
| |