1
0
Fork 0
Commit Graph

256 Commits

Author SHA1 Message Date
Nicolas Perriault 1fc6d6b4a2
Clean timelines when switching accounts. 2017-05-13 11:54:35 +02:00
Nicolas Perriault 9753efe7e8
Fix #27: Render universal emojis. 2017-05-13 11:21:29 +02:00
Nicolas Perriault d47a5ad7cc
Center confirm windows. 2017-05-13 10:27:32 +02:00
Nicolas Perriault 5b69f2f094
Ask confirmation before deleting a toot. 2017-05-12 22:45:20 +02:00
Nicolas Perriault 8681a926dc
Confirm when unregistering an account. 2017-05-12 22:41:11 +02:00
Nicolas Perriault 92b9e53b8f
Add a logout button. 2017-05-12 22:03:52 +02:00
Nicolas Perriault 3c7584306f
Fix long links may break a column. 2017-05-12 12:42:18 +02:00
Nicolas Perriault a57fa721bd
Fix #161: Rename spoiler to Content Warning. 2017-05-12 11:49:42 +02:00
Vincent Jousse 7f6bfce7ba Fix input file (attachment) styling for Firefox (#162)
The trick is to hide the input field and style the label instead.
2017-05-12 11:41:53 +02:00
Nicolas Perriault 2f856a8bc3
Inform about media uploading status. 2017-05-11 12:23:10 +02:00
Nicolas Perriault f25f560f8f
Improve media upload button styles. 2017-05-11 12:13:56 +02:00
Nicolas Perriault b7001eb8da Fix #78: Handle media upload. (#156) 2017-05-11 10:55:15 +02:00
Nicolas Perriault 2fae98f452
Refactor error updates. 2017-05-10 09:46:04 +02:00
Nicolas Perriault e87d4ba648
Mitigate issue with time subscription. 2017-05-10 09:13:25 +02:00
Nicolas Perriault 30aafa68a4
Fix typos in README. 2017-05-09 18:55:43 +02:00
Nicolas Perriault b8aecc6312
Updated README. 2017-05-09 18:53:23 +02:00
Nicolas Perriault 7a053b9fa0 Fix #152: Multiple accounts. (#153)
* Update model to store multiple clients.

* Delete tmp registration data after client creation.

* Add minimal account selector view

* Update clients so they can have an account attached.

* List clients in the account selector.

* List accounts in the account selector view.

* It works™.

* Minor CSS fix.

* Reset server value when switching account.

* Fix empty black screen on reauth with new client format.

* Fix typo.

[skip-ci]
2017-05-09 18:43:12 +02:00
Nicolas Perriault 51a802f096
Updated favicon with somthing better. 2017-05-08 14:34:00 +02:00
Nicolas Perriault 73c3868d05 Update thread and account views on new websocket update event. (#151) 2017-05-08 14:13:07 +02:00
Nicolas Perriault 68311725df Optimize generated build. (#150) 2017-05-08 13:08:51 +02:00
Nicolas Perriault 75de9b8c08 Fix #145: Paginate account followers and following lists. (#149) 2017-05-08 12:22:20 +02:00
Frank Taillandier f90f41571b change color on hover on action buttons (#148) 2017-05-07 19:41:29 +02:00
Nicolas Perriault c318be3aa2
Improve status action buttons styling. 2017-05-07 14:48:37 +02:00
Nicolas Perriault 8832b3156f Closes #132: Split model update functions to their own modules. (#147) 2017-05-07 14:31:51 +02:00
Nicolas Perriault 6746b21725 Fix #141: Hide error notifications after a delay. (#146) 2017-05-07 10:01:11 +02:00
Nicolas Perriault 3b852237ed
Make load-more btn area fully clickable. 2017-05-07 09:58:17 +02:00
Frank Taillandier 587bccec9d Tooty should be quiet usable now (#144) 2017-05-06 17:55:55 +02:00
Nicolas Perriault 1a96c4336a Fix #140: Reflect status events in the notifications timeline. (#142) 2017-05-06 17:52:21 +02:00
Nicolas Perriault 55cfab9976 Fix #114: Close autocomplete menu when pressing Esc. (#139) 2017-05-06 16:00:00 +02:00
Nicolas Perriault bda0a82f3f
Mark timelines as loading. 2017-05-06 11:41:50 +02:00
Nicolas Perriault 8344d63f47
Add consistency to timeline names. 2017-05-06 11:15:52 +02:00
Nicolas Perriault 68fc8e5bfd
Prevent thread view jiggling when scrolling to target toot. 2017-05-06 10:36:17 +02:00
Nicolas Perriault 28ec437644
Fix #87: Add a badge when an account follows you. 2017-05-06 00:06:32 +02:00
Nicolas Perriault c6e1fa9fd4
Fix #112: Load more statuses and notifications initially. 2017-05-05 23:55:30 +02:00
Nicolas Perriault 50ee7646fd
Fix #127: Avoid requesting relationships without providing ids. 2017-05-05 23:47:25 +02:00
Nicolas Perriault fcfa767b91 Fix #29: Allow clearing notifications. (#137) 2017-05-05 23:36:16 +02:00
Nicolas Perriault 56ade98158 Fix #134: Paginate notifications. (#136) 2017-05-05 23:35:54 +02:00
Nicolas Perriault 102210aebb
Post #64: Fix erroneous account timeline update. 2017-05-05 19:34:44 +02:00
Nicolas Perriault 3ab26c09d8
Use the right status entry view for the account tl. 2017-05-05 19:20:07 +02:00
Nicolas Perriault 072991520c Fix #133: Show status visibility. (#135)
Also revisits the way we expose visibility choices (and their hierarchy) in the draft form.
2017-05-05 19:18:20 +02:00
Nicolas Perriault 5cbd759ae3
Updated screenshot in README. 2017-05-05 17:43:59 +02:00
Nicolas Perriault 2b74533960 Fix #64: Handle paginations. (#131)
* Extract link header values.
* Expose response link header to a new type.
* Add tests for Mastodon.http.extractLinks.
* WiP
* Wrap decoded content and links into a new Response type.
* Update MastodonMsg handlers so they handle responses.
* Remove debug statements.
* Add edge case to tests.
* Add missing TODO comment.
* Simplifies Mastodon.Http signatures
* Paginate the user timeline.
* I lost my mind. May revert.
* Updated Http API to be more explicit.
* Fuck namespaces.
* Cosmetics.
* I'm burnt out, lost 10 pounds, but it works.
* Fix qs param for local tl was appended to link url.
* Fix my own mediocrity.
* Fix oauth endpoints.
* Fix Link header case handling with Firefox.
* Add test case for link header name case handling.
2017-05-05 17:26:49 +02:00
Nicolas Perriault f542bcfc3b
Fix #130: Hide background buttons in the viewer. 2017-05-04 11:24:53 +02:00
Vincent Jousse 91f5216401 Merge branch 'master' of github.com:n1k0/tooty 2017-05-04 09:18:28 +02:00
Vincent Jousse 3ecb1a2ad3 Fix deploy script 2017-05-04 09:18:13 +02:00
Vincent Jousse 9b8293554f Add scrollIntoView port (#129)
* Add scrollIntoView port

* Fix js formatting

* @n1k0's review
2017-05-04 08:31:58 +02:00
Vincent Jousse bff92549a2 Use currentView to subscribe contextually to WS
Closes #74
2017-05-03 21:58:32 +02:00
Vincent Jousse 59c1050e10 Fix global/local timeline display bug
Closes #93
2017-05-03 21:27:19 +02:00
Vincent Jousse 5a32881afd Fix global timeline display option #109 2017-05-03 20:53:12 +02:00
Frank Taillandier fe1e4632b2 More contrasted toot button (#128) 2017-05-03 18:37:45 +02:00