Alexander Skvortsov
6953d93c6d
Extract PostStream state ( #2160 )
...
Co-authored-by: Franz Liedke <franz@develophp.org>
2020-08-08 14:45:54 -04:00
dependabot[bot]
f9c9b5d5e4
Bump elliptic from 6.5.2 to 6.5.3 in /js ( #2251 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 01:08:39 +02:00
flarum-bot
ad42058a8a
Bundled output for commit 5e465f6051
[skip ci]
2020-07-24 22:18:35 +00:00
Alexander Skvortsov
5e465f6051
Extract Composer state ( #2161 )
...
Like previous "state PRs", this moves app-wide logic relating to
our "composer" widget to its own "state" class, which can be
referenced and called from all parts of the app. This lets us
avoid storing component instances, which we cannot do any longer
once we update to Mithril v2.
This was not as trivial as some of the other state changes, as we
tried to separate DOM effects (e.g. animations) from actual state
changes (e.g. minimizing or opening the composer).
New features:
- A new `app.screen()` method returns the current responsive screen
mode. This lets us check what breakpoint we're on in JS land
without hardcoding / duplicating the actual breakpoints from CSS.
- A new `SuperTextarea` util exposes useful methods for directly
interacting with and manipulating the text contents of e.g. our
post editor.
- A new `ConfirmDocumentUnload` wrapper component encapsulates the
logic for asking the user for confirmation when trying to close
the browser window or navigating to another page. This is used in
the composer to prevent accidentally losing unsaved post content.
There is still potential for future cleanups, but we finally want
to unblock the Mithril update, so these will have to wait:
- Composer height change logic is very DOM-based, so should maybe
not sit in the state.
- I would love to experiment with using composition rather than
inheritance for the `ComposerBody` subclasses.
2020-07-25 00:17:25 +02:00
flarum-bot
62a2e8463d
Bundled output for commit 0098c64ebf
[skip ci]
2020-07-24 21:53:31 +00:00
Franz Liedke
0098c64ebf
Fix an irrelevant export name :P
2020-07-24 23:51:44 +02:00
flarum-bot
264ff67304
Bundled output for commit c08a56e9d8
[skip ci]
2020-07-24 17:03:04 +00:00
Alexander Skvortsov
c08a56e9d8
Notifications Dropdown: Remove init method that doesn't do anything (cleanup)
2020-07-24 13:01:45 -04:00
dependabot[bot]
1ce0b926b6
Bump lodash from 4.17.15 to 4.17.19 in /js ( #2235 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:47:28 +02:00
flarum-bot
24b16f9d7c
Bundled output for commit bd40353bcc
[skip ci]
2020-07-10 13:42:33 +00:00
David Sevilla Martin
455327cca1
convert: common/utils/stringToColor
2020-07-10 14:13:33 +02:00
David Sevilla Martin
20baa93ca7
convert: common/utils/string
2020-07-10 14:13:33 +02:00
David Sevilla Martin
4f34e326ef
convert: common/utils/RequestError
2020-07-10 14:13:33 +02:00
David Sevilla Martin
521cefbc2d
convert: common/utils/liveHumanTimes
...
This file isn't used anywhere. We should be calling it at some point. It has existed for 5 years.
Renamed function because it makes more sense for name to match file name (not that it matters when building)
2020-07-10 14:13:32 +02:00
David Sevilla Martin
dc738d68dc
convert: common/utils/abbreviateNumber
2020-07-10 14:13:32 +02:00
David Sevilla Martin
286af7084b
convert: common/utils/extract
2020-07-10 14:13:31 +02:00
David Sevilla Martin
4869baea74
convert: common/utils/ItemList
2020-07-10 14:13:31 +02:00
David Sevilla Martin
24a48310ff
convert: common/utils/humanTime
2020-07-10 14:05:09 +02:00
David Sevilla Martin
bdb759c558
convert: common/utils/formatNumber
2020-07-10 14:05:07 +02:00
David Sevilla Martín
d189272473
Initial TypeScript infrastructure ( #2206 )
...
This allows us to get started with converting all Flarum JavaScript code to TypeScript.
In addition, we will have time to experiment to find the best Webpack configuration before integrating into flarum-webpack-config.
See flarum/flarum-webpack-config#3 .
2020-07-03 14:47:44 +02:00
flarum-bot
7d48c24dda
Bundled output for commit 5786f1a10b
[skip ci]
2020-07-03 05:17:34 +00:00
Alexander Skvortsov
5786f1a10b
Fix discussions user page ( #2225 )
...
* Fixed up discussions user page, improve discussion list state signature
2020-07-03 01:16:08 -04:00
flarum-bot
b4421e1cce
Bundled output for commit 359b4ab5a3
[skip ci]
2020-07-02 22:33:46 +00:00
Clark Winkelmann
359b4ab5a3
Fix user card issue by reverting to original behavior ( #2224 )
...
* Fix user card issue by reverting to original behavior
2020-07-02 18:32:41 -04:00
flarum-bot
50a9f7ce86
Bundled output for commit 8dd5420405
[skip ci]
2020-07-01 00:34:15 +00:00
David Sevilla Martín
8dd5420405
Switch from 'moment' to 'dayjs' ( #2219 )
...
* Switch from 'moment' to 'dayjs'
* Use humanize code from duration plugin (without actual plugin) for time lapsed events
2020-06-30 20:33:00 -04:00
flarum-bot
640cc0989b
Bundled output for commit 44376cef61
[skip ci]
2020-07-01 00:00:24 +00:00
Alexander Skvortsov
44376cef61
Extract ModalManagerState from ModalManager ( #2162 )
2020-06-30 19:59:16 -04:00
flarum-bot
4f181c84fc
Bundled output for commit ea9d601338
[skip ci]
2020-06-30 22:08:06 +00:00
Alexander Skvortsov
ea9d601338
Extract AlertManagerState from AlertManager ( #2163 )
2020-06-30 18:06:59 -04:00
flarum-bot
e2c416903e
Bundled output for commit e81159249f
[skip ci]
2020-06-28 17:45:26 +00:00
Alexander Skvortsov
e81159249f
Add check to register state of '0' as false for checkboxes ( #2210 )
...
* Add check to register state of '0' as false for checkboxes
* Add comment explaining state === '0'
2020-06-28 13:44:14 -04:00
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
Clark Winkelmann
6d2b50722a
Pass event to KeyboardNavigatable whenCallback ( #1922 )
...
This way the callback can know which key is pressed.
2019-11-15 15:08:36 +01:00
flarum-bot
406c8ff834
Bundled output for commit 1ba4a0b87e
[skip ci]
2019-11-12 19:27:29 +00:00
Daniël Klabbers
1ba4a0b87e
Fix existing Post component classes being dropped
2019-11-12 20:26:07 +01:00
flarum-bot
36017f89fe
Bundled output for commit 1f2566c32c
[skip ci]
2019-11-11 12:00:45 +00:00
Daniël Klabbers
1f2566c32c
Improved naming of class for post by actor.
...
Made class list for post extensible by using a separate method.
2019-11-11 12:59:26 +01:00
flarum-bot
0c74927eab
Bundled output for commit 19ecd968c6
[skip ci]
2019-11-11 11:15:09 +00:00
Matthew Kilgore
d5d769ebb1
Added border around post made by active user
2019-11-11 12:13:36 +01:00
flarum-bot
f5ee37b394
Bundled output for commit 54c5c09693
[skip ci]
2019-11-09 13:51:55 +00:00
David Sevilla Martin
54c5c09693
Cleanup some code and fix alert dismiss not working
2019-11-09 08:50:24 -05:00
Moritz Stueckler
c87ebaef08
feat: re-add debug button/modal
...
Fixes #1687
2019-11-09 08:50:24 -05:00
flarum-bot
d7bdc173a4
Bundled output for commit 937354512b
[skip ci]
2019-10-28 15:37:34 +00:00
Daniël Klabbers
937354512b
Update User.js
...
Use recommended `anonymous`, see https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/crossOrigin
2019-10-28 16:35:45 +01:00
J.C.Ködel
2dedfe4b92
Fix Color Thief cross origin bug
...
When users have external avatar urls (for instance: in a SSO environment where the avatar is provided by another domain), color thief fails to get the avatar dominant color because the canvas would be tainted.
Following the instructions here (https://lokeshdhakar.com/projects/color-thief/ on the "Does it work if the image is hosted on another domain?"), adding an `image.crossOrigin = 'Anonymous';` solves the issue.
Tested on my forum which before suffered from a JS error and works fine (without this fix, the canvas remain in the `body` while an script error is thrown by color thief)
2019-10-28 16:35:45 +01:00
flarum-bot
522e41aa71
Bundled output for commit bbd891965f
[skip ci]
2019-10-01 21:50:25 +00:00
Madalin Tache
bbd891965f
Update window size ( #1894 )
...
This small change attempts to fix #1727 , as i just got my eye on it and figured i could simply fix it while seeing it.
2019-10-01 23:48:54 +02:00
flarum-bot
0f43445a90
Bundled output for commit 7a684660e9
[skip ci]
2019-10-01 21:39:07 +00:00
David Sevilla Martín
7a684660e9
Enable scrollbars in login button popups ( #1900 )
...
Fixes #1716
2019-10-01 23:37:42 +02:00
Franz Liedke
bd989df769
Update vulnerable JS dependencies
2019-09-13 15:26:10 +02:00
flarum-bot
588cbaee2d
Bundled output for commit a9557c399a
[skip ci]
2019-09-12 22:36:12 +00:00
David Sevilla Martín
a9557c399a
Fix errors caused by deletion alert when deleting users ( #1883 )
...
Refs #1788
TypeError: t.showDeletionAlert is not a function
at onSuccess(./src/forum/utils/UserControls.js:104:12)
Also, don't override 'this' param with user object for editAction
2019-09-13 00:34:05 +02:00
flarum-bot
edc579fa6f
Bundled output for commit 119831e51c
[skip ci]
2019-09-11 22:16:20 +00:00
David Sevilla Martin
119831e51c
Fixes an issue where deleting a nonexistent model would error instead of resolving gracefully
2019-09-11 18:14:37 -04:00
flarum-bot
c2b0060852
Bundled output for commit 24964b94bf
[skip ci]
2019-09-09 21:37:54 +00:00
David Sevilla Martín
24964b94bf
Mark notification as read without visiting discussion ( #1874 )
2019-09-09 23:36:06 +02:00
flarum-bot
2b624c935d
Bundled output for commit 2e647cdda8
[skip ci]
2019-09-09 21:07:00 +00:00
David Sevilla Martín
2e647cdda8
Fix error thrown if textarea doesn't exist in TextEditor ( #1852 )
...
* Prevent textarea not existing from causing errors to be thrown
* Replace [0] with .length
2019-09-09 17:05:11 -04:00
flarum-bot
e9af36ab47
Bundled output for commit 8b3913339a
[skip ci]
2019-09-08 17:33:39 +00:00
Matthew Kilgore
8b3913339a
Fix the new edit user permission label ( #1870 )
2019-09-08 13:31:57 -04:00
flarum-bot
ba73c59601
Bundled output for commit 0191babb05
[skip ci]
2019-09-05 00:34:59 +00:00
Franz Liedke
0191babb05
Optimize ScrollListener performance
...
Listen to "scroll" event and throttle callback executions instead
of actively polling for changes to the scroll position.
Fixes #1222 .
2019-09-05 02:17:09 +02:00
Matthew Kilgore
4df455cf04
Add Edit User permission to permissions grid ( #1859 )
2019-09-03 23:54:38 +02:00
dependabot[bot]
1d010efbca
Bump lodash from 4.17.11 to 4.17.15 in /js ( #1863 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-08-28 09:11:25 +02:00
dependabot[bot]
2135d5908e
Bump mixin-deep from 1.3.1 to 1.3.2 in /js ( #1862 )
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-08-28 09:06:38 +02:00
flarum-bot
31ee65be93
Bundled output for commit 29df6b60be
[skip ci]
2019-08-14 06:41:45 +00:00
Franz Liedke
29df6b60be
Tweak translation keys, always use full keys
...
Makes them easier to grep when editing / removing.
Refs #1750 , #1788 .
2019-08-14 08:34:36 +02:00
Franz Liedke
1e6f175379
Extract real method
...
Refs #1750 , #1788 .
2019-08-14 08:34:14 +02:00
flarum-bot
065ff3456f
Bundled output for commit 37e0a5579b
[skip ci]
2019-08-13 21:02:10 +00:00
Tobias Karlsson
37e0a5579b
Improve feedback on user deletion
...
Fixes #1750 , #1777
2019-08-13 22:56:24 +02:00
flarum-bot
f3b889a665
Bundled output for commit c5122bf5d5
[skip ci]
2019-08-08 23:12:56 +00:00
Franz Liedke
c5122bf5d5
a11y: Try to make screenreaders read tooltips
...
Refs #1835 .
2019-08-08 22:40:30 +02:00
dependabot[bot]
d2700961ba
Bump lodash-es from 4.17.11 to 4.17.14 in /js ( #1818 )
...
Bumps [lodash-es](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 09:21:17 +02:00
flarum-bot
54d7c0d3b6
Bundled output for commit b5876d9f31
[skip ci]
2019-06-27 19:23:54 +00:00
David Sevilla Martín
985b87da6c
Visit home page if no previous route exists
...
Fixes #1777
2019-06-27 14:58:05 -04:00
flarum-bot
f4dd045326
Bundled output for commit 24522943f6
[skip ci]
2019-06-01 18:10:13 +00:00
Franz Liedke
24522943f6
Update insecure jQuery version
...
Thanks, GitHub security alerts!
2019-06-01 20:03:07 +02:00
flarum-bot
c4ba41f850
Bundled output for commit 0c4de6f163
[skip ci]
2019-03-20 21:09:11 +00:00
Franz Liedke
0c4de6f163
Fix storing dynamic mail settings
...
Refs #1169 .
2019-03-20 22:02:06 +01:00
flarum-bot
cd313952c7
Bundled output for commit 5154d7e5a6
[skip ci]
2019-03-19 09:06:21 +00:00
Franz Liedke
5154d7e5a6
Allow configuring all drivers via frontend ( #1169 )
...
This includes an API endpoint for fetching the list of possible
drivers and their configuration fields. In the future, this can
be extended to include more meta information about each field.
2019-03-19 09:56:20 +01:00
Franz Liedke
2bd40b50c7
Remove dead code
...
Probably a leftover from copy-pasting the BasicsPage.
2019-03-17 19:02:46 +01:00
flarum-bot
0a818cfdf3
Bundled output for commit a21052c903
[skip ci]
2019-03-15 17:01:09 +00:00
Franz Liedke
57204c6ed0
Fix last commit
2019-03-15 17:57:11 +01:00
Franz Liedke
a21052c903
Mail settings: Only show necessary fields ( #1169 )
2019-03-15 17:54:14 +01:00
flarum-bot
20227a2201
Bundled output for commit 0493682dba
[skip ci]
2019-03-03 19:45:38 +00:00
Franz Liedke
49dda87e86
npm audit fix
2019-03-03 20:29:50 +01:00
Franz Liedke
d959d08561
NPM: Update bootstrap package
...
The old version had a vulnerability.
See https://nvd.nist.gov/vuln/detail/CVE-2019-8331 .
2019-03-03 20:27:14 +01:00
flarum-bot
296677b5fc
Bundled output for commit f3931b537c
[skip ci]
2019-02-18 07:51:00 +00:00
Daniël Klabbers
f3931b537c
Copied over logic from EditTagModal to allow additional attributes to be send
...
to the API based on additional fields rendered by extending the fields.
2019-02-18 08:43:47 +01:00
flarum-bot
abf224bb0a
Bundled output for commit c7d2e165d7
[skip ci]
2019-01-25 04:46:37 +00:00
Daniël Klabbers
c7d2e165d7
Fixes #1686
...
- further cleaned up the toggle action
- there's no way to remove the redraws because then the jquery isn't being fired properly
2019-01-25 05:37:45 +01:00
flarum-bot
b9a93f3440
Bundled output for commit c67fb2d4b6
[skip ci]
2019-01-16 09:05:46 +00:00
Daniël Klabbers
c67fb2d4b6
fixes #1686 , unable to edit user password
2019-01-16 09:58:22 +01:00
flarum-bot
1106a2e3a3
Bundled output for commit b7f666525c
[skip ci]
2018-12-02 22:26:12 +00:00
Toby Zerner
40dc6ac604
Fix discussion list scroll position not being maintained when hero is not visible
2018-12-03 08:50:54 +10:30
flarum-bot
9e63f32105
Bundled output for commit b074f47298
[skip ci]
2018-11-21 21:38:27 +00:00
Toby Zerner
b074f47298
Fix build errors by updating webpack-cli
2018-11-22 08:04:08 +10:30
Toby Zerner
2ef66ac716
Add "clear cache" button to admin
2018-11-22 08:03:43 +10:30
Toby Zerner
c11e4720d9
Change watch
command to dev
2018-11-21 18:31:54 +10:30
Toby Zerner
c73d03a427
Make npm package private, update deps
2018-11-21 18:31:24 +10:30
flarum-bot
0255393108
Bundled output for commit b474843cc2
[skip ci]
2018-11-14 01:11:59 +00:00
Toby Zerner
b474843cc2
Clear the search loading indicator after pressing Enter
2018-11-14 11:38:28 +10:30
flarum-bot
64a7e8ac3a
Bundled output for commit e8b8cd0078
[skip ci]
2018-11-13 21:41:20 +00:00
David Sevilla Martín
e8b8cd0078
Move EditUserModal fields into an ItemList to make more extendable ( #1593 )
2018-11-14 08:00:43 +10:30
flarum-bot
882c4aa105
Bundled output for commit b826f9ce36
[skip ci]
2018-11-12 10:35:23 +00:00
Toby Zerner
b826f9ce36
Trigger input event when text is programmatically inserted
2018-11-12 17:21:37 +10:30
Toby Zerner
c13dfa2228
Add a toolbar area to the TextEditor component
...
This is to be used for formatting buttons and the like. Although it is
displayed in the controls area at the moment, it is conceptually
different and may be relocated to the top of the text editor in the
future.
2018-11-12 17:21:15 +10:30
Toby Zerner
bf3934d16f
Improve appearance of text editor buttons
...
- Change preview icon to Font Awesome Regular instead of Solid
- Give the preview button a tooltip
- Change submit button icon to paper plane (shown on mobile)
- Tweak mobile header button touch target
- Scroll overflowing text editor controls horizontally
2018-11-12 17:19:37 +10:30
flarum-bot
a08068b112
Bundled output for commit 60149fbe15
[skip ci]
2018-11-12 01:14:08 +00:00
Clark Winkelmann
0f9118fe2b
Clean PostStreamScrubber code
2018-11-11 19:03:22 +01:00
Clark Winkelmann
95f0edcd80
Fix scrubber index not limited to max items count when bypassing view()
2018-11-11 19:00:51 +01:00
flarum-bot
66404e1f61
Bundled output for commit bf8bc0222f
[skip ci]
2018-11-11 06:35:34 +00:00
Toby Zerner
9de786d1e6
Fix notification list not displaying "empty" message
2018-11-11 16:46:54 +10:30
flarum-bot
fb185f70cd
Bundled output for commit f283f0c7bd
[skip ci]
2018-11-07 21:20:16 +00:00
Clark Winkelmann
f283f0c7bd
Use ItemList for EditGroupModal fields ( #1625 )
2018-11-07 22:15:19 +01:00
flarum-bot
1c7d2c3d27
Bundled output for commit 7db6cfac3f
[skip ci]
2018-10-31 13:35:47 +00:00
Daniël Klabbers
7db6cfac3f
Update EditGroupModal.js
...
fixed placeholder icon name fa 4 style to fa 5 style with `fas fa-bolt`
2018-10-31 14:28:50 +01:00
flarum-bot
bd10ebff24
Bundled output for commit 104d3982fe
[skip ci]
2018-10-28 21:00:22 +00:00
Toby Zerner
104d3982fe
Fix regression in admin routing in subdirectory. fixes #1606
...
Because admin routing uses the "hash" strategy, the base path does not
need to be taken into account.
2018-10-29 07:25:17 +10:30
flarum-bot
b4dbab5df1
Bundled output for commit f062f69f00
[skip ci]
2018-10-24 20:06:14 +00:00
Clark Winkelmann
f062f69f00
Update Font Awesome icons page link ( #1615 )
2018-10-24 21:20:49 +02:00
flarum-bot
f1add1798b
Bundled output for commit 9fa7258325
[skip ci]
2018-10-09 22:32:47 +00:00
Franz Liedke
81f6ce220e
Merge pull request #1594 from datitisev/item-list
...
Allow ItemList method chaining (add, merge, remove, replace)
2018-10-10 00:28:03 +02:00
David Sevilla Martín
7b34636636
Allow ItemList method chaining (add, merge, remove, replace)
2018-10-05 19:30:14 -04:00
flarum-bot
737d33826e
Bundled output for commit 3006f58274
[skip ci]
2018-09-29 23:59:11 +00:00
Toby Zerner
3006f58274
The document JS payload attribute was previously renamed to apiDocument
2018-09-30 09:24:25 +09:30
flarum-bot
70cb2f6f2e
Bundled output for commit 1736fe3f58
[skip ci]
2018-09-23 00:46:47 +00:00
Toby Zerner
1736fe3f58
Clean up PostsUserPage placeholder
2018-09-23 10:12:12 +09:30
flarum-bot
ae81c4f0f1
Bundled output for commit 8c679c715c
[skip ci]
2018-09-22 22:01:38 +00:00
David Sevilla Martín
8c679c715c
Allow admins to see last online text ( #1540 )
...
* Allow admins to see last online text
* Use viewLastSeenAt permission
* Move permission to UserSerializer, removed from ForumSerializer
* Remove extra comma from ForumSerializer to keep diff clean
* Add permission to new seed migration
2018-09-22 23:55:53 +02:00
David Sevilla Martín
26a5b107bd
Make user posts page similar to discussion page, add empty text
2018-09-22 14:02:14 -04:00
flarum-bot
b6a60721e2
Bundled output for commit fe868af224
[skip ci]
2018-09-22 04:58:46 +00:00
Clark Winkelmann
fe868af224
Clean composer promises ( #1439 )
...
* Remove unused login promise code
* Make promise usage consistent across composer action methods
2018-09-22 14:25:19 +09:30
flarum-bot
0984979403
Bundled output for commit fcb97b256f
[skip ci]
2018-09-22 04:19:52 +00:00
Toby Zerner
5dfb9b474c
Auth token and avatarUrl security improvements ( #1514 )
...
* Remove AbstractOAuth2Controller
There is no reason to provide an implementation for a specific oAuth2
library in core; it's not generic enough (eg. auth-twitter can't use it).
This code could be moved into another package which auth extensions
depend on, but it's a negligible amount of relatively simple code that
I don't think it's worth the trouble.
* Introduce login providers
Users can have many login providers (a combination of a provider name
and an identifier for that user, eg. their Facebook ID).
After retrieving user data from a provider (eg. Facebook), you pass the
login provider details into the Auth\ResponseFactory. If an associated
user is found, a response that logs them in will be returned. If not, a
registration token will be created so the user can proceed to sign up.
Once the token is fulfilled, the login provider will be associated with
the user.
2018-09-22 13:48:27 +09:30
flarum-bot
7917ce130e
Bundled output for commit 2b174b17fc
[skip ci]
2018-09-21 05:07:46 +00:00
Toby Zerner
64686ef7a9
Remove the "debug" button from request error alerts
...
Using the browser's console to debug failed requests is much more powerful
2018-09-21 14:27:39 +09:30
flarum-bot
fdf5fdbaf3
Bundled output for commit 184ffcd991
[skip ci]
2018-09-21 02:30:05 +00:00
Toby Zerner
184ffcd991
Sort user discussion list properly
2018-09-21 11:55:00 +09:30
flarum-bot
ba946237e4
Bundled output for commit 8ec0578ddf
[skip ci]
2018-09-21 02:09:25 +00:00
Toby Zerner
c15bbc9c5e
Add "tiny" preset for LoadingIndicator
...
This is used in various places but had not been added since presets were
removed from Spin.js in a recent version upgrade.
2018-09-21 11:19:32 +09:30
Toby Zerner
6c8c525e57
Fix regression introduced by #1543
...
The Page component's config method wasn't being called, therefore the
bodyClass would not be applied.
2018-09-21 11:17:54 +09:30
flarum-bot
7fcf556f13
Bundled output for commit 68afdd21ae
[skip ci]
2018-09-16 18:51:11 +00:00
Franz Liedke
68afdd21ae
Merge pull request #1344 from flarum/1236-database-changes
...
Database changes
2018-09-16 20:44:29 +02:00
flarum-bot
c5a3715701
Bundled output for commit 710c63ba6a
[skip ci]
2018-08-25 10:56:59 +00:00
Toby Zerner
710c63ba6a
Update JS tooling
2018-08-25 20:18:59 +09:30
Toby Zerner
72d46bc461
Fix up Notification model
2018-08-24 22:13:06 +09:30
Toby Zerner
9792576464
Rename notification.sender
2018-08-24 22:13:06 +09:30
Toby Zerner
5c0c2d1c40
Rename notification.time
2018-08-24 22:13:05 +09:30