flarum-bot
64cd6d1988
Bundled output for commit 51bd7a7e32
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-05-27 09:37:18 +00:00
Darkle
51bd7a7e32
Update the scheduler info link in admin ( #3826 )
2023-05-27 11:29:56 +02:00
flarum-bot
717af13bb1
Bundled output for commit e72541e35d
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-05-22 21:58:15 +00:00
Sami Mazouz
e72541e35d
fix: recover temporary solution for html entities in browser title
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
2023-05-22 22:49:20 +01:00
Sami Mazouz
577890d89c
fix: custom contrast color affected by parents
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
2023-05-22 22:23:11 +01:00
flarum-bot
d27f952584
Bundled output for commit e5abffc75b
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-05-20 16:46:42 +00:00
Sami Mazouz
d1059c1cc7
fix: improve avatar upload functionality
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
2023-05-20 15:15:53 +01:00
flarum-bot
777c304ab7
Bundled output for commit 789246b621
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-05-17 10:47:32 +00:00
Sami Mazouz
789246b621
fix(regression): slidable mark read showing for read discussions
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
2023-05-17 11:37:33 +01:00
flarum-bot
715b8c39ae
Bundled output for commit 232618aba6
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-05-07 21:24:30 +00:00
Sami Mazouz
232618aba6
fix: UserSecurityPage
not exported
...
Fixes #3820
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
2023-05-07 22:18:21 +01:00
flarum-bot
96e1411b7d
Bundled output for commit 21b483625e
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-05-07 17:49:29 +00:00
David Wheatley
21b483625e
feat: add user creation to users list page ( #3744 )
2023-05-07 18:38:37 +01:00
flarum-bot
c766881e1f
Bundled output for commit e63e161be6
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-05-07 16:49:15 +00:00
David Wheatley
e63e161be6
chore: major frontend JS cleanup ( #3609 )
2023-05-07 17:40:18 +01:00
flarum-bot
cfdd6910eb
Bundled output for commit 7ebeb9c0a5
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-04-29 17:42:13 +00:00
Sami Mazouz
7ebeb9c0a5
fix: unreadable badge icon on certain colors ( #3810 )
2023-04-29 18:35:18 +01:00
flarum-bot
105b22976e
Bundled output for commit fea31a8290
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-04-24 17:10:43 +00:00
Robert Korulczyk
fea31a8290
Fix encoding of page title. ( #3768 )
2023-04-24 18:00:22 +01:00
flarum-bot
7684a1086a
Bundled output for commit f8577c8078
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-04-22 08:52:48 +00:00
luk
f8577c8078
fix: isDark()
utility can receive null value ( #3774 )
...
* Make isDark() not fail as easily with invalid input
Add early return if input looks fishy, minor refactoring and improvements of the entire method.
* Fix double quotes
* Run prettier 🙄
* chore: review
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
---------
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
Co-authored-by: Sami Mazouz <sychocouldy@gmail.com >
2023-04-22 09:45:51 +01:00
Sami Mazouz
5e281136f6
feat(mentions,tags): tag mentions ( #3769 )
...
* feat: add tag search
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* feat(mentions): tag mentions backend
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* feat: tag mention design
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* refactor: revamp mentions autocomplete
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* fix: unauthorized mention of hidden groups
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* feat(mentions,tags): use hash format for tag mentions
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* refactor: frontend mention format API with mentionable models
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* feat: implement tag search on the frontend
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* fix: tag color contrast
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* fix: tag suggestions styling
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* test: works with disabled tags extension
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* chore: move `MentionFormats` to `formats`
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* fix: mentions preview bad styling
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* docs: further migration location clarification
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* Apply fixes from StyleCI
* fix: bad test namespace
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* fix: phpstan
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* fix: conditionally add tag related extenders
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* Apply fixes from StyleCI
* feat(phpstan): evaluate conditional extenders
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
* feat: use mithril routing for tag mentions
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
---------
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
Co-authored-by: StyleCI Bot <bot@styleci.io >
2023-04-19 12:58:11 +01:00
flarum-bot
b868c3d763
Bundled output for commit 297a2d8c5c
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-04-19 11:48:24 +00:00
Sami Mazouz
297a2d8c5c
fix: deleting a discussion from the profile does not visually remove it ( #3799 )
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
2023-04-19 12:37:30 +01:00
dependabot[bot]
13e655aca5
chore(deps): bump webpack from 5.75.0 to 5.76.0 ( #3761 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-19 07:45:00 +01:00
flarum-bot
c00e8706e1
Bundled output for commit 1b5da13e8a
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-04-17 08:14:57 +00:00
Robert Korulczyk
1b5da13e8a
fix: infinite scroll not initialized for notifications on big screens ( #3733 )
2023-04-17 09:07:00 +01:00
flarum-bot
ecfbcd1c30
Bundled output for commit 818a100625
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-04-17 08:01:58 +00:00
Tristian Kelly
818a100625
feat: add delete own posts permission ( #3784 )
2023-04-17 08:53:51 +01:00
flarum-bot
176b5540d8
Bundled output for commit 2e76a8ecb5
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-04-16 20:54:45 +00:00
Sami Mazouz
11aa7bbb35
fix: unread count in post stream not visible ( #3791 )
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
2023-04-16 21:14:54 +01:00
Sami Mazouz
aa33cfd1f8
fix(a11y): reply placeholder not accessible ( #3793 )
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
2023-04-16 21:13:32 +01:00
Sami Mazouz
b89a01c010
chore: extensibility improvements ( #3729 )
...
* chore: improve tags page extensibility
* chore: improve discussion list item extensibility
* chore: improve change password modal extensibility
* chore: item-listify tags page
* chore: item-listify change email modal
* chore: simplify data flow
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
2023-04-16 21:05:23 +01:00
flarum-bot
8b11fef3ee
Bundled output for commit 8a114cd826
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-04-16 11:48:33 +00:00
Sami Mazouz
8a114cd826
fix(regression): styling and semantics of header tag are incorrect
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
2023-04-16 12:41:51 +01:00
flarum-bot
bddc9d96f2
Bundled output for commit d684248492
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-03-23 08:10:20 +00:00
IanM
d684248492
fix: empty string displayed as SelectDropdown title ( #3773 )
...
* fix: empty string displayed as SelectDropdown title
* chore: remove import
* chore: ts-ignore
* Update framework/core/js/src/common/components/SelectDropdown.tsx
Co-authored-by: David Wheatley <david@davwheat.dev >
---------
Co-authored-by: David Wheatley <david@davwheat.dev >
2023-03-23 08:02:59 +00:00
flarum-bot
5f3e0d6a09
Bundled output for commit 661b9d7d9a
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-03-12 11:45:23 +00:00
Robert Korulczyk
661b9d7d9a
chore: hide developer tokens section in if there is nothing to display or create ( #3753 )
2023-03-12 12:37:49 +01:00
flarum-bot
b7498d6cb1
Bundled output for commit e7c55532a0
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-03-12 09:46:12 +00:00
Robert Korulczyk
e7c55532a0
fix: hardcoded language strings in StatusWidget
( #3754 )
2023-03-12 10:37:57 +01:00
Robert Korulczyk
cce6b74fce
fix: missing parameter names in token title translation. ( #3752 )
2023-03-12 10:33:19 +01:00
flarum-bot
72d277bd45
Bundled output for commit 28e3ccfde6
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-03-08 17:34:35 +00:00
Sami Mazouz
28e3ccfde6
fix(qa): increase YIQ and fix menu item title
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
2023-03-08 18:25:04 +01:00
flarum-bot
a3a39caa44
Bundled output for commit bbf873442a
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-02-21 14:37:00 +00:00
Sami Mazouz
bbf873442a
feat: global logout to clear all sessions, access tokens, email tokens and password tokens ( #3605 )
...
* chore: re-organize security locale keys alphabetically
* test: can globally logout
* feat: add global logout controller
* feat: add global logout UI to user security page
* test: re-adapt tests to changes
* feat: add boolean to indicate if logout even is global
* chore(review): split loading property
* chore: follow-up branch update
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
2023-02-21 15:28:55 +01:00
David Wheatley
d35bb873a8
chore: make go-to-page input number-like ( #3743 )
2023-02-21 15:23:59 +01:00
flarum-bot
598ff21d7d
Bundled output for commit 9342903d68
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-02-21 13:29:36 +00:00
Sami Mazouz
9342903d68
feat: access tokens user management UI ( #3587 )
...
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com >
Co-authored-by: David <hi@davwheat.dev >
2023-02-21 14:14:53 +01:00
David Wheatley
906b0fb633
feat: add display name column to admin users list ( #3740 )
2023-02-21 13:04:53 +00:00