Franz Liedke
f7e2e14909
Merge pull request #858 from sijad/update-mithril
...
Update Mithril
2016-03-16 10:11:05 +09:00
Sajjad Hasehmian
cba1868d9f
Update Mithril
2016-03-16 00:48:01 +03:30
Franz Liedke
3965b3e3d0
Added cluster for ext-pusher
...
Missing translation from flarum/flarum-ext-pusher#6 .
Thanks, @Luceos.
2016-03-14 20:05:57 +09:00
Toby Zerner
4037fb566c
Increase avatar upload max file size
2016-03-14 09:25:02 +10:30
Toby Zerner
fafe478b45
Merge pull request #66 from maelsoucaze/patch-1
...
Add some new Laravel's validation rules.
2016-03-13 14:19:15 +10:30
Maël Soucaze
49ab64960f
Add some new Laravel's validation rules.
...
Refers to:
- ef6b5a6343
- fa6c48d27c
- c36799ddde
- 789c75c24a
2016-03-13 02:28:48 +01:00
Toby Zerner
8888fb2586
Add missing super.init calls
2016-03-11 13:45:38 +10:30
Toby Zerner
cf6bab926d
Merge pull request #18 from sijad/access-check
...
Check access before send Mention notification
2016-03-11 13:33:18 +10:30
Toby Zerner
94cfc5e535
Extend Page component to take advantage of performance boost in flarum/core@d1c436c
2016-03-11 13:21:53 +10:30
Toby Zerner
9e9ef6fe0f
Dramatically improve performance when typing in a modal
...
Since Mithril doesn't really offer granular redraw control, typing in a text input on a modal would trigger a redraw for the whole page (including the page content behind the modal) on every keystroke. This commit allows components to be "paused" so that their vdom subtree will be retained instead of reconstructed on subsequent redraws. When a modal is opened, we pause the main page component, and when it's closed, we unpause it. This means that while a modal is visible, only the content inside of the modal will be redrawn, dramatically improving performance.
2016-03-11 13:18:16 +10:30
Toby Zerner
f567f7dd5b
Update translations for sudo mode removal ( flarum/core#674 )
2016-03-11 12:45:29 +10:30
Toby Zerner
e46878902a
Remove sudo mode and add password confirmation when changing email address
...
closes #674
2016-03-11 12:44:18 +10:30
Toby Zerner
a51f94deda
Fixes to cluster setting
...
- Use the cluster setting when connecting to Pusher from the server-side
- Remove incorrect default value for the setting as it is serialized
2016-03-11 12:34:50 +10:30
Toby Zerner
c95dbc0cb4
Remove white border from badges, decrease overlap
2016-03-11 12:01:47 +10:30
Daniel Klabbers
159847fec0
Add Pusher cluster option. closes #6
2016-03-11 09:18:48 +10:30
Toby Zerner
66398d423e
Add padding between items in fieldsets on the settings page
2016-03-10 17:56:18 +10:30
Toby Zerner
6351c2354f
Fix browser back button losing scroll position. ref #835
2016-03-10 17:55:35 +10:30
Toby Zerner
7c25880806
Fix posts being incorrectly visible on user page. closes #680
...
- When no discussions are visible, the query that filters posts by discussion visibility was incorrectly making all posts visible.
- Also hide user profiles altogether if discussions are not visible.
2016-03-10 17:50:29 +10:30
Toby Zerner
c010ecb548
Clean up linting stuff
2016-03-10 17:23:43 +10:30
Toby Zerner
dba0512163
Clean up linting stuff
2016-03-10 17:23:34 +10:30
Toby Zerner
185e0c934f
Clean up linting stuff
2016-03-10 17:23:04 +10:30
Toby Zerner
02b55be66c
Clean up linting stuff
2016-03-10 17:22:57 +10:30
Toby Zerner
45ddf48c69
Clean up linting stuff
2016-03-10 17:22:49 +10:30
Toby Zerner
2b348187d2
Clean up linting stuff
2016-03-10 17:22:43 +10:30
Toby Zerner
4d9b0e9d57
Clean up linting stuff
2016-03-10 17:22:35 +10:30
Toby Zerner
e7736f9b4c
Clean up linting stuff
2016-03-10 17:22:30 +10:30
Toby Zerner
6231af033b
Clean up linting stuff
2016-03-10 17:22:24 +10:30
Toby Zerner
ce8165bc2e
Clean up linting stuff
2016-03-10 17:22:18 +10:30
Toby Zerner
392200ef3b
Clean up linting stuff
2016-03-10 17:22:11 +10:30
Toby Zerner
ad80f1bc1e
Clean up linting stuff
2016-03-10 17:22:05 +10:30
Toby Zerner
8aa6f60994
Clean up linting stuff
2016-03-10 17:21:31 +10:30
Toby Zerner
4352b025d5
Clean up linting stuff
2016-03-10 17:21:10 +10:30
Toby Zerner
5ff97f53ff
Clean up linting stuff
2016-03-10 17:21:02 +10:30
Toby Zerner
001c21c329
Clean up linting stuff. closes #852
2016-03-10 17:13:30 +10:30
Franz Liedke
7e872cc213
Whoopsie, fix syntax error
2016-03-08 00:05:53 +09:00
Franz Liedke
fdcf1f12ad
Use new shortcut for default settings migration
2016-03-08 00:04:42 +09:00
Franz Liedke
a1f8651894
Add another migration shortcut for defining default settings
2016-03-08 00:02:33 +09:00
Toby Zerner
d8cbe8a440
Update subscriptions setting translation; remove unused translation
2016-03-07 23:05:59 +10:30
Peter Mein
689d139ca3
Add setting to automatically follow after reply. closes flarum/core#310
2016-03-07 23:01:34 +10:30
Toby Zerner
b2e21f1dfc
Use new composer method
2016-03-07 22:22:06 +10:30
Toby Zerner
87c98b49e7
Remove old file
2016-03-07 22:21:36 +10:30
Sajjad Hasehmian
6f39123bad
Check access before send Mention notification
2016-03-04 13:53:15 +03:30
Toby Zerner
c05f598dd0
Merge pull request #846 from sijad/extension-path
...
Remove 'extensions' path for writable check
2016-03-04 17:04:01 +10:30
Sajjad Hasehmian
979fef1163
Remove 'extensions' path for writable check
2016-03-04 09:55:40 +03:30
Franz Liedke
3a2699a7bf
Use new shortcuts for migrations
2016-03-04 01:12:58 +09:00
Franz Liedke
bd6ef05bb1
Use new shortcuts for migrations
2016-03-04 01:12:47 +09:00
Franz Liedke
da664d1624
Use new shortcuts for migrations
2016-03-04 01:12:30 +09:00
Franz Liedke
ec3db146fc
Use new shortcuts for migrations
2016-03-04 01:12:03 +09:00
Franz Liedke
f529f24aec
Use new shortcuts for migrations
2016-03-04 01:11:49 +09:00
Franz Liedke
af76eff949
Use new shortcuts for migrations
2016-03-04 01:11:39 +09:00