Commit graph

7481 commits

Author SHA1 Message Date
Chewbacca
e1e5051951 Fix undefined bug with MediaModal 2022-12-29 09:17:19 -05:00
Chewbacca
1b7fec2fec Merge branch 'add-before-after-template' into 'develop'
Add template for easy before/after screenshots

See merge request soapbox-pub/soapbox!2049
2022-12-29 13:53:59 +00:00
Chewbacca
173d31ad99 Ensure Renovate updates the Yarn.lock file 2022-12-29 08:53:16 -05:00
b6bd46d417 Do not make requests to chats endpoint from profile page if chats are not supported
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-12-29 14:33:50 +01:00
Alex Gleason
4ce46ec83a Merge branch 'alexgleason-develop-patch-78475' into 'develop'
renovate.json: delete github access token

See merge request soapbox-pub/soapbox!2057
2022-12-29 07:43:58 +00:00
Alex Gleason
8e2d530a26 renovate.json: delete github access token 2022-12-29 07:43:15 +00:00
Alex Gleason
3093a4659c Merge branch 'deps-scan' into 'develop'
GitLab CI: enable dependency scanning

See merge request soapbox-pub/soapbox!2054
2022-12-29 06:38:10 +00:00
Alex Gleason
a97278c5f0
Delete defaultMessages.json 2022-12-29 00:35:09 -06:00
Alex Gleason
5c449bdb16
yarn manage:translations en 2022-12-29 00:34:25 -06:00
Alex Gleason
1e03349cc0
Move i18n into build job 2022-12-29 00:17:29 -06:00
Alex Gleason
8567cd91fc
GitLab CI: enable dependency scanning 2022-12-29 00:04:02 -06:00
Alex Gleason
1af36da927
GitLab CI: fail the CI if en.json isn't updated with the codebase 2022-12-28 23:47:17 -06:00
Alex Gleason
73315e4095
trnaslationRunner: import yargs 2022-12-28 23:21:28 -06:00
Alex Gleason
141241ab2c
Upgrade yargs to 17.x 2022-12-28 23:21:13 -06:00
Alex Gleason
0540b627e1
Move translationRunner under scripts/ 2022-12-28 22:59:39 -06:00
Alex Gleason
3f95b131c1 Merge branch 'chg-update' into 'develop'
CHANGELOG: add Takahē, sw.js whitelist

See merge request soapbox-pub/soapbox!2052
2022-12-29 02:31:08 +00:00
Alex Gleason
dc1a5c7189
CHANGELOG: add Takahē, sw.js whitelist 2022-12-28 20:30:24 -06:00
Chewbacca
637e32c810 Add template for easy before/after screenshots 2022-12-28 11:53:09 -05:00
Chewbacca
9e321ac4c4 Refactor sidebar to fix position of close (X) icon 2022-12-28 11:26:58 -05:00
Alex Gleason
e77c309e8a Merge branch 'fab-accent' into 'develop'
Use accent color for "floating action button" (mobile compose button).

See merge request soapbox-pub/soapbox!2044
2022-12-28 03:41:48 +00:00
Alex Gleason
85bc891dbb
Use accent color for "floating action button" (mobile compose button). 2022-12-27 21:40:39 -06:00
marcin mikołajczak
5c5bfccea6 Merge branch 'takahe' into 'develop'
Support Takahē

See merge request soapbox-pub/soapbox!2043
2022-12-27 23:18:16 +00:00
3f430ee5d5 use capitalized name
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-12-27 23:56:33 +01:00
81e1e2d6ad Support Takahē
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-12-27 21:43:13 +01:00
Alex Gleason
35d9863f42 Merge branch 'sw-favicon' into 'develop'
Don't serve favicon.png with ServiceWorker

See merge request soapbox-pub/soapbox!2042
2022-12-27 17:55:14 +00:00
Alex Gleason
6d46abadc1
Don't serve favicon.png with ServiceWorker 2022-12-27 11:41:41 -06:00
Chewbacca
5c8cc86b9e Merge branch 'pin-avatar' into 'develop'
Add support for pinning an avatar in the Carousel

