Commit graph

7338 commits

Author SHA1 Message Date
marcin mikołajczak
70ba701a5d Remove my instance from the list 2022-12-18 23:45:15 +00:00
Alex Gleason
186b1d0daf Merge branch 'overhaul-readme' into 'develop'
Overhaul README

See merge request soapbox-pub/soapbox!2019
2022-12-18 23:15:59 +00:00
Alex Gleason
6825082475
README: clean up copyright, move sounds licenses to a separate file 2022-12-18 17:14:34 -06:00
Alex Gleason
c64b7d8ba9
Overhaul README 2022-12-18 17:03:11 -06:00
Alex Gleason
34ae2e36d6 Merge branch 'demo' into 'develop'
Fix demo mode

See merge request soapbox-pub/soapbox!2017
2022-12-18 19:00:46 +00:00
Alex Gleason
1334241873
CHANGELOG: add i18n notes 2022-12-18 12:37:07 -06:00
Alex Gleason
1c71989432
CHANGELOG: mention RTL support 2022-12-18 12:31:45 -06:00
Alex Gleason
fed6a7aa51
Fix demo mode 2022-12-18 12:29:31 -06:00
Alex Gleason
493d608076 Merge branch 'theme-editor' into 'develop'
Theme editor

See merge request soapbox-pub/soapbox!1895
2022-12-18 05:37:26 +00:00
Alex Gleason
fa73c8ebc9
changelog: theme editor 2022-12-17 23:18:19 -06:00
Alex Gleason
34ebe9bd57
ThemeEditor: improve layout, improve color of slider 2022-12-17 21:25:20 -06:00
Alex Gleason
b71bb3966a
ThemeEditor: configure single-color items 2022-12-17 21:13:30 -06:00
Alex Gleason
ab70af31cd
ThemeEditor: restore default theme 2022-12-17 20:48:02 -06:00
Alex Gleason
716cc311c7
ThemeEditor: allow importing a theme 2022-12-17 20:36:54 -06:00
Alex Gleason
c624fbcba3
ThemeEditor: allow exporting a theme 2022-12-17 20:16:05 -06:00
Alex Gleason
b15871aaa8
utils/download: take a string instead of AxiosResponse 2022-12-17 20:15:40 -06:00
Alex Gleason
69a9748b3d
ThemeEditor: allow resetting the theme
(that was harder than I expected)
2022-12-17 19:39:54 -06:00
Alex Gleason
2505f622e2
ThemeEditor: add hue sliders 2022-12-17 19:02:02 -06:00
Alex Gleason
faf513c049
Add Slider component (based on video volume slider) 2022-12-17 18:31:56 -06:00
Alex Gleason
8a14dfefe7
Merge remote-tracking branch 'origin/develop' into theme-editor 2022-12-17 17:57:43 -06:00
Alex Gleason
eb63ec4d46 Merge branch 'admin-ui-reorganize' into 'develop'
Admin UI improvements

