flarum-bot
d93cf4a574
Bundled output for commit a33fbbf814
[skip ci]
2020-06-27 18:20:09 +00:00
Alexander Skvortsov
a33fbbf814
Add index page title, add mechanism to clear title from defaultRoute. ( #2047 )
...
* Add "All Descriptions title to index
* Added system to clear custom title if we're on the default route
2020-06-27 14:18:49 -04:00
flarum-bot
0c645a6c15
Bundled output for commit b44b79eba9
[skip ci]
2020-06-26 16:25:45 +00:00
Franz Liedke
b44b79eba9
Fix typo and update outdated doc block
2020-06-26 18:23:56 +02:00
flarum-bot
93398b738b
Bundled output for commit 7816b61bfb
[skip ci]
2020-06-26 14:08:35 +00:00
Franz Liedke
7816b61bfb
Remove documentation for obsolete component prop
2020-06-26 16:06:56 +02:00
Franz Liedke
7dc3a194c3
Expose a method for clearing notification list
...
Needed for pusher extension.
Refs #2185 .
2020-06-26 15:10:41 +02:00
flarum-bot
cea7824b57
Bundled output for commit 088eb0c4f2
[skip ci]
2020-06-26 12:32:40 +00:00
Franz Liedke
088eb0c4f2
Move DiscussionListState to correct folder
2020-06-26 12:52:33 +02:00
Franz Liedke
2ba67b021f
Expose state classes via compat
...
This way, they can be extended by extensions.
2020-06-26 12:50:43 +02:00
flarum-bot
92791a253d
Bundled output for commit 138c784a50
[skip ci]
2020-06-24 00:51:55 +00:00
David Sevilla Martín
138c784a50
Call liveHumanTimes() to update ago times every 10s ( #2208 )
...
This file has existed for 5 years, yet it was never used.
2020-06-23 20:50:57 -04:00
flarum-bot
bb567e5278
Bundled output for commit cf4f2f283e
[skip ci]
2020-06-20 14:19:53 +00:00
w-4
cf4f2f283e
Fix discussion unreadCount could be higher than commentCount ( #2195 )
...
* Fix discussion unreadCount being higher than commentCount if posts have been deleted
2020-06-20 10:18:26 -04:00
flarum-bot
ed01f389a8
Bundled output for commit 71e313e677
[skip ci]
2020-06-19 21:42:28 +00:00
Alexander Skvortsov
71e313e677
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
flarum-bot
b82504b4b1
Bundled output for commit 898d68d9f3
[skip ci]
2020-06-19 00:30:16 +00:00
Franz Liedke
898d68d9f3
Remove leftover property
...
Refs #2150 .
2020-06-19 02:27:01 +02:00
flarum-bot
69f0172b92
Bundled output for commit 62fe9db732
[skip ci]
2020-06-19 00:11:51 +00:00
Alexander Skvortsov
62fe9db732
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
ed566cd18f
Bundled output for commit 5c1663d8f1
[skip ci]
2020-06-18 23:54:42 +00:00
Alexander Skvortsov
5c1663d8f1
Move Discussion List State into its own class ( #2150 )
...
Extract discussion list state
2020-06-18 19:53:40 -04:00
flarum-bot
c5d3b058ba
Bundled output for commit 4a804dbbbc
[skip ci]
2020-06-18 22:48:18 +00:00
Alexander Skvortsov
4a804dbbbc
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
f4afb006ed
Bundled output for commit 646b35374d
[skip ci]
2020-06-18 21:29:07 +00:00
Alexander Skvortsov
646b35374d
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
4fc06336df
Bundled output for commit 65f2d5fb75
[skip ci]
2020-06-18 21:09:49 +00:00
Alexander Skvortsov
65f2d5fb75
Extract NotificationList state ( #2185 )
...
* Extract NotificationList state
2020-06-18 17:08:06 -04:00
flarum-bot
3b1f5ca07b
Bundled output for commit d1750fecc0
[skip ci]
2020-05-31 02:50:39 +00:00
Alexander Skvortsov
d1750fecc0
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
63242edeb3
Bundled output for commit 0aed3764c4
[skip ci]
2020-05-31 02:29:29 +00:00
Hasan Özbey
0aed3764c4
Scroll to edited post or inform the user ( #2108 )
...
* scroll to edit or inform the user
2020-05-30 22:28:08 -04:00
flarum-bot
bbd815a9ab
Bundled output for commit acf4e9c80d
[skip ci]
2020-05-20 00:53:05 +00:00
Alexander Skvortsov
acf4e9c80d
Removed excess Widget class in favor of DashboardWidget ( #2164 )
2020-05-19 20:52:07 -04:00
flarum-bot
1bb5f99a27
Bundled output for commit b0822df759
[skip ci]
2020-05-19 22:46:59 +00:00
Alexander Skvortsov
b0822df759
Use drivers for display names, add display name extender ( #2174 )
...
* Deprecate GetDisplayName event
* Add interface for display name driver
* Add username driver as default
* Add code to register supported drivers / used driver as singletons
* Configured User class to use new driver-based system for display names
* Add extender for adding display name driver
* Add integration test for user display name driver
* Add frontend UI for selecting display name driver
2020-05-19 18:45:56 -04:00
flarum-bot
998e32c208
Bundled output for commit f89f114fad
[skip ci]
2020-05-16 00:11:53 +00:00
julakali
f89f114fad
Don't use body as tooltip container, allow notification area overflow ( #2166 )
...
* Don't use body as tooltip container, allow notification area overflow
Badge tooltips are using container: 'body', so they can overflow the
notification area. When the user navigates back while a badge tooltip is
showing, the tooltip remains visible.
This commit removes the body container attribute and instead allows the
notificationDropDown to overflow, so badge tooltips aren't cut off.
Instead, this adds overflow: hidden to NotificationList.
Fixes #2118 .
* Remove newline
2020-05-15 20:10:40 -04:00
flarum-bot
9b936d4baa
Bundled output for commit 7e661df15d
[skip ci]
2020-05-12 16:24:38 +00:00
David Sevilla Martín
7e661df15d
Some improvements to request error handling and modal error formatting ( #1929 )
...
* Use decodeURI instead of unescape & don't close modals
* Add comment
* Don't use a try/catch, clean up the group log code
* Remove double negative
* Format; fix issues from rebasing
2020-05-12 12:23:13 -04:00
flarum-bot
85e2623622
Bundled output for commit 7d99727168
[skip ci]
2020-05-07 07:20:06 +00:00
Alexander Skvortsov
b38bd60362
Added simply confirmation popup for hiding / deleting posts ( #2135 )
2020-05-07 09:18:04 +02:00
flarum-bot
d31a747631
Bundled output for commit 526081bd06
[skip ci]
2020-05-01 09:53:55 +00:00
Franz Liedke
526081bd06
Update Webpack
2020-05-01 11:52:26 +02:00
Franz Liedke
c896cd8696
npm audit fix
2020-04-24 14:30:16 +02:00
flarum-bot
54ac83d0b6
Bundled output for commit 1592cd1013
[skip ci]
2020-04-22 21:38:57 +00:00
Alexander Skvortsov
6e8884f190
Implement hidden permission groups ( #2129 )
...
Only users that have the new `viewHiddenGroups` permissions will be able to see these groups.
You might want this when you want to give certain users special permissions, but don't want to make your authorization scheme public to regular users.
Co-authored-by: luceos <daniel+github@klabbers.email>
2020-04-21 17:49:53 +02:00
flarum-bot
798a3486bf
Bundled output for commit 89ef14faf1
[skip ci]
2020-04-17 09:59:47 +00:00
Franz Liedke
89ef14faf1
Run prettier for all JS files
2020-04-17 11:57:55 +02:00
Franz Liedke
899cdfda4e
CI: Run prettier to check for JS code formatting
2020-04-17 11:14:37 +02:00
Franz Liedke
72ed4faa83
Setup husky for automatic formatting before commit
2020-04-17 10:45:36 +02:00
Franz Liedke
64ad21e5da
Add NPM shortcut for running prettier
2020-04-17 10:45:05 +02:00
Franz Liedke
14e8e9a7cb
Configure prettier via JSON file
2020-04-17 10:44:36 +02:00
Franz Liedke
ee996e2cae
Install prettier
2020-04-17 10:44:31 +02:00
flarum-bot
2aead54aea
Bundled output for commit dbfae0b55e
[skip ci]
2020-04-13 09:22:40 +00:00
Alexander Skvortsov
dbfae0b55e
Add year, localization support for displaying things older than 1 year ( #2034 )
2020-04-13 11:21:27 +02:00
flarum-bot
453c44632d
Bundled output for commit 117c2f65ac
[skip ci]
2020-04-10 19:18:00 +00:00
w-4
117c2f65ac
Fix PostStreamScrubber click ( #1945 )
2020-04-10 21:16:57 +02:00
flarum-bot
cb9801a324
Bundled output for commit fd4c0d30d8
[skip ci]
2020-04-10 10:32:46 +00:00
Taraflex
fd4c0d30d8
Protect dismissible modals from closing by ESC key
2020-04-10 12:30:56 +02:00
flarum-bot
ecdd7a2b49
Bundled output for commit 30942bdf38
[skip ci]
2020-04-03 19:27:57 +00:00
Sami Mazouz
30942bdf38
Fix new post injected above unread sticky ( #1868 )
...
Refresh the discussion list instead of prepending the new post
2020-04-03 21:26:51 +02:00
flarum-bot
857fd95b5e
Bundled output for commit dd43e49d0a
[skip ci]
2020-04-03 10:03:45 +00:00
Franz Liedke
dd43e49d0a
Update JS dependencies to secure versions
2020-04-03 12:02:18 +02:00
flarum-bot
e16d57d4e2
Bundled output for commit 2e2aa8747e
[skip ci]
2020-04-01 12:42:05 +00:00
Daniël Klabbers
2e2aa8747e
fixed an issue with Post--by-start-user for discussions that contain posts of deleted users
2020-04-01 14:40:40 +02:00
flarum-bot
44ac2ec8ee
Bundled output for commit 6bbd603a41
[skip ci]
2020-03-30 19:19:56 +00:00
Hasan Özbey
6bbd603a41
Update ModalManager.js
2020-03-30 21:18:48 +02:00
dependabot[bot]
a854fa8bcb
Bump acorn from 6.4.0 to 6.4.1 in /js ( #2065 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-17 22:29:36 +01:00
flarum-bot
a2d1245e90
Bundled output for commit 090b05736a
[skip ci]
2020-03-09 12:41:19 +00:00
Daniël Klabbers
090b05736a
showing start user in class list now
2020-03-09 13:39:26 +01:00
flarum-bot
9f1eca555f
Bundled output for commit 72fd32dbf6
[skip ci]
2020-02-14 14:57:19 +00:00
Clark Winkelmann
72fd32dbf6
Add disabled prop to the Select component ( #1978 )
2020-02-14 15:56:04 +01:00
flarum-bot
f87c8c6dcd
Bundled output for commit f9556d9d6a
[skip ci]
2020-02-10 22:55:40 +00:00
D Mata
f9556d9d6a
Update AvatarEditor.js onchange to oninput ( #1570 )
...
onchange does not work in IE11 and other IE browsers. This change works with all modern browsers as well.
2020-02-10 23:54:41 +01:00
flarum-bot
fc59f0fdd8
Bundled output for commit b91e903284
[skip ci]
2020-02-07 14:35:37 +00:00
Franz Liedke
b91e903284
Merge pull request #1938 from flarum/ds/1255-throttling-bypass-permission
...
Add permission to bypass throttling
2020-02-07 15:34:25 +01:00
David Sevilla Martín
711e775de7
Add permission to bypass throttling
2020-02-07 15:30:09 +01:00
flarum-bot
736e90d423
Bundled output for commit 2f3d9995d1
[skip ci]
2020-02-07 11:18:30 +00:00
Franz Liedke
2f3d9995d1
Fix race condition in post preview
...
The post composer could have been closed in between scheduling and
executing the callback.
Fixes flarum/org#58.
Refs #1881 .
2020-02-07 12:17:11 +01:00
flarum-bot
ac14f84a9a
Bundled output for commit 1d7641cbb0
[skip ci]
2020-02-07 11:06:58 +00:00
Franz Liedke
1d7641cbb0
Merge pull request #1921 from flarum/ds/1763-handle-incomplete-email-configuration
...
Improve handling of incomplete mail configuration
2020-02-07 12:05:41 +01:00
flarum-bot
7e1087cba5
Bundled output for commit 8877bf97c4
[skip ci]
2020-01-31 12:34:20 +00:00
Franz Liedke
8877bf97c4
Merge pull request #1975 from flarum/fl/194-better-slugs
...
Use Laravel's slugger for basic transliteration
2020-01-31 13:32:55 +01:00
flarum-bot
7e74f5a03c
Bundled output for commit 02ceed4fed
[skip ci]
2020-01-26 22:38:29 +00:00
Clark Winkelmann
02ceed4fed
Fix the "reply posted" alert empty body
2020-01-26 23:37:19 +01:00
Franz Liedke
f275bcdd2c
Clarify the use-case of the JS slug helper
2020-01-24 17:42:14 +01:00
Franz Liedke
833ea4e06e
Connect labels with their form fields
2020-01-24 15:41:26 +01:00
Franz Liedke
97b2db84c6
Mail drivers: Separate definition from validation
2020-01-24 15:41:26 +01:00
David Sevilla Martin
4fea25959c
Change implementation to add validation rules, of which 'required' is shown in the frontend
2020-01-24 15:41:25 +01:00
David Sevilla Martin
8b70cec6a1
Add required fields, incomplete configuration warning, and null transport
2020-01-24 15:41:25 +01:00
flarum-bot
a330a8fa28
Bundled output for commit 02899d4f68
[skip ci]
2020-01-22 23:02:59 +00:00
David Sevilla Martín
02899d4f68
Add Content for User page, preload user & throw 404 accordingly ( #1901 )
2020-01-23 00:01:26 +01:00
flarum-bot
fcbbedd884
Bundled output for commit 4c89e2eb77
[skip ci]
2020-01-10 17:18:42 +00:00
Vladimir Vinogradov
4c89e2eb77
Add Mailgun region setting
...
Fixes #1834 .
2020-01-10 18:17:04 +01:00
flarum-bot
9b00244454
Bundled output for commit c1878fe29b
[skip ci]
2019-12-10 14:40:37 +00:00
Franz Liedke
c1878fe29b
Update Webpack
2019-12-10 15:38:56 +01:00
flarum-bot
2a8ed53934
Bundled output for commit 17c86b82bf
[skip ci]
2019-11-24 19:01:17 +00:00
w-4
17c86b82bf
history back function fix
...
it shouldn't check for canGoBack again after the array pop()
2019-11-24 13:59:51 -05:00
flarum-bot
e69f8965c7
Bundled output for commit 6d2b50722a
[skip ci]
2019-11-15 14:10:15 +00:00