Thibaut Girka
fab9d261c1
Properly hide follower count in profile directory
5 years ago
Thibaut Girka
c6591e1283
Fix auto-added media icons when a CW is set but no content text
5 years ago
Thibaut Girka
90ac926b1c
Update backend links and fix hardcoded ones
5 years ago
Thibaut Girka
2743b33722
Fix imports importing modules from vanilla flavour instead of glitch
5 years ago
Eugen Rochko
c4aa608971
[Glitch] Change layout of public profile directory to be the same as in web UI
...
Port b47119eb61
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
2cdbfb39e8
[Glitch] Add profile directory to web UI
...
Port 79922ae20f
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG
fce59abade
[Glitch] Change detailed status child ordering to sort self-replies on top
...
Port accac63c88
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Thibaut Girka
741b53651e
Merge branch 'master' into glitch-soc/merge-upstream
...
Conflicts:
- app/views/directories/index.html.haml
Upstream has redesigned the profile directory, and we
had a glitch-soc-specific change to hide follower counts.
Ported that change to the new design.
5 years ago
Eugen Rochko
b47119eb61
Change layout of public profile directory to be the same as in web UI ( #11705 )
5 years ago
umonaca
70e0c2f162
Add more media formats ( #11687 )
...
* Add more media formats
* Removed amr file type
5 years ago
Eugen Rochko
c194c17cb7
Fix non-numbers being passed to Redis and causing an error ( #11697 )
5 years ago
Eugen Rochko
73d8f314a9
Fix error in REST API for an account's statuses ( #11700 )
5 years ago
Eugen Rochko
a2a65f43b2
Fix uncaught error when resource param is missing in Webfinger request ( #11701 )
5 years ago
Eugen Rochko
ee9d0c0f38
Fix uncaught domain normalization error in remote follow ( #11703 )
5 years ago
ThibG
accac63c88
Change detailed status child ordering to sort self-replies on top ( #11686 )
...
Fixes #11679
5 years ago
Eugen Rochko
478288bf4c
Fix encoding error when checking e-mail MX records ( #11696 )
5 years ago
Eugen Rochko
35242b7dc2
Fix error in warning e-mail template ( #11698 )
5 years ago
Eugen Rochko
f21e27e914
Fix uncaught parameter missing exceptions and missing error templates ( #11702 )
5 years ago
Eugen Rochko
79922ae20f
Add profile directory to web UI ( #11688 )
...
* Add profile directory to web UI
* Add a line of bio to the directory
5 years ago
Thibaut Girka
c544962ee9
Fix clicking on the new audioplayer opening the toot in detailed view
5 years ago
ThibG
854a990d3c
[Glitch] Change window resize handler to switch to/from mobile layout as soon as needed
...
Port 15a82d48ea
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
478fa5f839
[Glitch] Fix more visual issues with the audio player
...
Port eaa759ffd4
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
08ad511c36
[Glitch] Fix public page crash due to audio player, fix unpause in audio player
...
Port c8df53b75f
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
024b9a24e0
[Glitch] Add audio player
...
Port f13761d84b
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG
bbc1e15f39
[Glitch] Add special alert for throttled requests
...
Port 6fc1a84958
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG
47ffc93705
[Glitch] Add confirmation modal when logging out from the web app
...
Port d255ce2f1a
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Thibaut Girka
d212159f06
Remove sign out link from getting started columns, as it is already in the footer
5 years ago
Thibaut Girka
449a0727a7
Merge branch 'master' into glitch-soc/merge-upstream
...
Conflicts:
- app/models/status.rb
- app/services/remove_status_service.rb
- db/schema.rb
All conflicts were due to the addition of a `deleted_at` attribute
to Statuses and reworked database indexes.
5 years ago
Thibaut Girka
ee6653adcf
Fix crashes from favico.js crashing the entire web app
5 years ago
Thibaut Girka
ed4dbca6bc
Refactor the Columns Area code to be closer to upstream
5 years ago
Thibaut Girka
5de49ea272
Add option to rewrite mentions to mentioned user's username or acct
...
Fixes #666
5 years ago
ThibG
6fc1a84958
Add special alert for throttled requests ( #11677 )
...
* Add special alert for throttled requests
* Use an extra attribute instead of an array
5 years ago
ThibG
d255ce2f1a
Add confirmation modal when logging out from the web app ( #11671 )
...
* [WiP] Add a confirmation modal before logging out from the web interface
* Add confirmation to logout link in getting started footer
* Please CodeClimate
5 years ago
mayaeh
9676ae2219
Add translation target for hashtag ( #11657 )
...
* Add translation target for hashtag.
* run `yarn manage:translations en`
5 years ago
ThibG
2673b89971
Fix crash when switching back/from mobile layout ( #11655 )
...
Fixes #11630
5 years ago
ThibG
15a82d48ea
Change window resize handler to switch to/from mobile layout as soon as needed ( #11656 )
5 years ago
Eugen Rochko
eaa759ffd4
Fix more visual issues with the audio player ( #11654 )
...
* Fix more visual issues with the audio player
- Add horizontal baseline in the middle of waveform
- Fix audio player colors in light theme
- Use audio element instead of web audio API
- Do not render any bars until the file is loaded
- Do not allow interactions with waveform until the file is loaded
* Fix code style issue
5 years ago
Eugen Rochko
c8df53b75f
Fix public page crash due to audio player, fix unpause in audio player ( #11652 )
5 years ago
Eugen Rochko
f13761d84b
Add audio player ( #11644 )
5 years ago
Eugen Rochko
9959cdc79f
Add option to include reported statuses in warning e-mail ( #11639 )
5 years ago
ThibG
0b19014089
Fix items in StatusContent render list not all having a key ( #11645 )
5 years ago
Eugen Rochko
cf56532ced
Add header to trends section and change refresh rate to 15 minutes ( #11641 )
5 years ago
Eugen Rochko
32c781ec6b
Add soft delete for statuses for instant deletes through API ( #11623 )
...
* Add soft delete for statuses to allow them to appear instant
* Allow reporting soft-deleted statuses and show them in the admin UI
* Change index for getting an account's statuses
5 years ago
ThibG
d94a4763f6
Restore hashtag suggestions from local tag history ( #11632 )
...
* Restore hashtag suggestions from local tag history
* Append local hashtag suggestions instead of prepending them
* Do not display inaccurate usage statistics for hashtags not retrieved from API
* Fixup
5 years ago
Eugen Rochko
e4605bbb4a
Fix remote and staff-removed statuses leaving media behind for a day ( #11638 )
...
The reason for unattaching media instead of removing it is to support
delete & redraft functionality, but remote or staff-removed statuses
will never be redrafted, so the media should be deleted immediately
5 years ago
mayaeh
2a49f9f5f5
Fix the whitelist mode display not being enabled in the admin dashboard ( #11634 )
5 years ago
ThibG
db5c84ce4b
Fix trending hashtags being fetched every 36 seconds instead of every hour ( #11631 )
5 years ago
ThibG
e9106c361f
Fix typo
5 years ago
Haelwenn (lanodan) Monnier
64aa99b3a2
Add support for <sup> formatting element
...
This is based of 81c9377c7d
Related: https://git.pleroma.social/pleroma/pleroma/issues/1191
5 years ago
ThibG
c36ee7b85f
[Glitch] Fix handling of audio files in account media gallery
...
Port 73b23ef7be
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago