Matt Baer
2aeb994b04
Don't show date on pinned post page
...
Ref T669
5 years ago
koehr
b42760abab
add js, jsx and html aliases for highlightjs
5 years ago
Matt Baer
46dbb10433
Make Admin Settings page more user-friendly
...
- Add a description to each config item
- Change item names to make more sense
Ref T694
5 years ago
Matt Baer
8933076296
Add invite button to admin Users page header
...
Ref T694
5 years ago
Matt Baer
34d196376e
Include extracted images in draft social metadata
...
Previously, we didn't extract images for draft posts. This fixes that.
5 years ago
Matt Baer
37b7755c08
Tell admin that automated check failed when necessary
...
This keeps track when automated update check fails, and displays a
relevant message to the admin on /admin/updates
Ref T572
5 years ago
Matt Baer
c2ece926e0
Show update notification in admin nav bar
...
When a WriteFreely update is available, indicate this on the "Updates"
navigation item
Ref T572
5 years ago
Matt Baer
389dc8b9db
Show functional Updates page when checks are disabled
...
Ref T572
5 years ago
Matt Baer
a06bb457de
Change copy and design on WF Updates page
...
- Tweak the copy
- Include link to download latest release
- Change the version status design a bit
- Restyle some text
5 years ago
Matt Baer
48ca695c46
Show last update check time in local timezone
5 years ago
Matt Baer
68e992a55e
Fix bad #status anchor in view-user.tmpl
5 years ago
Matt Baer
602cd80020
Fix mismatched span in user/admin/users.tmpl
5 years ago
Matt Baer
0d79057bae
Rename ReleaseURL() to ReleaseNotesURL()
5 years ago
Matt Baer
b58464addb
Optionally hide Monitor page in Admin nav
...
This adds a new config option that signifies the admin doesn't need to
see deeply technical things, like application resource usage. In the
[app] section, set forest = true to enable this.
Ref T694
5 years ago
Matt Baer
92da069ce4
Move admin dashboard sections into subpages
...
This moves app config to a "Settings" page and the application monitor
to a "Monitor" page. It also reworks the admin navigation bar a bit and
adds some instance stats on the dashboard.
Ref T694
5 years ago
Matt Baer
b1d006fcf2
Make Reader width consistent with other pages
5 years ago
Matt Baer
5d754176e0
Use h1 consistently on user pages
...
instead of h2s. This also removes odd one-time class usages on Account
Settings page.
5 years ago
Matt Baer
7023b74d12
Update calls and vars for Invites and elsewhere
...
Ref T661
5 years ago
Matt Baer
8cfffb5650
Disable form items on Invite page when silenced
...
Ref T661
5 years ago
Matt Baer
bc9455db4f
Fix datetime attributes on read.tmpl
5 years ago
Matt Baer
5de2f633e1
Fix localdate.js not included on Tags page
5 years ago
Matt Baer
50901d2446
Fix date format in `datetime` attribute
...
Previously, the date format in this attribute for posts was invalid.
This caused local date rendering to fail in Firefox. This fixes that.
Closes #253
5 years ago
Matt Baer
30032e74a0
Add helpful text on Drafts page
5 years ago
Matt Baer
b336e95e12
Render HTML entities in Drafts list
...
Previously, we'd show the raw HTML entities in the summaries of Draft
posts, instead of rendering them. This fixes that.
5 years ago
Rob Loranger
571460f08d
move timezone correction to client side
5 years ago
Rob Loranger
0766e6cb36
fixes imported post times
...
changes the client side to round the unix time to avoid floats
alters the time to match the client time zone on the server side
5 years ago
Matt Baer
3e97625cca
Fix Unix timestamps on client during import
...
File API gives timestamp in milliseconds, not seconds, so this converts
it on the client-side and sends it the correct time to the server.
Ref T609
5 years ago
Rob Loranger
aae2f28bb6
pass original file modified date for imports
5 years ago
Matt Baer
9958a1122b
Show published date on post pages if Blog
...
Dates now display on blog post pages if the collection's chosen display
format is "Blog". It updates the chorus-collection-post template to now
respect this value (previously, it always showed the date).
Ref T669
5 years ago
Matt Baer
5b7f37aed8
Restyle Import page
...
- Changes Import link location in dropdown menu
- Makes design consistent with Invite People page (and extracts some
common CSS into core.less)
- Selects the user's first blog by default in the dropdown
- Changes the copy a bit
Ref T609
5 years ago
Matt Baer
aa405bc57c
Remove "silenced" warning on password-collection.tmpl
...
Logged-in users never see this particular page, so it's not needed here.
5 years ago
Matt Baer
0b701c5f7f
Update "account silenced" alert on edit-meta
...
Use "silenced" phrasing instead of "suspended"
5 years ago
Matt Baer
acb8f5fe5d
Fix broken password-collection template
...
Fixed "user-supsended" to "user-suspended"
5 years ago
Matt Baer
3d49baf39a
Improve non-chorus site-wide header
...
This adds a Reader tab when necessary while logged in, and generally
keeps the navigation consistent for logged-in users, particularly in
regard to the Reader:
- Now includes user buttons and dropdown
- Makes header on user pages consistent with Reader page
5 years ago
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.
5 years ago
Matt Baer
79f35a0ccd
Fix collection template issues introduced in #205
...
This fixes a template rendering issue caused by bad references to $.Host
in pinned posts links on single-user instances.
Closes #207
5 years ago
Rob Loranger
9b69de166f
add silenced warning on invites page
5 years ago
Matt Baer
7f96e8c384
Rename UserSuspended to UserSilenced
...
Some of the work needed to have the backend match user-facing wording.
Ref T661
5 years ago
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
5 years ago
Matt Baer
a9b5bb2f6b
Fix reset user's email address display
...
Previously, this had bad template logic and showed the wrong email address.
Ref T695
5 years ago
Matt Baer
d5dd007ff7
Change Reset Password button style
...
Ref T695
5 years ago
Matt Baer
3e8d1014d9
Tweak admin reset confirmation copy
...
Also updates some whitespace in the JS.
Ref T695
5 years ago
Matt Baer
422c16f39a
Tweak admin user pass reset success copy
...
This also adjusts the style and includes the user's password, so the
admin can easily notify them.
Ref T695
5 years ago
Matt Baer
6d4ec0b17d
Remove extra OwnUserPage field
...
Move logic into template, rather than add another field to the page.
Ref T695
5 years ago
Matt Baer
6e09fcb9e2
Change password reset endpoint to /admin/user/{Username}/passphrase
...
Ref T695
5 years ago
Matt Baer
2c2ee0c00c
Tweak "suspended" notification copy
5 years ago
Rob Loranger
f66d5bf1e8
use .Host instead of adding .Hostname
5 years ago
Rob Loranger
c0b75f6b65
pass hostname to canonical url in post templates
...
the change to take a hostname in Post.CanonicalURL broke a few template
using that function. This adds a Hostname string to the Post being
passed to templates and passes it to calls to Post.CanonicalURL
5 years ago
Matt Baer
619b10c3e5
Fix "suspended" message location on Drafts
...
Previously it was above the header.
Ref T661
5 years ago
Matt Baer
280c32afdc
Confirm suspension before submitting the form
...
This also includes a bit of explanation about what suspending a user
actually does.
Ref T661
5 years ago