e5a7013c2c
Key item lists to maintain identity across redraws
...
Fixes #667 . This issue was due to the fact that Mithril would change the "Lock" badge into a "Sticky" badge, but the tooltip initialization would not be triggered because it was using the same element. By maintaining element identity, the "Lock" badge will remain untouched, and a new element for the "Sticky" badge will be inserted before it. See https://lhorie.github.io/mithril/mithril.html#dealing-with-focus for more information.
2016-01-13 09:34:12 +10:30
df2a199b48
Merge pull request #741 from Albert221/prefix-fix
...
UrlGenerator prefix fix.
2016-01-13 08:17:10 +10:30
b123e435ff
Unified two URL prefix variables into one
2016-01-12 22:07:47 +01:00
17da649d0a
Merge pull request #2 from flarum/master
...
Update
2016-01-12 22:04:03 +01:00
1e33ca4111
Merge branch 'replay-animation' of https://github.com/sijad/core
2016-01-12 19:14:07 +10:30
8506d095db
Use correct directory in loadLanguagePackFrom API
2016-01-12 18:35:37 +10:30
94a62293eb
Extract Google font import to a head string, make overideable
...
Allowing headStrings to be named is a bit of a stopgap solution. Really ClientView needs to be given much more power with headStrings and footStrings as separate objects, similar to the ItemList in the JS app.
2016-01-12 18:29:21 +10:30
02bcb0f898
Add flash animation when scrolling to post preview fixes #666 🤘
2016-01-12 10:58:19 +03:30
98ea4d1e71
Merge pull request #735 from bogdanteodoru/master
...
#679 Ask for confirmation before "Mark all as Read"
2016-01-12 17:09:26 +10:30
5120d9577e
#679 Ask for confirmation before "Mark all as Read"
2016-01-12 08:23:02 +02:00
23eaee6b16
Merge pull request #731 from sijad/bio-nofollow
...
Add rel="nofollow" to bio links (fixes #449 )
2016-01-11 11:09:52 +01:00
15398fcc6d
Add rel="nofollow" to bio links ( fixes #449 )
2016-01-11 13:29:01 +03:30
bd1d05ee2c
#717 : Implement helper for registering a language pack
2016-01-11 08:46:20 +01:00
4a6137fdb1
Remove Studio hack
2016-01-11 08:38:30 +01:00
537ab6e41f
Remove empty line
2016-01-11 08:15:14 +01:00
ace4bcf7d8
Merge pull request #730 from Luceos/remove_path_forum
...
removed patch from api routes, fixes #725
2016-01-11 08:14:18 +01:00
159810c335
removed patch from api routes, fixes #725
2016-01-11 08:09:01 +01:00
b7120fb176
Merge pull request #729 from bogdanteodoru/master
...
#679 Ask for confirmation before "Mark all as Read"
2016-01-10 20:58:54 +01:00
1f5219f2a2
#679 Ask for confirmation before "Mark all as Read"
2016-01-10 17:20:01 +02:00
e8a6fe2f7b
#719 Fixed PermissionDeniedException
...
...causing Whoops on debug and 500 HTTP error
instead of 403 Forbidden error page.
2016-01-07 19:09:57 +01:00
1a2cc6a603
Merge pull request #1 from flarum/master
...
Update
2016-01-07 19:05:41 +01:00
417b7f7972
Clarify console option
2016-01-07 16:32:01 +01:00
9e3771cac3
Clean up code in FileDataProvider
2016-01-07 16:31:21 +01:00
819728d8dd
Merge pull request #718 from opi/install-from-config-file
...
Add configuration file installation method.
2016-01-07 16:29:34 +01:00
e3c7f5379b
Add configuration file installation method.
2016-01-07 15:20:41 +01:00
41ccade385
Merge pull request #706 from Albert221/prefixes
...
#696 Added support for prefixes in AbstractUrlGenerator.
2016-01-07 12:43:47 +10:30
6d42bcb5ce
256 Added created gambit
2016-01-05 17:04:41 +01:00
096aae7919
#696 Added support for prefixes in AbstractUrlGenerator.
2016-01-04 15:28:55 +01:00
5bbcba6332
Allow existing user to be activated via API
2016-01-04 15:43:23 +10:30
b671c3ccfa
Merge pull request #703 from Albert221/master
...
#256 Added multiple author search gambit
2016-01-04 11:40:16 +10:30
9d89d8a127
Fixed code style
2016-01-03 14:30:35 +01:00
6dfe455fd6
#256 Added multiple author search gambit
2016-01-03 14:26:41 +01:00
1f2eaea960
Merge pull request #701 from maelsoucaze/patch-1
...
Update year range in LICENSE
2016-01-02 17:04:54 +10:30
b2ec380d4c
Update year range in LICENSE
...
Because some changes have been done on that year.
2016-01-02 07:08:58 +01:00
08dbc246dd
Clean up
2016-01-02 15:26:05 +10:30
3767ee4bf6
Allow admins to set a time when creating a post via the API
...
Again, the use-case for this is to allow the API to be used to import data from an old forum.
2016-01-02 15:25:48 +10:30
248de34242
Don't automatically activate users created by admins - require an attribute to be set
2016-01-02 15:24:35 +10:30
8d671f4de4
Make sure GetPermission event arguments array is empty if there is no model
2016-01-02 15:23:48 +10:30
6de7038f83
Allow setting the token lifetime
2016-01-02 15:22:53 +10:30
07a20a10fd
Move flood control from core to API layer
...
This means that flood control can be disabled depending on the nature of the request (i.e. when authenticated using a master API key). The particular use case for this is to allow using the API to migrate data from an old forum.
2016-01-02 15:22:16 +10:30
c8027d344a
Add admin-only email: gambit to look up users by email
2016-01-02 15:09:56 +10:30
f7709aff95
Allow custom redirection after logging out
2016-01-02 15:08:50 +10:30
46818ccd94
Extend access token lifetime when remembering a login
2016-01-02 15:08:28 +10:30
f6f9e45085
Disable session (and thus enable sudo mode) when authenticating with API token
2016-01-02 15:07:33 +10:30
ff0ce09620
Ensure routes are only populated after extensions have registered listeners
...
Because extensions can have dependencies injected, a RouteCollection could potentially be instantiated, and thus the ConfigureRoutes event would be called before extensions have had a chance to subscribe to it. Instead, we instantiate the RouteCollection on demand, but only populate it when the application boots.
2016-01-02 15:03:11 +10:30
e86cc39f5b
API: Add an event to configure server middleware
2016-01-02 15:00:07 +10:30
a719d4109f
Ensure a new asset revision identifier is generated if there is none
2016-01-02 14:59:09 +10:30
1aaf588341
Merge branch 'scrubber-display-only-comments' of https://github.com/ahsanity/core
2016-01-02 12:04:04 +10:30
0fcc8dca46
Merge pull request #676 from petermein/user-online-indicators
...
User online indicators
2016-01-02 09:34:11 +10:30
5a4e3b09cf
Allow extensions to modify text/XML prior to formatting
2015-12-30 15:27:34 +10:30