Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-16 | Merge pull request #405 from ThibG/glitch-soc/features/dm-from-menu | ThibG | |
[Glitch] Feature: Direct message from menu | |||
2018-05-16 | Merge pull request #485 from ThibG/glitch-soc/fixes/light-theme-textarea-color | ThibG | |
Fix mastodon-light background color of the composer textarea when posting | |||
2018-05-16 | [Glitch] Reword the direct message warning | Thibaut Girka | |
Port 53c2164e9c8e2538de386a526a97db187ecae470 to glitch-soc | |||
2018-05-16 | [Glitch] Feature: Direct message from Statuses | Thibaut Girka | |
Port 904a2479dd2085dfc94f33746ad6f7a755e72609 to glitch-soc | |||
2018-05-16 | [Glitch] Fix issues with sending direct messages from user profile | Thibaut Girka | |
Port 4fd71accd419fb79cc75e0ebf30df374d174ebf5 to glitch-soc | |||
2018-05-16 | [Glitch] Feature: Direct message from menu | Thibaut Girka | |
Port d1f34151aee564bb1e60ee48107797681c869a81 to glitch-soc | |||
2018-05-16 | Fix mastodon-light background color of the composer textarea when posting | Thibaut Girka | |
2018-05-15 | Merge pull request #483 from ThibG/glitch-soc/fixes/modal | ThibG | |
Fix modals testing for props.noEsc (fixes #482) | |||
2018-05-15 | Fix modals testing for props.noEsc (fixes #482) | Thibaut Girka | |
2018-05-14 | Merge pull request #476 from ThibG/fixes/update-scss | David Yip | |
Change local settings SCSS to be more consistent with modals | |||
2018-05-14 | Change local settings SCSS to be more consistent with modals | Thibaut Girka | |
2018-05-14 | Merge pull request #481 from ThibG/glitch-soc/merge | David Yip | |
Merge upstream changes | |||
2018-05-14 | Merge branch 'master' into glitch-soc/merge | Thibaut Girka | |
2018-05-14 | Disallow async function in service worker (#7482) | Akihiko Odaki | |
offline-plugin depends on webpack.optimize.UglifyJsPlugin, which is an alias of uglifyjs-webpack-plugin v0.4.6. uglifyjs-webpack-plugin v0.4.6 uses uglify-js 2.8.29, which is not compatible with async function. | |||
2018-05-14 | Revert index change on statuses for api/v1/accounts account_id statuses (#7484) | Akihiko Odaki | |
2018-05-14 | Bump version to 2.4.0rc3 | Eugen Rochko | |
2018-05-14 | Limit environment variables to expose to webpack (#7480) | Akihiko Odaki | |
2018-05-14 | Bump version to 2.4.0rc2 | Eugen Rochko | |
2018-05-14 | Add Slovene language (#7475) | Yamagishi Kazutoshi | |
2018-05-14 | Call media.present? because media may be nil (#7474) | abcang | |
2018-05-14 | Improve index on statuses for api/v1/accounts account_id statuses (#7476) | Akihiko Odaki | |
Queries with the combination of account_id, id, and visibility can be categorized in three types: 1. Querying for public and unlisted to enumerate statuses visible to anyone. 2. Querying for public, unlisted, and private to enumerate statuses visible to follower. 3. Querying for direct to enumerate own direct statuses. 1 and 2 is covered by the index with condition 'visibility IN (0, 1, 2)'. It would bring better performance in case that there are many direct statuses. The index with condition 'visibility = 3' is just for 3. It would be much faster to query direct statuses thanks to this query. The total size of those two indexes are expected to be smaller than the deleted one because they are partial and does not have to cover all the table. | |||
2018-05-13 | Merge pull request #469 from ThibG/glitch-soc/features/glitch-light-theme | beatrix | |
Port Sylvhem's mastodon-light to glitch flavour | |||
2018-05-13 | Fix 404 for GET /api/v1/push/subscription (#7472) | Eugen Rochko | |
My bad... | |||
2018-05-13 | Add GET /api/v1/push/subscription REST API (#7471) | Eugen Rochko | |
* Add Api::V1::Push::SubscriptionsController#show * Add to routes | |||
2018-05-13 | Fix nil error in StatusFilter (#7470) | Eugen Rochko | |
Fix #7462 | |||
2018-05-13 | Test if navigator.storage is present before using it (#7460) | Akihiko Odaki | |
2018-05-13 | Open video modal on public UI (#7469) | Yamagishi Kazutoshi | |
2018-05-13 | Update http_parser.rb to head version (#7467) | Yamagishi Kazutoshi | |
2018-05-12 | Merge pull request #480 from ThibG/glitch-soc/fixes/glitch-soc-bio-escape | ThibG | |
Fix glitch-style bio fields incorrect HTML escaping in public profiles | |||
2018-05-12 | Fix glitch-style bio fields incorrect HTML escaping in public profiles | Thibaut Girka | |
2018-05-12 | Improvements to toots display in admin view (#7452) | ThibG | |
* Distinguish boosts from original statuses in the admin panel (fixes #7449) * Show the “show more” button in admin view to make CWs clearer (fixes #7451) * Make content warnings swag | |||
2018-05-12 | Fetch boosted statuses on behalf of a follower (fixes #7426) (#7459) | ThibG | |
When an ActivityPub Announce is processed and the boosted toot is not known, fetch it on behalf of one of the booster's followers. This is to allow fetching self-boosts of previously-unknown private toots. If fetching on behalf of a user fails, try fetching it anonymously: the selected follower of a boosting user may be banned by the boosted toot's author. | |||
2018-05-12 | Combine similar components into one on public UI (#7458) | Yamagishi Kazutoshi | |
2018-05-12 | Downgrade doorkeeper to version 4.2.6 (#7456) | Yamagishi Kazutoshi | |
ref https://github.com/doorkeeper-gem/doorkeeper/pull/1060 | |||
2018-05-11 | Merge pull request #479 from ThibG/glitch-soc/fixes/modal-root-keyup | ThibG | |
Fix root modal's keyup handling (Fixes #478) | |||
2018-05-11 | Fix root modal's keyup handling (Fixes #478) | Thibaut Girka | |
2018-05-11 | Merge pull request #477 from ThibG/glitch-soc/merge | ThibG | |
Merge upstream changes | |||
2018-05-11 | Merge branch 'master' into glitch-soc/merge | Thibaut Girka | |
Conflicts: app/controllers/invites_controller.rb app/serializers/initial_state_serializer.rb config/locales/ko.yml | |||
2018-05-11 | Merge pull request #475 from ThibG/fixes/update-scss | ThibG | |
Update SCSS from upstream | |||
2018-05-11 | Merge pull request #474 from ThibG/glitch-soc/fixes/html-ified-tooltip | ThibG | |
[Glitch] Use plaintext value for field value tooltips in web UI | |||
2018-05-11 | [Glitch] Fix contact info styling on landing page | Thibaut Girka | |
2018-05-11 | Update SCSS for tables | Thibaut Girka | |
2018-05-11 | Update SCSS for statuses public view | Thibaut Girka | |
2018-05-11 | [Glitch] Adjust RTL styles for landing page | Thibaut Girka | |
Port 8bf3e750ab1d4f4ffa7063b088870d7a82ad548c to glitch-soc | |||
2018-05-11 | Update forms SCSS from upstream | Thibaut Girka | |
2018-05-11 | Update SCSS to match “Show card modal on public pages” | Thibaut Girka | |
2018-05-11 | Update SCSS for about/landing page | Thibaut Girka | |
2018-05-11 | Update admin page SCSS from upstream | Thibaut Girka | |
2018-05-11 | Update session activation time (fixes #5605) (#7408) | ThibG | |
2018-05-11 | Change wording of the “undo” media upload button (fixes #6857) (#7417) | ThibG | |