Commit Graph

  • dd5d99f83f
    Fix error on migration page (#19386) Eugen Rochko 2022-10-18 19:01:59 +0200
  • 8a1d10cb35
    Fix error while server rules are loading in report modal in web UI (#19385) Eugen Rochko 2022-10-18 18:57:01 +0200
  • 3702afec9f
    Add detailed description section to issue template (#19365) Yamagishi Kazutoshi 2022-10-17 15:32:48 +0900
  • 4c7b5fb6c1
    Add featured tags selector for WebUI (#19358) Takeshi Umeda 2022-10-16 15:43:59 +0900
  • c618d3a0a5
    Make "No $entity selected" errors more accurate (#19356) prplecake 2022-10-14 17:20:54 -0500
  • e02bdc14fd
    Fix missing `isCancel` (#19354) Yamagishi Kazutoshi 2022-10-14 23:14:22 +0900
  • 219c38b921
    Replace `CancelToken` to `AbortSignal` (#19352) Yamagishi Kazutoshi 2022-10-14 10:16:37 +0900
  • f01310dadb
    Fix trending statuses returning more than one post by the same author (#19349) Eugen Rochko 2022-10-14 01:44:23 +0200
  • 7e62688a0e
    Fix notification cleaning mode causing notifications to get stuck (#1868) Claire 2022-10-13 20:00:20 +0200
  • 8a9d774a84
    New Crowdin updates (#19344) Eugen Rochko 2022-10-13 16:14:11 +0200
  • 1bd00036c2
    Change about page to be mounted in the web UI (#19345) Eugen Rochko 2022-10-13 14:42:37 +0200
  • b04633a961
    Add image processing and generate blurhash for server thumbnail (#19348) Eugen Rochko 2022-10-13 11:29:19 +0200
  • 27a2edcb79
    Fix issues with notification cleaning mode when there is a disconnection gap (#1867) Claire 2022-10-13 08:55:00 +0200
  • 7afc6a630c
    Redirect non-logged-in user to owner statuses on single user mode (#19333) Yamagishi Kazutoshi 2022-10-13 04:07:30 +0900
  • 2bb443c7d5
    Port various forgotten fixes from upstream (#1864) Claire 2022-10-12 19:03:28 +0200
  • 5f6c0d63e3
    Bump axios from 0.27.2 to 1.1.2 (#19341) dependabot[bot] 2022-10-12 06:30:38 +0900
  • 18f210aff6
    Fix accidentally importing vanilla code in glitch-soc flavor (#1863) Claire 2022-10-11 19:35:37 +0200
  • b01faa7375
    Merge pull request #1862 from ClearlyClaire/glitch-soc/refactor/upstream-discrepancies Claire 2022-10-11 19:22:48 +0200
  • e1db6cf320 Move flavours/glitch/features/emoji_picker back to flavours/glitch/features/compose/containers/emoji_picker_dropdown_container Claire 2022-10-11 13:33:21 +0200
  • de345e70d8
    Bump express from 4.18.1 to 4.18.2 (#19340) dependabot[bot] 2022-10-11 19:46:58 +0900
  • 7f036be169
    Bump eslint-plugin-react from 7.31.8 to 7.31.9 (#19342) dependabot[bot] 2022-10-11 19:46:28 +0900
  • d868c1ced5
    Bump @babel/preset-env from 7.19.3 to 7.19.4 (#19339) dependabot[bot] 2022-10-11 19:46:03 +0900
  • adf6fdf0a9
    Bump @babel/runtime from 7.19.0 to 7.19.4 (#19343) dependabot[bot] 2022-10-11 19:45:39 +0900
  • b728b25c10 Move flavours/glitch/utils/emoji back to flavours/glitch/features/emoji Claire 2022-10-11 12:36:24 +0200
  • b75bf336bd Move more modules from flavours/glitch/utils to flavours/glitch Claire 2022-10-11 11:39:52 +0200
  • 2535ec4fcb Remove unused `redux_helpers` module Claire 2022-10-11 12:05:34 +0200
  • 0f4a4d7527 Move some modules from flavours/glitch/utils/ back to flavours/glitch/features/compose/util/ Claire 2022-10-11 11:51:15 +0200
  • 7097a459be Move flavours/glitch/utils/ready to flavours/glitch/ready Claire 2022-10-11 11:23:59 +0200
  • 015e798394 Move some modules from flavours/glitch/utils/ back to flavours/glitch/features/ui/util/ Claire 2022-10-11 10:51:33 +0200
  • d3879c07b1 Rename flavours/glitch/util into flavours/glitch/utils Claire 2022-10-11 10:41:15 +0200
  • 1be97ce17f Remove unneeded change in flavours/glitch/api Claire 2022-10-11 10:33:46 +0200
  • c285546052 Move flavours/glitch/util/api to flavours/glitch/api Claire 2022-10-11 10:32:31 +0200
  • 64342a87b4 Refactor initial_state to isolate glitch-soc changes Claire 2022-10-11 10:27:14 +0200
  • 26b687160b Move flavours/glitch/util/initial_state to flavours/glitch/initial_state Claire 2022-10-11 10:17:04 +0200
  • c70bffd89f
    New Crowdin updates (#19330) Eugen Rochko 2022-10-11 05:59:29 +0200
  • d787343325
    Hide list panel from nav bar in mobile layout (#19337) Yamagishi Kazutoshi 2022-10-11 04:41:25 +0900
  • 05148e2c77
    Fix missing `skip_review?` (#19335) Yamagishi Kazutoshi 2022-10-10 15:03:19 +0900
  • 3eef8a7a81
    Fix `ColumnLink` labels not disappearing in mobile UI (#19334) Yamagishi Kazutoshi 2022-10-10 13:51:16 +0900
  • 5f79200a5e
    Remove/update old "tootsuite" references, except those needed for Docker (#19327) Jeremy Kescher 2022-10-09 22:33:38 +0000
  • 32c3bd3c53
    Use pep440 for Docker image tag rules (#19332) Yamagishi Kazutoshi 2022-10-10 07:32:40 +0900
  • 94713940c7
    Merge pull request #1861 from ClearlyClaire/glitch-soc/features/logged-out-webui Claire 2022-10-09 23:26:02 +0200
  • d04fbe6fe0 [Glitch] Change font size of active users in server banner to be larger in web UI Eugen Rochko 2022-10-05 07:02:09 +0200
  • 0d0fac939d [Glitch] Fix crash in report modal trwnh 2022-10-06 22:53:14 -0500
  • 757e16a0b5 [Glitch] Add server banner to web app Eugen Rochko 2022-10-05 03:47:56 +0200
  • bf3cb42da7 Add server banner to web app, add `GET /api/v2/instance` to REST API (#19294) Eugen Rochko 2022-10-05 03:47:56 +0200
  • d3f1a010e5
    Fix fedi/local timeline nav link always hide (#19329) Yamagishi Kazutoshi 2022-10-10 02:26:14 +0900
  • f879c42747
    New Crowdin updates (#19317) Eugen Rochko 2022-10-09 18:27:03 +0200
  • c9fadb3cae [Glitch] Add interaction modal to logged-out web UI Eugen Rochko 2022-10-07 10:14:31 +0200
  • 90c6b0aed6 [Glitch] Fix trying to connect to streaming API when logged out in web UI Eugen Rochko 2022-10-08 07:15:50 +0200
  • 60e2cdd81a [Glitch] Fix various issues with logged-out web UI Eugen Rochko 2022-10-04 20:13:23 +0200
  • f4fe985a03 [Glitch] Fix missing await Yamagishi Kazutoshi 2022-10-04 06:08:38 +0900
  • cc93cd5d6c [Glitch] Disable push notification when not logged in Yamagishi Kazutoshi 2022-10-04 01:15:47 +0900
  • d86cb4cab8 [Glitch] Allow non-logged users to access /web Eugen Rochko 2022-09-29 04:39:33 +0200
  • 9ee2746a36 [Glitch] Add dynamic document title to WebUI Eugen Rochko 2022-09-29 04:39:33 +0200
  • 1ddd2186de [Glitch] Add sign-up button to logged-out web UI Eugen Rochko 2022-09-29 06:21:51 +0200
  • b38361a347 [Glitch] Fix various issues with logged-out Web UI Eugen Rochko 2022-09-29 06:21:51 +0200
  • 0765324622
    Fix intermediary responsive layout, accessibility on navigation in web UI (#19324) Eugen Rochko 2022-10-09 15:55:32 +0200
  • 3f0505ea15 Fix logged-out UI not using single-column interface Claire 2022-10-09 15:02:14 +0200
  • 0ff1d62c7a [Glitch] Add logged-out access to the web UI Eugen Rochko 2022-09-29 04:39:33 +0200
  • 022547fbdf [Glitch] Fix wrong logo on start screen in web UI Eugen Rochko 2022-09-29 08:55:14 +0200
  • 52e056cd61 [Glitch] Fix logo on /web/start Eugen Rochko 2022-09-29 04:39:33 +0200
  • 9cbb51e897 [Glitch] Add empty message for “Explore” tabs Eugen Rochko 2022-09-29 04:39:33 +0200
  • 2b00ccdbd5
    Fix button to dismiss suggestions not showing up in search results (#19325) Claire 2022-10-09 12:28:59 +0200
  • 44486db912
    Merge pull request #1859 from ClearlyClaire/glitch-soc/features/trends-tab Claire 2022-10-09 11:48:06 +0200
  • 7ba5905416 Restore ability to discard interactions-based follow suggestions Claire 2022-10-09 11:23:06 +0200
  • f41ec9af05
    Add dismissable hints to various timelines in web UI (#19315) Eugen Rochko 2022-10-09 06:08:37 +0200
  • a5112b51fd
    Add title to pages with missing title in Web UI (#19322) Yamagishi Kazutoshi 2022-10-09 10:55:09 +0900
  • e82467ca41
    Remove timeline preview link from nav panel when not signed-in (#19320) Yamagishi Kazutoshi 2022-10-09 10:49:51 +0900
  • d4f13b9041 Change “Explore” tab to only provide search when trends are disabled Claire 2022-10-08 18:50:46 +0200
  • da67e0660a [Glitch] Add pagination for trending statuses in web UI Eugen Rochko 2022-04-06 22:53:29 +0200
  • 9b17b26df4 [Glitch] Fix crash when search fails in web UI Eugen Rochko 2022-03-22 18:20:25 +0100
  • de9700a71a [Glitch] Fix public timelines being inaccessible on one stage of responsive layout in web UI (#17760) Eugen Rochko 2022-03-13 09:48:39 +0100
  • 815bf3753a [Glitch] Change the "Explore" icon from fa-globe to fa-hashtag mayaeh 2022-03-13 13:15:19 +0900
  • 2097fd9008 [Glitch] Add menu column of explore to getting-started mayaeh 2022-03-13 12:51:09 +0900
  • 5854540e8c [Glitch, partial] Change appearance of account cards in web UI Eugen Rochko 2022-03-07 11:38:52 +0100
  • c1fbef0965 [Glitch] Remove profile directory link from main navigation panel Eugen Rochko 2022-03-03 06:45:30 +0100
  • 6e208a817d [Glitch] Fix not showing loading indicator when searching in web UI Eugen Rochko 2022-02-27 07:37:07 +0100
  • 058b74dc0a [Glitch] Add explore page to web UI Eugen Rochko 2022-02-25 00:34:33 +0100
  • 870f0aae48 [Glitch] Fix pop-out player appearing on mobile screens in web UI Eugen Rochko 2020-11-16 05:16:39 +0100
  • 45ebdb72ca
    Add support for language preferences for trending statuses and links (#18288) Eugen Rochko 2022-10-08 16:45:40 +0200
  • 30f4268f32
    [Glitch] Add ability to select all accounts matching search for batch (#1857) Claire 2022-10-08 16:24:35 +0200
  • 33b945e373
    Merge pull request #1856 from ClearlyClaire/glitch-soc/merge-upstream Claire 2022-10-08 16:24:18 +0200
  • 46224385e2 Merge branch 'main' into glitch-soc/merge-upstream Claire 2022-10-08 15:49:40 +0200
  • 678fc4d292
    Fix privacy policy being empty if custom setting exists but is empty (#19318) Eugen Rochko 2022-10-08 08:34:00 +0200
  • d4b0aa7450
    Fix trying to connect to streaming API when logged out in web UI (#19316) Eugen Rochko 2022-10-08 07:15:50 +0200
  • d84c53e769
    Bump sidekiq-scheduler from 4.0.2 to 4.0.3 (#19314) dependabot[bot] 2022-10-08 14:14:13 +0900
  • 9a685e2f8c
    New Crowdin updates (#19297) Eugen Rochko 2022-10-08 06:34:58 +0200
  • a2ba011326
    Change privacy policy to be rendered in web UI, add REST API (#19310) Eugen Rochko 2022-10-08 06:01:11 +0200
  • 2c8d1880cc
    Fix /privacy-policy not using the appropriate resource packs (#1853) Claire 2022-10-07 11:35:31 +0200
  • 7fb738c837
    Add interaction modal to logged-out web UI (#19306) Eugen Rochko 2022-10-07 10:14:31 +0200
  • 99a43f0282
    Fix #19304 (#19305) trwnh 2022-10-06 22:53:14 -0500
  • 402ee73e24
    Bump jest from 29.0.3 to 29.1.2 (#19285) dependabot[bot] 2022-10-07 03:34:03 +0900
  • 021ccf46af
    Bump babel-jest from 29.0.3 to 29.1.2 (#19275) dependabot[bot] 2022-10-07 02:24:59 +0900
  • 34c8707dec
    Bump jest-environment-jsdom from 29.0.3 to 29.1.2 (#19282) dependabot[bot] 2022-10-07 02:23:58 +0900
  • 93f340a4bf
    Remove setting that disables account deletes (#17683) Eugen Rochko 2022-10-06 10:16:47 +0200
  • 62782babd0
    Change public statuses pages to mount the web UI (#19301) Eugen Rochko 2022-10-06 02:26:34 +0200
  • 58d5b28cb0
    Remove previous landing page (#19300) Eugen Rochko 2022-10-06 02:19:45 +0200
  • 5fd46dddd7
    Remove unnecessary sections from welcome e-mail (#19299) Eugen Rochko 2022-10-06 00:03:52 +0200
  • 679274465b
    Add server rules to sign-up flow (#19296) Eugen Rochko 2022-10-05 18:57:33 +0200
  • c19a3517a0
    Clarify language RE secondary toot button (#1851) prplecake 2022-10-05 07:10:15 -0500