Samuel Clay
7cfba433c7
Updating to jquery 3.5.1 ( fixes #1324 ). Everything looks good, who knows what's broken though.
2020-06-09 15:37:04 -04:00
Samuel Clay
c60c00e504
Fixing #824 . Muted sites now show a muted icon in All Sites view.
2020-06-09 11:59:13 -04:00
Samuel Clay
3a1a94cc60
This actually fixes #1098 by keeping the add url even through login.
2020-06-08 20:40:45 -04:00
Samuel Clay
0168010788
Fixing #1098 : Show login when adding a url but user is unauthenticated.
2020-06-08 20:26:06 -04:00
Samuel Clay
cd953e8872
Latest django 1.8
2020-06-08 18:27:24 -04:00
Samuel Clay
6994b02e57
Bumping newsletter bounce to 50%.
2020-06-08 15:12:23 -04:00
Samuel Clay
e42f3011af
Updating emails on monitors.
2020-06-08 15:11:42 -04:00
Samuel Clay
684f807b75
Android v10.0b2.
2020-06-08 15:11:30 -04:00
Samuel Clay
2e2ed09d0b
Updating refresh_feeds task in readme.
2020-06-08 13:53:09 -04:00
Samuel Clay
2f52df8d5b
Merge pull request #1320 from sictiru/android-widget
...
Android widget 2
2020-06-08 13:52:48 -04:00
Samuel Clay
d354828727
Removing google reader signup.
2020-06-08 12:20:19 -04:00
Samuel Clay
38fcbed6fb
Cleaning up migrations.
2020-06-08 11:51:26 -04:00
Samuel Clay
2babac75ca
REQUEST -> POST
2020-06-08 11:25:52 -04:00
Samuel Clay
e6b7642b7b
REQUEST -> POST
2020-06-08 11:25:23 -04:00
Samuel Clay
4653d23dde
REQUEST -> GET
2020-06-08 11:24:42 -04:00
Samuel Clay
7f38f64447
Removing unused south calls.
2020-06-08 11:07:05 -04:00
Samuel Clay
721779b357
Cleaning up 3 apps.
2020-06-08 10:44:59 -04:00
Samuel Clay
ad748549f7
Merge branch 'master' into django1.8
...
* master:
https only time
2020-06-08 10:33:14 -04:00
jmath1
c8cbd39c2b
Upgrade to django==1.8
2020-06-08 08:11:20 -04:00
jmath1
bcfc17a9db
use DiscoverRunner to run tests
2020-06-08 07:56:11 -04:00
jmath1
ebd0da2d63
change management commands to use argparse instead of optparse
2020-06-08 07:55:17 -04:00
jmath1
ae8b74398f
Add skip_checks=False to keep behavior consistent with previous django version
2020-06-08 07:45:19 -04:00
jmath1
4290d68047
change django.core.context_processors to django.template.context_processors
2020-06-08 06:26:25 -04:00
jmath1
e7f8aa359b
add skip_checks kwarg to call_command to maintain old functionality that was lost in django upgrade
2020-06-08 06:04:07 -04:00
jmath1
abdf1b67e5
change mimetype to content_type
2020-06-08 05:35:27 -04:00
jmath1
cceedbf007
change mimetype to content_type
2020-06-08 00:10:52 -04:00
jmath1
746f2c28f6
change UserSubscriptionFolders to OneToOneField from unique ForeignKey
2020-06-08 00:10:20 -04:00
jmath1
49ed5dabb4
put psycopg2 back into requirements.txt
2020-06-08 00:04:52 -04:00
jmath1
3a78a6eb3e
remove south migrations
2020-06-07 23:59:08 -04:00
Samuel Clay
7e6ac2c98d
https only time
2020-06-07 13:36:53 -04:00
jmath1
09b9583b7a
Update README files to replace syncdb with migrate
2020-06-07 08:12:51 -04:00
jmath1
a88708367d
remove AUTH_PROFILE_MODULE
2020-06-07 08:09:00 -04:00
jmath1
3f8b0655d4
change mimetype to content_type and stop using request.REQUEST
2020-06-07 08:04:23 -04:00
jmath1
63dbaa82b3
change requires_model_validation to requires_system_checks in shellplus management command
2020-06-07 03:00:35 -04:00
jmath1
e9405d4d5b
change django.forms.util to django.forms.utils
2020-06-07 01:14:10 -04:00
Andrei
67f992a81f
Android widget fetch latest stories on reading
2020-06-06 22:02:35 -07:00
jmath1
9cbc417eaf
re-add local_settings.py.template and change CACHE syntax in accordance with django 1.7
2020-06-07 00:51:31 -04:00
jmath1
15dde30fa8
custom fields now need to have a deconstruct() method. Implemented in vendor/oauth2client/django_orm.py
2020-06-06 23:56:47 -04:00
jmath1
4fe8569515
change allow_syncdb to allow_migrate in settings.py
2020-06-06 23:55:47 -04:00
jmath1
5fc2ce1f26
explicity initialize django in fabfile
2020-06-06 23:53:12 -04:00
jmath1
127405e95a
add migrations that were autodetected with django1.7 autodetect feature
2020-06-06 23:13:14 -04:00
jmath1
ede33ad242
change requirements.txt to use django==1.7
2020-06-06 23:12:31 -04:00
Samuel Clay
6490476a31
Merge branch 'master' into django1.6
...
* master: (34 commits)
Updating Mercury Parser (in the hopes it fixes #1147 , but if not, here's to how do it later).
Adding twitter lists to feed fetcher.
20% bounces on newsletters is cause for concern.
Better text in monitor emails
Adding newsletter checker and feed fetcher checker for better monitoring.
Android v10.0b1
Documenting saved searches in the API. For #1298 .
Relying on fabric instead of nginx to take care of certificate locations.
Different ssl cert location.
Adding archive in utils, changing email in disk usage monitor.
Turning off https-only because the SSL certificate seems to have a broken root.
Android widget date time format. Exclude hidden stories in widget
Android widget config list adapter cleanup
Android widget config nested vs flat list view
Android widget opens story in All Stories view
Android widget config feed list updates
Android widget colors. Widget config empty state. Widget update triggers
Android widget config feed list filters
Android widget parse and add new feed fields to db
Android widget empty view. Tap to config. Default feed set
...
2020-06-05 11:03:11 -04:00
jmath1
4e89bcd67a
upgrade to django 1.6 and make migrations
2020-06-05 11:00:54 -04:00
Samuel Clay
bf472ae8fe
Updating Mercury Parser (in the hopes it fixes #1147 , but if not, here's to how do it later).
2020-06-04 17:48:10 -04:00
Samuel Clay
d37ca03d07
Adding twitter lists to feed fetcher.
2020-06-04 16:57:04 -04:00
Samuel Clay
ed428708e6
20% bounces on newsletters is cause for concern.
2020-06-03 12:55:44 -04:00
Samuel Clay
2c747c29f2
Better text in monitor emails
2020-06-03 12:44:47 -04:00
Samuel Clay
6d2d9a61e9
Adding newsletter checker and feed fetcher checker for better monitoring.
2020-06-03 12:38:11 -04:00
Samuel Clay
b38d3924eb
Android v10.0b1
2020-06-02 16:44:44 -04:00