Commit graph

29 commits

Author SHA1 Message Date
Jonathan Math
d8e37704c9 fix unnecessary encoding issue 2020-06-20 01:11:59 -04:00
Jonathan Math
bd3423fe9c explicitly encode strings before hashing 2020-06-20 00:27:01 -04:00
Jonathan Math
3a0a2c28b8 2to3 utils/*.py 2020-06-19 02:27:48 -04:00
jmath1
7d95dbb5cf change User.is_authenticated() and User.is_anonymous() to attributes 2020-06-11 15:13:12 -04:00
jmath1
5c6a48ed52 switch generate_secret_token from sha1 to sha256 algorithm 2020-06-11 11:08:45 -04:00
Samuel Clay
bd3fd54438 Removing print 2019-12-16 17:02:06 -05:00
Samuel Clay
305e46cd7d Adding secret_token parameter support to every API endpoint. Built for #1162. 2019-12-16 16:59:04 -05:00
Samuel Clay
275551e396 Adding user agents to logging. Reeder, Fever, Superfeedr, Old Reader, IE11. 2015-03-11 10:55:17 -07:00
Samuel Clay
19fba9cbd8 Adding modern android app user agent in logging. 2015-03-11 10:47:57 -07:00
Samuel Clay
6409ae9aca Switching OAuth endpoints to return a 401 instead of a 302. Also handling mal-formed JSON in OAuth requests. 2014-02-07 12:32:44 -08:00
Samuel Clay
5c184be4ae Feed reader bg in user client list. 2013-06-24 23:41:31 -07:00
Samuel Clay
78774ebb39 Adding new widnows phone clients to logs. 2013-06-24 23:27:47 -07:00
Samuel Clay
a9e3238b89 Normalizing user agents for better detectibility. 2013-06-15 09:09:03 -07:00
Samuel Clay
0b81e57871 Adding ReadKit to supported clients. 2013-05-16 11:11:46 -07:00
Samuel Clay
90c2425db0 Upgrading django from 1.3 to 1.5. 2013-03-20 15:05:52 -07:00
Samuel Clay
366797280c Adding Tafiti, Windows 8 app, to logs. 2013-02-13 16:27:20 -08:00
Samuel Clay
1780100646 Cleaning up pull request. 2013-02-05 16:10:23 -08:00
jv2222
635c0bf261 Update utils/user_functions.py
Adding Pluggio user agent
2013-02-04 21:27:08 -08:00
Samuel Clay
4aacfe64cb Adding Metroblur to logging. 2013-01-27 15:35:41 -08:00
Samuel Clay
c07d7e7578 Adding new analytics collections to keep track of page loads and feed fetches. Need to start aggregating before I can tell how useful this data will be. 2012-09-06 17:24:42 -07:00
Samuel Clay
ff50d85d7d Updating a bunch of defaults to make NewsBlur installable on anybody's machine. Fleshing out README installation instructions. 2011-07-17 20:53:30 -07:00
Samuel Clay
ae7f79b3a0 Adding moderation queue to recommended feeds (finally!) 2011-07-11 18:22:28 -07:00
Samuel Clay
2e437fcee1 Adding a subscribed note in recommended feeds. 2011-03-02 12:05:58 -05:00
Samuel Clay
8afdbd8ab0 Adding bookmarklet modal. Also adding the api app, which will handle incoming bookmarklet site adds. Uses a new privacy token to generate a unique URL for each user, so only they can add sites, no login needed. 2011-01-20 09:57:23 -05:00
Samuel Clay
31407a998f Handling anonymous users with more grace. They will now be told that they need to signup in order to add a feed/folder/opml. The old way was to show a loading indicator forever. Yeah. 2010-07-24 15:54:25 -04:00
Samuel Clay
e46f6cee7f Refactoring a bit and marking a subscription as read when it's out of stories. 2010-07-06 16:37:49 -04:00
Samuel Clay
555b1e3bda Removing a few debug messages for cleaner debugging in production. 2009-08-07 12:21:39 +00:00
Samuel Clay
ff13e9c4a6 Beginnings of minor cache work. So far, only on user accounts. 2009-07-25 15:24:27 +00:00
Samuel Clay
48ba40e29b Initial 2009-06-16 03:08:55 +00:00