aboutsummaryrefslogtreecommitdiff
path: root/server/api/controller/controller.go (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2017-12-18Use base64 URL encoding instead of standard encodingGravatar Frédéric Guillot 2-2/+3
2017-12-18Change user agent to bypass some website restrictionsGravatar Frédéric Guillot 1-7/+9
2017-12-16Add scheduler to clean old sessionsGravatar Frédéric Guillot 5-17/+60
2017-12-16Session management refactoringGravatar Frédéric Guillot 26-275/+464
2017-12-16Rename sessions table to user_sessionsGravatar Frédéric Guillot 10-147/+153
2017-12-16Add FeedIcon API call and update dependenciesGravatar Frédéric Guillot 262-30562/+84331
2017-12-15Add application iconsGravatar Frédéric Guillot 12-8/+63
2017-12-15Add loggerGravatar Frédéric Guillot 56-192/+228
2017-12-13Improve content scraperGravatar Frédéric Guillot 7-3/+39
2017-12-13Make sure that item URL are absoluteGravatar Frédéric Guillot 8-11/+129
2017-12-12Rewrite importsGravatar Frédéric Guillot 103-243/+247
2017-12-12Update readmeGravatar Frédéric Guillot 1-16/+9
2017-12-12Add the possibility to enable crawler for feedsGravatar Frédéric Guillot 22-25/+77
2017-12-11Add the possibility to define rewrite rules for each feedGravatar Frédéric Guillot 29-69/+211
2017-12-10Add scraper rulesGravatar Frédéric Guillot 16-34/+140
2017-12-10Add readability package to fetch original contentGravatar Frédéric Guillot 17-70/+545
2017-12-04Change wording in French translationGravatar Frédéric Guillot 2-4/+4
2017-12-04Reinitialize offset if greater than number of unread itemsGravatar Frédéric Guillot 1-7/+12
2017-12-04Do not show top naviguation if the content is very shortGravatar Frédéric Guillot 2-2/+6
2017-12-04Add child-src CSP directiveGravatar Frédéric Guillot 1-1/+4
2017-12-04Improve naviguationGravatar Frédéric Guillot 3-28/+53
2017-12-03Avoid text overflow when displaying attachmentsGravatar Frédéric Guillot 2-3/+4
2017-12-03Add Fever APIGravatar Frédéric Guillot 24-37/+984
2017-12-02Add Instapaper integrationGravatar Frédéric Guillot 19-51/+191
2017-12-02Move packages http and urlGravatar Frédéric Guillot 14-11/+11
2017-12-02Add Pinboard integrationGravatar Frédéric Guillot 28-49/+550
2017-12-02Make entries sorting configurableGravatar Frédéric Guillot 28-193/+253
2017-12-02Handle touch eventsGravatar Frédéric Guillot 9-169/+319
2017-12-01Do not display mark page as read if there is no entryGravatar Frédéric Guillot 5-5/+21
2017-12-01Proxify image enclosuresGravatar Frédéric Guillot 9-30/+56
2017-12-01Store tokens in database instead of cookieGravatar Frédéric Guillot 11-58/+160
2017-11-29Add charset to CSS and JS mime typeGravatar Frédéric Guillot 1-2/+2
2017-11-29Make sure entry meta doesn't break the layout on mobileGravatar Frédéric Guillot 2-3/+4
2017-11-27Make sure golint pass on the code baseGravatar Frédéric Guillot 59-171/+322
2017-11-26Add integration tests for entriesGravatar Frédéric Guillot 9-41/+354
2017-11-25Add unit tests for modelsGravatar Frédéric Guillot 7-1/+224
2017-11-25Add Content-Security-Policy headerGravatar Frédéric Guillot 1-0/+1
2017-11-25Improve HTML sanitizerGravatar Frédéric Guillot 4-7/+28
2017-11-25Add integration tests for feedsGravatar Frédéric Guillot 1-0/+196
2017-11-25Add template helper isEmail()Gravatar Frédéric Guillot 3-4/+12
2017-11-25Add integration tests for feed creationGravatar Frédéric Guillot 46-36/+859
2017-11-25Make sure the package locale pass golintGravatar Frédéric Guillot 5-13/+24
2017-11-25Add integration test for discover endpointGravatar Frédéric Guillot 1-1/+24
2017-11-25Add integration tests for categoriesGravatar Frédéric Guillot 1-0/+181
2017-11-25Add integration tests for usersGravatar Frédéric Guillot 11-33/+267
2017-11-25Add first integration testGravatar Frédéric Guillot 14-12/+891
2017-11-24Improve APIGravatar Frédéric Guillot 15-63/+40
2017-11-24Improve OAuth2 integrationGravatar Frédéric Guillot 16-15/+120
2017-11-22Add OAuth2 authenticationGravatar Frédéric Guillot 351-55/+81664
2017-11-22Improve CSSGravatar Frédéric Guillot 8-20/+28