-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Header bar can be used to type bash commands #25
Comments
It would be nice to print who's online, I can provide a simple json api for that, if you want. |
The api should just return an array, that way it would be easier to iterate over it 👍 |
Our API uses OAuth for authentication. Shouldn't this api be available without OAuth since I'm making requests from the same domain ? If not are the OAuth steps document anywhere ? |
It works for me, without OAuth. Are you sure you are logged in? The db was |
Works now ! |
Done. Just type in |
Would you implement a We must make it easier for the players to change their nicknames. Currently, there is an "S" link on the profile page which they can use to get to a form and change the nickname. |
http://wouso.rosedu.org/api/#post--api-info-nickname- here it is <- jost post the new nickname and watch the response. |
What do I have to send via POST, just the new nickname ? |
Yep. |
From what I see the header bar does not do autoscroll for the |
the website is not updating..i think, or a very aggressive cache ;( |
There was some ssh mess in the update process, seems ok now. |
Great. More bugfixes tonight :) |
Adding things like
cd ~username
to go to homepage or making the header bar location change depending on the page you are on.The text was updated successfully, but these errors were encountered: