Daniël Klabbers
70e483d1b1
fix: prepare release workflow has invalid layout
2022-07-31 00:09:14 +02:00
Daniël Klabbers
628c281c39
fix: update workflow name
2022-07-31 00:02:34 +02:00
Daniël Klabbers
0901e59a58
feat: add new workflow for generating release meta
2022-07-31 00:00:50 +02:00
Daniël Klabbers
5530400b09
chore: getting the release workflow in
2022-07-30 23:33:55 +02:00
flarum-bot
e7af009fbc
Bundled output for commit 2b31b185e4
...
Includes transpiled JS/TS.
[skip ci]
2022-07-30 12:05:59 +00:00
Sami Mazouz
2b31b185e4
feat: clear password & email tokens when appropriate ( #3567 )
...
* test: password tokens are generated and deleted on password change
* chore: delete all password tokens when the password is changed
* test: email tokens are generated and deleted on email change
* test: email tokens are deleted after password reset
* chore: delete email tokens after password change
* test: password tokens are deleted after email change
* chore: delete password tokens after email change
* chore: syntactic sugar
* chore: unify event listening
2022-07-30 13:02:06 +01:00
flarum-bot
f96f914576
Bundled output for commit f610f8aa67
...
Includes transpiled JS/TS.
[skip ci]
2022-07-30 06:22:07 +00:00
Sami Mazouz
f610f8aa67
feat: throttle email change, email confirmation, and password reset endpoints. ( #3555 )
...
* chore: move post throttler to separate class
* feat: throttle email change requests
* feat: throttle email activation requests
* feat: throttle password resets for logged-in users
* docs: comment new throttlers
2022-07-30 08:18:51 +02:00
flarum-bot
021793fc52
Bundled output for commit 9ab1680b17
...
Includes transpiled JS/TS.
[skip ci]
2022-07-29 12:54:55 +00:00
dependabot[bot]
9ab1680b17
chore(deps): bump terser from 5.12.0 to 5.14.2 ( #3551 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.12.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-29 13:48:04 +01:00
Soobin Rho
8dde6a27bf
docs: link logo at the top with the official website ( #3552 )
...
When I was reading README.md, I clicked the logo and I expected to go to the official website https://flarum.org/ but it didn't. So, the image is being linked to the official website in this commit.
Signed-off-by: Soobin Rho <soobinrho@gmail.com>
2022-07-29 13:43:54 +01:00
Ian Morland
44f30ad51e
Replace event helper with event dispatcher ( #3570 )
2022-07-28 21:09:42 +01:00
David Wheatley
6911e3a71d
feat: expose assets base url to frontend forum model ( #3566 )
2022-07-28 19:37:10 +01:00
David Wheatley
cad6280a45
fix: potential static caching memory exhaustion ( #3548 )
...
* perf: get notification counts through relation, not model filtering
* chore: rename `queryUnreadNotifications` to `unreadNotifications`
* fix: null coalesce to 0 for notif read time
2022-07-28 19:14:32 +01:00
David Wheatley
7d67cfd1e7
fix: incorrect centring of deleted user avatars in notification list ( #3569 )
2022-07-28 17:15:29 +01:00
flarum-bot
e911b52b4c
Bundled output for commit 2defb17cc2
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-07-26 12:53:14 +00:00
David Wheatley
2defb17cc2
feat: publish assets on admin dashboard cache clear ( #3564 )
...
Co-authored-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-07-26 13:48:04 +01:00
flarum-bot
fe20e2c212
Bundled output for commit 795a500adb
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-07-24 13:06:41 +00:00
Sami Mazouz
795a500adb
feat: Queue package manager commands ( #3418 )
...
* feat: Queue package manager commands
* adjust tests
* fix: force run whynot command synchronously
* chore: maximize command output box's height
* chore: more user instructions on background queue
* feat: track command peak memory usage
* feat: exit of CLI php version doesn't match web php version
* chore: install deps
* chore: format and typing workflow fix
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-07-24 14:02:13 +01:00
Daniël Klabbers
75aaef7d76
fix: MyISAM tables for extensions during installation
2022-07-23 23:53:14 +02:00
Daniël Klabbers
f128190f14
Revert "fix: MyISAM tables for extensions during installation"
...
This reverts commit f926c58e01
.
2022-07-23 23:52:57 +02:00
Daniël Klabbers
f926c58e01
fix: MyISAM tables for extensions during installation
2022-07-23 23:42:34 +02:00
flarum-bot
e5a3598bf6
Bundled output for commit 7cafd9f51a
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-07-21 10:54:05 +00:00
David Wheatley
7cafd9f51a
fix: titles positioned wrongly with custom header height ( #3550 )
2022-07-21 11:47:37 +01:00
flarum-bot
e9fec9b22f
Bundled output for commit 31a00eeb95
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-07-19 18:26:37 +00:00
Sami Mazouz
31a00eeb95
fix(regression): loading next discussion list pages fails ( #3547 )
...
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-07-19 19:22:45 +01:00
flarum-bot
6b577e6f1f
Bundled output for commit 64f0ae7c33
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-07-19 09:36:41 +00:00
Sami Mazouz
64f0ae7c33
chore: revert tsconfig changes for local development ( #3545 )
...
* chore: delete unwanted dist typings
* chore: revert 4e52f0e420
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-07-19 10:30:23 +01:00
flarum-bot
343fe0e317
Bundled output for commit 07b2f86dcc
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-07-18 23:14:26 +00:00
Daniël Klabbers
07b2f86dcc
fix: minor backward compatible fix for php 8.1 in st_replace
2022-07-19 01:09:43 +02:00
flarum-bot
ffaea861e5
Bundled output for commit 46b3b7a952
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-07-18 18:21:14 +00:00
Sami Mazouz
46b3b7a952
chore: require guzzle 6 or 7
...
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-07-18 19:16:12 +01:00
flarum-bot
78544ce68d
Bundled output for commit af3116bce9
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-07-18 18:12:03 +00:00
David Wheatley
af3116bce9
perf(statistics): rewrite for performance on very large communities ( #3531 )
...
Co-authored-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-07-18 19:07:38 +01:00
flarum-bot
6dde236d77
Bundled output for commit d0998be8fa
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-07-18 15:20:01 +00:00
David Wheatley
d0998be8fa
fix: html entities shown raw in page title ( #3542 )
2022-07-18 16:10:34 +01:00
Ian Morland
8dcfa6c474
fix: move guzzle composer requirement to core ( #3544 )
2022-07-18 16:10:04 +01:00
flarum-bot
744927215a
Bundled output for commit 54c21459d6
...
Includes transpiled JS/TS.
[skip ci]
2022-07-18 14:47:05 +00:00
Ian Morland
54c21459d6
feat(likes): Option to prevent users liking their own posts ( #3534 )
...
* Option to prevent users liking their own posts
* test: user can only like own post if setting ON
Co-authored-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-07-18 15:32:27 +01:00
flarum-bot
91f8bd34b1
Bundled output for commit 4e52f0e420
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-07-18 14:30:42 +00:00
Sami Mazouz
4e52f0e420
chore: monorepo local development improvements ( #3523 )
...
* chore: centralize editorconfig
* chore: tweak tsconfigs for local development
* revert src path change
* fix: akismet type checking requires flag ext `@types`
* fix: make tags route optional to avoid typescript typing error
2022-07-18 15:19:11 +01:00
Sami Mazouz
ac23d79fe7
fix: unread notifications are globally cached between users. ( #3543 )
...
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-07-18 15:17:46 +01:00
David Wheatley
29179e27c6
feat: use position: sticky
for discussion side nav ( #3540 )
2022-07-17 11:06:19 +01:00
flarum-bot
cd610a1cf2
Bundled output for commit 0c017c2aa0
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-07-15 22:33:28 +00:00
Sami Mazouz
0c017c2aa0
refactor: convert AlertManager
IndexPage
and UserPage
components to TS ( #3536 )
...
* chore: convert `AlertManager` component to TypeScript
* chore: `compat.js` to `compat.ts`
* chore: convert `IndexPage` component to TypeScript
* chore: convert `UserPage` component and inheritors to TypeScript
* chore: `yarn format`
* chore: import types instead
2022-07-15 23:27:47 +01:00
David Wheatley
5721a2f487
fix: replace .fa()
mixin usage with .fas()
( #3537 )
2022-07-15 23:16:49 +01:00
David Wheatley
b673d36f33
chore: split FA imports into separate Less file for easy overriding ( #3535 )
2022-07-15 09:42:02 +01:00
flarum-bot
bacb095382
Bundled output for commit 7471ef64d5
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-07-14 15:02:48 +00:00
Sami Mazouz
7471ef64d5
refactor: convert Badge
, Checkbox
and Navigation
components to TS ( #3532 )
...
* chore: convert badge components to TypeScript
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
* chore: convert checkbox components to TypeScript
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
* chore: convert `Navigation` component to TypeScript
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
* chore: import mithril type instead
2022-07-14 15:54:16 +01:00
flarum-bot
707ca2d16d
Bundled output for commit 3246f5a8f6
...
Includes transpiled JS/TS.
[skip ci]
2022-07-14 13:48:19 +00:00