Alexander Skvortsov
c106cb10f6
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 22:28:40 -04:00
Alexander Skvortsov
13e79e5457
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 22:27:37 -04:00
luceos
c925f92f79
Apply fixes from StyleCI
2020-06-20 02:25:53 +00:00
Alexander Skvortsov
eb1e364424
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 22:25:40 -04:00
Alexander Skvortsov
1e64ac9376
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 22:24:35 -04:00
Alexander Skvortsov
2a4e8bf8ad
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 22:22:54 -04:00
Alexander Skvortsov
3e9c764546
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 22:20:14 -04:00
Alexander Skvortsov
6defee4fc4
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 22:18:56 -04:00
Alexander Skvortsov
ce66d7d43b
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 22:16:32 -04:00
Alexander Skvortsov
541b1a59d3
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 21:54:38 -04:00
Alexander Skvortsov
95269bfb68
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 21:48:53 -04:00
Alexander Skvortsov
4d10a5663f
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 21:46:07 -04:00
Franz Liedke
80376d24b1
Apply fixes from StyleCI
2020-06-20 01:43:47 +00:00
Alexander Skvortsov
a1ede6503c
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 21:43:34 -04:00
luceos
b75d5c6670
Apply fixes from StyleCI
2020-06-20 01:42:16 +00:00
Alexander Skvortsov
a9810ffb4c
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 21:42:03 -04:00
flarum-bot
f14da4b159
Bundled output for commit 1c1a3b363e
[skip ci]
2020-06-19 21:42:28 +00:00
Alexander Skvortsov
1c1a3b363e
Clean up app.current, app.previous in JS ( #2156 )
...
- Encapsulate app.current, app.previous in PageState objects
- Reorganize Page classes to use one central base class in common
Co-authored-by: Franz Liedke <franz@develophp.org >
2020-06-19 17:41:26 -04:00
Franz Liedke
17eac0fa4a
Clean up usages / deprecate path helpers ( #2155 )
...
* Write source map without creating temp file
Less I/O, and one less place where we access the global path helpers.
* Drop useless app_path() helper
This was probably taken straight from Laravel. There is no equivalent
concept in Flarum, so this should be safe to remove.
* Deprecate global path helpers
Developers using these helpers can inject the `Paths` class instead.
* Stop storing paths as strings in container
* Avoid using path helpers from Application class
* Deprecate path helpers from Application class
* Avoid using public_path() in prerequisite check
a) The comparison was already outdated, as a different path was passed.
b) We're trying to get rid of these global helpers.
2020-06-19 16:16:03 -04:00
flarum-bot
be5ffad574
Bundled output for commit 85deb7ae03
[skip ci]
2020-06-19 00:30:16 +00:00
Franz Liedke
85deb7ae03
Remove leftover property
...
Refs #2150 .
2020-06-19 02:27:01 +02:00
flarum-bot
b3aed8f6c4
Bundled output for commit 6f3ad1999e
[skip ci]
2020-06-19 00:11:51 +00:00
Alexander Skvortsov
6f3ad1999e
Don't store PostUser instance in CommentPost ( #2184 )
...
* Don't save component state in CommentPost
2020-06-18 20:10:25 -04:00
flarum-bot
7e9b9ec638
Bundled output for commit 4803457824
[skip ci]
2020-06-18 23:54:42 +00:00
Alexander Skvortsov
4803457824
Move Discussion List State into its own class ( #2150 )
...
Extract discussion list state
2020-06-18 19:53:40 -04:00
flarum-bot
3feaa9a3ac
Bundled output for commit 4013aed078
[skip ci]
2020-06-18 22:48:18 +00:00
Alexander Skvortsov
4013aed078
Remove app.search instance, cache app.cache.searched ( #2151 )
...
* Moved search state logic into search state
2020-06-18 18:47:01 -04:00
flarum-bot
df15d9ae3f
Bundled output for commit ffc7fc966e
[skip ci]
2020-06-18 21:29:07 +00:00
Alexander Skvortsov
ffc7fc966e
Don't store checkbox instances in NotificationGrid ( #2183 )
...
* Don't store checkbox states in NotificaitonGrid, use props for loading in Checkbox and Switch, replace preferenceSaver with internal management of loading state
2020-06-18 17:28:05 -04:00
flarum-bot
37fbc3350d
Bundled output for commit 289ebeb5ce
[skip ci]
2020-06-18 21:09:49 +00:00
Alexander Skvortsov
289ebeb5ce
Extract NotificationList state ( #2185 )
...
* Extract NotificationList state
2020-06-18 17:08:06 -04:00
Alexander Skvortsov
ebf17b72ff
Return the proper error code when wrong password when changing email ( #2171 )
2020-06-17 20:43:04 -04:00
Clark Winkelmann
fa304a0f37
Remove BioChanged event which is no longer used since beta 8 ( #2196 )
2020-06-15 00:21:06 -04:00
Clark Winkelmann
2261f4f220
Fix AvatarChanged event ( #2197 )
...
* Fix AvatarChanged event not being dispatched when changing avatar
Also fix the uploader to trigger the event only once
2020-06-15 00:20:24 -04:00
flarum-bot
a905fbd073
Bundled output for commit af979f20ff
[skip ci]
2020-06-10 00:14:45 +00:00
Matteo Contrini
af979f20ff
Always show replies list on posts ( #47 )
...
Previously, if there was a single reply and it was adjacent to the post it wasn't shown.
See discussion on Discuss: https://discuss.flarum.org/d/23666-flarum-010-beta13-released/75
2020-06-09 20:13:24 -04:00
Alexander Skvortsov
b3c2672634
Group Gambit Improvements ( #2192 )
...
* - Add ID to fields searched in group gambit
- Use joins instead of looping in group gambit
* Add visibility scoping to group gambit
* call IDs userIds
* If group identifier is numerical, treat it as an ID
2020-06-08 17:35:24 -04:00
Matt Kilgore
07b9866cfb
Fixes #2157 , Explicitly set SameSite value for cookies ( #2159 )
...
* Fixes #2157 , Explicitly set SameSite value for cookies by making samesite a config option in config.php. Also contains an update for the cookie library dependency
2020-06-03 22:53:30 -04:00
Alexander Skvortsov
424b07144e
Remove SES translations
2020-06-03 22:41:24 -04:00
flarum-bot
c5deb89fee
Bundled output for commit a67e90adf4
[skip ci]
2020-06-03 10:47:58 +00:00
Alexander Skvortsov
f779e2b7b7
Add meta title to following page ( #159 )
...
Refs flarum/core#495 , flarum/subscriptions#23 .
2020-06-03 12:46:27 +02:00
Alexander Skvortsov
a67e90adf4
Added meta title to following page ( #23 )
...
Refs flarum/core#495 .
2020-06-03 12:46:05 +02:00
flarum-bot
f5ced81aa2
Bundled output for commit 274f31b6bf
[skip ci]
2020-05-31 16:40:43 +00:00
Alexander Skvortsov
274f31b6bf
Fix tag selection input on discussion modal going out of screen ( #83 )
...
Calculate width of input field dynamically based on content, this fixes the bug by only shifting tags out of view when necessary
2020-05-31 12:39:42 -04:00
flarum-bot
cda9ed9fca
Bundled output for commit 94799aad72
[skip ci]
2020-05-31 15:55:42 +00:00
Charlie
94799aad72
Fix buggy drag and drop ( #82 )
...
Switch to the SortableJs library to fix the buggy tags drag-and-drop admin UI.
2020-05-31 11:54:52 -04:00
flarum-bot
42a9300a9d
Bundled output for commit 8d9e20f217
[skip ci]
2020-05-31 02:50:39 +00:00
Alexander Skvortsov
8d9e20f217
Send Test Mail Feature ( #2023 )
...
- Add UI, backend for sending test emails
- Change mail settings endpoint to /api/mail/settings
2020-05-30 22:49:36 -04:00
flarum-bot
17f46fd9d0
Bundled output for commit 909e741c62
[skip ci]
2020-05-31 02:29:29 +00:00
Hasan Özbey
909e741c62
Scroll to edited post or inform the user ( #2108 )
...
* scroll to edit or inform the user
2020-05-30 22:28:08 -04:00