1
0
mirror of https://github.com/flarum/core.git synced 2025-08-16 05:14:20 +02:00
Commit Graph

3481 Commits

Author SHA1 Message Date
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
f567f7dd5b Update translations for sudo mode removal (flarum/core#674) 2016-03-11 12:45:29 +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
Daniel Klabbers
159847fec0 Add Pusher cluster option. closes #6 2016-03-11 09:18:48 +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
Franz Liedke
fdcf1f12ad Use new shortcut for default settings migration 2016-03-08 00:04:42 +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
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
Franz Liedke
badd2abff4 Use new shortcuts for migrations 2016-03-04 01:11:25 +09:00
Franz Liedke
69ab036bb8 Use new shortcuts for migrations 2016-03-04 01:10:42 +09:00
Franz Liedke
bba105748b Use new shortcuts for migrations 2016-03-04 01:10:25 +09:00
wackyMole
2e96249a66 Add more BBCode tags 2016-03-02 23:22:09 -05:00
Toby Zerner
d5f3987cf7 Fix warning when deleting discussion forever
Related to flarum/core#842
2016-03-03 12:53:31 +10:30
Toby Zerner
287bdf10dd Allow child tags in tile to wrap. fixes flarum/core#613 2016-03-01 16:46:14 +10:30
Franz Liedke
d240d4c0ff Use new shortcuts for migrations 2016-02-29 23:43:24 +09:00
Toby Zerner
ec0054cace Prevent tags from overlapping discussion titles
This gives the tag labels a max-width in the discussion list, and overflows them with a gradient to transparency. (Unfortunately this only works in WebKit for now.) When hovering over them, they slide out to show more.

Fixes flarum/core#702
2016-02-29 19:00:38 +10:30
Toby Zerner
3b6fc53f91 Update MergeableInterface method arguments 2016-02-29 18:54:25 +10:30
Toby Zerner
8d75ab308c Update MergeableInterface method arguments 2016-02-29 18:54:11 +10:30
Toby Zerner
c6f0fc0985 Update MergeableInterface method arguments 2016-02-29 18:50:54 +10:30
Toby Zerner
577e51f7ad Only grant a permission for a sub-tag if that permission is granted for its parent too
Previously if a parent tag was restricted but none of its sub-tags were, the sub-tags would be visible and the parent tag would be loaded in the tag list as a result. This adds permission logic so that sub-tags automatically assume the permissions of their parent as a minimum.

Fixes flarum/core#833
2016-02-27 18:06:59 +10:30
Toby Zerner
746ecac10a Applied fixes from StyleCI 2016-02-25 22:58:13 -05:00
Toby Zerner
9455ca16d1 Applied fixes from StyleCI 2016-02-25 22:57:42 -05:00
Toby Zerner
d9013ae1da Applied fixes from StyleCI 2016-02-25 22:57:22 -05:00
Toby Zerner
b59268b856 Applied fixes from StyleCI 2016-02-25 22:56:55 -05:00
Toby Zerner
478450b2ea Applied fixes from StyleCI 2016-02-25 22:56:35 -05:00
Toby Zerner
47ec802166 Applied fixes from StyleCI 2016-02-25 22:56:19 -05:00
Toby Zerner
24998653ff Applied fixes from StyleCI 2016-02-25 22:55:49 -05:00