Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-07 | Change number_to_human calls to always use 3-digits precision (#16469) | Claire | |
Fixes #16435 | |||
2021-05-05 | Fix error when trying to render component for media without meta (#16112) | Eugen Rochko | |
2019-04-21 | Animate avatar GIFs on-hover on public profiles (#10549) | Jessica | |
* Third time is the charm? * Use full asset URL for data-static and data-original ̀image_tag` expands to the full asset URL, we have to do the same in `data` attributes so that it can work when assets and user data are stored on a different host | |||
2018-12-14 | Make avatar and headers respect `auto_play_gif` (#9515) | ThibG | |
* Do not animate account header art if user's GIF autoplay setting is off Fixes #9472 * Honour currently logged-in user's GIF autoplay setting for account avatars Fixes #9467 * Fix avatar display on some public pages when data is stored on a different host * Use ternary operator instead of if/else for avatar/header URL | |||
2018-09-23 | Refactor active_nav_class for use with multiple paths (#8757) | ThibG | |
2018-09-18 | Fix “Toots” tab highlighting for replies and media timelines (#8715) | ThibG | |
2018-09-07 | Use animation config for avatar in profile pages (#8614) | Renato "Lond" Cerqueira | |
Fixes #7380. | |||
2018-08-30 | Inactive header in main profile to match column. (#8520) | M Somerville | |
2018-08-26 | Better singulars of account followers/toots. (#8471) | M Somerville | |
2018-08-14 | Show exact number of followers/statuses on export page/in tooltip (#8199) | Eugen Rochko | |
* Show exact number of followers/statuses on export page/in tooltip * Fix tests | |||
2018-08-02 | Render custom emoji in display name on public profile (#8115) | ThibG | |
2018-07-28 | Redesign public profiles and toots (#8068) | Eugen Rochko | |
2018-05-07 | Bot nameplates (#7391) | Eugen Rochko | |
* Store actor type in database * Add bot nameplate to web UI, add setting to preferences, API, AP Fix #7365 * Fix code style issues | |||
2018-05-06 | Enable custom emojis in profiles (notes, field values, display names) (#7374) | Eugen Rochko | |
Follow-up to #6124 | |||
2018-05-05 | Improve rendering of bio fields (#7353) | Eugen Rochko | |
Fix #7335 | |||
2018-04-16 | Remove extra spaces from search API queries and public account headers ↵ | ThibG | |
(fixes #7129) (#7152) | |||
2018-04-14 | Add bio fields (#6645) | Eugen Rochko | |
* Add bio fields - Fix #3211 - Fix #232 - Fix #121 * Display bio fields in web UI * Fix output of links and missing fields * Federate bio fields over ActivityPub as PropertyValue * Improve how the fields are stored, add to Edit profile form * Add rel=me to links in fields Fix #121 | |||
2018-04-01 | [WIP] Enable custom emoji on account pages and in the sidebar (#6124) | David Underwood | |
Federate custom emojis with accounts | |||
2018-02-26 | Improve public account cards (#6559) | Eugen Rochko | |
- Add follow/unfollow/remote follow buttons - Format the bio properly - Always show username@domain, even for local accounts | |||
2018-01-08 | Revert #5772 (#6221) | Eugen Rochko | |
2018-01-03 | Allow to dereference Follow object for ActivityPub (#5772) | Akihiko Odaki | |
* Allow to dereference Follow object for ActivityPub * Accept IRI as object representation for Accept activity | |||
2017-11-19 | Add “staff” badge to admin user pages (#5735) | Yamagishi Kazutoshi | |
* Allow staff badge to change from setting to hidden * i18n: Update Polish translation | |||
2017-11-18 | Profile redirect notes (#5746) | Eugen Rochko | |
* Serialize moved accounts into REST and ActivityPub APIs * Parse federated moved accounts from ActivityPub * Add note about moved accounts to public profiles * Add moved account message to web UI * Fix code style issues | |||
2017-11-17 | Display moderator badge (green), admin badge changed to red (#5728) | Eugen Rochko | |
2017-11-07 | Add ability to disable login and mark accounts as memorial (#5615) | Eugen Rochko | |
Fix #5597 | |||
2017-09-18 | Add `strip_insignificant_zeros: true` option to `number_to_human` (#4993) | Yamagishi Kazutoshi | |
2017-08-27 | Shorten display of large numbers on public profiles (#4711) | Eugen Rochko | |
2017-08-16 | Redesign public profiles (#4608) | Eugen Rochko | |
* Redesign public profiles * Responsive design * Change public profile status filtering defaults and add options - No longer displays private/direct toots even if you are permitted access - By default omits replies - "With replies" option - "Media only" option * Redesign account grid cards * Fix style issues | |||
2017-05-08 | Added haml-lint and fix warnings (#2773) | yhirano | |
* add haml_lint to Gemfile * add .haml-lint.yml * fix warnings of haml_lint | |||
2017-04-19 | Restful refactor of accounts/ routes (#2133) | Matt Jankowski | |
* Add routing specs for accounts followers and following actions * Use more restful route naming for public account follow pages Moves two actions: - accounts#followers to accounts/follower_accounts#index - accounts#following to accounts/following_accounts#index Adds routing spec to ensure prior URLs are preserved. | |||
2017-04-16 | Use local vars in partials (#1935) | Matt Jankowski | |
* Use local vars in accounts/header partial * Use local variable in 2fa recovery codes partial | |||
2017-04-12 | significant improvement in microformats markup (#1063) | Ben Roberts | |
* significant improvement in microformats markup This is a huge improvement and I believe will close #965. Had these microformats reviewed by others in the community to help ensure they are at least correct, if not complete. I did not want to change the structure of the page, and so there it does not fully mark up the entire ancestry chain, or reply chain, only the direct decendants and direct ancestors are correctly associated, but this is likely fine as the most important bit is to have access to the urls for those toots which are now correctly fetchable. * improve code climate * trying to pass code climate tests * code climate * fix p-summary for content warning posts * fix error introduced when merging via github | |||
2017-03-31 | Fix some views still not using counter caches | Eugen Rochko | |
2017-03-22 | Prettier account and stream entry URLs | Eugen Rochko | |
2017-01-09 | simplify emojification on public pages with .emojify class | blackle | |
2017-01-06 | Fix h-card classes and remote follow button appearing when it shouldn't | Eugen Rochko | |
2017-01-06 | Add Microformats2 markup | Greg V | |
h-feed, h-card and h-entry | |||
2017-01-01 | Adding remote follow button | Eugen Rochko | |
2016-12-26 | Fix #86 - resolve layout breaking on zoom-out on accounts grid | Eugen Rochko | |
2016-12-23 | Add page for authorizing/rejecting follow requests | Eugen Rochko | |
2016-12-22 | Hide follow/unfollow button from public page if follow already requested | Eugen Rochko | |
2016-12-04 | Do not use expiring links after all | Eugen Rochko | |
2016-12-04 | Set a specific S3 expiration time so that files can be cached | Eugen Rochko | |
2016-12-04 | Do not autoplay videos, display play button instead. Use expiring links when ↵ | Eugen Rochko | |
using S3. Do not keep originals for avatars/headers, resize avatars down to 120x120 instead of 300x300. Set cache headers on S3 stuff, also make it private (aka only accessible via expiring links to prevent hotlinking) | |||
2016-11-16 | Localizations for most server-side strings | Eugen Rochko | |
2016-11-07 | Account notes (bios) can now contain links. Character limit upped to 160 | Eugen Rochko | |
2016-10-06 | Fix #72 - add follow/unfollow button to public profiles | Eugen Rochko | |
2016-10-03 | Fix most pages on small screens | Eugen Rochko | |
2016-03-19 | Adding public following and followers pages, fix #3 | Eugen Rochko | |