Wykres commitów

4051 Commity (0ddee401363a927ae8d86ef6c74e5843194e1c98)

Autor SHA1 Wiadomość Data
Alex Gleason 53cb73634d
Color replace --brand-color-med 2020-05-31 16:27:35 -05:00
Alex Gleason a44d4d2dc8
Lower highlight text color contrast 2020-05-31 16:12:41 -05:00
Alex Gleason 78497bd924
Improve dropdown menu style 2020-05-31 15:51:20 -05:00
Alex Gleason 4d484153ac
More SCSS variable replacements 2020-05-31 15:17:10 -05:00
Alex Gleason 86d585ffbd
Merge branch 'master' into themes 2020-05-31 13:51:45 -05:00
Alex Gleason a2c9aeb8dd
Conditionally fetch /nodeinfo/2.1.json for Pleroma < 2.1, #137 2020-05-31 12:01:21 -05:00
Alex Gleason 2c0ee3f29d
generateTheme function, refactor 2020-05-31 00:21:41 -05:00
Alex Gleason d5632851fe
Delete unused admin.scss and scrollbars.scss 2020-05-30 22:39:08 -05:00
Alex Gleason 35db4e33c8
autosuggest_textarea smooth expand 2020-05-30 22:18:29 -05:00
Alex Gleason 54e4bff0ab
Set compose button color 2020-05-30 22:16:29 -05:00
Alex Gleason 4ac7663d3c
--nav-ui-highlight-color -> --accent-color 2020-05-30 22:06:33 -05:00
Alex Gleason be3065405c
Use --brand-color-faint in more spots 2020-05-30 21:58:18 -05:00
Alex Gleason 0491183877
Replace $highlight-text-color 2020-05-30 21:48:37 -05:00
Alex Gleason 56540932e1
Start adding color adaptations 2020-05-30 20:11:08 -05:00
Alex Gleason 67a7adb9a9
Action to set theme, render theme CSS 2020-05-30 19:05:01 -05:00
Alex Gleason 170b436705
Merge branch 'master' into themes 2020-05-30 17:43:58 -05:00
Alex Gleason 61fcfdbc6e
Fix ComposeForm Ctrl+Enter hotkey issue, fixes #127 2020-05-30 17:29:50 -05:00
Alex Gleason a38560f914
Add chromatism.js
https://github.com/graypegg/chromatism
2020-05-30 14:52:12 -05:00
Alex Gleason 3963ae2217
Start replacing $gab-brand-default with --brand-color 2020-05-30 14:50:08 -05:00
Alex Gleason c932872727
RegistrationForm: Refresh Captcha on registration fail 2020-05-29 15:06:14 -05:00
Alex Gleason 78732d8d43
Let Captcha be force-refreshed with idempotencyKey 2020-05-29 15:02:04 -05:00
Alex Gleason 3c20d7fa3e Merge branch 'add-block-report-modal' into 'master'
Add 'block user' option to the report window

See merge request soapbox-pub/soapbox-fe!38
2020-05-29 18:33:46 +00:00
Bárbara de Castro Fernandes 775f923708 Add 'block user' option to the report window 2020-05-29 15:05:24 -03:00
Alex Gleason 30384cbfef
Clean up auth code 2020-05-29 09:55:38 -05:00
Alex Gleason 0feff2833c Merge branch 'patch-4' into 'master'
Update auth.js to fix #97 login failure

Closes #97

See merge request soapbox-pub/soapbox-fe!37
2020-05-29 14:51:54 +00:00
Alex Gleason 22799191ce
Replace code of conduct with cofe of conduct 2020-05-29 00:57:07 -05:00
Curtis dbee88f795 Update auth.js to fix #97 login failure 2020-05-29 02:17:38 +00:00
Alex Gleason c5886508eb
Pull reduceMotion from Redux store 2020-05-28 20:50:53 -05:00
Alex Gleason f451b81e25
Remove searchEnabled 2020-05-28 20:41:18 -05:00
Alex Gleason 2e105d40ef
Remove profile_directory 2020-05-28 20:39:37 -05:00
Alex Gleason 806718a97e
Remove invitesEnabled 2020-05-28 20:38:28 -05:00
Alex Gleason 183c6538ca
Pull displayMedia from Redux store 2020-05-28 20:36:39 -05:00
Alex Gleason ac341f0c2e
start --> flex-start
Fixes postcss runtime warnings
2020-05-28 20:04:21 -05:00
Alex Gleason c889269ecb
Fix all scss linter warnings 2020-05-28 19:58:37 -05:00
Alex Gleason 66dbed005d Merge branch 'prune' into 'master'
Remove unneded files

See merge request soapbox-pub/soapbox-fe!35
2020-05-28 23:57:33 +00:00
Curtis de5c1440b1 Update customization.md to include ref to Registration page including footer 2020-05-28 23:52:44 +00:00
Alex Gleason da3e63596b
Webpack: Reduce to one entrypoint, app/application.js 2020-05-28 18:46:24 -05:00
Alex Gleason badd64571f
Remove unused filters in index.ejs 2020-05-28 18:35:17 -05:00
Alex Gleason 27dfc64261
Remove unused files 2020-05-28 18:33:33 -05:00
Alex Gleason 14f673cf7f Merge branch 'gabsocial' into 'master'
gabsocial --> soapbox paths

See merge request soapbox-pub/soapbox-fe!34
2020-05-28 23:12:47 +00:00
Alex Gleason d24dcb3e60
gabsocial --> soapbox paths 2020-05-28 17:56:55 -05:00
Curtis 4c8529160d Update README.md 2020-05-28 22:52:35 +00:00
Curtis f8c8ab7ee7 Update index.html to include opensource bookmark 2020-05-28 22:39:59 +00:00
Curtis 13fc6fa530 Update customization.md 2020-05-28 22:22:22 +00:00
Alex Gleason 010638cd9b
Lint: compose-form.scss 2020-05-28 17:18:37 -05:00
Alex Gleason e4fe77d56b
Make autoPlayGif on by default, !30 2020-05-28 15:43:17 -05:00
Alex Gleason 8133e9ff8f Merge branch 'fix/autoplaygif' into 'master'
Fix autoPlayGif

See merge request soapbox-pub/soapbox-fe!30
2020-05-28 20:40:32 +00:00
Alex Gleason 786f6feacc
Merge branch 'decode_uri_on_profile_edit' 2020-05-28 15:29:54 -05:00
Alex Gleason e6cff0f83f
EditProfile: Fix error about uncontrolled components 2020-05-28 15:29:32 -05:00
Alex Gleason c4c99a1c1b
EditProfile: refactor initialState 2020-05-28 15:29:24 -05:00