Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-04 | Merge pull request #804 from fhalna/development | Eugen | |
Accessibility Fix. | |||
2017-04-04 | Reduce number of items in feeds, optimize regeneration worker slightly, | Eugen Rochko | |
make regeneration worker unique, (only schedule/execute once at a time) | |||
2017-04-04 | Optimize FeedManager#unmerge, and slightly optimize FeedManager#merge | Eugen Rochko | |
2017-04-04 | Move OStatus processing back into default queue | Eugen Rochko | |
2017-04-04 | Optimize filter methods in FeedManager a bit, use redis pipelining on ↵ | Eugen Rochko | |
merge/unmerge feed methods, do not re-create a dynamic class on each feed push call, make sure redis-rb uses hiredis | |||
2017-04-04 | Merge branch 'master' into development | halna_Tanaguru | |
2017-04-04 | Fix #808 - smaller elephant friend PNG for frontpage | Eugen Rochko | |
2017-04-04 | Only call regeneration worker after first login after a 14 day break | Eugen Rochko | |
2017-04-04 | Fix ActionController::Parameters in API issue | Eugen Rochko | |
2017-04-04 | Separate background jobs into different queues. ATTENTION: new queue "pull" | Eugen Rochko | |
must be added to the Sidekiq invokation in your systemd file The pull queue will handle link crawling, thread resolving, and OStatus processing. Such tasks are more likely to hang for a longer time (due to network requests) so it is more sensible to not make the "in-house" tasks wait for them. | |||
2017-04-03 | Add check for visibility.nil? even though it can't ever be, to check for ↵ | Eugen Rochko | |
race conditions | |||
2017-04-03 | accessibility fix | halna_Tanaguru | |
eanable focus on ClearColumnButton | |||
2017-04-03 | Add basic logging of who resolved report | Eugen Rochko | |
2017-04-03 | When taking action on a report (silence/suspend), it dismisses all other | Eugen Rochko | |
reports for that user automatically | |||
2017-04-03 | Make default admin UI page reports. Add admin UI for creating a domain block | Eugen Rochko | |
2017-04-03 | GitHub should be capitalized | David Baumgold | |
2017-04-03 | fixed typo | JantsoP | |
2017-04-03 | Merge branch 'master' into master | JantsoP | |
2017-04-03 | add finnish translation | JantsoP | |
add finnish translation | |||
2017-04-03 | add finnish translation | JantsoP | |
add finnish translation | |||
2017-04-03 | add finnish language | JantsoP | |
add finnish language | |||
2017-04-03 | Merge pull request #764 from ticky/tweak-quick-start-area | Eugen | |
Fix the position of the Mastodon mascot in the UI | |||
2017-04-03 | Create Finnish translation for Mastodon | JantsoP | |
Create Finnish translation for Mastodon | |||
2017-04-03 | add mute option in status dropdown | Marvin Kopf | |
2017-04-03 | Fix the position of the Mastodon mascot in the UI | Jessica Stokes | |
The Mastodon mascot was previously anchored to the bottom, and that was since broken. This restores that behaviour! It also disables the double-scrollbar behaviour that was caused by this area allowing overflow-y in addition to its parent doing so. | |||
2017-04-03 | Merge branch 'master' into master | Eugen | |
2017-04-03 | Merge pull request #746 from eramdam/feature/improve-french-locales | Eugen | |
Feature/improve french locales (again) | |||
2017-04-02 | Add forgotten comma | Kazhnuz | |
2017-04-02 | Add more lcoales in fr.jsx | Damien Erambert | |
2017-04-02 | Update French Translation | Kazhnuz | |
2017-04-02 | Merge pull request #740 from 0x70b1a5/master | Eugen | |
remove black border on video mute/spoiler buttons | |||
2017-04-02 | Merge pull request #741 from eramdam/feature/improve-french-locales | Eugen | |
Improve/add some French locales | |||
2017-04-02 | Avoid re-loading already loaded relationships. Also fixes issue where wrong | Eugen Rochko | |
button would be displayed in account lists for unloaded relationships | |||
2017-04-02 | Keep track of which timelines are connected live to avoid redundant | Eugen Rochko | |
refreshes on navigation | |||
2017-04-02 | Catching rack timeout from rails doesn't work | Eugen Rochko | |
2017-04-02 | single-quotes | Tobias Merkle | |
2017-04-02 | remove black border on buttons | Tobias Merkle | |
2017-04-02 | Add proper error page for request timeouts | Eugen Rochko | |
2017-04-02 | Merge branch 'master' of github.com:tootsuite/mastodon | Olivia Mossberg | |
It's just an upstream merge | |||
2017-04-02 | Fix word-break in account profiles | Olivia Mossberg | |
word-break:break-all is a surefire way to break things. It should be set to normal. This merge just set it back to what it should be. Tested on Firefox 52.0.2 and Chrome 56.0.2924.87 with no detected errors. | |||
2017-04-02 | Fix wording "show reblogs" -> "show boosts", order reports chronologically in | Eugen Rochko | |
admin UI | |||
2017-04-02 | Fix issue with feed merge-in code as well | Eugen Rochko | |
2017-04-02 | Fix feed regeneration bug | Eugen Rochko | |
2017-04-02 | Merge branch 'master' of https://github.com/maximeborges/mastodon into ↵ | Eugen Rochko | |
maximeborges-master | |||
2017-04-01 | Add fr locale for community_timeline in fr.jsx | Damien Erambert | |
2017-04-02 | Fix landing page sign up form ignoring username field | Eugen Rochko | |
2017-04-01 | improve video button visibililty | Tobias Merkle | |
2017-04-01 | Fix broken reference | Eugen Rochko | |
2017-04-01 | Paperclip will complain on its own if this variable is missing | Eugen Rochko | |
2017-04-01 | Made modal system more generic | Eugen Rochko | |