Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-04 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
2023-04-04 | Fix unescaped user input in LDAP query (#24379) | Claire | |
2023-04-04 | Fix inconsistent radius in drawer (#24407) | Rubicon Rowe | |
2023-04-04 | Align typings with installed versions (#24410) | Nick Schonning | |
2023-04-03 | [Glitch] Add colour to follow button when hashtag is being followed | Christian Schmidt | |
Port 77bd32a26abbf8b49caf35dcdf170e312e48a277 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-04-03 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
2023-04-03 | Add colour to follow button when hashtag is being followed (#24361) | Christian Schmidt | |
2023-04-03 | New Crowdin updates (#24276) | Eugen Rochko | |
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> | |||
2023-04-03 | Move ESLint configs to overrides (#24370) | Nick Schonning | |
2023-04-03 | [Proposal] Make able to write React in Typescript (#16210) | fusagiko / takayamaki | |
Co-authored-by: berlysia <berlysia@gmail.com> Co-authored-by: fusagiko / takayamaki <takayamaki@users.noreply.github.com> | |||
2023-04-01 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
2023-04-01 | Change search pop-out in web UI (#24305) | Eugen Rochko | |
2023-04-01 | Fix regressions from change in account row design in web UI (#24343) | Eugen Rochko | |
2023-04-01 | Fix Redis client and type errors introduced in #24285 (#24342) | Vyr Cossont | |
2023-03-31 | [Glitch] Fix: set multiColumn value for /explore Statuses | Tdxdxoz | |
Port 74f56c64fc0aa0dce0dc2c267aa8a212569e9673 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-03-31 | [Glitch] Move marky to devDependency | Nick Schonning | |
Port ddb769f0b84d4bcff22472f236a4ec74c631d0a6 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-03-31 | Migrate glitch-soc's exclusive user settings | Claire | |
2023-03-31 | Fix invalid/expired invites being processed on sign-up (#24337) | Claire | |
2023-03-31 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
Conflicts: - `README.md`: Upstream added a link to the roadmap, but we have a completely different README. Kept ours. - `app/models/media_attachment.rb`: Upstream upped media attachment limits. Updated the default according to upstream's. - `db/migrate/20180831171112_create_bookmarks.rb`: Upstream changed the migration compatibility level. Did so too. - `config/initializers/content_security_policy.rb`: Upstream refactored this file but we have a different version. Kept our version. - `app/controllers/settings/preferences_controller.rb`: Upstream completely refactored user settings storage, and glitch-soc has a different set of settings. The file does not directly references individual settings anymore. Applied upstream changes. - `app/lib/user_settings_decorator.rb`: Upstream completely refactored user settings storage, and glitch-soc has a different set of settings. The file got removed entirely. Removed it as well. - `app/models/user.rb`: Upstream completely refactored user settings storage, and glitch-soc has a different set of settings. References to individual settings have been removed from the file. Removed them as well. - `app/views/settings/preferences/appearance/show.html.haml`: Upstream completely refactored user settings storage, and glitch-soc has a different set of settings. Applied upstream's changes and ported ours back. - `app/views/settings/preferences/notifications/show.html.haml`: Upstream completely refactored user settings storage, and glitch-soc has a different set of settings. Applied upstream's changes and ported ours back. - `app/views/settings/preferences/other/show.html.haml`: Upstream completely refactored user settings storage, and glitch-soc has a different set of settings. Applied upstream's changes and ported ours back. - `config/settings.yml`: Upstream completely refactored user settings storage, and glitch-soc has a different set of settings. In particular, upstream removed user-specific and unused settings. Did the same in glitch-soc. - `spec/controllers/application_controller_spec.rb`: Conflicts due to glitch-soc's theming system. Mostly kept our version, as upstream messed up the tests. | |||
2023-03-31 | Autofix Rubocop Rails/IgnoredColumnsAssignment (#23761) | Nick Schonning | |
2023-03-31 | IndexingScheduler: fetch and import in batches (#24285) | Vyr Cossont | |
Co-authored-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-03-31 | Wrong type for user setting when default is defined by lambda (#24321) | Christian Schmidt | |
2023-03-30 | Change "direct message" nomenclature to "private mention" in web UI (#24248) | Eugen Rochko | |
2023-03-30 | Change user settings to be stored in a more optimal way (#23630) | Eugen Rochko | |
Co-authored-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-03-30 | Fix: set multiColumn value for /explore Statuses (#24314) | Tdxdxoz | |
2023-03-29 | Fix missing translation in pagination gap tags (#24262) | mogamin | |
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> | |||
2023-03-29 | Requeue expiration notification (#24311) | Christian Schmidt | |
2023-03-27 | Fix user archive takeout when using OpenStack Swift or S3 providers with no ↵ | Claire | |
ACL support (#24200) | |||
2023-03-27 | Move marky to devDependency (#24258) | Nick Schonning | |
2023-03-27 | New Crowdin updates (#24130) | Eugen Rochko | |
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> | |||
2023-03-27 | Refactor styles to use logical properties for positioning (#23944) | Eugen Rochko | |
2023-03-27 | Serialize status webhook events in REST API format (#24243) | Vyr Cossont | |
2023-03-27 | [Glitch] Remove legacy decorators syntax | neatchee | |
Port d1b057a0ac41a5756b6a416d2f290b086cb59220 to glitch-soc | |||
2023-03-26 | [Glitch] Remove isNaN polyfill | Nick Schonning | |
Port b46125224c26bc0144659b4319ea416b01289961 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-03-26 | Merge branch 'main' into glitch-soc/main | Claire | |
2023-03-26 | Fix typo in _login_activity.html.haml (#24263) | mogamin | |
2023-03-26 | Move link header setting to after_action (#24251) | Matt Jankowski | |
2023-03-26 | Add allow_other_host in redirects which may go outside app (#24252) | Matt Jankowski | |
2023-03-26 | Update retention model sql query (#24249) | Matt Jankowski | |
2023-03-25 | Change media upload limits and remove client-side resizing (#23726) | Eugen Rochko | |
2023-03-25 | Change design of account rows in web UI (#24247) | Eugen Rochko | |
2023-03-24 | Add missing parenthesis (#24238) | Yamagishi Kazutoshi | |
2023-03-24 | Remove legacy decorators syntax (#18357) | Yamagishi Kazutoshi | |
2023-03-23 | Remove isNaN polyfill (#24224) | Nick Schonning | |
2023-03-23 | Fix broken links in account gallery (#24218) | Christian Schmidt | |
2023-03-22 | [Glitch] Fit the max-width of media in .prose to parent box | mogamin | |
Port 0a9def5498d9630bb9ebf1585f76b2af5fad5169 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-03-22 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
Conflicts: - `app/models/status.rb`: Upstream added lines close to a glitch-soc only line, not a real conflict. Applied upstream's changes (added hooks) while keeping glitch-soc's changes (`local_only` scope). - `config/environments/production.rb`: Upstream removed a header, while we have glitch-soc specific ones. Removed the header removed upstream. | |||
2023-03-22 | Fix Rails cache namespace being overriden with `v2` for cached statuses (#24202) | Claire | |
2023-03-22 | Remove unused InstancePresenter methods (#24206) | Matt Jankowski | |
2023-03-21 | Refactoring relations_map (#24195) | Takeshi Umeda | |