-
Notifications
You must be signed in to change notification settings - Fork 6
sync: dev to extern-contrib #950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
21b5e4e
feat: add messages.html WebUI for short messages (closes #752)
boomzero 8e93694
fix: replace bootcdn with jsDelivr in messages.html
boomzero 2713021
fix: switch CDN from jsDelivr to cdnjs (Cloudflare) for China accessi…
boomzero 30e68f6
fix: replace bookmarklet-first login with session login + per-browser…
boomzero a1ca4e5
fix: add required DebugMode field to API request body
boomzero 1b811da
fix: decouple IsRead status display from message sender
boomzero 380cc23
fix: sort thread messages oldest-first so newest appears at bottom
boomzero 6d2a5a7
fix: switch index.html CDN from bootcdn to cdnjs (Cloudflare)
boomzero 75a851d
Initial plan
Copilot 7bb1777
feat: improve messages.html UX per feedback
Copilot a1e6eac
fix: add year prefix to formatTime when message is from a previous year
Copilot e8640be
fix: remove table-light from thead to fix dark mode color on user row
Copilot ff05e25
fix(messages.html): dark mode table-primary, year display bug, user i…
Copilot 7678bd5
fix(messages.html): set Referer to xmoj.tech and include credentials …
Copilot 5a4b175
feat(messages.html): add local contact search box to mail list
Copilot d4f7bb1
feat(messages.html): show badge next to username + clear search on ba…
Copilot 7a5dbe5
Merge pull request #946 from XMOJ-Script-dev/copilot/sub-pr-944-again
PythonSmall-Q 5d3fa3c
fix: make conversation rows obviously clickable in mail list
boomzero 24c80cc
fix: correct colspan on loading row to match 4-column list table
boomzero a68d888
fix: restore all features lost in bad rebase; add clickable row hints
boomzero fef60ac
fix: blur image before hiding modal to prevent aria-hidden focus warning
boomzero 6457303
Update link text for messages page in index.html
PythonSmall-Q 7dd281c
Update names
PythonSmall-Q 3ea071d
Merge pull request #944 from XMOJ-Script-dev/feature/messages-webui
PythonSmall-Q File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium