Commit Graph

325 Commits

Author SHA1 Message Date
Sami Mazouz
b74ecbfacf
feat: messages extension (#4028)
* feat: private messages
2024-09-28 11:12:52 +01:00
Sami Mazouz
6b336c5ea8
chore: update dependencies (#4012)
* chore: phpunit 10

* chore: config

* Apply fixes from StyleCI

* chore: phpunit 11 (php 8.2 minimum requirement)

* feat: laravel 11

* Apply fixes from StyleCI

* feat: carbon v3

* fixes
2024-08-06 16:50:09 +01:00
Sami Mazouz
082f04d3c3
fix(regression): caught errors
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
2023-05-31 09:50:39 +01:00
Sami Mazouz
04fe2616a4
Revert "fix(regression): caught errors"
This reverts commit c94c140484.
2023-05-31 09:47:30 +01:00
Sami Mazouz
c94c140484
fix(regression): caught errors
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
2023-05-31 09:45:50 +01:00
Sami Mazouz
e5abffc75b
chore: v1.8 preparations
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
2023-05-20 16:08:42 +01:00
Sami Mazouz
b66fe5dd5f
chore(release): preparations
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
2023-03-09 19:00:32 +01:00
Daniël Klabbers
1e00e3fdbb chore: dependency on core updated for extensions 2022-11-10 13:48:00 +01:00
Daniël Klabbers
a35df8c139 chore: v1.5.0 preparations 2022-09-13 10:55:30 +02: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
Daniël Klabbers
556d461cfb chore: update v1.4 constraints and update issues url 2022-07-12 23:30:03 +02:00
Sami Mazouz
abc12b4ba5
chore: add .gitattributes to extensions to export-ignore files. (#3513)
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-07-08 20:38:20 +01:00
Daniël Klabbers
592039c483 update constraint to v1.3 2022-05-10 16:28:35 +02:00
Alexander Skvortsov
a595665bfb
fix: Assorted Typing Fixes (#3348)
With all the commits below, we resolve all outstanding typing issues in the repo, and CI jobs run green.

* fix: Convert DashboardPage and DashboardWidget to TypeScript

* fix: fix type errors in package manager ext

* fix: Convert Post component to TypeScript

* fix: avatar typings should accept null user

* fix: convert Notification component to TypeScript

* fix: properly use `typeof` in ForumApplication

* feat: make Notification content attr generic

* chore: format Notification component

* fix: Convert DiscussionRenamedNotification to TypeScript

* fix(pusher) move shims to a location where they get applied

* fix(pusher): fix some typing errors

* fix(akismet): fix some typing issues

* chore: update core dist typings

* chore(pusher): format

* fix: anchorScroll should accept string selectors

* fix: more accurately represent ApiQueryParamsPlural

* fix: convert PostStreamState to TypeScript

* chore(core): rebuild typings

* feat: allow extending app.routes

* fix: more flexible typings for highlight.ts

* fix: use primitive `number` type for Discussion typings

* fix: convert DiscussionListItem to TypeScript

* chore: rebuild core typings

* fix: final pusher type fixes

* feat: start tags TypeScript conversion

* fix: require-dev tags in pusher for CI TypeScript purposes.

* chore(core): format

* chore(tags): build dist typings

* feat(pusher): use dist types from tags.

* feat: convert flags to TypeScript

* chore(flags): generate dist typings

* fix(akismet): last type errors

* chore: update .yarn-integrity

* chore: partially run flarum-cli audit infra --fix

The tsconfig changes from that command are ignored, since we don't yet support "replacable sections" that would let us add custom config.

* chore: use type imports

* fix: broader gitattributes

* chore: run flarum-cli audit infra --monorepo --fix

* feat: make `app.data` typings extensible

* chore(core): format

* chore: boost tags TypeScript coverage

* fix(tags): further increase type coverage.
2022-03-23 11:43:14 -04:00
Alexander Skvortsov
5fc0b4963a chore: flarum-cli audit infra --fix 2022-03-11 18:02:51 -05:00
Alexander Skvortsov
693da58c41 chore: set up composer path repos 2022-03-11 18:02:49 -05:00
Alexander Skvortsov
2bf6b12a64 chore: remove centralizable repo config
- Remove .github conf folder from Flarum packages

- Remove styleci config from all packages
2022-03-11 18:01:44 -05:00
Daniel Klabbers
71d72adbdd Release v1.2 2022-01-20 12:52:08 +01:00
Alexander Skvortsov
2e68c53af1 chore: flarum-cli audit infra --fix 2022-01-20 03:33:49 -05:00
David Wheatley
068c513966 chore: bump bundled extension constraint to core 1.1 2021-10-13 08:02:39 +01:00
Alexander Skvortsov
9db9cb2ed0 Release v1.1.0 2021-10-11 21:09:59 -04:00
Daniel Klabbers
a8c85314a8 fix branch alias 2021-05-25 22:46:03 +02:00
Daniel Klabbers
27f70c5df9 changes for stable 2021-05-25 18:51:56 +02:00
Alexander Skvortsov
2ce16084a2 Bump composer reqs for 1.0.0 2021-05-16 18:28:02 -04:00
David Wheatley
66b98cf4d6 Update copyright year 2021-05-15 00:55:18 +01:00
Daniel Klabbers
e8f64bc2ac fix heading of removed 2021-03-15 13:29:23 +01:00
Daniel Klabbers
4988649816 Release v0.1.0-beta.16 2021-03-15 13:24:21 +01:00
Robert Korulczyk
8dea58eac6 Move locale files from language pack to extensions. (#175) 2021-02-17 16:26:52 -05:00
Robert Korulczyk
b864bc09ef Fix date_format message in validation.yml (#152) 2021-02-16 17:40:35 -05:00
Qiaeru
3ef0c6e226 Fix alphabetical order (#184) 2021-02-16 11:39:18 -05:00
Sami Mazouz
01d8a69dd1 Add bypass tag requirements permission label (#182) 2021-01-26 17:09:23 -05:00
Qiaeru
135c662cf7 Fix some typos (#181) 2020-12-23 15:05:09 -05:00
Daniël Klabbers
833dfb1fae changes for beta 15 2020-12-20 21:16:48 +01:00
Robert Korulczyk
0892b83c88 Fix appearance title typo (#180) 2020-12-17 20:50:15 -05:00
Matt Kilgore
b67fa3f277 flarum/nicknames extension translations (#178) 2020-12-07 15:51:37 -05:00
Matt Kilgore
01e71e7cbf Add slug driver translations (#179) 2020-12-07 15:18:23 -05:00
Charlie
dc3599a517 AdminUX Small Patch Translations (#177)
* Core Configuration
* More verbose no settings/permissions
2020-12-07 15:17:33 -05:00
Charlie
2d3c646876 AdminUx translation additions (#176)
Also add composer metadata for admin ux redesign
2020-11-25 02:11:10 -05:00
Daniël Klabbers
aab335e4f3 changelog for beta 14.1 2020-10-27 13:31:48 +01:00
Qiaeru
3b1466c450 Fix order (#174) 2020-10-22 19:29:57 -04:00
Hasan Özbey
3937a95392 Inform the user that their edit has been made (#163) 2020-10-22 19:05:14 -04:00
Daniël Klabbers
880dff0e37 changelog and dep for v0.1.0-beta.14 2020-10-20 16:41:02 +02:00
Alexander Skvortsov
563c03fc07 Add extension dependency error translations (#172) 2020-10-02 18:01:16 -04:00
Alexander Skvortsov
a91ec31637 Translate emails for mentions (#167) 2020-10-01 11:18:44 -04:00
Alexander Skvortsov
4cb95b1869 Translate emails for subscriptions (#168) 2020-09-30 15:52:49 -04:00
Qiaeru
47233ba7a8 Strings containing specific characters must be quoted (#169)
Please see: https://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2020-08-16 19:12:42 -04:00
Qiaeru
fda5e626f7 Add new password rule language line (#151)
See: 050c1d880e

Co-authored-by: Miles Cellar <milescellar@users.noreply.github.com>
2020-08-14 11:09:05 +02:00
Qiaeru
4888bedbfe Add missing full stop for some validation messages (#170)
See: f121af8985
2020-08-14 11:08:10 +02:00
Alexander Skvortsov
1ee33de48f Added translations for Send Test Mail feature (#156)
* Added translations for Send Test Mail feature
2020-07-26 16:59:02 -04:00
Franz Liedke
c7a8c20b8d Remove locales for Mandrill mail driver
Refs flarum/core#2055.
2020-07-24 16:39:00 +02:00