Matt Baer
01c920b253
Merge branch 'develop' into custom-css
2022-11-14 23:41:36 -05:00
Matt Baer
fd44bc5707
Fix whitespace
2022-01-31 22:24:56 -05:00
Matt Baer
9ee83ae885
Support custom instance-level stylesheet
...
Will render if a file exists at: static/local/custom.css
Ref T563
2022-01-31 22:18:52 -05:00
Matt Baer
44bfd4573e
Support keyboard navigation on pad publish target dropdown
2021-08-23 14:07:25 -04:00
Matt Baer
11e636359d
Clean up lang field setting in pad.tmpl
...
This continues work by @cjeller1592 in #435 .
2021-04-06 12:37:26 -04:00
CJ Eller
391844fab9
Add conditional for preserving lang metadata
...
This makes it so that if a post is updated, it will retain the language metadata rather than revert back.
2021-02-10 18:01:32 -05:00
Matt Baer
fd3a6399b3
Merge pull request #355 from writeas/accessible-dropdowns
...
Add menu hover delay
2020-08-12 13:51:08 -04:00
Matt Baer
e37bec6aa1
Merge pull request #196 from writeas/dark-mode-pad
...
Dark mode pad
2020-08-11 09:30:07 -04:00
Matt Baer
121d83d94d
Clean up pad JS formatting, debug messages
2020-08-11 09:27:50 -04:00
Matt Baer
fee44e7c8d
Add menu hover delay on user pages + editor
2020-07-30 11:26:29 -04:00
Matt Baer
9624c4db00
Show warning in editor when local draft is out of date
...
Fixes #41
2020-06-11 11:45:12 -04:00
Rob Loranger
7e014ca659
Rename Suspend status to Silence
...
This changes all variables and functions from using Suspend{ed} to using
Silence{d} as well as documentation, errors and logging.
2019-11-11 15:25:19 -08:00
Matt Baer
53586d9cb8
Merge branch 'develop' into T661-disable-accounts
2019-11-12 01:46:37 +09:00
Matt Baer
c3f76a3ab8
Change "suspend" to "silence" where user-facing
...
This puts the verbiage more in line with what the feature does, and
leaves room for other moderation controls in the future.
NOTE: this includes no backend refactoring, which may be confusing. We
should rename things to fit ASAP.
Ref T661
2019-11-12 00:22:33 +09:00
Michael Demetriou
8404f0896c
Handle default pad color mode according to `prefers-color-scheme`
...
This just queries the browser whether `prefers-color-scheme` is set
and chooses dark mode if needed, and only if the user hasn't manually
set a scheme by pushing the button.
2019-10-15 11:53:53 +03:00
Rob Loranger
02dd190945
T697 default to user's first blog instead of draft
2019-10-02 10:20:51 -07:00
Rob Loranger
77f7b4a522
Add account suspension features
...
This renders all requests for that user's posts, collections and related
ActivityPub endpoints with 404 responses.
While suspended, users may not create or edit posts or collections.
User status is listed in the admin user page
Admin view of user details shows status and now has a button to activate
or suspend a user.
2019-08-29 09:09:11 -07:00
Matt Baer
001fc8bb2d
Fully support single-user mode
...
- New editor nav
- New backend nav
- Support for drafts
- Different footers on backend
2018-11-09 22:10:46 -05:00
Matt Baer
86e7ba2579
Add editor
...
This includes the '/' route handler
2018-11-08 00:11:42 -05:00