esetomo
322cbf83c8
fix typo on daily tasks logging ( #2450 )
7 years ago
Ash Furrow
d4f7f11c3c
Adds logging for daily tasks ( #2438 )
* Adds logging for daily tasks.
* Fixes Code Climate issues in #2438 .
7 years ago
Ash Furrow
a0ed88a99b
Adds version to about/more and API ( #2181 )
* Adds version.
* Cleans up code.
* Removes standalone endpoint and adds version to instance endpoint.
* Addresses feedback from #2181 .
7 years ago
Eugen
2e4afccd9d
Fix #2108 - Fix gif uploads ( #2171 )
* Fix #2108 - Fix gif uploads
Add specs for media attachment gifv conversion
* Add ffmpeg to travis
* Make travis install ffmpeg, not libav
* Switch travis to trusty
7 years ago
Matt Jankowski
16d50f60d1
Remove unused methods ( #1730 )
* Remove unused method #set_counters_maps from api controller
* Remove unused method #set_account_counters_maps from api controller
* Remove unused method Account#followers_domains
* Remove unused User.prolific scope
* Add mastodon:users:admins task to list all admin emails
* Use interpolated query style in Account.triadic_closures
* Coverage for Account.triadic_closures
7 years ago
Eugen
15ec4ae07b
Fix #1972 , fix #1870 - Fix special characters in XML, add tests ( #1988 )
Also improve efficiency of the mastodon:maintenance:add_static_avatars task
7 years ago
Eugen
8f2ed79a0b
Fix bug mentioned in #1565 ( #1954 )
7 years ago
Eugen
e17f9d5e1a
Unite all mandatory rake tasks in mastodon:daily ( #1887 )
* Unite all mandatory rake tasks in mastodon:daily
Add mastodon:media:remove_remote task
Make mastodon:maintenance:add_static_avatars more resilient to exceptions
* Fix typo in task description
7 years ago
Eugen
fa08b5079d
Make the rake mastodon:users:clear task properly clear out unconfirmed users ( #1777 )
Before it cleared out user records only (e-mail, password) without
freeing up the associated username (account record). Furthermore, since
these records have no dependent records (due to no user activity)
they can be deleted quickly with delete_all instead of destroy
7 years ago
Andrew
e28a5aab08
Add tasks for open/close registration ( #1823 )
* Add tasks for open/close registration
* Code climate style fix
* Use true instead of string 'true'
7 years ago
d0p1
2f2b84bfbb
Add task in order to delete unconfirmed users (older than 2days) ( #1571 )
* add task in order to delete unconfirmed user
* change 7 days to 2
7 years ago
Eugen
12f72e1740
When avatar/header are GIF, generate static versions ( #1428 )
* When avatar/header are GIF, generate static versions.
Account API returns "avatar"/"avatar_static", "header"/"header_static"
Static version is the same as original for other cases
Web UI de-animates avatars in toots, lists of users
Fix #441 , fix #596 , prerequisite for #1064
* Fix JS test
* Add rake task to generate static avatars/headers from GIF ones, add test
7 years ago
Ash Furrow
d439855a6d
Adds error message to mastodon:confirm_email task. ( #1476 )
7 years ago
Ash Furrow
6e3925521d
Adds user confirmation rake task ( #1300 )
* Adds task to confirm user by email.
* Adds documentation for manual confirmation.
7 years ago
Eugen Rochko
188cddefe9
Add maintenance task for updating counter caches
7 years ago
Eugen Rochko
03a857f59a
Use more widely supported MP4 format for gifv's
7 years ago
Eugen Rochko
85fce04d1b
Detect videos with no sound, handle them like gifv
7 years ago
Eugen Rochko
caf5b8e975
Fix #431 - convert gif to webm during upload. Web UI treats them like it did
before. In the API, attachments now can be either image, video or gifv. Gifv
is to be treated like images in terms of behaviour, but are videos by file
type.
7 years ago
Eugen Rochko
6b81d10030
Add digest e-mails
7 years ago
Eugen Rochko
fae1799646
Add rake task for making someone into an admin
7 years ago
Eugen Rochko
d9ca46b464
Cleaning up format of broadcast real-time messages, removing
redis-backed "mentions" timeline as redundant (given notifications)
7 years ago
Eugen Rochko
d567f21d4f
Improve StatsD instrumentation
7 years ago
Eugen Rochko
f0de621e76
Fix #463 - Fetch and display previews of URLs using OpenGraph tags
7 years ago
Eugen Rochko
8f54a8851a
Add rake task for clearing out media from silenced accounts
7 years ago
Eugen Rochko
58b3f4fd67
Fix #329 - avatar errors no longer prevent remote accounts from being saved
(without avatar). Also improved search position of exact matches
8 years ago
Eugen Rochko
8efa081f21
Remove Neo4J
8 years ago
Eugen Rochko
4f1d863615
Only distribute statuses to followers who signed in in the last 2 weeks, add rake task for clearing feeds of inactive users
8 years ago
Eugen Rochko
fdc17bea58
Fix rubocop issues, introduce usage of frozen literal to improve performance
8 years ago
Eugen Rochko
a9e40a3d80
Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting
to the API
8 years ago
Eugen Rochko
6f7c9774c7
Only run mastodon:push:clear on accounts that are still subscribed to
8 years ago
Eugen Rochko
4d336cefac
Add sync command for neo4j, fix configuration, add neo4j to docker-compose, fix seed
8 years ago
Eugen Rochko
65ae9637d6
PuSH unsubscribe needs correct callback URL
8 years ago
Eugen Rochko
608a2bfffc
Upgrade to PubSubHubbub 0.4 (removing verify_token)
8 years ago
Eugen Rochko
a86f21cf90
Fix rake tasks and loading bar
8 years ago
Eugen Rochko
1cfc9aa20e
OStatus2 and Goldfinger gems now have timeouts for requests
8 years ago
Eugen Rochko
059ebbf48d
Separate PuSH subscriptions from following, add mastodon:push:refresh task,
respect hub.lease_seconds (fix #46 )
8 years ago
Eugen Rochko
35b6c4b36a
Improve rake tasks
8 years ago
Eugen Rochko
a08e724476
Fix subscriptions:clear task, refactor feeds, refactor streamable activites
and atom feed generation to some extent, as well as the way mentions are
stored
8 years ago
Eugen Rochko
12559b01ea
Add pagination by max_id instead of offset/limit
8 years ago
Eugen Rochko
323474c97e
Fix #2 , add rake task for PuSH-unsubscribing from remote users who have no
local followers. Remote users' usernames SHOULD be case-sensitive
8 years ago
Eugen Rochko
3441361568
Adding simple_form, adding profile settings, header image
8 years ago
Eugen Rochko
9c4856bdb1
Initial commit
8 years ago