Thibaut Girka
64449831c8
[Glitch] Skip pagination logic entirely for pinned toots
6 years ago
Thibaut Girka
466df752ba
Make non-link ColumnLinks behave as links
6 years ago
ThibG
09fb9fb07e
Add API endpoint to list featured accounts ( fixes #8315 ) ( #8317 )
6 years ago
ThibG
68762d9e79
Skip pagination logic entirely for pinned toots ( fixes #8302 ) ( #8310 )
6 years ago
Eugen Rochko
35c99eeb0f
Increase reach of Delete->Actor activities ( #8305 )
...
Fix #7316
6 years ago
Annika Backstrom
5effe5699e
Add hotkey for follow requests ( #8307 )
6 years ago
Thibaut Girka
20689a5b5e
Don't filter own toots
6 years ago
Oskari Noppa
d7486781ab
Fix a variable for a Finnish translation ( #8299 )
6 years ago
ThibG
79f6746c8d
Don't filter own toots ( fixes #8289 ) ( #8298 )
6 years ago
cpsdqs
2422481125
Make dropdown animations respect their placement ( #8292 )
...
* Make dropdown animations respect their placement
Also fix the corner radius on the privacy dropdown button when using top placement
* Fix code style issue
6 years ago
Marcin Mikołajczak
e6879b490f
i18n: Update Polish translation ( #8290 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
6 years ago
Thibaut Girka
4a5f1f9315
Adapt github issue template to glitch-soc
...
We don't have releases, so it don't make sense to mention.
On the other hand, a lot of our code is from upstream, so encourage people to
check whether it is a bug in glitch-soc or upstream.
6 years ago
Thibaut Girka
bbee6d85d3
Focus CW field when enabling it, focus compose textarea when disabling it
...
Port 101f5544e1
and d928aac40c
to glitch-soc
6 years ago
abcang
af2122bcf9
Unuse ActiveRecord::Base#cache_key ( #8185 )
...
* Unuse ActiveRecord::Base#cache_key
* Enable cache_versioning
* Call cache_collection
6 years ago
mayaeh
64c7712a92
Fix report text color. ( #8288 )
6 years ago
Eugen Rochko
a03de03ba2
Keep scheduler jobs unique until they're done ( #8287 )
6 years ago
ThibG
fe5b63f3e6
Merge pull request #652 from ThibG/glitch-soc/merge-upstream
...
Merge upstream changes
6 years ago
Thibaut Girka
c043697caa
Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Eugen Rochko
315ce688be
Reduce user active duration from 7 days to 2 days ( #8282 )
...
To minimize fanout work and redis home feed storage space when
there are lots of recent sign-ups
6 years ago
Eugen Rochko
a68079e6ee
Make unfollow button light up red when hovered ( #8286 )
...
Fix #8284
6 years ago
AkiraFukushima
464f5ec269
Revert "Upgrade Doorkeeper to 4.4.1 ( #8197 )" ( #8231 )
...
* Revert "Upgrade Doorkeeper to 4.4.1 (#8197 )"
This reverts commit 659556ab1f
.
* Except migration files from revert commit
6 years ago
Eugen Rochko
97a2958ba1
Show compose form on delete & redraft when in mobile layout ( #8277 )
...
Fix #8274
6 years ago
Eugen Rochko
c28ed5d760
Do not use WHERE NOT IN in CopyStatusStats migration ( #8281 )
...
Fix #8275
As the batch operation progresses, the statuses_stats table grows,
and the WHERE NOT IN subquery becomes more expensive
6 years ago
Eugen Rochko
85990d2886
Link to mobile apps page ( #8278 )
...
Fix #8269
6 years ago
Eugen Rochko
834df855e2
Add admin function to deactivate all invites ( #8279 )
...
Fix #8261
6 years ago
Eugen Rochko
59e3ad5162
Add Makara dependency to support read-replicas ( #8216 )
...
Not active by default unless config/database.yml is edited
6 years ago
ThibG
8f788fe92a
Do not process outgoing mentions to suspended accounts ( #8272 )
6 years ago
Spanky
f5f3f3a5d7
Fix ctrl+enter not submitting toot when text cursor is composing image description ( #8273 )
6 years ago
ThibG
79280c6fbe
Merge pull request #649 from ThibG/glitch-soc/merge-upstream
...
Merge upstream changes
6 years ago
Thibaut Girka
767cc06fe2
Merge branch 'master' into glitch-soc/merge-upstream
...
Conflicts:
.circleci/config.yml
app/controllers/authorize_follows_controller.rb
app/javascript/packs/public.js
Moved new stuff from packs/public.js to core/public.js.
Added appropriate use_pack in new controllers.
6 years ago
Thibaut Girka
c43db794e6
Various minor upload description fixes
6 years ago
Thibaut Girka
02adce1ad8
Add focal points support in the composer
6 years ago
Thibaut Girka
96e58d01ad
Refactor in preparation for focal points modal
6 years ago
M Somerville
65fc3d2699
Fix #8264 - Do not override ctrl/cmd+click. ( #8265 )
...
This includes clicks on hashtags, mentions, display names and media in the
timeline; and usernames in reply-indicator, detailed status, and the boost
modal.
6 years ago
Eugen Rochko
5c32fbce98
Add "sign in to participate" message to public toot page ( #8200 )
6 years ago
ThibG
6852af1d03
Use CircleCI workflows for ruby dependencies ( #8228 )
...
* Add “bundle clean” suggestion from CircleCI doc
Cf. https://circleci.com/docs/2.0/caching/#bundler-ruby
* Use workspaces instead of caches for ruby gems
Cache are not guaranteed to be available, while the test jobs *require* their
depencies to run. Workspaces are thus more suitable.
One downside is that the order of workspace layer additions need to be
deterministic, which is why install-ruby{2.3,2.4} now depend on
install-ruby2.5.
6 years ago
Eugen Rochko
9e5285bfb1
Make CopyStatusStats migration use batches of 1000 to avoid locks ( #8256 )
6 years ago
Eugen Rochko
6eca34ffb8
Fix error when trying to update counters for statuses that are gone ( #8251 )
6 years ago
Eugen Rochko
273e8f0474
Add remote interaction dialog for toots ( #8202 )
...
* Add remote interaction dialog for toots
* Change AuthorizeFollow into AuthorizeInteraction, support statuses
* Update brakeman.ignore
* Adjust how interaction buttons are display on public pages
* Fix tests
6 years ago
Thibaut Girka
ec4b8564d3
Fix rails-ujs not being run on some settings pages ( fixes #645 )
6 years ago
ThibG
8ee1f4ea4a
Merge pull request #642 from ThibG/glitch-soc/merge-upstream
...
Merge upstream changes
6 years ago
Dachi Natsvlishvili
e568124315
Add Georgian language translation ( #8250 )
...
* Add Georgian language translation
* i18n-tasks normalize
6 years ago
Thibaut Girka
93ab1e6322
Temporarily revert doorkeeper back to 4.2.6
...
This avoids a regression within OAuth with some clients
6 years ago
Thibaut Girka
334f478db1
Merge branch 'master' into glitch-soc/merge-upstream
...
Conflicts:
app/models/status.rb
db/migrate/20180528141303_fix_accounts_unique_index.rb
db/schema.rb
Resolved by taking upstream changes (no real conflicts, just glitch-soc
specific code too close to actual changes).
6 years ago
ThibG
20ced948f2
Implement Undo { Accept { Follow } } ( fixes #8234 ) ( #8245 )
...
* Add Follow#revoke_request!
* Implement Undo { Accept { Follow } } (fixes #8234 )
6 years ago
Thibaut Girka
7c8a8cda81
[Glitch] Defer scrollIntoView after DOM is drawn
6 years ago
ThibG
c16294d20a
Use correct activity id in Accept when receiving duplicate Follow ( fixes #8218 ) ( #8244 )
6 years ago
ThibG
02436523de
Defer scrollIntoView after DOM is drawn ( fixes #8239 ) ( #8242 )
6 years ago
Thibaut Girka
a1ee3d464f
Fix incorrect prop type for ComposerReply.status
6 years ago
Thibaut Girka
cf36cd40eb
Fix one GettingStarted ColumnLink not having a key
6 years ago