Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-11 | Merge pull request #1233 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-10-10 | [Glitch] Fix media editing modal changing dimensions when image loads | Eugen Rochko | |
Port 6ebd74f4fa640b9616ebb2730d97722799c6ed56 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-10 | [Glitch] Remove `lang` attribute from individual statuses | Eugen Rochko | |
Port 538db85d3cc6d8fcb3c0a89f7eef069a686c19f4 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-10 | [Glitch] Add missing back button header for invalid account | trwnh | |
Port 95f21ab87f3d459311c411cf429ac051a668218f to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-10 | [Glitch] Fix performance of home feed regeneration | Eugen Rochko | |
Port front-end changes from f665901e3c0930fb8b3741f6bc6f6a15dd0343f6 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-10 | Increase poll option length limit to 100 chars, number of options to 5 | Thibaut Girka | |
2019-10-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - README.md - app/javascript/styles/mastodon/components.scss conflicts caused by image URLs being different - app/models/status.rb as_home_timeline removed, kept glitch-soc-only as_direct_timeline - app/views/statuses/_simple_status.html.haml - config/locales/en.yml some strings were changed upstream - spec/models/status_spec.rb as_home_timeline removed, kept glitch-soc-only as_direct_timeline | |||
2019-10-10 | Ensure pack is set when rendering OTP prompt | Thibaut Girka | |
Fixes #1230 | |||
2019-10-10 | Update changelog for 3.0.1 (#12139) | Eugen Rochko | |
2019-10-10 | Fix preloaded JSON-LD context for identity not being used (#12138) | Eugen Rochko | |
Regression from #11316 | |||
2019-10-10 | Fix media editing modal changing dimensions when image loads (#12131) | Eugen Rochko | |
2019-10-10 | Fix admin setting to auto-approve hashtags not affecting query (#12130) | Eugen Rochko | |
Follow-up to #12122 | |||
2019-10-10 | Fix not showing if emoji has a local counterpart in admin UI (#12135) | Eugen Rochko | |
Fix #12132 | |||
2019-10-09 | Bump version to 3.0.1 (#12116) | Eugen Rochko | |
2019-10-09 | Remove auto-silence behaviour from spam check (#12117) | Eugen Rochko | |
Fix #12113 | |||
2019-10-09 | Fix attachment not being re-downloaded even if file is not stored (#12125) | Eugen Rochko | |
Change the behaviour of remotable concern. Previously, it would skip downloading an attachment if the stored remote URL is identical to the new one. Now it would not be skipped if the attachment is not actually currently stored by Paperclip. | |||
2019-10-09 | Remove `lang` attribute from individual statuses (#12124) | Eugen Rochko | |
Fix #10930 | |||
2019-10-09 | Add admin setting to auto-approve hashtags (#12122) | Eugen Rochko | |
Change inaccurate labels on other admin settings | |||
2019-10-08 | Remove fallback to long description on sidebar and meta description (#12119) | Eugen Rochko | |
Fix #12114 | |||
2019-10-08 | Change `tootctl media refresh` to skip already downloaded attachments (#12118) | Eugen Rochko | |
2019-10-07 | Add `tootctl media usage` command (#12115) | Eugen Rochko | |
2019-10-07 | Merge pull request #1229 from ThibG/glitch-soc/features/upstream-scroll-behavior | ThibG | |
Merge upstream changes to scroll behavior in single column | |||
2019-10-07 | Fix old migration trying to use new column due to default status scope (#12095) | Eugen Rochko | |
Fix #12087 | |||
2019-10-07 | Fix tootctl not allocating enough database connections for main thread (#12097) | Eugen Rochko | |
2019-10-07 | Update AUTHORS.md (#12096) | Eugen Rochko | |
2019-10-07 | Add missing back button header for invalid account (#12094) | trwnh | |
Should fix #6786 | |||
2019-10-07 | Fix issues with tootctl's parallelization and progress reporting (#12093) | Eugen Rochko | |
2019-10-07 | Fix existing user records with now-renamed `pt` locale (#12092) | Eugen Rochko | |
Fix #12082 | |||
2019-10-07 | Fix hashtag timeline REST API accepting too many hashtags (#12091) | Eugen Rochko | |
2019-10-06 | Fix `GET /api/v1/instance` REST APIs being unavailable in secure mode (#12089) | Eugen Rochko | |
2019-10-06 | Fix performance of home feed regeneration (#12084) | Eugen Rochko | |
Fetching statuses from all followed accounts at once takes too long within Postgres. Fetching them one by one and merging in Ruby could be a lot less resource-intensive Because the query for dynamically fetching the home timeline is so heavy, we can no longer offer it when the home timeline is missing | |||
2019-10-06 | Fix spelling error in README (#12086) | Mareena Kunjachan | |
fix a spelling error | |||
2019-10-06 | add loglevel fatal to video and audio styles (#12088) | Hugo Gameiro | |
2019-10-06 | Fix S3 adapter retrying failing uploads with exponential backoff (#12085) | Eugen Rochko | |
The default limit of 10 retries with exponential backoff meant that if the S3 server was timing out, you would be stuck with it for much, much longer than the 5 second read timeout we expect. The uploading happens within a database transaction, which means a failing S3 server could negatively affect database performance | |||
2019-10-06 | Remove unused option from tootctl accounts cull (#12074) | Jeong Arm | |
2019-10-06 | Partially revert scrollbar handling on mobile, since its width-based and wrong | Thibaut Girka | |
Have to investigate as to whether it was actually needed on mobile, doesn't seem to be the case from Firefox's Responsive Design Mode | |||
2019-10-06 | Apply scroll changes to Bookmark column | Thibaut Girka | |
2019-10-06 | [Glitch] Add refresh button to list of rebloggers/favouriters in web UI | Eugen Rochko | |
Port b0323d0888fcb4aa9f85a67422961a85b8ab6069 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-06 | [Glitch] Do not add margin light when opening modal on mobile | Yamagishi Kazutoshi | |
Port 0a49b26793d467589be09305e15ff9cc97cdd200 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-06 | [Glitch] Fix left side of single column layout being cropped on smaller screens | Eugen Rochko | |
Port 37ccafec8fe8bf5588794257744554be61a3f22e to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-06 | [Glitch] Fix thread column showing pin button | Eugen Rochko | |
Port 129bc871a0dc9e49900692a0b88d8d5700d9752a to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-06 | [Glitch] Fix scroll position resetting when opening media modals in web UI | Eugen Rochko | |
Port 50755a47b4f0999f8c49501ff4fa4c2ef676fa0e to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-06 | [Glitch] Fix loading bar being obscured by other elements in web UI | Eugen Rochko | |
Port 2b4e2616eab746e4b13f77fef404165b972168ad to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-06 | [Glitch] Fix scroll to top in single column UI | Eugen Rochko | |
Port 2dee293c4c98486d387105224023fad02b8b0d96 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-05 | [Glitch] Fix column header scrolling with the page | Eugen Rochko | |
Port 706a48ee1f2075ffb35ad4ad9cfc2f23fffbffcb to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-05 | [Glitch] Fix tabs bar scrolling along with content on mobile | Eugen Rochko | |
Port 4cc29eb5ad106c267ff16c9f49f145bc34d1aae0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-05 | [Glitch] Fix scrolling in single-column mode on Chrome | ThibG | |
Port fb1b710e8ddc800f930f7b2de9a10b716f091abd to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-05 | [Glitch] Change single-column mode to scroll the whole page | Eugen Rochko | |
Port aa22b38fdbc1842549b6cbc0e0d948f85a71b92a to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-05 | Merge pull request #1228 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-10-04 | Fix audio modal closing immediately | Thibaut Girka | |