Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-09 | glitch: fix webpack build failure in columns_area.js (#1212) | Rey Tucker | |
Fixes #1212 by copying what works in the mainline flavor. | |||
2019-09-07 | Merge branch 'glitch' into production | Reverite | |
2019-09-06 | Add timeline read markers API (#11762) | Eugen Rochko | |
Fix #4093 | |||
2019-09-05 | [Glitch] Fix line breaks in hashtag autosuggestions in web UI | Eugen Rochko | |
Port 7db2c2e2ba049845bdfdbf9931ffae6ae5ccddd3 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-05 | [Glitch] Exclude URLs from text analysis | Mostafa Ahangarha | |
Port e974d4923fabd887416609bc6c8ca81ce81d0ff2 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-05 | [Glitch] Fix wrong sum of usage in hashtag component in web UI | Eugen Rochko | |
Port a6a63358c3fd81b9104aa0a51133cd065eea4a84 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-05 | [Glitch] Fix wrong pluralization in hashtag component in web UI | Eugen Rochko | |
Port 1a00bd9244ee8555d7401f4f0ee01ec381e96c1c to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-05 | [Glitch] Change hashtag component in web UI to show numbers for 2 last days | Eugen Rochko | |
Port d19d86fe2b26fb00577d600234c32d726fb199a4 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-05 | [Glitch] Fix uncached media in web UI not being clickable | Eugen Rochko | |
Port 34adc8784a3f165a4bd5719a067093f703f499e9 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-05 | [Glitch] Integrate translation strings for the Profile Directory. | mayaeh | |
Port 1f22b8197cb961371fa761e1fa214d4f4a2074d1 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-05 | [Glitch] Fix Mastodon logo style on hover on public pages' footer | ThibG | |
Port 0ea53122f2a0db726afe96cfedd8e7fe3d930e0a to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-05 | [Glitch] Fix height of dashboard counters | ThibG | |
Port 6493f4ffaea9ae391a9cc24e2743531fd0c3a3e8 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-05 | [Glitch] Fix custom emoji animation on hover in WebUI directory bios | ThibG | |
Port 34eac5a1ecab250760bec1f703ddf828670210fa to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-05 | [Glitch] Add "not available" label on unknown media attachments | Eugen Rochko | |
Port d3442894310022062debc4c6ed6b117f8bc3904b to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-05 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-09-05 | Fix line breaks in hashtag autosuggestions in web UI (#11764) | Eugen Rochko | |
2019-09-04 | Exclude URLs from text analysis (#11759) | Mostafa Ahangarha | |
By the added regex, URLs, including the one without http or even www like mysite.com will be removed from the toot's body so only the real text of the toot will be analyzed for RTL detection | |||
2019-09-04 | Fix loading more items in account following/followers | Thibaut Girka | |
2019-09-04 | Fix wrong sum of usage in hashtag component in web UI (#11755) | Eugen Rochko | |
1 + 1 = 11 | |||
2019-09-04 | Fix wrong pluralization in hashtag component in web UI (#11754) | Eugen Rochko | |
2019-09-04 | Change account deletion page to have better explanations (#11753) | Eugen Rochko | |
Fix deletion of unconfirmed account not freeing up the username Add prefill of logged-in user's email in the reconfirmation form | |||
2019-09-03 | Fix admin interface showing superfluous reject media/reports on suspended ↵ | ThibG | |
blocks (#11749) * Fix admin interface showing superfluous reject media/reports on suspended domains * Fix reject media/reports checkboxes being visible when editing domain block of suspend severity | |||
2019-09-03 | Change hashtag component in web UI to show numbers for 2 last days (#11742) | Eugen Rochko | |
To deal with the midnight problem | |||
2019-09-03 | Fix uncached media in web UI not being clickable (#11745) | Eugen Rochko | |
2019-09-02 | Integrate translation strings for the Profile Directory. (#11722) | mayaeh | |
Run `yarn manage:translations en` | |||
2019-09-02 | Fix Mastodon logo style on hover on public pages' footer (#11735) | ThibG | |
Fixes #11690 | |||
2019-09-02 | Fix height of dashboard counters (#11736) | ThibG | |
2019-09-02 | [Glitch] Add header to trends section and change refresh rate to 15 minutes | Eugen Rochko | |
Port 4ef8d8b77c596680be13b26400bc2a09038928de to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-02 | [Glitch] Restore hashtag suggestions from local tag history | ThibG | |
Port 5ab1e0e738183a0ddcec140d55184351f751b22d to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-02 | [Glitch] Fix trending hashtags being fetched every 36 seconds instead of ↵ | ThibG | |
every hour (#11631) Port d857d0d14d273648bad5a88ce3391d6e15592039 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-02 | Fix trending hashtags spacing in single-column mode | Thibaut Girka | |
2019-09-02 | [Glitch] Add trends to public pages sidebar | Eugen Rochko | |
Port c6b4b923e6f88b7cc4a1af251cb532a5a15035e2 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-02 | [Glitch] Fix hashtag autosuggestions line breaks for long suggestions | Eugen Rochko | |
Port cd660d374adc9394aaeea22d5d41b29535d8a4c2 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-02 | [Glitch] Fix trending counter width | Sasha Sorokin | |
Port a5a5a0adec08082a1d527a2f848dc9b0ababf253 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-02 | [Glitch] Add trends UI with admin and user settings | Eugen Rochko | |
Port 9072fe5ab6464cc9c7a871d388464c7afcf41cd0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-02 | [Glitch] Fix emoji autosuggestions | Eugen Rochko | |
Port 784c88e16d8e0f75c0d27e34f926569607e02044 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-02 | Refactor SCSS to better match upstream | Thibaut Girka | |
2019-09-02 | [Glitch] Add autosuggestions for hashtags | Eugen Rochko | |
Port cfb2ed78231758a79af038a964ab7f7b7b35274e to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-01 | Fix custom emoji animation on hover in WebUI directory bios (#11716) | ThibG | |
2019-09-01 | Add "not available" label on unknown media attachments (#11715) | Eugen Rochko | |
2019-08-31 | Properly hide follower count in profile directory | Thibaut Girka | |
2019-08-31 | Update backend links and fix hardcoded ones | Thibaut Girka | |
2019-08-31 | Fix imports importing modules from vanilla flavour instead of glitch | Thibaut Girka | |
2019-08-31 | [Glitch] Change layout of public profile directory to be the same as in web UI | Eugen Rochko | |
Port 987190417228bb56041ea824772341f07f4263d6 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-31 | [Glitch] Add profile directory to web UI | Eugen Rochko | |
Port cb447b28c403c7db32e3e3d7c2510004287edfda to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-30 | [Glitch] Change detailed status child ordering to sort self-replies on top | ThibG | |
Port 6914482d0a6e7e654e17e7f2aa2f6a2acde6c59a to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-30 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/views/directories/index.html.haml Upstream has redesigned the profile directory, and we had a glitch-soc-specific change to hide follower counts. Ported that change to the new design. | |||
2019-08-30 | Change layout of public profile directory to be the same as in web UI (#11705) | Eugen Rochko | |
2019-08-30 | Change detailed status child ordering to sort self-replies on top (#11686) | ThibG | |
Fixes #11679 | |||
2019-08-30 | Add profile directory to web UI (#11688) | Eugen Rochko | |
* Add profile directory to web UI * Add a line of bio to the directory |