Commit Graph

1442 Commits

Author SHA1 Message Date
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
63242edeb3 Bundled output for commit 0aed3764c47d8fb3e98553fe4411282ca0fd3771 [skip ci] 2020-05-31 02:29:29 +00:00
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
bbd815a9ab Bundled output for commit acf4e9c80d5e5db3e20094642bebecf701908e1a [skip ci] 2020-05-20 00:53:05 +00:00
acf4e9c80d Removed excess Widget class in favor of DashboardWidget (#2164) 2020-05-19 20:52:07 -04:00
1bb5f99a27 Bundled output for commit b0822df759153cf96e2e2a3aa7b7f08ba80790d7 [skip ci] 2020-05-19 22:46:59 +00:00
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
998e32c208 Bundled output for commit f89f114fad468de1c588c31a1b767b66af817301 [skip ci] 2020-05-16 00:11:53 +00:00
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
9b936d4baa Bundled output for commit 7e661df15dc0b48d306c49bf4bb8efb653179531 [skip ci] 2020-05-12 16:24:38 +00:00
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
85e2623622 Bundled output for commit 7d99727168d293218ba89ff126587f5f985b502f [skip ci] 2020-05-07 07:20:06 +00:00
b38bd60362 Added simply confirmation popup for hiding / deleting posts (#2135) 2020-05-07 09:18:04 +02:00
d31a747631 Bundled output for commit 526081bd06a2b22c32f0b6cddac37c57432cb6c2 [skip ci] 2020-05-01 09:53:55 +00:00
526081bd06 Update Webpack 2020-05-01 11:52:26 +02:00
c896cd8696 npm audit fix 2020-04-24 14:30:16 +02:00
54ac83d0b6 Bundled output for commit 1592cd1013f2307e882267ebc179474164d3a0fd [skip ci] 2020-04-22 21:38:57 +00:00
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
798a3486bf Bundled output for commit 89ef14faf13e4d661ee9f4f636a32578c73bf760 [skip ci] 2020-04-17 09:59:47 +00:00
89ef14faf1 Run prettier for all JS files 2020-04-17 11:57:55 +02:00
899cdfda4e CI: Run prettier to check for JS code formatting 2020-04-17 11:14:37 +02:00
72ed4faa83 Setup husky for automatic formatting before commit 2020-04-17 10:45:36 +02:00
64ad21e5da Add NPM shortcut for running prettier 2020-04-17 10:45:05 +02:00
14e8e9a7cb Configure prettier via JSON file 2020-04-17 10:44:36 +02:00
ee996e2cae Install prettier 2020-04-17 10:44:31 +02:00
2aead54aea Bundled output for commit dbfae0b55e69c49a0c1033c73c4e58522687746a [skip ci] 2020-04-13 09:22:40 +00:00
dbfae0b55e Add year, localization support for displaying things older than 1 year (#2034) 2020-04-13 11:21:27 +02:00
453c44632d Bundled output for commit 117c2f65ac54002cd9d592a7e5ee7aebbacfb510 [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
cb9801a324 Bundled output for commit fd4c0d30d8af429c7b58008aa1ef15873c81942b [skip ci] 2020-04-10 10:32:46 +00:00
fd4c0d30d8 Protect dismissible modals from closing by ESC key 2020-04-10 12:30:56 +02:00
ecdd7a2b49 Bundled output for commit 30942bdf38f665ec771a8c1fc06d83aca7e2220f [skip ci] 2020-04-03 19:27:57 +00:00
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
857fd95b5e Bundled output for commit dd43e49d0afc49676c88b6b6215f6b7112456825 [skip ci] 2020-04-03 10:03:45 +00:00
dd43e49d0a Update JS dependencies to secure versions 2020-04-03 12:02:18 +02:00
e16d57d4e2 Bundled output for commit 2e2aa8747e26e6de0ee5ca6059b7be8973d3fea2 [skip ci] 2020-04-01 12:42:05 +00:00
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
44ac2ec8ee Bundled output for commit 6bbd603a4126e5f373aaa9ad663d6528531cbb38 [skip ci] 2020-03-30 19:19:56 +00:00
6bbd603a41 Update ModalManager.js 2020-03-30 21:18:48 +02:00
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
a2d1245e90 Bundled output for commit 090b05736a24b75cd869b16a9af923812b2cb78e [skip ci] 2020-03-09 12:41:19 +00:00
090b05736a showing start user in class list now 2020-03-09 13:39:26 +01:00
9f1eca555f Bundled output for commit 72fd32dbf685d51d6d2ea78226db4c7789ef7143 [skip ci] 2020-02-14 14:57:19 +00:00
72fd32dbf6 Add disabled prop to the Select component (#1978) 2020-02-14 15:56:04 +01:00
f87c8c6dcd Bundled output for commit f9556d9d6aa32637bb4308e593455cf4ddb72a70 [skip ci] 2020-02-10 22:55:40 +00:00
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
fc59f0fdd8 Bundled output for commit b91e9032849446d86f6bec0dc1fa6f6cf0146c8a [skip ci] 2020-02-07 14:35:37 +00:00
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
711e775de7 Add permission to bypass throttling 2020-02-07 15:30:09 +01:00
736e90d423 Bundled output for commit 2f3d9995d1c22d8e94ff54ddbb77be548f1dc9d2 [skip ci] 2020-02-07 11:18:30 +00:00