Commit Graph

1651 Commits (87dfca26d7186e37e890270dad314c4e205a6beb)

Author SHA1 Message Date
Declan Chidlow 87dfca26d7 Add AutoComplete for role completion 2025-06-02 10:47:08 +08:00
Paul Makles 9e293e0a30
merge: pull request #1108 from Zomatree/feat/reset-bot-password 2025-05-17 13:27:04 +01:00
Paul Makles d957fbd5dc
merge: pull request #1103 from Docteh/automation 2025-05-17 13:26:33 +01:00
Zomatree 0a8b70c8ed
chore: update submodule 2025-05-17 13:10:11 +01:00
Zomatree 07d74a4ef4
feat: reset bot token button 2025-05-17 12:59:39 +01:00
Kyle Kienapfel 38ab8a7801 chore: update link to contribution guide in PR template
[skip ci]
2025-05-12 16:14:26 -07:00
Paul Makles bccf1eebae
merge: pull request #1102 from Docteh/docky 2025-05-12 11:16:25 +01:00
Kyle Kienapfel 135dbe2da4 fix: Remove caching from GitHub actions to allow compilation of docker container
The GitHub action `actions/cache@v2` is no longer available. Last successful docker build was 2024-11-15

I've removed the caching, as merely upgrading the version of the cache script did not fix the problem. Since the revoltchat/revite is deprecated I believe that the lack of caching in builds shouldn't be an undue burden on GitHub. Only 9 commits have been made here since builds stopped working

The logic for publishing Docker containers has been shuffled so that the build is executed only once when publishing.

I have tested building to GitHub's container registry, but not to dockerhub, I do not forsee any issues there.

Main reason for doing this, is that a fix for attachment downloads (https://github.com/revoltchat/revite/pull/1067) is not easily available to anyone running self-hosted.
2025-05-11 13:21:08 -07:00
izzy f95d3d27d8
chore: remove the extra string 2025-05-09 08:48:41 +01:00
izzy 3d41a016cf
fix: login error messages not rendering properly 2025-05-09 08:42:58 +01:00
Paul Makles f9c2fcec56
chore: bump language submodule 2025-01-29 13:42:20 +00:00
Paul Makles 18243f0207
chore: always target blank for download button 2025-01-29 13:41:54 +00:00
Declan Chidlow 7750276554
fix: remove /download from attachments (#1067) 2025-01-29 13:39:17 +00:00
Declan Chidlow 97a6c7d399
fix: remove ability for owners to leave server from ServerInfo modal (#1070)
Co-authored-by: Declan Chidlow <git.rh92c@8shield.net>
2025-01-29 13:39:03 +00:00
Paul Makles ac2beaf549
chore: update URL to FAQ 2024-12-17 17:35:55 +00:00
Amy bf951e59ee
fix: appending mention to draft content (#1065) 2024-12-17 17:29:57 +00:00
Paul Makles 03f9f7673d
merge: pull request #1050 from JackDotJS/fix-blank-category-name 2024-12-17 17:29:16 +00:00
Paul Makles 478d375125 fix: add try-catch block around md renderer
fix: update recursive match to block numbered lists
2024-11-15 13:09:40 +00:00
Paul Makles cb6296a96e
chore: update languages submodule 2024-11-06 09:51:44 +00:00
Paul Makles 48a9d7d370
chore: update donation links 2024-11-06 09:51:35 +00:00
Paul Makles 5de18192b2
chore: delete .env.production 2024-10-27 22:31:42 +00:00
Paul Makles ef4218d12b
merge branch: 'insert/member-subscriptions' 2024-10-27 22:00:22 +00:00
Paul Makles df4f6578f7
feat: add session token to file uploads 2024-10-27 21:59:16 +00:00
JackDotJS 28c897ac3d fix(settings): fixed inability to rename categories when they have blank names
Signed-off-by: JackDotJS <jackdotjs@proton.me>
2024-10-27 11:14:04 -07:00
Paul Makles 86e8424e46
merge: pull request #1035 from DeclanChidlow/server-leave-mobile 2024-10-16 12:53:00 +01:00
Declan Chidlow 5e66bc8dc4 fix: Add ability to leave server through server info screen 2024-10-15 20:23:36 +08:00
Paul Makles 00e6ead9bd
chore: bump revolt.js submodule 2024-07-27 15:18:23 +02:00
Paul Makles 0f0808aa56
feat: add report button to user profiles 2024-06-23 12:23:42 +01:00
Paul Makles c972e6813f
fix: should always call subscribe 2024-06-19 18:16:30 +01:00
Paul Makles 61304f18c2
feat: implement support for Subscribe event 2024-06-19 17:40:59 +01:00
Paul Makles 2722d0a854
chore: remove this so people don't click it 2024-06-09 13:57:36 +01:00
Paul Makles dfd96c449a
chore: synchronise locales 2024-06-09 13:55:52 +01:00
Paul Makles 9eca58dda1
merge: pull request #967 from revoltchat/rexo/fix/remove-deprecated-emoji 2024-06-09 13:51:11 +01:00
Sophie L 6cf0ef95ad
fix: remove (broken/deprecated) built-in custom emoji
these have been broken for a while due to the data loss when insert's server failed, and were also deprecated upon the addition of custom server emoji.

they were meant to be temporary anyway, and other clients (including the new web app) don't implement them, so let's remove them to avoid confusion.
2024-05-16 15:29:53 +01:00
insertish d3661170a4 ci: synced local '.github/workflows/triage_pr.yml' with remote 'workflows/triage_pr.yml'
[skip ci]
2024-03-28 13:37:37 +00:00
Paul Makles 5b6546b761
fix: allow retrying sending files 2024-03-15 19:50:17 +00:00
Sophie L c25ecc12b2 chore: rm mirroring script 2024-03-13 23:51:56 +00:00
Paul Makles 60fdb5c091
docs: legacy release procedure 2024-03-13 23:41:54 +00:00
Bob Bobs 472e6e07b5 fix: only delete session if error is Unauthorized 2024-03-13 22:55:12 +00:00
Paul Makles 15e8e10151
merge: pull request #864
fix(home): inconsistent discover button height
2023-11-11 19:16:59 +00:00
Paul Makles 782a9b54ba
chore: update dest directory 2023-10-04 19:22:54 +01:00
Paul Makles f52ede1c21
chore: bump languages submodule 2023-10-04 19:18:57 +01:00
Lea 7fef354fe6 fix: appeal to monkey brain 2023-10-04 19:13:07 +01:00
Lea d4e0f19f95 feat: admin panel link for system message user 2023-10-04 19:13:07 +01:00
wangdejiang fe63c6633f chore: resolve ts-to-JSX type hints 2023-08-25 18:44:57 +01:00
Sophie L be3565871c feat: translate account management options 2023-08-25 18:44:34 +01:00
Paul Makles bc604c0157
chore: bump language submodule 2023-08-01 23:10:06 +01:00
Paul Makles 8c183b530b
feat: add admin shortcuts for convenience 2023-08-01 23:09:50 +01:00
Paul Makles 9bbc22b091
chore: update lang submodule; disable typechecking for docker build 2023-07-06 19:01:29 +01:00
Paul Makles 0d5ffb4df8
chore: update alerts to use new health service 2023-07-06 19:00:30 +01:00