Commit Graph

8402 Commits

Author SHA1 Message Date
Sahat Yalkabov
ca70233443 Username or User's name will be displayed next to logout link when user is authenticated. User's name takes precedence over username aka email 2013-12-11 22:20:45 -05:00
Sahat Yalkabov
a9cd6e07ac User profile pictures now defaults to empty string, it won't be displayed if it's not present 2013-12-11 22:16:06 -05:00
Sahat Yalkabov
6e0c7afb5a Cleanup and minor fixes 2013-12-11 21:59:40 -05:00
Sahat Yalkabov
3d923215c2 Css libraries are now loaded separately in the <head>, styles.less only includes its own styles 2013-12-11 21:56:04 -05:00
Sahat Yalkabov
13d0b1b28e Moved library css to css/lib folder 2013-12-11 21:55:32 -05:00
Sahat Yalkabov
a26833f667 Css adjustments 2013-12-11 20:50:48 -05:00
Sahat Yalkabov
ec452a1d54 Replaced h2 Login with form legend Login 2013-12-11 20:45:29 -05:00
Sahat Yalkabov
6fda1489aa Signup page redesign, kept old iOS template just in case 2013-12-11 20:42:30 -05:00
Sahat Yalkabov
5ce2730256 Login page redesign 2013-12-11 20:26:53 -05:00
Sahat Yalkabov
d73e615362 Contact form redesign 2013-12-11 19:57:22 -05:00
Sahat Yalkabov
10f1b5abde Login redesign, saved ios7 login just in case 2013-12-11 19:05:16 -05:00
Sahat Yalkabov
cab305b446 Increased body padding 2013-12-11 15:35:22 -05:00
Sahat Yalkabov
d961615a02 Added back flatUI CSS 2013-12-11 15:34:53 -05:00
Sahat Yalkabov
e812affdb2 Replaced LESS font-awesome with minified css 2013-12-11 15:34:14 -05:00
Sahat Yalkabov
f8f7f74c7b Renamed app.less to styles.less 2013-12-11 15:33:47 -05:00
Sahat Yalkabov
f8b64f985d Removed etsy links, won't be doing that API yet 2013-12-10 03:13:48 -05:00
Sahat Yalkabov
b129de494f Right margin 10px on tweet images 2013-12-10 03:10:43 -05:00
Sahat Yalkabov
e212ddb629 Reverted back to .user class as it was causing side-effect issues.
UI cleanup on Twitter page.
2013-12-10 03:08:43 -05:00
Sahat Yalkabov
1b4a74b46b right image padding set to <ul> not just to the class of list 2013-12-10 03:05:08 -05:00
Sahat Yalkabov
06b4c3bcd6 Geolocation parameter on tweets 2013-12-10 02:58:03 -05:00
Sahat Yalkabov
96b45bb82e Blue twitter logo in page-header 2013-12-10 02:41:18 -05:00
Sahat Yalkabov
b306c2de31 Twitter page links 2013-12-10 02:18:42 -05:00
Sahat Yalkabov
9608c3d770 Updated links on new york times page 2013-12-10 02:16:54 -05:00
Sahat Yalkabov
2bee6008df Twitter API search tweets by keyword example 2013-12-10 02:14:44 -05:00
Sahat Yalkabov
734c4e6741 Added missing tokenSecret when new twitter account is created 2013-12-10 01:56:43 -05:00
Sahat Yalkabov
86952ebac0 Twitter API library 2013-12-10 01:53:28 -05:00
Sahat Yalkabov
1e17d8b99f Lowered navbar opacity to 0.90 2013-12-10 01:28:19 -05:00
Sahat Yalkabov
bb577d43ea NYT Bestsellers are now displayed in a sortable table with isbn, author, title and description of each book 2013-12-10 01:27:58 -05:00
Sahat Yalkabov
3bd21d9244 New york times bestsellers api implementation 2013-12-10 01:16:03 -05:00
Sahat Yalkabov
2a9901d2c2 Added top albums images on last.fm page 2013-12-10 00:36:52 -05:00
Sahat Yalkabov
b72599151a Async parallel to retrieve artist's top albums as well 2013-12-10 00:32:23 -05:00
Sahat Yalkabov
96a1892234 Updated top bar links on last.fm page 2013-12-10 00:03:49 -05:00
Sahat Yalkabov
4d20bf653a Cleanup 2013-12-09 23:53:47 -05:00
Sahat Yalkabov
135550d38d Added similar artists, artist stats 2013-12-09 23:46:10 -05:00
Sahat Yalkabov
c5d2513e43 Added artist information on last.fm example with bio, tags, cover image, and stats 2013-12-09 23:11:41 -05:00
Sahat Yalkabov
e8f2a6688b Added forms for artist and track retrieval on last.fm page 2013-12-09 21:20:41 -05:00
Sahat Yalkabov
32ef20a04d created New york times api template 2013-12-09 21:04:40 -05:00
Sahat Yalkabov
d4af82594f Last.fm get artist info example 2013-12-09 19:26:26 -05:00
Sahat Yalkabov
67da9d7f01 Last.fm auth callbacks 2013-12-09 17:14:20 -05:00
Sahat Yalkabov
e0c8820e85 Added last-fm package 2013-12-09 16:57:26 -05:00
Sahat Yalkabov
3128b9bb2f Added doc comments to api controllers 2013-12-08 19:07:22 -05:00
Sahat Yalkabov
76b8db7087 added authorized middleware to github route 2013-12-08 16:17:05 -05:00
Sahat Yalkabov
08c1b9673c Unauthorized page no longer needed 2013-12-08 04:50:00 -05:00
Sahat Yalkabov
37392d1fae passport isAuthorized middleware. Fixed headers already sent errors. 2013-12-08 04:30:43 -05:00
Sahat Yalkabov
7b4549b368 Refactoring 2013-12-08 03:58:56 -05:00
Sahat Yalkabov
195f916f56 Added isAuthorized middleware to tumblr and foursquare routes 2013-12-08 02:23:59 -05:00
Sahat Yalkabov
51001a0497 Created isAuthorized middleware 2013-12-08 02:10:49 -05:00
Sahat Yalkabov
06db58c554 Added aviary api example 2013-12-08 01:49:18 -05:00
Sahat Yalkabov
58805c678d Code cleanup 2013-12-08 01:17:12 -05:00
Sahat Yalkabov
ba75d67688 Display just the latest tumblr photo post instead of all posts 2013-12-08 01:02:33 -05:00