2
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed layout of status to display full content More... about 8 years ago
Use plus.email and plus.me for google scopes More... about 8 years ago
Include tatami controller More... about 8 years ago
Hide post button while in post state More... about 8 years ago
Hide buttons when on log in state More... about 8 years ago
Add confirmation dialog before deleting a post More... about 8 years ago
Readme to participate in mobile app beta for ios More... about 8 years ago
Only 50 posts can be favorited, and they are all fetched at the same time. So infinite scrolling is not needed, return an empty array, which will hide the ion-infinite-scroll More... about 8 years ago
Add infinite scroll for the mentions page More... about 8 years ago
Add method to get old mentions More... about 8 years ago
Add ion-infinite-scroll to the status list More... about 8 years ago
Added status refresher method to get old posts from the home timeline More... about 8 years ago
Add infinite scroll to timeline More... about 8 years ago
Merge branch 'master' of https://github.com/ippontech/tatami More... about 8 years ago
Mobile module will install and clean the node modules directory using maven More... about 8 years ago
Fetch clientId when entering login state More... about 8 years ago
Fixed logging in and out to use token More... about 8 years ago
Removed logging statements More... about 8 years ago
Add google api for fetching user data More... about 8 years ago
Set spring security log level to warn More... about 8 years ago
Refactoring the user authentication process More... about 8 years ago
Use login controller to start the google auth process, then store the token in local storage More... about 8 years ago
Add interceptor and use local storage to store user token More... about 8 years ago
Add google api authentication provider and use goole auth token to authenticate a user More... about 8 years ago
Clear the localstorage when the user logs out More... about 8 years ago
Add rest endpoint which receives the authorization code in the header and authenticates the user More... about 8 years ago
Set logging level to trace More... about 8 years ago
Added google client secret and id to the properties file More... about 8 years ago
Get authorization code, then call rest endpoint to start authentication process More... about 8 years ago
Added xauth token filter More... about 8 years ago