Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-05 | updated translation | JantsoP | |
Updated some translations after seeing them in service. Should be better now | |||
2017-04-05 | udpdated display_name translation | JantsoP | |
2017-04-05 | updated reblog translation | JantsoP | |
2017-04-04 | updated line 28 about GitHub | JantsoP | |
2017-04-04 | Merge branch 'master' into master | JantsoP | |
2017-04-04 | updated translation | JantsoP | |
2017-04-04 | changed line 25 for better translation | JantsoP | |
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 | Fix norwegian translation being malformed | Eugen Rochko | |
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 | Merge pull request #777 from chriswk/master | Eugen | |
Add Norwegian locale | |||
2017-04-03 | Merge pull request #782 from wxcafe/patch-1 | Eugen | |
Adds social.wxcafe.net | |||
2017-04-03 | Merge pull request #784 from singingwolfboy/github-capitalized | Eugen | |
GitHub should be capitalized | |||
2017-04-03 | GitHub should be capitalized | David Baumgold | |
2017-04-03 | Adds social.wxcafe.net | wxcafé | |
2017-04-03 | Add Norwegian locale | Christopher Kolstad | |
2017-04-03 | Merge pull request #775 from JantsoP/master | Eugen | |
Finnish Translation | |||
2017-04-03 | another typo. fuck me | JantsoP | |
2017-04-03 | fixed an sneaky peaky tpy | JantsoP | |
2017-04-03 | add finnish translation | JantsoP | |
add finnish translation | |||
2017-04-03 | add finnish translation | JantsoP | |
add finnish translation | |||
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 translation | JantsoP | |
add finnish translation | |||
2017-04-03 | add finnish language | JantsoP | |
add finnish language | |||
2017-04-03 | finnish translation | JantsoP | |
finnish translation | |||
2017-04-03 | updated final translation | JantsoP | |
updated final translation | |||
2017-04-03 | Merge pull request #769 from Angristan/patch-1 | Eugen | |
Improve french translation | |||
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 | Merge pull request #765 from marrus-sh/mastodon-API-update | Eugen | |
Update API docs | |||
2017-04-03 | Merge pull request #768 from marvinkopf/mutedropdown | Eugen | |
add mute option in status dropdown | |||
2017-04-03 | Create new translation file | JantsoP | |
Still in progress. Should be done shortly | |||
2017-04-03 | Create Finnish translation for Mastodon | JantsoP | |
Create Finnish translation for Mastodon | |||
2017-04-03 | Improve french translation | Angristan | |
2017-04-03 | add mute option in status dropdown | Marvin Kopf | |
2017-04-03 | "direct" in statuses#create | Kibigo! | |
2017-04-02 | Forgot `direct` statuses :P | Kibigo! | |
2017-04-02 | Typofixes | Kibigo! | |
2017-04-02 | Code now code | Kibigo! | |
2017-04-02 | Merging 'upstream' updates | Kibigo! | |
2017-04-02 | Updated API docs | Kibigo! | |
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. |