Commit graph

4417 commits

Author SHA1 Message Date
Samuel Clay
2ee9f32e0a Adding beta subdomain. Adding /etc/hosts for compatibility with existing hosts. 2021-02-23 19:51:05 -05:00
Jonathan Math
bc66ad7659 handle empty list for drain_task_feeds 2021-02-23 10:08:40 -05:00
Samuel Clay
dd9cdaf544 Forgot to merge 2021-02-08 12:33:06 -05:00
Samuel Clay
0f0de15801 Merge branch 'master' into dashboard3
* master:
  Ignoring terraform on master.
  Preserving original debug for query debugging.
  Adding a test for compact folders.
2021-02-08 12:32:21 -05:00
Samuel Clay
fe54785a9c Preserving original debug for query debugging. 2021-02-08 12:12:00 -05:00
Samuel Clay
0a9cc47f80 Fixing error conditions when creating dashboard rivers. 2021-02-05 17:29:55 -05:00
Samuel Clay
ab9a317793 Handling missing user. 2021-02-05 17:18:29 -05:00
Samuel Clay
5d08e2b03f This unique index should prevent the issue where multiple dashboard rivers occupy the same spot. This unique index should prevent the issue where multiple dashboard rivers occupy the same spot. May require deleting all rivers." 2021-02-05 17:15:43 -05:00
Samuel Clay
8484ec9f71 Adding a test for compact folders. 2021-02-02 20:19:50 -05:00
Samuel Clay
4cc6246e4e Better logging for user sub folders compaction. 2021-02-02 19:23:53 -05:00
Samuel Clay
22162551d7 Rewriting compact to handle duplicate folders. 2021-02-02 19:18:01 -05:00
Samuel Clay
f9b7bbcd6e Merge branch 'master' into dashboard3
* master:
  Adding a preference to notification title only.
  Adding in preference to only send full title in iOS notifications.
  Forgot primary state
  Adding replset oplog timing to db monitor.
2021-02-01 15:01:58 -05:00
Samuel Clay
615819eff5 Adding in preference to only send full title in iOS notifications. 2021-02-01 14:00:04 -05:00
Samuel Clay
0af696df90 Handling new Stripe api errors. 2021-01-26 17:55:51 -05:00
Samuel Clay
ef7c46a686 Handling new Stripe api errors. 2021-01-26 12:24:24 -05:00
Samuel Clay
3cc8efa10f Fixing stripe api on refunds. 2021-01-26 12:23:16 -05:00
Samuel Clay
3b302344da Fixing OPML uploads. 2021-01-24 21:05:55 -05:00
Samuel Clay
c7f4cbb13d Fixing a substantial number of encoding errors. Also fixing OPML uploads. 2021-01-24 21:05:22 -05:00
Samuel Clay
6b7ccbb335 Merge branch 'master' into dashboard3
* master:
  Use email if username doesnt work.
2021-01-23 18:01:31 -05:00
Samuel Clay
be26dbcd22 Use email if username doesnt work. 2021-01-23 18:01:19 -05:00
Samuel Clay
8cf070a72d Merge branch 'master' into dashboard3
* master:
  Removing old types field. Needed to upgrade to mongo 3.4.
  Checking if a feed has any notifications on it, set a max of 30 min fetch (yes this is a pretty good way of getting your feeds to fetch faster, but youll have to deal with the notifications).
  Fix task fetch monitor.
  Attempting to see iOS premium status over email.
  Handling work queue missing error.
2021-01-23 17:55:01 -05:00
Samuel Clay
6badcaf294 Removing old types field. Needed to upgrade to mongo 3.4. 2021-01-23 16:48:13 -05:00
Samuel Clay
33183967b3 Checking if a feed has any notifications on it, set a max of 30 min fetch (yes this is a pretty good way of getting your feeds to fetch faster, but youll have to deal with the notifications). 2021-01-23 14:20:37 -05:00
Samuel Clay
6f9dbded8e Attempting to see iOS premium status over email. 2021-01-20 21:28:01 -05:00
Samuel Clay
33508f7361 Merge branch 'master' into dashboard3
* master:
  Executable monitor work queue.
  Adding monitor for work queue.
  Pointing to the new ssl cert.
  More descriptive failure email
  No default value
  Spitting out error on failure.
  Handling missing values
  Needs redis
  Only warn about falling feed fetches when actually falling.
  Revert "Removing unused types key from index."
