Commit Graph

237 Commits (4c972aaceab4b9bf63c24e72acc321cc47b60b43)

Author SHA1 Message Date
eric 72a40976bc add degruyter handling
- move harvest to separate module
- add ratelimiter class
- add pdf stapler
- add a googlebot UA
- add base url storage in get_soup
2019-02-28 15:32:41 -05:00
eric 6535505e4d Revert "Merge branch 'master' into master"
This reverts commit bd52df020d, reversing
changes made to e455d9a766.
2018-11-03 17:23:07 -04:00
eshellman bd52df020d Merge branch 'master' into master 2018-11-03 17:06:09 -04:00
eric ebc1e2e8f9 group writable logs
log needs to be writable by both www-data (running from apache) and ubuntu (running during settup or celery) users
2018-08-01 20:07:55 -04:00
eric b5bcdea744 wrong jquery ui 2018-07-30 14:26:51 -04:00
eric f951137981 jquery ui 1.12 not compatible with selectable 2018-07-29 15:41:33 -04:00
eric bf004702b8 use the all-fixed dj-notification 2018-07-26 17:32:56 -04:00
eric 961c8eebb2 remove debug context processor
raises exception when used without a request
2018-07-26 11:25:51 -04:00
eric 9b0dc3a20d re-fix notifications 2018-07-24 15:50:58 -04:00
eric d86912a61d remove maintenance mode
and switch to MIDDLEWARE
2018-07-24 09:04:43 -04:00
eric ad19be5523 update ckeditor 2018-07-23 14:42:23 -04:00
eric 2179021a4f turn on runserver logging 2018-07-23 14:41:46 -04:00
eric 24f1321321 dj 1.11! 2018-07-23 14:41:05 -04:00
eric 147822b2a5 update dj selectable
Also put jquery-ui-theme in settings
2018-07-23 10:02:03 -04:00
eric 26d65e8793 facebook id not useful; get pic instead 2018-07-20 13:03:51 -04:00
eric 9f98ddddfe update to factored social_auth
addresses facebook's limits  on passing state in redirect; (also addresses dj111 compatibility)

updated httplib2 fixes goodreads issue
2018-07-19 17:38:36 -04:00
eric 88a50073de Merge remote-tracking branch 'Gluejar/master' 2018-06-09 15:54:14 -04:00
eric ca5e5bed0c update boto 2018-06-08 13:55:05 -04:00
eric f597da88aa make sure common.keys overrides common 2018-06-07 13:05:25 -04:00
eric 3661faec0a Merge remote-tracking branch 'Gluejar/master' into catchup
# Conflicts:
#	core/models/__init__.py
#	core/models/bibmodels.py
#	vagrant/host_vars/prod/secrets.yml
2018-05-23 13:56:27 -04:00
nicholas antonov 568183d3e4 Make download page work on mobile 2018-04-24 19:42:52 -04:00
eric d710f8e25f new endless 2018-04-19 21:25:12 -04:00
jonahmania 97708c41d6 Merge in master 2018-02-13 17:42:09 -05:00
eric bec9d46dc4 fix campaign execution 2018-02-01 21:48:00 -05:00
Nicholas Antonov 5d51759a92 add files (imports fail) 2018-01-30 12:40:50 -05:00
eric a1c96ebd1a only allow image uploads 2018-01-26 12:54:25 -05:00
eric 877affd8bf implement sass for only pledge.css 2017-12-12 13:26:01 -05:00
eshellman 76dc6d010c
Merge pull request #731 from EbookFoundation/newfoundation
try scss off production
2017-12-11 16:23:46 -05:00
eric 5e5a7c699a determines error logging email 2017-12-09 13:55:41 -05:00
Nicholas Antonov 893d8abc4a Make django scss preprocessor work 2017-12-07 16:33:10 -05:00
Nicholas Antonov 9513514beb Start adding sass preprocessor 2017-12-05 18:46:18 -05:00
eric bb29fc3d1f remove gluejar.com 2017-11-18 16:34:56 -05:00
eric 699ef09728 remove old static folder 2017-06-20 14:47:29 -04:00
eric 4cc0e0fe4f delete regluit.questionnaire 2017-06-20 11:08:14 -04:00
eric b9053183ba passes all tests without secret keys 2016-12-30 22:26:16 -05:00
eric cf57c78686 bookloader is mocked 2016-12-30 17:24:20 -05:00
eric 088f08831c move db params to vault 2016-12-21 14:36:06 -05:00
eric 7d749f068a revive settings files 2016-12-20 14:55:53 -05:00
Raymond Yee 4033b6f123 first steps to encrypting variables in settngs/common.py 2016-12-08 14:26:59 -08:00
eric 33a1482cc7 refactor libraryauth
try to keep all the user reg stuff in libraryauth, in prep for
splitting it off
2016-07-28 15:28:05 -04:00
eric 4ff63359b3 migration to repair db
The migrations needed to migrate our db to django 1.8 are as follows:
django-admin.py migrate default 0001_initial --fake
django-admin.py migrate --fake-initial auth
django-admin.py migrate default 0002_add_related_name --fake
django-admin.py migrate core --fake
django-admin.py migrate libraryauth
django-admin.py migrate --fake-initial
2016-07-28 10:10:05 -04:00
eric 827c33e7a0 Deprecated template settings
https://docs.djangoproject.com/en/1.9/releases/1.8/#s-template-related-s
ettings
2016-07-27 13:48:12 -04:00
eric cafd163f77 deprecate profile 2016-07-23 12:09:18 -04:00
eric 9da195dcc8 remove south, fix migration problems 2016-07-21 16:09:42 -04:00
eric f3cb6c9edf switch to contrib_comments
removed in 1.8
2016-07-21 16:05:57 -04:00
eric dbcf4dba6b remove payment.templatetags
duplicate app name not allowed in 1.7
2016-07-21 15:57:42 -04:00
eric a6c1371ba5 remove the "nonprofit" campaign functionality 2016-07-08 10:57:01 -04:00
Raymond Yee c95ba9f1f2 update campaigntest.py to use GeckoDriver to drive Firefox 2016-06-15 11:16:33 -07:00
Raymond Yee 9c59b701ed Merge pull request #587 from Gluejar/fix-survey-runinfo
Improve survey app
2016-05-31 16:13:34 -07:00
eric 4e2e2b1683 fix lost values on prev link
Maybe this app was converted from a non-django app, because the code to
get the runid was not django-ish
2016-05-24 18:52:18 -04:00