NewsBlur/utils
2024-01-07 10:00:39 -05:00
..
archive Merge branch 'django1.11' into django2.0 2020-06-30 12:34:59 -04:00
backups Renaming postgresql backups 2022-04-29 16:53:47 -04:00
munin Merge branch 'master' into dashboard3 2021-04-21 11:23:39 -04:00
scrubber No need to decode twice. 2021-07-05 12:57:21 -04:00
templatetags Fixing relative image urls to be absolute urls. Looks like a BeautifulSoup4 upgrade didn't catch the new attrs syntax. Also fixing bookmarklet loading wrong JS/CSS in development. 2022-11-24 12:53:40 -05:00
__init__.py
custom_domain.sh Rewriting readme from #1545. 2021-12-08 14:55:26 -05:00
db_functions.py Found more instances of mongodb changing timestamps 2021-07-14 22:00:25 -04:00
exception_middleware.py Fixing a substantial number of encoding errors. Also fixing OPML uploads. 2021-01-24 21:05:22 -05:00
facebook_fetcher.py 2to3 NewsBlur/utils/ 2020-06-13 13:13:20 -04:00
feed_fetcher.py Increasing apns payload size close to the max of 4kb. 2023-05-10 07:26:22 -04:00
feed_functions.py No longer sending tons of mail to admins. Logging is where that goes. 2022-02-22 10:19:51 -05:00
feedfinder_forman.py Merge branch 'master' into django2.0 2020-12-08 09:09:25 -05:00
feedfinder_pilgrim.py Python 3 compatibility for requests in feed finder. 2021-05-12 15:52:48 -04:00
fields.py Merge branch 'django1.11' into django2.0 2020-12-03 14:04:26 -05:00
grafana_backup.py add grafana dashboard backup functionality 2021-12-15 13:40:23 -05:00
hostname_ssh.py Removing dependencies from ssh helper. 2021-11-14 18:43:17 -05:00
image_functions.py Refactoring image size fetcher to be much simpler, albeit slower. 2021-03-03 13:50:22 -05:00
jennyholzer.py The Jenny Holzer commit. When reaching the last page of a blurblog, show a Holzer Truism (instead of a 'no more stories' text). 2012-07-06 13:48:06 -07:00
json_fetcher.py Fixing author name in json feeds. 2021-07-29 17:27:53 -04:00
json_functions.py No longer sending tons of mail to admins. Logging is where that goes. 2022-02-22 10:19:51 -05:00
kill_celery.sh Rearranging pkill on celery. 2018-04-18 10:47:57 -07:00
kill_gunicorn.sh Fixing kill commands 2014-05-16 12:39:18 -07:00
kill_node.sh Adding monit script for watching node real-time server. 2013-05-28 18:22:19 -07:00
log.py Bumping log colors. 2023-04-30 18:12:11 -04:00
management_functions.py 2to3 utils/*.py 2020-06-19 02:27:48 -04:00
mongo_command_monitor.py Handling getMore mongo log. 2022-05-11 13:09:59 -04:00
mongo_raw_log_middleware.py Taking archive unreads into account in single feeds. 2022-03-23 16:25:03 -04:00
mongoengine_fields.py 2to3 utils/*.py 2020-06-19 02:27:48 -04:00
monitor_disk_usage.py Bumping postgres server size, fixing monitor disk usage cronjob. 2022-05-13 16:59:57 -04:00
monitor_newsletter_delivery.py Newsletters bouncing looks good. 2021-07-14 11:11:44 -04:00
monitor_redis_bgsave.py remove syntax error from redis bgsave sanity checker 2021-06-27 13:07:32 -06:00
monitor_task_fetches.py Typo 2021-10-06 10:46:29 -04:00
monitor_work_queue.py Work queue size is allowed to grow a llittle. 2021-10-06 11:36:17 -04:00
pipeline_utils.py Adding a RawJSNode to literally read the <script> tags spit out by django-pipeline, and stick those files into embedded JS. But it works and should stay current as it points to the non-cached version. If this gets millions of hits a day, we may want to optimize this, but for now it's fine. 2022-01-28 13:59:51 -05:00
PyRSS2Gen.py 2to3 NewsBlur/utils/ 2020-06-13 13:13:20 -04:00
ratelimit.py explicitly encode strings before hashing 2020-06-20 00:27:01 -04:00
redis_raw_log_middleware.py Updating redis query log to include response time as well. Huge improvement in redis monitoring. 2022-06-24 12:30:29 -04:00
request_introspection_middleware.py Adding file size and archive count to rss feed fetch status board. 2022-09-11 22:13:54 -04:00
restart
rtail.py 2to3 utils/*.py 2020-06-19 02:27:48 -04:00
S3.py 2to3 NewsBlur/utils/ 2020-06-13 13:13:20 -04:00
s3_utils.py Found another old s3 call. Used in avatar uploads. 2021-09-06 17:20:07 -04:00
ssh.sh Removing dependencies from ssh helper. 2021-11-14 18:43:17 -05:00
ssh_hz.sh Adding hetzner servers. 2024-01-07 10:00:39 -05:00
story_functions.py Fixing NYPost feed by ensuring enclosures with href attrbiutes are added to stories even without content. Thanks @kleinmatic! 2022-11-23 12:21:46 -05:00
testrunner.py fix testrunner issues 2020-10-13 22:12:40 +07:00
tlnb.py XoneB 4 LIFE 2022-02-08 15:32:43 -05:00
tlnbt.py Revert "Bumping min to fetch by 1.5X to root out 12 minute broken feed. If this succeeds, narrow down the min_to_decay and then find the feed." 2022-09-11 08:45:29 -04:00
tlnbw.py Extending tlnb. 2021-03-17 20:53:25 -04:00
tornado_escape.py Merge branch 'django3.1' into docker_django3.1 2020-12-08 13:06:56 -05:00
twitter_fetcher.py New twitter auth error. 2023-04-04 09:36:40 -04:00
upgrade_mongo_3.4.sh Upgrading to mongo 3.4 requires dropping old indexes with types attributes. Will need downtime to accomplish. 2020-06-30 17:13:19 -04:00
urlnorm.py Use new url_normalize library, preserving old just in case anything changes. 2022-04-19 15:28:18 -04:00
user_functions.py Merge branch 'django1.11' into django2.0 2020-12-03 14:04:26 -05:00
view_functions.py Merge branch 'django1.11' into django2.0 2020-12-03 14:04:26 -05:00
zgrep.py Fixing zgrep to search python3 logs 2021-07-09 12:31:52 -04:00