2021-01-20 14:21:48 -05:00
Samuel Clay
e19972fd0d Found another 2021-01-19 17:33:20 -05:00
Samuel Clay
4a608d2ce5 Finding all old celery invocations. 2021-01-19 17:30:11 -05:00
Samuel Clay
bbd6b9d474 Revert "Removing unused types key from index."
This reverts commit 6b384b51a2.
2021-01-18 17:26:55 -05:00
Samuel Clay
5869f40fe0 Weird encoding error on redis' part, where a DUMP causes an encoding error due to decode_responses=True. Seems easy enough to work around. 2021-01-14 19:42:38 -05:00
Samuel Clay
c1b9e0b09f Removing pdb 2021-01-14 19:27:15 -05:00
Samuel Clay
a20272ec9b New display options save. Now to hook them up. 2021-01-14 18:14:11 -05:00
Samuel Clay
4a2afe15b6 Styling popovers, adding new display options to feed popover, fixing opening story on dashboard for read story feed (all other feeds need testing). 2021-01-14 14:16:51 -05:00
Samuel Clay
bccafbb6b9 Fixing add folder. Also fixing dashboard so folder reloads work. Favicon seems sticky. 2021-01-13 19:32:36 -05:00
Samuel Clay
16d6f4a97c Storing and replacing rivers. Needs favicons fixed. 2021-01-13 15:40:31 -05:00
Samuel Clay
ab2d9804ef Adjusting to newsblur_web. Also adding feed chooser to dashboard river. Needs hookup. 2021-01-12 15:52:10 -05:00
Samuel Clay
c86a79c414 Don't turn off DEBUG if it wasn't off before. 2021-01-11 20:39:38 -05:00
Samuel Clay
ca6b682b69 Removing another types index. 2021-01-06 18:39:07 -05:00
Samuel Clay
6b384b51a2 Removing unused types key from index. 2021-01-06 18:00:55 -05:00
Samuel Clay
f5b144f22f Merge branch 'docker_django3.1' into dashboard3
* docker_django3.1:
  Ignore send_message_with_response if not available (for some reason).
  Updating to latest pymongo and mongoengine for py2.
2021-01-06 16:39:23 -05:00
Samuel Clay
30828e8291 Merge branch 'master' into docker_django3.1
* master:
  Ignore send_message_with_response if not available (for some reason).
  Updating to latest pymongo and mongoengine for py2.
2021-01-06 16:39:00 -05:00
Samuel Clay
a1f4d67d27 Changing how tasks are called. 2021-01-06 14:42:24 -05:00
Samuel Clay
4432f836a3 Another newsblur > newsblur_app. 2021-01-05 19:49:24 -05:00
Samuel Clay
82fecb23a6 Merge branch 'docker_django3.1' into dashboard3
* docker_django3.1: (117 commits)
  Adding docker to node scripts.
  Removing node_modules from repo
  Whoops
  Better logging for broken paypal ipns.
  Adding RSS Tracker for Windows to Goodies.
  Refactoring socketio so real-time works around username restrictions.
  Socket.IO v3 on the server too.
  Switching to Socket.IO v3.
  Haproxy splitting for socketio 3
  Socket.io 3
  Handling missing feed.
  Only nb.local.com uses ports for websockets.
  Adding GrazeTEN
  Full node install on setup.
  Updating toprc
  correct newsblur to newsblur_web in tasks
  Changing mongodb server.
  Fixing toprc
  Attempting to collect queries for 1% of requests by using DEBUG.
  Fixing mongo install.
  ...
2021-01-05 19:36:49 -05:00
Samuel Clay
6e07dbaf0f Merge branch 'master' into docker_django3.1
* master: (22 commits)
  Whoops
  Better logging for broken paypal ipns.
  Adding RSS Tracker for Windows to Goodies.
  Refactoring socketio so real-time works around username restrictions.
  Socket.IO v3 on the server too.
  Switching to Socket.IO v3.
  Haproxy splitting for socketio 3
  Socket.io 3
  Handling missing feed.
  Only nb.local.com uses ports for websockets.
  Adding GrazeTEN
  Full node install on setup.
  Updating toprc
  Changing mongodb server.
  Fixing toprc
  Attempting to collect queries for 1% of requests by using DEBUG.
  Fixing mongo install.
  Recalculating premium expiration to take into account forced expirations after gifts.
  Fixing never expire -> 1 year
  Adding 1 year expire to admin.
  ...
2021-01-05 19:12:19 -05:00
Samuel Clay
d05b84e673 Whoops 2021-01-05 14:57:46 -05:00
Samuel Clay
8c3fe964f2 Better logging for broken paypal ipns. 2021-01-05 14:55:53 -05:00
Jonathan Math
a2c7acf3ff correct newsblur to newsblur_web in tasks 2021-01-04 13:33:56 -05:00
Samuel Clay
757b778658 Changing mongodb server. 2021-01-04 13:33:07 -05:00
Samuel Clay
a5cac63a74 Attempting to collect queries for 1% of requests by using DEBUG. 2021-01-04 10:22:04 -05:00
Samuel Clay
5aadbc5413 Recalculating premium expiration to take into account forced expirations after gifts. 2021-01-03 17:48:08 -05:00