Commit Graph

425 Commits

Author SHA1 Message Date
Théo Piboubès b643ce9559 Complete logout 2015-09-04 18:23:10 +02:00
Théo Piboubès eaed514208 OAuth flow terminal web browser support 2015-09-04 18:22:01 +02:00
Théo Piboubès 6933b35240 Avoid infinite loop if server crashes 2015-09-04 18:18:31 +02:00
Théo Piboubès f6546aaf75 Let PRAW manage authentication 2015-09-01 22:32:56 +02:00
Théo Piboubès 314d2dbf26 OAuth config file improvements 2015-08-31 20:37:02 +02:00
Théo Piboubès 3fb4dc66bb README 2015-08-28 21:15:49 +02:00
Théo Piboubès d24c81bce6 External OAuth configuration file 2015-08-28 21:13:57 +02:00
Théo Piboubès c579aa928d Additional Python 2 instructions 2015-08-28 20:40:40 +02:00
Théo Piboubès d2822ccf85 Make OAuth compatible with Python 2 2015-08-28 20:28:58 +02:00
Théo Piboubès a2fa9c5ea3 Fix ResourceWarnings 2015-08-20 14:39:45 +02:00
Théo Piboubès e7ad6067d2 Error handling 2015-08-20 13:34:37 +02:00
Théo Piboubès 9e27bee7e6 Quickfix 2015-08-20 13:24:34 +02:00
Théo Piboubès a15eaee258 Adding webapp HTML template files 2015-08-20 00:55:28 +02:00
Théo Piboubès b25b533783 Bundling webserver into RTV 2015-08-20 00:49:25 +02:00
Théo Piboubès 84039aa061 Revert to six configparser (compatibility module) 2015-08-19 22:33:53 +02:00
Théo Piboubès a15934e5e4 Default auto_login and README update 2015-08-17 04:28:15 +02:00
Théo Piboubès 46dda7a2bc No more default auto-login 2015-08-17 02:25:34 +02:00
Théo Piboubès 4990a45c7b Removing unneeded arguments 2015-08-17 00:38:21 +02:00
Théo Piboubès efed781fa1 Refactoring and making rtv OAuth-compliant 2015-08-17 00:36:18 +02:00
Théo Piboubès ef38b112a2 Update method name 2015-08-16 22:21:24 +02:00
Théo Piboubès f19b96948f OAuth authentication 2015-08-16 05:45:14 +02:00
Michael Lazar 9fec4a8cdd Merge branch 'TheoPib-master' 2015-08-12 10:13:25 -07:00
Michael Lazar ac939b5f96 Switched back to putting the subreddit name first on the submission page. 2015-08-12 10:12:53 -07:00
Michael Lazar 97c1708c88 Merge branch 'master' of https://github.com/TheoPib/rtv into TheoPib-master 2015-08-12 09:53:24 -07:00
Théo Piboubès 2c7a0ed4ba Wrap subreddit title instead of name 2015-08-12 15:27:55 +02:00
Théo Piboubès 691986abd4 Refactoring the way a selected sub is opened 2015-08-12 14:39:49 +02:00
michael-lazar 68c7d6e4ba Merge pull request #132 from obosob/patch-1
Don't forget to add selfposts and x-posts to history
2015-08-10 10:05:22 -07:00
Théo Piboubès a02322d5fe Remove old method (moved in SubredditController) 2015-08-10 18:17:51 +02:00
Théo Piboubès 248a87a7e5 Some additional keybindings 2015-08-10 18:06:55 +02:00
obosob 0879dc3c57 Update subreddit.py 2015-08-10 13:05:11 +01:00
michael-lazar 7f0c91d9d2 Merge pull request #129 from obosob/pr_misc
Just a couple of little things
2015-08-10 01:46:54 -07:00
obosob 62f01ca0d1 Don't forget to add selfposts and x-posts to history
Links for selfposts and x-posts don't go purple after my last PR (#126). This'll fix it.
2015-08-10 09:19:52 +01:00
Michael Lazar 93e2d8739c Merge branch 'master' of https://github.com/michael-lazar/rtv
Conflicts:
	rtv/content.py
2015-08-10 00:04:23 -07:00
Michael Lazar d2e8c9c04c Took the opportunity to clean up a few things and fix some old "order" errors. 2015-08-10 00:00:10 -07:00
Théo Piboubès 7e6f639162 Update README.rst 2015-08-10 01:20:20 +02:00
Théo Piboubès ffd4d4f2a5 Removing another unneeded import 2015-08-10 01:16:00 +02:00
Théo Piboubès 2baecbdf58 Removing unneeded imports 2015-08-10 00:56:09 +02:00
Théo Piboubès 57d59c034d Add new command to help menu 2015-08-10 00:40:04 +02:00
Théo Piboubès 0da69a1935 Ability to open highlighted subreddit and go back 2015-08-10 00:33:48 +02:00
Théo Piboubès 77db8f6c5c Typo 2015-08-09 23:46:03 +02:00
Théo Piboubès 0274823b7e Safe call is useless here + some refactoring 2015-08-09 23:32:17 +02:00
Théo Piboubès be7cd1a071 Cleaner subscriptions draw_item() implementation 2015-08-09 21:07:04 +02:00
Théo Piboubès 0113f81705 Split subreddit name and title on two lines 2015-08-09 19:48:12 +02:00
Théo Piboubès 57d3f10caa No need for this much space 2015-08-09 19:33:22 +02:00
Théo Piboubès af969d1a49 Subscriptions page foundations 2015-08-09 19:25:29 +02:00
ysakamoto b6c6933883 remove unncesseary order specification from submission url 2015-08-07 03:44:32 -05:00
ysakamoto 84dc58f94d added IndexError catch to repress non-exsiting sorting method error 2015-08-07 03:44:01 -05:00
ysakamoto 023dc6e0dd Number keys to refresh the submission/comments and sort by:
1: hot, 2: top, 3: rising, 4: new, 5: controversial
2015-08-06 02:40:55 -05:00
michael-lazar 372e3036fb Merge pull request #126 from obosob/internal_links
Handle internal reddit links internally, including x-posts
2015-08-05 13:55:30 -07:00
Michael Lazar e7e133d73b Upping version. 2015-08-01 21:14:06 -07:00