See merge request soapbox-pub/soapbox!2015
2022-12-17 22:37:48 +00:00
Alex Gleason
b00a189209
GitLab CI: let deps job be interrupted 2022-12-17 16:25:28 -06:00
Alex Gleason
b4d2c61d15
changelog typofix 2022-12-17 16:22:14 -06:00
Alex Gleason
8f78336a4b
Dashboard: include link to repo for the current commit 2022-12-17 16:14:57 -06:00
Alex Gleason
523820fda6
CHANGELOG: 3-column layout 2022-12-17 15:50:14 -06:00
Alex Gleason
dc7aea6466
Admin: restyle unapproved account, delete admin.scss 2022-12-17 15:48:45 -06:00
Alex Gleason
6c232d70a8
Admin: improve design of Moderation Logs 2022-12-17 15:23:18 -06:00
Alex Gleason
60f54f80b0
Dashboard: add quick links to Soapbox Config and Moderation Log 2022-12-17 15:08:59 -06:00
Alex Gleason
4fde647aa8
Admin: redesign registration picker 2022-12-17 14:53:21 -06:00
Alex Gleason
52bdb48bfb
Admin: refactor email list downloads into List, get rid of .dashwidget css 2022-12-17 14:23:52 -06:00
Alex Gleason
ee443158b6
Admin: refactor counters with DashCounter component 2022-12-17 14:04:37 -06:00
Alex Gleason
819e03073b
SoapboxConfig: link to theme editor 2022-12-17 13:10:59 -06:00
Alex Gleason
f906558dba
Theme editor: allow saving theme 2022-12-17 13:05:50 -06:00
Alex Gleason
ed12246ae4
Remove unused sea-blue color 2022-12-17 11:47:18 -06:00
Alex Gleason
5f08091856 Merge branch 'rename-unsafe-lifecycles' into 'develop'
Bundle: componentWillReceiveProps --> UNSAFE_componentWillReceiveProps

See merge request soapbox-pub/soapbox!2013
2022-12-17 17:29:56 +00:00
Alex Gleason
b481b70458 Merge branch 'more-changelog' into 'develop'
changelog: ability to see quotes, redesigned interactions

See merge request soapbox-pub/soapbox!2014
2022-12-17 17:23:30 +00:00
Alex Gleason
82248ac239
changelog: ability to see quotes, redesigned interactions 2022-12-17 11:22:37 -06:00
Alex Gleason
63ee2ba2ba
Bundle: componentWillReceiveProps --> UNSAFE_componentWillReceiveProps 2022-12-17 11:01:43 -06:00
Alex Gleason
d78659924c Merge branch 'danger-changelog' into 'develop'
Danger: don't warn about changelog for docs, CI, etc

See merge request soapbox-pub/soapbox!2012
2022-12-17 17:00:57 +00:00
Alex Gleason
8f2a1fb6ef
Danger: don't warn about changelog for docs, CI, etc 2022-12-17 10:42:05 -06:00
Alex Gleason
af4e8765fd Merge branch 'weblate-installation' into 'develop'
Adding a link to Weblate in our project's homepage

See merge request soapbox-pub/soapbox!2011
2022-12-17 03:05:47 +00:00
Tassoman
9bd82252f4 Adding a link to Weblate in our project's homepage 2022-12-17 03:05:47 +00:00
Alex Gleason
636abf6400 Merge branch 'ci-interruptable' into 'develop'
GitLab CI: let jobs auto-cancel when a new commit is pushed to the same branch

See merge request soapbox-pub/soapbox!2009
2022-12-17 02:19:35 +00:00
Alex Gleason
16eeb89a37
GitLab CI: let jobs auto-cancel when a new commit is pushed to the same branch 2022-12-16 19:26:39 -06:00
Alex Gleason
62accd5559
Fix import paths 2022-12-16 19:22:59 -06:00
Alex Gleason
48bd830349
Merge remote-tracking branch 'origin/develop' into theme-editor 2022-12-16 18:39:20 -06:00
Alex Gleason
e24a62d203 Merge branch 'delete-locale-data' into 'develop'
Delete custom locale-data

See merge request soapbox-pub/soapbox!2007
2022-12-16 23:04:59 +00:00
Alex Gleason
05514275c6 Merge branch 'changelogging' into 'develop'
Prevent conflicts to CHANGELOG.md, warn if not updated with Danger

See merge request soapbox-pub/soapbox!2006
2022-12-16 23:04:40 +00:00
Alex Gleason
9c00fe2f00 Merge branch 'status-short-numbers' into 'develop'
InteractionCounter: use shortNumberFormat

See merge request soapbox-pub/soapbox!2008
2022-12-16 17:44:58 +00:00
Alex Gleason
3590b75b6b
InteractionCounter: use shortNumberFormat 2022-12-15 18:40:21 -06:00