Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-04 | highlight … button if any options enabled | Surinna Curtis | |
2017-07-04 | Revert "change active/hover display on advanced options" | Surinna Curtis | |
This reverts commit ade773cb0a8c0c4b862074f7ee8e607023bc8bbe. | |||
2017-07-04 | toggles for advanced options | Surinna Curtis | |
2017-07-04 | change active/hover display on advanced options | Surinna Curtis | |
2017-07-04 | reset advanced options when appropriate | Surinna Curtis | |
2017-07-04 | add an eye when submitting a toot with do_not_federate enabled | Surinna Curtis | |
2017-07-04 | Local-only option and dropdown all working | Surinna Curtis | |
2017-07-04 | Reduce advanced options dropdown width | Surinna Curtis | |
2017-07-04 | Further improvements to dropdown html | Surinna Curtis | |
2017-07-04 | The beginnings of an advanced options dropdown | Surinna Curtis | |
2017-07-04 | Fix Korean translation (#4065) | Minori Hiraoka | |
* Added Korean Translation (based on japanese) * Update korean translation * Update korean translation: fix syntax error * Updated korean translation * Update korean translation * Update ko.json Translate non-translated parts * Update ko.yml Translated missed parts - and fixed some typos * Create simple_form.ko.yml * Update simple_form.ko.yml Translation error fix - password change form * Update simple_form.ko.yml * Update ko.json Missing translation | |||
2017-07-04 | i18n: Add korean translation (#4064) | Gyuhwan Park | |
* Added Korean Translation (based on japanese) * Update korean translation * Update korean translation: fix syntax error * Updated korean translation * Update korean translation * Update ko.json Translate non-translated parts * Update ko.yml Translated missed parts - and fixed some typos * Create simple_form.ko.yml * Updated korean translation * i18n: fix test fails | |||
2017-07-04 | Customizable privacy policy from admin interface (#4062) | Yamagishi Kazutoshi | |
2017-07-03 | Move layout override into app settings modal | Surinna Curtis | |
Squashed commit of the following: commit 3842f879865818a3299f8283f8ed1b43c5566500 Author: Surinna Curtis <ekiru.0@gmail.com> Date: Mon Jul 3 19:57:39 2017 -0500 Fix some style issues commit 08628a0234392ecac90e869a1272f429de0b6db2 Author: Surinna Curtis <ekiru.0@gmail.com> Date: Mon Jul 3 19:35:22 2017 -0500 Improved styling and layout of select app settings commit 1787a7c20f2bf7101c6d6830450564178314a737 Author: Surinna Curtis <ekiru.0@gmail.com> Date: Mon Jul 3 17:13:53 2017 -0500 remove the layout selector ui from the drawer commit 7d93b180b1e615e2c36210ad6f119fe80a2778d8 Author: Surinna Curtis <ekiru.0@gmail.com> Date: Mon Jul 3 17:01:51 2017 -0500 Add layout setting to app settings modal | |||
2017-07-03 | Remove sort in Feed (#4050) | Akihiko Odaki (@fn_aki@pawoo.net) | |
In from_redis method, statuses retrieved from the database was mapped to the IDs retrieved from Redis. It was equivalent to order from high to low because those IDs are sorted in the same order. Statuses are ordered with the ID by default, so we do not have to reorder. Sorting statuses in the database is even faster since the IDs are indexed with B-tree. | |||
2017-07-03 | Add fa-fw class to user agent icon (#4047) | Yamagishi Kazutoshi | |
2017-07-03 | Rescue exceptions caused by FetchLinkCardService (#4045) | abcang | |
2017-07-03 | Faster emojify() by avoiding str.replace() entirely (#4049) | Nolan Lawson | |
2017-07-02 | Update French locales (#4034) | Damien Erambert | |
* add missing locales for French translation * accent "Media" in the front-end locales * images => médias * Change 'rapport' to 'signalement' in French locales to be more coherent * fix typo * remove duplicate EN locale * translate missing locales * update missing locale * fix typo * unify with "utilisateur⋅ice⋅s" * address PR comments | |||
2017-07-02 | fix(components/columns_area): Increase delta for swipe detection (#4037) | Sorin Davidoi | |
2017-07-01 | Fix height issue in report modal | Eugen Rochko | |
2017-06-30 | Remove color lightening for search results section | adbelle | |
This will cause it to match the shading of the container behind it. | |||
2017-06-30 | Add opaque background to search results section | adbelle | |
2017-06-30 | createBio function added | kibigo! | |
2017-06-30 | Faster emojify() algorithm, avoid regex replace (#4019) | Nolan Lawson | |
* Faster emojify() algorithm, avoid regex replace * add semicolon | |||
2017-06-30 | Fix that AdminMailer does not send (#4012) | Yamagishi Kazutoshi | |
2017-06-30 | Fix broken style in media gallery (regression from #3963) (#4014) | Yamagishi Kazutoshi | |
2017-06-30 | Do not raise an error if PrecomputeFeed could not find any status (#4015) | Akihiko Odaki (@fn_aki@pawoo.net) | |
2017-06-30 | Rescue Addressable::URI::InvalidURIError at Remotable (#4017) | abcang | |
2017-06-30 | Styling fixes to media spoilers | kibigo! | |
2017-06-30 | Media display improvements | kibigo! | |
- built in fullwidth styling - letterbox settings toggle - media no longer counts towards height when making toot-collapsing measurements | |||
2017-06-29 | Fixing an aspect of #32 which had previously escaped my attention | kibigo! | |
2017-06-29 | Images now behind CWs on static pages | kibigo! | |
2017-06-29 | Images behind CWs in detailed statuses too | kibigo! | |
2017-06-30 | Replace state to /web when root path (#4009) | Yamagishi Kazutoshi | |
2017-06-30 | Fix media-gallery, overflow is hidden. (#4008) | Naoki Kosaka | |
2017-06-29 | rescue HTTP::ConnectionError (#3992) | abcang | |
2017-06-29 | Improvements to image icon appearance on SHOW MORE | kibigo! | |
2017-06-28 | Tiny Status improvements | kibigo! | |
- Media toots are no longer auto-collapsed if the media is behind a CW - Display names no longer appear clickable when a toot is collapsed - Fixed #36 by adding reduplicating the media icon inside the SHOW MORE/LESS | |||
2017-06-28 | Fixes #32 bug with revealing sensitive media | kibigo! | |
2017-06-28 | Fixed improper centering of columns-area | kibigo! | |
2017-06-28 | Initial store for local settings is now Immutable all the way down | kibigo! | |
2017-06-28 | Added App Setttings Modal | kibigo! | |
2017-06-29 | Use multiple pairs for zadd in PrecomputeFeedService (#3990) | Akihiko Odaki (@fn_aki@pawoo.net) | |
2017-06-29 | Reduce number of commands in FeedManager#trim (#3989) | Akihiko Odaki (@fn_aki@pawoo.net) | |
2017-06-28 | Fixed Regexp.new syntax | kibigo! | |
2017-06-28 | Do not fail to create access token if superapp was never created (#3986) | Eugen Rochko | |
2017-06-28 | Overwrite old statuses with reblogs in PrecomputeFeedService (#3984) | Akihiko Odaki (@fn_aki@pawoo.net) | |
2017-06-28 | Linear gradient no longer extends under metadata on account pages | kibigo! | |
2017-06-28 | Improvements to static metadata styling, especially for mobile | kibigo! | |