Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-18 | Use base64 URL encoding instead of standard encoding | 2 | -2/+3 | ||
2017-12-18 | Change user agent to bypass some website restrictions | 1 | -7/+9 | ||
2017-12-16 | Add scheduler to clean old sessions | 5 | -17/+60 | ||
2017-12-16 | Session management refactoring | 26 | -275/+464 | ||
2017-12-16 | Rename sessions table to user_sessions | 10 | -147/+153 | ||
2017-12-16 | Add FeedIcon API call and update dependencies | 262 | -30562/+84331 | ||
2017-12-15 | Add application icons | 12 | -8/+63 | ||
2017-12-15 | Add logger | 56 | -192/+228 | ||
2017-12-13 | Improve content scraper | 7 | -3/+39 | ||
2017-12-13 | Make sure that item URL are absolute | 8 | -11/+129 | ||
2017-12-12 | Rewrite imports | 103 | -243/+247 | ||
2017-12-12 | Update readme | 1 | -16/+9 | ||
2017-12-12 | Add the possibility to enable crawler for feeds | 22 | -25/+77 | ||
2017-12-11 | Add the possibility to define rewrite rules for each feed | 29 | -69/+211 | ||
2017-12-10 | Add scraper rules | 16 | -34/+140 | ||
2017-12-10 | Add readability package to fetch original content | 17 | -70/+545 | ||
2017-12-04 | Change wording in French translation | 2 | -4/+4 | ||
2017-12-04 | Reinitialize offset if greater than number of unread items | 1 | -7/+12 | ||
2017-12-04 | Do not show top naviguation if the content is very short | 2 | -2/+6 | ||
2017-12-04 | Add child-src CSP directive | 1 | -1/+4 | ||
2017-12-04 | Improve naviguation | 3 | -28/+53 | ||
2017-12-03 | Avoid text overflow when displaying attachments | 2 | -3/+4 | ||
2017-12-03 | Add Fever API | 24 | -37/+984 | ||
2017-12-02 | Add Instapaper integration | 19 | -51/+191 | ||
2017-12-02 | Move packages http and url | 14 | -11/+11 | ||
2017-12-02 | Add Pinboard integration | 28 | -49/+550 | ||
2017-12-02 | Make entries sorting configurable | 28 | -193/+253 | ||
2017-12-02 | Handle touch events | 9 | -169/+319 | ||
2017-12-01 | Do not display mark page as read if there is no entry | 5 | -5/+21 | ||
2017-12-01 | Proxify image enclosures | 9 | -30/+56 | ||
2017-12-01 | Store tokens in database instead of cookie | 11 | -58/+160 | ||
2017-11-29 | Add charset to CSS and JS mime type | 1 | -2/+2 | ||
2017-11-29 | Make sure entry meta doesn't break the layout on mobile | 2 | -3/+4 | ||
2017-11-27 | Make sure golint pass on the code base | 59 | -171/+322 | ||
2017-11-26 | Add integration tests for entries | 9 | -41/+354 | ||
2017-11-25 | Add unit tests for models | 7 | -1/+224 | ||
2017-11-25 | Add Content-Security-Policy header | 1 | -0/+1 | ||
2017-11-25 | Improve HTML sanitizer | 4 | -7/+28 | ||
2017-11-25 | Add integration tests for feeds | 1 | -0/+196 | ||
2017-11-25 | Add template helper isEmail() | 3 | -4/+12 | ||
2017-11-25 | Add integration tests for feed creation | 46 | -36/+859 | ||
2017-11-25 | Make sure the package locale pass golint | 5 | -13/+24 | ||
2017-11-25 | Add integration test for discover endpoint | 1 | -1/+24 | ||
2017-11-25 | Add integration tests for categories | 1 | -0/+181 | ||
2017-11-25 | Add integration tests for users | 11 | -33/+267 | ||
2017-11-25 | Add first integration test | 14 | -12/+891 | ||
2017-11-24 | Improve API | 15 | -63/+40 | ||
2017-11-24 | Improve OAuth2 integration | 16 | -15/+120 | ||
2017-11-22 | Add OAuth2 authentication | 351 | -55/+81664 | ||
2017-11-22 | Improve CSS | 8 | -20/+28 | ||