Claire
3f30353684
Remove unused `redux_helpers` module
2 years ago
Claire
61c3d9fc75
Move some modules from flavours/glitch/utils/ back to flavours/glitch/features/compose/util/
2 years ago
Claire
bd82ae6aaa
Move flavours/glitch/utils/ready to flavours/glitch/ready
2 years ago
Claire
812b755bcb
Move some modules from flavours/glitch/utils/ back to flavours/glitch/features/ui/util/
2 years ago
Claire
874cd0e883
Rename flavours/glitch/util into flavours/glitch/utils
2 years ago
Claire
7691829703
Remove unneeded change in flavours/glitch/api
2 years ago
Claire
619601a94b
Move flavours/glitch/util/api to flavours/glitch/api
2 years ago
Claire
9c54b00c13
Refactor initial_state to isolate glitch-soc changes
2 years ago
Claire
3bf201ddaa
Move flavours/glitch/util/initial_state to flavours/glitch/initial_state
2 years ago
Claire
93efea5049
Merge pull request #1861 from ClearlyClaire/glitch-soc/features/logged-out-webui
...
Port logged-out Web UI to glitch-soc
2 years ago
Eugen Rochko
e86db22726
[Glitch] Change font size of active users in server banner to be larger in web UI
...
Port 0e41d360c0
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
trwnh
bde98fd0a0
[Glitch] Fix crash in report modal
...
Port 99a43f0282
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
7fbd7deefa
[Glitch] Add server banner to web app
...
Port d2528b26b6
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
dac14696a0
Add server banner to web app, add `GET /api/v2/instance` to REST API ( #19294 )
...
Cherry-picked d2528b26b6
Conflicts:
- `app/serializers/initial_state_serializer.rb`:
Upstream changed stuff, we had extra attributes.
Applied upstream changes while keeping our extra attributes.
- `app/serializers/rest/instance_serializer.rb`:
Upstream actually moved that to `app/serializers/rest/v1/instance_serializer.rb`,
so updated that file by keeping our extra attributes, and took upstream's
version of `app/serializers/rest/instance_serializer.rb`.
- `spec/views/about/show.html.haml_spec.rb`:
Took upstream's version.
2 years ago
Eugen Rochko
f1599cb808
[Glitch] Add interaction modal to logged-out web UI
...
Port 7fb738c837
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
4160cefccf
[Glitch] Fix trying to connect to streaming API when logged out in web UI
...
Port d4b0aa7450
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
790ee76c1c
[Glitch] Fix various issues with logged-out web UI
...
Port part of e2b561e3a5
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Yamagishi Kazutoshi
e047eabd87
[Glitch] Fix missing await
...
Port 782154a762
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Yamagishi Kazutoshi
d177319241
[Glitch] Disable push notification when not logged in
...
Port c745b1caf0
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
a56ab9f111
[Glitch] Allow non-logged users to access /web
...
Port babebc4e8a
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
03db25b632
[Glitch] Add dynamic document title to WebUI
...
Port part of babebc4e8a
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
80bc15addb
[Glitch] Add sign-up button to logged-out web UI
...
Port cd9a0f136d
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
f9d95f82d6
[Glitch] Fix various issues with logged-out Web UI
...
Port fixes from cd9a0f136d
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
8f2aea6069
Fix logged-out UI not using single-column interface
2 years ago
Eugen Rochko
4af4647786
[Glitch] Add logged-out access to the web UI
...
Port part of babebc4e8a
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
591b8ea9a5
[Glitch] Fix wrong logo on start screen in web UI
...
Port ab49ef4a74
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
6782bded91
[Glitch] Fix logo on /web/start
...
Partial port from babebc4e8a
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
107105db3b
[Glitch] Add empty message for “Explore” tabs
...
Port part of babebc4e8a
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
bbcf7aaf4b
Merge pull request #1859 from ClearlyClaire/glitch-soc/features/trends-tab
...
Port “Explore” tab to glitch-soc
2 years ago
Claire
31ec9d79ee
Restore ability to discard interactions-based follow suggestions
2 years ago
Claire
c1633dd228
Change “Explore” tab to only provide search when trends are disabled
2 years ago
Eugen Rochko
9f4e9f4f5b
[Glitch] Add pagination for trending statuses in web UI
...
Port cea2cd9a56
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
fad2cd35be
[Glitch] Fix crash when search fails in web UI
...
Port 1c1c2ce0a1
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
fc1217d6e4
[Glitch] Fix public timelines being inaccessible on one stage of responsive layout in web UI ( #17760 )
...
Port 95ea5b2f7d
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
mayaeh
d990bcae48
[Glitch] Change the "Explore" icon from fa-globe to fa-hashtag
...
Port 24f375d79e
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
mayaeh
f1c4fd586b
[Glitch] Add menu column of explore to getting-started
...
Port 0a9273ffb2
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
00b6ddc59e
[Glitch, partial] Change appearance of account cards in web UI
...
Port remaining changes from 563964dd80
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
125f4b70ad
[Glitch] Remove profile directory link from main navigation panel
...
Port 97eaac87fa
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
f80c249684
[Glitch] Fix not showing loading indicator when searching in web UI
...
Port 45341c5287
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
da834aa518
[Glitch] Add explore page to web UI
...
Port 19b4c36e40
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
440676c84a
[Glitch] Fix pop-out player appearing on mobile screens in web UI
...
Port d416f3f662
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
f82e28aef5
[Glitch] Add ability to select all accounts matching search for batch ( #1857 )
...
Port SCSS changes from 1206e691bd
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2 years ago
Claire
549b453200
Merge pull request #1856 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes
2 years ago
Claire
71b32561e9
Merge branch 'main' into glitch-soc/merge-upstream
2 years ago
Claire
e3a35fea7b
Fix /privacy-policy not using the appropriate resource packs ( #1853 )
...
Fixes #1852
This was an oversight from last upstream merge, failing to account for
glitch-soc's theming system.
2 years ago
prplecake
426c456a59
Clarify language RE secondary toot button ( #1851 )
2 years ago
dependabot[bot]
e52294b080
Bump stylelint from 14.12.1 to 14.13.0 ( #19280 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.12.1 to 14.13.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.12.1...14.13.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
f208809615
Bump rspec_junit_formatter from 0.5.1 to 0.6.0 ( #19286 )
...
Bumps [rspec_junit_formatter](https://github.com/sj26/rspec_junit_formatter ) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/sj26/rspec_junit_formatter/releases )
- [Changelog](https://github.com/sj26/rspec_junit_formatter/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sj26/rspec_junit_formatter/compare/v0.5.1...v0.6.0 )
---
updated-dependencies:
- dependency-name: rspec_junit_formatter
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
a424c93e6d
Bump postcss from 8.4.16 to 8.4.17 ( #19279 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.16 to 8.4.17.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.16...8.4.17 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
c6eb5334c8
Bump blurhash from 2.0.0 to 2.0.3 ( #19278 )
...
Bumps [blurhash](https://github.com/woltapp/blurhash ) from 2.0.0 to 2.0.3.
- [Release notes](https://github.com/woltapp/blurhash/releases )
- [Commits](https://github.com/woltapp/blurhash/commits )
---
updated-dependencies:
- dependency-name: blurhash
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago