Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-04 | Perform case-insensitive comparison for international domain names | Thibaut Girka | |
Note: this uses `toLowerCase()` instead of doing proper case folding | |||
2019-08-04 | Perform case-insensitive comparison of non-International domain names | Thibaut Girka | |
2019-08-04 | Make link target domain tag just a bit smaller | Thibaut Girka | |
2019-08-04 | Ensure link rewriting setting changes are immediately applied | Thibaut Girka | |
2019-08-04 | Handle Mastodon-generated links for targets starting with “www.” properly | Thibaut Girka | |
2019-08-04 | Add options to highlight misleading links in statuses | Thibaut Girka | |
Fixes #1162 | |||
2019-08-04 | Move decodeIDNA to app/javascript/flavours/glitch/util | Thibaut Girka | |
2019-08-03 | Change icon button styles to make hover/focus states more obvious (#11474) | ThibG | |
* Change icon buttons styles to make hover/focused states more obvious * Fix CW button size inconsistency * Fix icon button background color consistency | |||
2019-08-03 | Disable list title validation button when list title is empty (#11475) | ThibG | |
2019-08-01 | Fix tag score not being updated when the tag is trending (#11465) | Eugen Rochko | |
2019-08-01 | Fix scroll to top in single column UI (#11463) | Eugen Rochko | |
2019-08-01 | Remove XML version of Webfinger and remove links to Atom feeds (#11460) | Eugen Rochko | |
Fix #11453 | |||
2019-08-01 | Fix column header scrolling with the page (#11458) | Eugen Rochko | |
Regression from aa22b38 | |||
2019-07-31 | Fix jumping of toot date when clicking spoiler button (#11449) | Mélanie Chauvel (ariasuni) | |
* Fix jumping of toot date when clicking spoiler button * Fix lint | |||
2019-07-31 | Fix delete regression (#11450) | Eugen Rochko | |
Regression from ff789a751a1c730e4d808410411196b76caff39c | |||
2019-07-30 | Change hashtag search to only return results that have trended in the past ↵ | Eugen Rochko | |
(#11448) * Change hashtag search to only return results that have trended in the past A way to eliminate typos and other one-off "junk" results * Fix excluding exact matches that don't have a score * Fix tests | |||
2019-07-30 | Fix boosting & unboosting preventing a boost from appearing in the TL (#11405) | ThibG | |
* Fix boosting & unboosting preventing a boost from appearing in the TL * Add tests * Avoids side effects when aggregate_reblogs isn't true | |||
2019-07-30 | Add hashtag score for better sorting of autosuggestions (#11427) | Eugen Rochko | |
* Add hashtag score for better sorting of autosuggestions * Do not use `~<~` operator with no text_pattern_ops index | |||
2019-07-30 | [Glitch] Fix crash when expanding search results for hashtags | ThibG | |
Port 78144f4c7923d502cc86b322f044e740e4a8fa8a to glitch-soc | |||
2019-07-30 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/directories_controller.rb - package.json - yarn.lock | |||
2019-07-30 | Change links in webUI to rewrite misleading links (#11426) | ThibG | |
* [WiP] Show host for “misleading” links * Disallow misleading targets which domain names are prefixes of link text * Move decodeIDNA to app/javascript/mastodon/utils * Add support for international domain names * Change link origin tag color to darker text color * Handle links to domains starting with www. as shortened by Mastodon * [WiP] Ignore links that cannot be misread as URLs, rewrite other links | |||
2019-07-30 | Fix crash when expanding search results for hashtags (#11447) | ThibG | |
2019-07-30 | Add whitelist mode (#11291) | Eugen Rochko | |
2019-07-29 | Merge pull request #1179 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-07-29 | Fix tag normalization and migration not removing duplicate tags (#11441) | Eugen Rochko | |
Fix #11428 | |||
2019-07-29 | Fix emoji autosuggestions (#11442) | Eugen Rochko | |
Regression from cfb2ed78231758a79af038a964ab7f7b7b35274e | |||
2019-07-29 | Fix crash in /web/lists | Thibaut Girka | |
Fixes #1181 | |||
2019-07-28 | Revert "Remove conversation URI (#11423)" (#11424) | Eugen Rochko | |
This reverts commit 75f7f9930eb2a6f5c4041ec44fe0aa795c9ec449. | |||
2019-07-28 | Remove conversation URI (#11423) | Eugen Rochko | |
It is not part of ActivityPub and will free up a lot of space | |||
2019-07-28 | [Glitch] Add search results pagination to web UI (#11409) | Eugen Rochko | |
Port 8a4674f2c3d89c998eb5438b96b7977dc2be3167 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-07-28 | [Glitch] Change contrast of status links that are not mentions nor hashtags | ThibG | |
Port 10e78ecf57242cc5030b903131bf27e027bb4a97 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-07-28 | [Glitch] Change account domain block to clear out notifications and follows | Eugen Rochko | |
Port 4eeff26533b75b592395e353c6d4506db9958bcf to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-07-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-07-28 | Add autosuggestions for hashtags (#11422) | Eugen Rochko | |
2019-07-28 | Bump json-ld-preloaded from 3.0.2 to 3.0.3 (#11316) | dependabot-preview[bot] | |
* Bump json-ld-preloaded from 3.0.2 to 3.0.3 Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases) - [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.0.2...3.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * use json-ld edge | |||
2019-07-28 | Add `tootctl preview_cards remove` (#11320) | mayaeh | |
* Add `tootctl preview_cards remove` * fix code style * Remove `Scheduler::PreviewCardsCleanupScheduler` file * fix code style again Add exclude case where image_file_name is blank * Added a function to output confirmation if the specified number of days is less than 2 weeks | |||
2019-07-28 | Fix animate on hover in poll options without CW (#11404) | ThibG | |
2019-07-28 | Prevent archiving when user set "noindex" (#11421) | Jeong Arm | |
2019-07-28 | Change contrast of status links that are not mentions nor hashtags (#11406) | ThibG | |
2019-07-28 | Change hashtags to preserve first-used casing (#11416) | Eugen Rochko | |
2019-07-27 | Fix tabs bar scrolling along with content on mobile (#11418) | Eugen Rochko | |
2019-07-27 | Add search results pagination to web UI (#11409) | Eugen Rochko | |
* Add search results pagination to web UI Fix #10737 * Fix code style issue | |||
2019-07-27 | Add search syntax for operators and phrases (#11411) | Eugen Rochko | |
2019-07-27 | Remove timestamps from converted images to make them deterministic (#11408) | Eugen Rochko | |
2019-07-26 | Fix invites not being disabled upon account suspension (#11412) | ThibG | |
* Disable invite links from disabled/suspended users * Add has_many invites relationship to users * Destroy unused invites when suspending an account | |||
2019-07-25 | Change account domain block to clear out notifications and follows (#11393) | Eugen Rochko | |
2019-07-24 | Fix links in status media having their title rewritten | Thibaut Girka | |
2019-07-24 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-07-24 | Don't delete periods when validating username uniqueness (#11392) (#11400) | Rey Tucker | |
* Check to make sure usernames with '.' cannot be created * Add test for instance actor account name conflicts This makes sure that migration 20190715164535_add_instance_actor won't fail if there's already an account that is named the same as the domain (minus the .) * Put the test into the correct context... * Add another test to split this into two validations * Don't delete periods when validating username uniqueness (#11392) The 20190715164535_add_instance_actor migration fails if there's already a username similar to the domain name, e.g. if you are 'vulpine.club' and have a user named 'vulpineclub', validation fails. Upon further review, usernames with periods are dropped by the regular expression in the Account class, so we don't need to worry about it here. Fixes #11392 | |||
2019-07-23 | Handle animated emoji on mouse hover in CWs and poll options | Thibaut Girka | |