Commit Graph

104 Commits

Author SHA1 Message Date
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
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
Obosob
42d40cf6fc Make selfpost/x-post logic easier to follow 2015-07-31 09:18:52 +01:00
Obosob
f4ea094e93 address Brobin's comments on #126 2015-07-30 16:46:47 +01:00
Obosob
68d5d99f57 Handle internal reddit links internally, including x-posts 2015-07-30 09:01:20 +01:00
Brobin
4278d32a00 opens selfposts internally instead of in the browser 2015-07-28 17:03:15 -05:00
michael-lazar
7c70c5ce59 Merge pull request #116 from kbakulin/fix-none-flair
Don't show flair when it's None
2015-07-07 12:16:06 -07:00
Konstantin Bakulin
31fa125251 Don't show flair when it's None 2015-07-07 21:43:44 +03:00
Konstantin Bakulin
802ba669c1 Delete unused variables 2015-07-07 21:34:35 +03:00
Lawrence Vanderpool
0bc97348fe PEP8'd content.py and subreddit.py 2015-06-08 06:43:15 -04:00
Michael Lazar
2a935922bf Upping version, updated readme, changed post keybind. 2015-05-28 20:54:04 -07:00
Michael Lazar
c419a3fd23 Accidentally disabled the unicode vote symbols. 2015-05-13 00:24:49 -07:00
Michael Lazar
bf2d464081 Switched unicode to be the default mode. 2015-05-12 23:42:31 -07:00
Michael Lazar
a23561e8f5 Merge branch 'master' into unicode_kitchen
Conflicts:
	rtv/subreddit.py
2015-05-12 23:11:38 -07:00
Michael Lazar
3fb3f58975 Minor bugfixes. 2015-05-02 17:34:53 -07:00
Michael Lazar
f0ec9ba712 Refactored vote arrow logic. 2015-05-02 16:37:25 -07:00
Michael Lazar
02e9e5e399 Implemented add_line wrapper to fix unicode bugs with curses.addnstr. 2015-05-02 16:23:02 -07:00
Brobin
eabfb6ad88 implemented hsitory logging accross sessions witha history.log file
remove unnecessary variable

return an empty set if the file doesn't exist

xrange is range in python3
2015-04-28 10:29:08 -05:00
Michael Lazar
9b9b995f87 Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-04-16 19:17:40 -07:00
Brobin
9edbd9317f added nsfw tags 2015-04-16 10:34:49 -05:00
Michael Lazar
3f04347886 Hopefully made safe_call() more pythonic. 2015-04-13 01:01:18 -07:00
Michael Lazar
fa63247f5f Fixed edit(). 2015-04-11 22:07:30 -07:00
Michael Lazar
4461782c67 Fixed a few edit/delete edge cases, consolidated error handling. 2015-04-11 21:52:46 -07:00
Michael Lazar
3e6b7c98d5 Added error checking, still need to test. 2015-04-10 18:22:57 -07:00
Brobin
68ae4570dc fixed submission file to have default content 2015-04-07 22:14:35 -05:00
Michael Lazar
ea1230d30c Added logging and error handling for posts and comments. 2015-04-05 18:29:12 -07:00
Michael Lazar
9ee21fe1ce Docstring wordings, refactored /r/me handling, updated README. 2015-04-05 17:11:25 -07:00
Michael Lazar
cd6047b5a9 Merge remote-tracking branch 'origin/master' into cleanup 2015-04-05 12:30:48 -07:00
michael-lazar
77915ad672 Merge pull request #74 from Brobin/user_profile_page
added user profile page for logged in users
2015-04-05 12:30:06 -07:00
Tobin
4b326cf218 goodbye username 2015-04-04 17:23:25 -05:00
Tobin
c69728bea0 remove username attribute and use reddit.user.name 2015-04-04 17:16:27 -05:00
Michael Lazar
6c5c155311 Cleaned up SubmissionContent.from_name() 2015-04-04 14:12:25 -07:00
Tobin
3253535273 reddittor -> redditor :octocat: 2015-04-04 15:18:50 -05:00
Tobin
2f8dcabbef removed keybinding for profile sub, now just /r/me 2015-04-04 15:09:57 -05:00
Tobin
a6fda5f9ab fix merge conflicts 2015-04-03 23:47:14 -05:00
Tobin
69c3f1c357 added gold symbol to submissions 2015-04-03 23:43:14 -05:00
Tobin
a2b64a3983 catch request exception 2015-04-03 17:14:28 -05:00
Tobin
a14049afcf added viewing user's submissions with ; key or /r/me 2015-04-03 17:13:43 -05:00
michael-lazar
4017c8655f Merge pull request #58 from Brobin/post_submission
Added posting a Submission (text post)
2015-04-02 23:22:26 -07:00
Michael Lazar
a603593381 #67, Fixed unicode bug on python2. 2015-04-02 20:52:39 -07:00
Tobin
49977151d1 Make sure the post has content, show dialog if not 2015-04-01 21:26:12 -05:00
Tobin
26d4d247b0 fix subreddit name when user tries to post to /new etc. 2015-04-01 16:27:42 -05:00
Tobin
feffe83e06 Disallow posting to /r/all, /r/front. Use subreddit instead of name 2015-04-01 15:07:57 -05:00
Tobin
e3db8d4ee4 properly strip subreddit name and post submission 2015-04-01 13:20:18 -05:00
Tobin
5c68a008c9 Basic framework to post submission, doesn't actually submit it yet 2015-04-01 13:06:17 -05:00
Tobin
31526483fd catch IndexError when the search returns no results 2015-03-31 13:52:09 -05:00
Tobin
a1fdd2a93a move cursor to top after search, prompt_input method 2015-03-31 13:24:33 -05:00
Tobin
f9265fd33b catch error when there are no results 2015-03-31 10:49:56 -05:00
Tobin
26aab7a2cd implemented subreddit search. search for posts 2015-03-31 10:47:15 -05:00