See merge request soapbox-pub/soapbox!2024
2022-12-27 15:37:38 +00:00
Alex Gleason
4a44085a1a Merge branch 'sb_backend_route_fixes' into 'develop'
Add additional backend URIs.

See merge request soapbox-pub/soapbox!2039
2022-12-26 02:01:56 +00:00
Ryle
b314bb7af1
Add additional backend URIs. /images is used by manifest.json, /favicon.ico is used by browsers to set favicons, but some bug out for bookmarks if this isn't route excepted, /apple-touch-icon.png is the default iOS/iPad file for specifying icons, /browserconfig.xml is used by Windows for metro tiles for added pages, /robots.txt is used by bots to determine if access is permitted to pages. Some bots that use Selenium break when the routing isn't exempt. 2022-12-26 01:36:13 +00:00
Alex Gleason
f635d71350 Merge branch 'post-3.0' into 'develop'
Prepare for 3.1.x

See merge request soapbox-pub/soapbox!2038
2022-12-25 14:43:12 +00:00
Alex Gleason
d1223e4874
Prepare for 3.1.x 2022-12-25 08:16:04 -06:00
Alex Gleason
a37a2d7fff Merge branch 'soapbox-3.0' into 'develop'
Prepare for v3.0.0

See merge request soapbox-pub/soapbox!2037
2022-12-25 14:07:49 +00:00
Alex Gleason
70f7c4ea5d
Prepare for v3.0.0 2022-12-24 17:04:29 -06:00
Alex Gleason
27ad8dee64 Merge branch 'events-features' into 'develop'
Gate events with `features.includes('events')`

See merge request soapbox-pub/soapbox!2036
2022-12-24 20:44:58 +00:00
Alex Gleason
6ac5845deb
Gate events with features.includes('events') 2022-12-24 14:42:43 -06:00
Alex Gleason
eb4e4c4341 Merge branch 'rtl-mentions' into 'develop'
Fix mentions in RTL

See merge request soapbox-pub/soapbox!2033
2022-12-23 23:48:31 +00:00
Alex Gleason
fa1d7937a7
Fix mentions in RTL 2022-12-23 17:34:14 -06:00
Alex Gleason
b88026df5e Merge branch 'threads-rtl' into 'develop'
Fix threads in RTL (and other small fixes)

See merge request soapbox-pub/soapbox!2032
2022-12-23 22:49:02 +00:00
Alex Gleason
f174d0e973
Merge remote-tracking branch 'origin/develop' into threads-rtl 2022-12-23 16:33:30 -06:00
Alex Gleason
c788916644
AutosuggestInput/AutosuggestTextarea: short-circuit RTL check earlier 2022-12-23 16:26:07 -06:00
Alex Gleason
8fde7f267d
Search: prevent overflow of text into icon 2022-12-23 16:24:04 -06:00
Alex Gleason
bedd181f4c
AutosuggestInput/AutosuggestTextarea: fix RTL detection with placeholder 2022-12-23 16:14:50 -06:00
Alex Gleason
c4270a0512
Revert "AutosuggestInput/AutosuggestTextarea: actually, just remove RTL checking. The browser should handle it"
This reverts commit ee9908aab2.
2022-12-23 16:11:30 -06:00
Alex Gleason
89292203d1 Merge branch 'fab-rtl' into 'develop'
Refactor ComposeButton and FAB

See merge request soapbox-pub/soapbox!2031
2022-12-23 22:04:04 +00:00
Alex Gleason
ea70f48023
Navbar: fix position of avatar in RTL on mobile 2022-12-23 16:02:39 -06:00
Alex Gleason
78a9dc519c
Status: fix reblogElement in RTL 2022-12-23 16:01:12 -06:00
Alex Gleason
59cf263960
SidebarMenu: fix RTL 2022-12-23 15:55:17 -06:00
Alex Gleason
dfe5079058
StatusActionButton: fix spacing in RTL 2022-12-23 15:48:07 -06:00
Alex Gleason
d4b5c368f8
Fix threads in RTL 2022-12-23 15:46:24 -06:00
Alex Gleason
01d7aa6307
Move FAB to the left in RTL 2022-12-23 15:37:45 -06:00