Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-27 | [Glitch] Volume sliders for videos | Thibaut Girka | |
Port f978afa4871c22caecb625a0b3eba533edfa309b to glitch-soc | |||
2018-11-25 | Update MediaGallery and Video props when folding/unfolding CWs in detailed ↵ | Thibaut Girka | |
statuses | |||
2018-11-25 | Render placeholder when inline video container width isn't known | Thibaut Girka | |
2018-11-25 | Render placeholder instead of image when MediaGallery container width isn't ↵ | Thibaut Girka | |
known | |||
2018-11-19 | Move URLs to backend in their own file | Thibaut Girka | |
2018-11-16 | Fix composer not displaying on iPad | Thibaut Girka | |
2018-11-15 | In detailed status view, take displayMedia setting into account when ↵ | Thibaut Girka | |
changing media Fixes #819 | |||
2018-11-13 | Add field to serialized local-only statuses | Thibaut Girka | |
2018-11-13 | Exclude local-only toots from atom feeds | Thibaut Girka | |
2018-11-13 | [Glitch] Fix race condition when interacting with deleted toots | Thibaut Girka | |
Port c875f19673e923e7a6e3c2b6656e96b863ca5915 to glitch-soc | |||
2018-11-13 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-11-13 | [Glitch] Prepend account header even when status list is empty | Thibaut Girka | |
Partially port 90b64c006998ec3bae365007781c61e8a79eeeef | |||
2018-11-13 | [Glitch] Fix loading indicator inconsistency | Thibaut Girka | |
Port 3cecf3e5b995f5035b17fd9572c17ba1ede9346b to glitch-soc | |||
2018-11-13 | [Glitch] Use local instead of global loading indicator for timelines, ↵ | Thibaut Girka | |
account timelines Port dd00cd19d2536ce70442d74d72986721427691a5 to glitch-soc | |||
2018-11-13 | Fix race condition causing shallow status with only a "favourited" attribute ↵ | ThibG | |
(#9272) Fixes #9231 | |||
2018-11-12 | Fix null error introduced in #9270 (#9275) | Eugen Rochko | |
2018-11-12 | Perform deep comparison for card data when receiving new props (#9270) | ThibG | |
Fixes #9226 | |||
2018-11-11 | Only consider mouse move in scrolling on item insertion (#9262) | Les Orchard | |
Fixes #9259 | |||
2018-11-11 | i18n: Add ja translations (#9261) | mayaeh | |
* Run yarn manage:translations * Add Japanese translations. | |||
2018-11-10 | Fix emoji update date processing (#9255) | ThibG | |
2018-11-10 | Check that twitter:player is valid before using it (#9254) | ThibG | |
Fixes #9251 | |||
2018-11-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-11-10 | Fix loading indicator inconsistency (#9252) | Eugen Rochko | |
* Use global loading indicator when loading more items * Use local loading indicator for notifications And remove global loading indicator for initial custom emojis load | |||
2018-11-09 | Merge pull request #806 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2018-11-09 | [Glitch] Remove unused computation of reblog references from updateTimeline | Thibaut Girka | |
2018-11-09 | [Glitch] Don't remove originals of boosted toots from timeline | Thibaut Girka | |
Port 2b51b4094c18c56fe8252d90db2b62ef69913fac to glitch-soc | |||
2018-11-09 | Identify manual scrolling to cancel scroll to top reset on mouse idle (#9245) | Les Orchard | |
2018-11-09 | Fix drawer waves being displayed in the list editor | Thibaut Girka | |
2018-11-09 | Remove unused computation of reblog references from updateTimeline (#9244) | ThibG | |
2018-11-09 | [Glitch] Fix form validation flash message color and input borders | Thibaut Girka | |
Port ccbdf689e824f93bc9a950bb29a4f1ce58e0f1c9 to glitch-soc | |||
2018-11-09 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-11-09 | [Glitch] Implement adding a user to a list from their profile | Thibaut Girka | |
Port bb5558de627ca9bc26949570025f6193cd7cbd98 to glitch-soc | |||
2018-11-08 | Reduce connect timeout limit and limit signature failures by source IP (#9236) | Eugen Rochko | |
* Reduce connect timeout from 10s to 1s * Limit failing signature verifications per source IP | |||
2018-11-08 | Use local instead of global loading indicator for timelines, account ↵ | Eugen Rochko | |
timelines (#9224) So that opening a profile feels faster. Also, pinned toots are not shown before other toots have loaded. Also, if no toots are loaded, added empty message | |||
2018-11-08 | Add "Show thread" link to self-replies (#9228) | Eugen Rochko | |
Fix #4716 | |||
2018-11-08 | Fix form validation flash message color and input borders (#9235) | Eugen Rochko | |
* Fix form validation flash message color and input borders * Fix typo | |||
2018-11-08 | Fix follow limit validator reporting lower number past threshold (#9230) | Eugen Rochko | |
* Fix follow limit validator reporting lower number past threshold * Avoid floating point follow limit | |||
2018-11-08 | Optimize the process of following someone (#9220) | Eugen Rochko | |
* Eliminate extra accounts select query from FollowService * Optimistically update follow state in web UI and hide loading bar Fix #6205 * Asynchronize NotifyService in FollowService And fix failing test * Skip Webfinger resolve routine when called from FollowService if possible If an account is ActivityPub, then webfinger re-resolving is not necessary when called from FollowService. Improve options of ResolveAccountService | |||
2018-11-08 | Cancel list scroll reset after mouse move on wheel scroll (#9233) | Les Orchard | |
- Use object properties rather than component state for mouseMovedRecently and scrollToTopOnMouseIdle flags - Remove redundant scrollToTop prop call, also fixing an attempt to call an undefined prop. Fixes #9217 | |||
2018-11-08 | Increase default column width from 330px to 350px (#9227) | Eugen Rochko | |
2018-11-06 | [Glitch] Update reset.scss from upstream | Thibaut Girka | |
2018-11-06 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-11-05 | Temporarily hold timeline if mouse moved recently (fixes #8630) (#9200) | Les Orchard | |
- On recent mouse movement, hold timeline position so statuses remain in place for interactions in progress. - If the timeline had been scrolled to the top before mouse movement, restore scroll on mouse idle. | |||
2018-11-05 | Update resolve_url_service.rb (#9188) | m.b | |
2018-11-05 | Allow joining several hashtags in a single column (#8904) | James Kiesel | |
* Nascent tag menu on frontend * Hook up frontend to search * Tag intersection backend first pass * Update yarnlock * WIP * Fix for tags not searching correctly * Make radio buttons function * Simplify radio buttons with modeOption * Better naming * Rearrange options * Add all/any/none functionality on backend * Small PR cleanup * Move to service from scope * Small cleanup, add proper service tests * Don't use send with user input :D * Set appropriate column header * Handle auto updating timeline * Fix up toggle function * Use tag value correctly * A bit more correct to use 'self' rather than 'all' in status scope * Fix some style issues * Fix more code style issues * Style select dropdown more better * Only use to_id'ed value to ensure no SQL injection * Revamp frontend to allow for multiple selects * Update backend / col header to account for more flexible tagging * Update brakeman ignore * Codeclimate suggestions * Fix presenter tag_url * Implement initial PR feedback * Handle additional tag streaming * CodeClimate tweak | |||
2018-11-05 | Implement adding a user to a list from their profile (#9062) | namelessGonbai | |
* Add add user to list from thier profile * Fix listAdderCss | |||
2018-11-05 | Check for empty "last_status" before sorting DM column (#9207) | Steven Tappert | |
* Check for empty "last_status" before sorting * Small touchups for codeclimate | |||
2018-11-05 | fix(reset): Property name for styled scrollbars (#9210) | Sorin Davidoi | |
https://webplatform.news/issues/2018-10-26 | |||
2018-10-31 | Fix timestamp position in public pages with RTL languages | Thibaut Girka | |
2018-10-31 | Fix styling of display names in public pages | Thibaut Girka | |